From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 22 12:35:04 2013 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BF600633; Tue, 22 Jan 2013 12:35:04 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 80217F79; Tue, 22 Jan 2013 12:35:04 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1Txcnc-0001yI-WE; Tue, 22 Jan 2013 12:17:57 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Txcnc-0001DS-Gs; Tue, 22 Jan 2013 12:17:56 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r0MCHuZA091707; Tue, 22 Jan 2013 12:17:56 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r0MCHu8e091706; Tue, 22 Jan 2013 12:17:56 GMT (envelope-from mexas) Date: Tue, 22 Jan 2013 12:17:56 GMT From: Anton Shterenlikht Message-Id: <201301221217.r0MCHu8e091706@mech-cluster241.men.bris.ac.uk> To: johans@FreeBSD.org Subject: security/nettle regression on sparc64 -current, build failed updating from 2.5 to 2.6 Cc: freebsd-sparc64@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 12:35:04 -0000 This is on sparc64 r239940 with ports tree at r310800. # pkg info -xo nettle nettle-2.5: security/nettle # Updating to 2.6 I got: cc -O2 -pipe -fno-strict-aliasing -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wsrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -L/usr/local/lib -Wl,-rath=/usr/lib:/usr/local/lib sha3-224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgp -o sha3-224-test sha3-224-test.o: In function `test_main': /usr/ports/security/nettle/work/nettle-2.6/testsuite/sha3-224-test.c:7: relocation truncated to fit R_SPARC_GOT13 against symbol `nettle_sha3_224' defined in .data.rel.ro section in ../libnettle.so /usr/ports/security/nettle/work/nettle-2.6/testsuite/sha3-224-test.c:772: relocation truncated to ft: R_SPARC_GOT13 against `.LLC511' testutils.o: In function `test_dsa_key': /usr/ports/security/nettle/work/nettle-2.6/testsuite/testutils.c:1084: relocation truncated to fit:R_SPARC_GOT13 against symbol `__stderrp@@FBSD_1.0' defined in .data section in /usr/lib/libc.so /usr/ports/security/nettle/work/nettle-2.6/testsuite/testutils.c:1081: relocation truncated to fit:R_SPARC_GOT13 against symbol `__stderrp@@FBSD_1.0' defined in .data section in /usr/lib/libc.so /usr/ports/security/nettle/work/nettle-2.6/testsuite/testutils.c:1081: relocation truncated to fit:R_SPARC_GOT13 against `.LLC0' /usr/ports/security/nettle/work/nettle-2.6/testsuite/testutils.c:1081: relocation truncated to fit:R_SPARC_GOT13 against `.LLC5' /usr/ports/security/nettle/work/nettle-2.6/testsuite/testutils.c:1067: relocation truncated to fit:R_SPARC_GOT13 against symbol `__stderrp@@FBSD_1.0' defined in .data section in /usr/lib/libc.so /usr/ports/security/nettle/work/nettle-2.6/testsuite/testutils.c:1067: relocation truncated to fit:R_SPARC_GOT13 against `.LLC0' /usr/ports/security/nettle/work/nettle-2.6/testsuite/testutils.c:1067: relocation truncated to fit:R_SPARC_GOT13 against `.LLC1' /usr/ports/security/nettle/work/nettle-2.6/testsuite/testutils.c:1068: relocation truncated to fit:R_SPARC_GOT13 against symbol `__stderrp@@FBSD_1.0' defined in .data section in /usr/lib/libc.so /usr/ports/security/nettle/work/nettle-2.6/testsuite/testutils.c:1068: additional relocation overflws omitted from the output gmake[1]: *** [sha3-224-test] Error 1 gmake[1]: Leaving directory `/usr/ports/security/nettle/work/nettle-2.6/testsuite' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/security/nettle. Please advise Thanks Anton