Skip site navigation (1)Skip section navigation (2)
Date:      29 Jun 2002 22:25:58 +0200
From:      Jan Lentfer <Jan.Lentfer@web.de>
To:        "David W. Chapman Jr." <dwcjr@inethouston.net>
Cc:        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:  <1025382359.2822.50.camel@jan-linux.lan>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1025382359.2822.50.camel>