From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 25 23:20:30 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7B3D16A403 for ; Thu, 25 Jan 2007 23:20:30 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by mx1.freebsd.org (Postfix) with ESMTP id 316A313C441 for ; Thu, 25 Jan 2007 23:20:30 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so554038wri for ; Thu, 25 Jan 2007 15:20:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=i/KUtaEWBoF6eEgRLcPI2eMvBvLZ9UlG0OHovN0EFKvGZ3TfHvmt/gCAoB28ciPlIGO3TOhwVrxmavwgZAn6d2lynRYFvDMPlzBQy9PCRlQ/JsSDtCXIxgCesE0BW1uM0rcUTniMOVbEFGjLhiHo69I/JrDWjMGn66EFWEZLleU= Received: by 10.78.201.10 with SMTP id y10mr1997253huf.1169765481510; Thu, 25 Jan 2007 14:51:21 -0800 (PST) Received: by 10.78.77.11 with HTTP; Thu, 25 Jan 2007 14:51:21 -0800 (PST) Message-ID: <70e8236f0701251451l35a59aebs9df53ca10568a618@mail.gmail.com> Date: Thu, 25 Jan 2007 22:51:21 +0000 From: "Joao Barros" To: freebsd-stable@freebsd.org, freebsd-sparc64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: SPARC64: Can't upgrade from 6.1 to 6.2 due to binutils X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 23:20:30 -0000 Hi, I was trying to upgrade my Sun Ultra 5 from 6.1R to 6.2R and bumped into this when doing a make buildword: building static binutils library ranlib libbinutils.a ===> gnu/usr.bin/binutils/addr2line (all) cc -O2 -pipe -I. -I/usr/src/gnu/usr.bin/binutils/addr2line -I/usr/src/gnu/usr.bin/binutils/addr2line/../libbfd -I/usr/obj/u cc -O2 -pipe -I. -I/usr/src/gnu/usr.bin/binutils/addr2line -I/usr/src/gnu/usr.bin/binutils/addr2line/../libbfd -I/usr/obj/u ../libbinutils/libbinutils.a(bucomm.o)(.text+0xb28): In function `make_tempname': : warning: warning: mktemp() possibly used unsafely; consider using mkstemp() ../libbfd/libbfd.a(libbfd.o)(.text+0xa2c): In function `_bfd_generic_verify_endian_match': : undefined reference to `libintl_dgettext' ../libbfd/libbfd.a(libbfd.o)(.text+0xa70): In function `_bfd_generic_verify_endian_match': : undefined reference to `libintl_dgettext' ../libbfd/libbfd.a(libbfd.o)(.text+0xaec): In function `warn_deprecated': : undefined reference to `libintl_dgettext' ../libbfd/libbfd.a(libbfd.o)(.text+0xb30): In function `warn_deprecated': : undefined reference to `libintl_dgettext' ../libbfd/libbfd.a(bfd.o)(.text+0x74): In function `bfd_errmsg': : undefined reference to `libintl_dgettext' ../libbfd/libbfd.a(bfd.o)(.text+0x2dc): more undefined references to `libintl_dgettext' follow *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils/addr2line. *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I poked around binutils in the past trying to get firefox running with the info from this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=89486 Now I tried cvsuping the src, make clean and rebuilding binutils with no luck. Any pointers are most appreciated :) -- Joao Barros