From owner-freebsd-current@FreeBSD.ORG Tue May 13 09:28:25 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8CF1852 for ; Tue, 13 May 2014 09:28:25 +0000 (UTC) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EAF720C0 for ; Tue, 13 May 2014 09:28:24 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.82) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1Wk90T-001svm-JL>; Tue, 13 May 2014 11:28:17 +0200 Received: from f052150225.adsl.alicedsl.de ([78.52.150.225] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.82) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1Wk90T-001Im7-FX>; Tue, 13 May 2014 11:28:17 +0200 Date: Tue, 13 May 2014 11:28:16 +0200 From: "O. Hartmann" To: FreeBSD CURRENT Subject: r 265947: relocation truncated to fit: R_X86_64_PC32 against symbol `__error' defined in .text Message-ID: <20140513112816.7e388477.ohartman@zedat.fu-berlin.de> Organization: FU Berlin X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/nWf=axzK+H2GC176a5Dihv."; protocol="application/pgp-signature" X-Originating-IP: 78.52.150.225 X-ZEDAT-Hint: A X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 13 May 2014 09:28:25 -0000 --Sig_/nWf=axzK+H2GC176a5Dihv. Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On FreeBSD 11.0-CURRENT, FreeBSD 11.0-CURRENT #1 r265924: Mon May 12 20:38:01 CEST 2014 amd64 The system is working so far, but when trying to compile the ost recent sou= rces (buildworld), I get the following error: cc -O2 -pipe -O3 -I/usr/src/usr.bin/xinstall/../../contrib/mtree -I/usr/src/usr.bin/xinstall/../../lib/libnetbsd -I/usr/src/usr.bin/xinstall/../../lib/libmd -std=3Dgnu99 -Qunused-arguments -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/l= egacy/usr/lib -o xinstall xinstall.o getid.o -lmd -legacy /usr/lib/libc.a(posix_spawn.o):= In function `posix_spawn_file_actions_addopen': /usr/src/lib/libc/gen/posix_spawn.c:(.t= ext+0x438): relocation truncated to fit: R_X86_64_PC32 against symbol `__error' defined= in .text section in /usr/lib/libc.a(__error.o) cc: error: linker command failed with= exit code 1 (use -v to see invocation) *** [xinstall] Error code 1 Just for fun, I also tried to recompile (not install!) libc via make -C lib/libc depend obj all make: "/usr/src/lib/libc/Makefile" line 6: Could not find src.opts.mk make: "/usr/src/lib/libc/Makefile" line 32: Malformed conditional (${MK_NLS= } !=3D "no") make: "/usr/src/lib/libc/Makefile" line 51: Malformed conditional (${MK_SSP= } !=3D "no") make: "/usr/src/lib/libc/Makefile" line 72: Malformed conditional (${MK_ICO= NV} !=3D "no") make: "/usr/src/lib/libc/locale/Makefile.inc" line 26: Malformed conditional (${MK_ICONV} !=3D "no") make: "/usr/src/lib/libc/net/Makefile.inc" line 19:= Malformed conditional (${MK_NS_CACHING} !=3D "no") make: "/usr/src/lib/libc/net/Makef= ile.inc" line 25: Malformed conditional (${MK_INET6_SUPPORT} !=3D "no") make: "/usr/src/lib/libc/net/Makefile.inc" line 125: Malformed conditional (${MK_= HESIOD} !=3D "no") make: "/usr/src/lib/libc/amd64/sys/Makefile.inc" line 14: Malformed c= onditional (${MK_SYSCALL_COMPAT} !=3D "no") make: "/usr/src/lib/libc/sys/Makefile.inc"= line 24: Malformed conditional (${MK_SYSCALL_COMPAT} !=3D "no") make: "/usr/src/lib/= libc/Makefile" line 105: Malformed conditional (${MK_NIS} !=3D "no") make: "/usr/src/lib/l= ibc/Makefile" line 110: Malformed conditional (${MK_HESIOD} !=3D "no") make: "/usr/src/li= b/libc/Makefile" line 113: Malformed conditional (${MK_FP_LIBC} =3D=3D "no") make: "/usr/src/lib/libc/Makefile" line 116: Malformed conditional (${MK_NS_CACHI= NG} !=3D "no") make: Fatal errors encountered -- cannot continue make: stopped in /usr/src= /lib/libc Well, there is something wrong on this and I have no clue what is going on.= I recompiled yesterday's world without problems (r265924). oh --Sig_/nWf=axzK+H2GC176a5Dihv. Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTceWwAAoJEOgBcD7A/5N8NS4H/2P3kxdynCqH5I0kQ5e0griM WfGEKQl5ngGreVz12ZuPm5kV4Vj0eg0TAgZKXcUqKCgWVbPp8em4fvorU2kvLBkk XQE94kRsGt42rRj1VHrrE4JhdVHmbDxc+SNaxqYA6ekRQxoS5HnOFaZkNq/s+hfw UfMyP5oieD1OeegOk3vlr365lOV7LRqsSeQWTSTYsgRDcAp+aVVIoHWkT56p67fr 7DMfQCrT2MhYwdSDcz+2IHinPJ/y8XFbBLpJrmFYOlSx45T8O98w8YemyS4bcyhQ /mMdx5LLHQ81ImtyJxx+gsZk7kFNqkJT5EsMHn+Rju8xYS/ps6+ohsPqOWuTTTk= =NmRx -----END PGP SIGNATURE----- --Sig_/nWf=axzK+H2GC176a5Dihv.--