From owner-freebsd-ports@FreeBSD.ORG Tue Aug 19 03:58:43 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DFC416A4BF for ; Tue, 19 Aug 2003 03:58:43 -0700 (PDT) Received: from natalie.elekta.lt (natalie.elekta.lt [213.226.151.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C6243F85 for ; Tue, 19 Aug 2003 03:58:38 -0700 (PDT) (envelope-from r2@neosolutions.info) Received: by natalie.elekta.lt (Postfix, from userid 1002) id 383F13160C; Tue, 19 Aug 2003 13:54:47 +0300 (EEST) Received: from r2 (unknown [213.197.154.147]) by natalie.elekta.lt (Postfix) with SMTP id F00E5314B4 for ; Tue, 19 Aug 2003 13:54:46 +0300 (EEST) Message-ID: <002701c36649$c531d910$0a00a8c0@r2> From: "Vaidas" To: Date: Tue, 19 Aug 2003 14:02:32 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: net/opendchub doesn't compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2003 10:58:43 -0000 Hello, my system is freebsd 4.8-stable and i can't compile it: cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/libdata/perl/5.00503/mach/CORE -O -pipe -c xs_functions.c In file included from /usr/libdata/perl/5.00503/mach/CORE/perl.h:1937, from xs_functions.c:28: /usr/libdata/perl/5.00503/mach/CORE/perly.h:14: warning: `PACKAGE' redefined ../config.h:100: warning: this is the location of the previous definition xs_functions.c:39: warning: `EXTERN_C' redefined /usr/libdata/perl/5.00503/mach/CORE/perl.h:151: warning: this is the location of the previous definition cc -O -pipe -o opendchub commands.o fileio.o main.o network.o perl_utils.o userlist.o utils.o xs_functions.o -Wl,-R/usr/lib -Wl,-E -lperl -lm /usr/libdata/perl/5.00503/mach/auto/DynaLoader/DynaLoader.a -L/usr/libdata/p erl/5.00503/mach/CORE -lperl -lm -lc -lcrypt -lperl -lm -lcrypto -lcrypt perl_utils.o: In function `perl_init': perl_utils.o(.text+0x621): undefined reference to `call_pv' perl_utils.o: In function `sub_to_script': perl_utils.o(.text+0xe14): undefined reference to `newSVuv' perl_utils.o(.text+0xf16): undefined reference to `newSVuv' perl_utils.o(.text+0x1320): undefined reference to `newSVuv' perl_utils.o(.text+0x146f): undefined reference to `call_pv' gmake[2]: *** [opendchub] Error 1 gmake[2]: Leaving directory `/usr/ports/net/opendchub/work/opendchub-0.7.12/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/opendchub/work/opendchub-0.7.12' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/net/opendchub. Thanks, Vaidas Zlotkus