From owner-freebsd-ports Sat Jun 29 13:49:48 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 068C137B401 for ; Sat, 29 Jun 2002 13:49:42 -0700 (PDT) Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F1B43E13 for ; Sat, 29 Jun 2002 13:49:41 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id CBF013198DE; Sat, 29 Jun 2002 15:49:44 -0500 (CDT) Date: Sat, 29 Jun 2002 15:49:44 -0500 From: "David W. Chapman Jr." To: Jan Lentfer Cc: "David W. Chapman Jr." , Jan Lentfer , Steve Kargl , freebsd-ports@freebsd.org Subject: Re: Ports collection and FreeBSD-current Message-ID: <20020629204944.GA65587@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: "David W. Chapman Jr." , Jan Lentfer , Jan Lentfer , Steve Kargl , freebsd-ports@freebsd.org References: <20020629114442.A84248@troutmask.apl.washington.edu> <1025377586.2820.14.camel@jan-linux.lan> <20020629200223.GA63252@leviathan.inethouston.net> <1025382359.2822.50.camel@jan-linux.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1025382359.2822.50.camel@jan-linux.lan> X-Operating-System: FreeBSD 4.6-STABLE i386 User-Agent: Mutt/1.5.1i 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 > 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. It was probably from a 5.0 package you accidently downloaded them. Use pkg_add -r to automagically download what you need, > 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 This verifies what I Said above, you downloaded a package that was compiled against libc.so.5 It looks like there is a problem with a header somewhere as DIR should be declared, but I"m not sure as to the exact solution. > 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. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message