Date: Thu, 6 Sep 2007 23:28:08 +0000 From: "Wojciech A. Koszek" <wkoszek@freebsd.org> To: Alexandre Biancalana <biancalana@gmail.com> Cc: current@freebsd.org Subject: Re: libexec/ld-elf.so.1: /lib/libc.so.7: version FBSD_1.0 required by ./gengtype not defined Message-ID: <20070906232808.GA24938@FreeBSD.czest.pl> In-Reply-To: <8e10486b0709061137x35a1392bqc28169b1fae1bc01@mail.gmail.com> References: <8e10486b0709061137x35a1392bqc28169b1fae1bc01@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 06, 2007 at 03:37:31PM -0300, Alexandre Biancalana wrote: > Hi list, > > I installed one with -CURRENT using the following 200704-ZFS snapshot. > After csup the sources, trying to update the buildworld stops with the > following error: > > > cc -O2 -fno-strict-aliasing -pipe -I. -DIN_GCC -DHAVE_CONFIG_H > -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools > -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools > -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc > -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config > -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/include > -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libcpp/include > -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libdecnumber > -g -DGENERATOR_FILE -DHAVE_CONFIG_H -o gengtype > gengtype.ogengtype-yacc+%DIKED.o > gengtype-lex.o errors.o libiberty.a > ./gengtype > /libexec/ld-elf.so.1: /lib/libc.so.7: version FBSD_1.0 required by > ./gengtype not defined > *** Error code 1 I expirienced the very same problem which you described. I tried to compile my sources with various options with no success. I divided upgrade procedure into two, separate but similar steps. First, I fetched src/... version just after symbol versioning has been imported, and it went fine. Once I had my world working, I did second step by fetching the newest sources at that time and compiled them. Warnings you've shown here didn't appear then. -- Wojciech A. Koszek wkoszek@FreeBSD.org http://FreeBSD.czest.pl/dunstan/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070906232808.GA24938>