Date: Wed, 23 Jun 2010 16:20:18 +0200 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> To: Anton Shterenlikht <mexas@bristol.ac.uk> Cc: Marcel Moolenaar <xcllnt@mac.com>, freebsd-ia64@freebsd.org, freebsd-current@freebsd.org Subject: Re: r209240 ia64 -> buildworld -> undefined reference to `lzma_physmem' Message-ID: <86d3vhomot.fsf@ds4.des.no> In-Reply-To: <20100623130534.GA69821@mech-cluster241.men.bris.ac.uk> (Anton Shterenlikht's message of "Wed, 23 Jun 2010 14:05:34 %2B0100") References: <20100617101541.GA90363@mech-cluster241.men.bris.ac.uk> <4C1A117A.9060608@dataix.net> <20100618085018.GA94427@mech-cluster241.men.bris.ac.uk> <4C1B63A1.3010604@dataix.net> <8639wgfnrk.fsf@ds4.des.no> <20100621150445.GA50194@mech-cluster241.men.bris.ac.uk> <754D875E-48AB-423D-B309-9415EA2867E4@mac.com> <20100623130534.GA69821@mech-cluster241.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Anton Shterenlikht <mexas@bristol.ac.uk> writes: > I think it's possible that at some point, in anger, I did "make > installworld" after a failed, or otherwise interrupted "make > buildworld". Perhaps I got an inconsistent set of binaries as a > result... Would that explain an error like this? No, because at this point buildworld is using the toolchain and libraries that it built earlier. Can you do % find /usr/obj/usr/src -name liblzma.a There should be at least one in /usr/obj/usr/src/lib/liblzma and one in /usr/obj/usr/src/tmp/usr/lib, and they should be identical. Next, do % nm /usr/obj/usr/src/lib/liblzma/liblzma.a | grep physmem and show us the result. While you're at it, do this as well: % nm /usr/lib/liblzma.a | grep physmem DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86d3vhomot.fsf>