From owner-freebsd-current@FreeBSD.ORG Thu Sep 6 19:06:50 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 587FE16A41B for ; Thu, 6 Sep 2007 19:06:50 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 1003C13C467 for ; Thu, 6 Sep 2007 19:06:49 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so501570pyb for ; Thu, 06 Sep 2007 12:06:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=9+vC0swq9kxjRIc9z3DUOBAm+SK/pkl6uoFzDmnqmW0=; b=WIA8LPczOLQwS+Y+mcR8CJWVKJ7JOivD9AzVwlypXVQRmRbmqGVhcKDtam37n0fnyb4h/oLRFjA66+GjhqkkAOakVSzYrHMsVPI/7jHpqP85arEfAOZsNwhyWUe99m3I0UQm8h3Fuq2dbv5cFoGHHEMbOEbFgk0tsE7Uo+xkZZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=gzUUgXrlPhnfUmSymPry9L89+mNHPPmlSWOBdEKEtRfj63rLs2xeitjKVrqArwnw5rkRnTbmPhUkMn286wkWMiN7eI173p0m5o7IERZcXhW6CWjU8EQN9qs1kwniejWMCxKxYNunzEZVDcZmGbgrhOKyOtoxOt2xwV7d+whubuc= Received: by 10.64.184.16 with SMTP id h16mr1664814qbf.1189103851862; Thu, 06 Sep 2007 11:37:31 -0700 (PDT) Received: by 10.64.233.13 with HTTP; Thu, 6 Sep 2007 11:37:31 -0700 (PDT) Message-ID: <8e10486b0709061137x35a1392bqc28169b1fae1bc01@mail.gmail.com> Date: Thu, 6 Sep 2007 15:37:31 -0300 From: "Alexandre Biancalana" To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: libexec/ld-elf.so.1: /lib/libc.so.7: version FBSD_1.0 required by ./gengtype not defined X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2007 19:06:50 -0000 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 Stop in /usr/src/gnu/usr.bin/cc/cc_tools. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Any hints ?! Regards,