Date: Sat, 29 Jun 2002 15:49:44 -0500 From: "David W. Chapman Jr." <dwcjr@inethouston.net> To: Jan Lentfer <Jan.Lentfer@web.de> Cc: "David W. Chapman Jr." <dwcjr@inethouston.net>, Jan Lentfer <jan@localhost.homeip.net>, Steve Kargl <sgk@troutmask.apl.washington.edu>, freebsd-ports@freebsd.org Subject: Re: Ports collection and FreeBSD-current Message-ID: <20020629204944.GA65587@leviathan.inethouston.net> In-Reply-To: <1025382359.2822.50.camel@jan-linux.lan> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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. <www.inethouston.net> dwcjr@freebsd.org FreeBSD Committer <www.FreeBSD.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020629204944.GA65587>