From owner-freebsd-ports Sat Jun 29 13:26:18 2002 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 A6BD637B400 for ; Sat, 29 Jun 2002 13:26:11 -0700 (PDT) Received: from smtp.web.de (smtp01.web.de [194.45.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D3243E0A for ; Sat, 29 Jun 2002 13:26:10 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [80.129.116.252] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.70 #5) id 17OOnI-0003bx-00; Sat, 29 Jun 2002 22:26:08 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 828B572; Sat, 29 Jun 2002 22:26:06 +0200 (CEST) Received: from jan-linux.lan (jan-linux.lan [192.168.0.20]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 2A7386F; Sat, 29 Jun 2002 22:26:00 +0200 (CEST) Subject: Re: Ports collection and FreeBSD-current From: Jan Lentfer To: "David W. Chapman Jr." Cc: Jan Lentfer , Steve Kargl , freebsd-ports@freebsd.org In-Reply-To: <20020629200223.GA63252@leviathan.inethouston.net> References: <20020629114442.A84248@troutmask.apl.washington.edu> <1025377586.2820.14.camel@jan-linux.lan> <20020629200223.GA63252@leviathan.inethouston.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7-1mdk Date: 29 Jun 2002 22:25:58 +0200 Message-Id: <1025382359.2822.50.camel@jan-linux.lan> Mime-Version: 1.0 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Am Sam, 2002-06-29 um 22.02 schrieb David W. Chapman Jr.: > > /usr/libexec/ld-elf.so.1: Shared object "libc.so.5" not found > > > > libc.so.5 is only in 5.0-CURRENT, right? So I can't build most ports > > anymore on RELENG_4 and RELENG_4_6? > > Building the ports link against what libc you have, if you pkg_add > ports that were compiled on -current, you'd get the similar error. > can you post a uname -a and find /usr -type f -name libc.so.5 You're right - that error might actually really have come from a package I installed. But I grabbed that from ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable, so I thought it should work on a 4.6-STABKLE box. I don't recall exactly what packages I tried, because I played around a long time to get things back working, but I think it was wget and fetchmail. Finally got the packages from ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.6-release, they seem to work now. bash-2.05# uname -a FreeBSD freebsd-server.lan 4.6-STABLE FreeBSD 4.6-STABLE #11: Thu Jun 27 07:49:56 CEST 2002 root@freebsd-server.lan:/usr/src/sys/compile/K6OPT i386 bash-2.05# find /usr -type f -name libc.so.5 At the moment I can't build fetchmail nor gmake: ################# GMAKE: checking if system libc has GNU glob... no; using local copy updating cache ./config.cache creating ./config.status creating build.sh creating Makefile creating glob/Makefile creating i18n/Makefile creating config.h ===> Building for gmake-3.79.1_2 make all-recursive Making all in glob cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DHAVE_LOCALE_H -DHAVE_LC_MESSAGES -O2 -pipe -march=k6 -c glob.c glob.c: In function `glob_in_dir': glob.c:1319: `DIR' undeclared (first use in this function) glob.c:1319: (Each undeclared identifier is reported only once glob.c:1319: for each function it appears in.) glob.c:1319: syntax error before `)' glob.c:1322: dereferencing pointer to incomplete type glob.c:1333: dereferencing pointer to incomplete type glob.c:1339: dereferencing pointer to incomplete type glob.c:1404: syntax error before `)' glob.c:1416: syntax error before `)' *** Error code 1 Stop in /usr/ports/devel/gmake/work/make-3.79.1/glob. *** Error code 1 Stop in /usr/ports/devel/gmake/work/make-3.79.1. *** Error code 1 Stop in /usr/ports/devel/gmake/work/make-3.79.1. *** Error code 1 Stop in /usr/ports/devel/gmake. ########### FETCHMAIL: cc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -c -I. -I. -I./intl -I./intl -I/usr/include -I/usr/include/openssl -I/usr/local/include -O2 -pipe -march=k6 rcfile_l.c cc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -c -I. -I. -I./intl -I./intl -I/usr/include -I/usr/include/openssl -I/usr/local/include -O2 -pipe -march=k6 socket.c In file included from /usr/include/openssl/bio.h:65, from /usr/include/openssl/ssl.h:66, from socket.c:499: /usr/include/stdarg.h:47: warning: `va_start' redefined /usr/include/varargs.h:60: warning: this is the location of the previous definition In file included from /usr/include/openssl/bio.h:65, from /usr/include/openssl/ssl.h:66, from socket.c:499: /usr/include/stdarg.h:40: redefinition of `va_list' /usr/include/varargs.h:45: `va_list' previously declared here gmake: *** [socket.o] Error 1 *** Error code 2 Stop in /usr/ports/mail/fetchmail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message