Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2010 11:11:22 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        Anton Shterenlikht <mexas@bristol.ac.uk>
Cc:        freebsd-ia64@freebsd.org, freebsd-current@freebsd.org
Subject:   Re: r209240 ia64 -> buildworld -> undefined reference to `lzma_physmem'
Message-ID:  <86vd98aj7p.fsf@ds4.des.no>
In-Reply-To: <20100624083635.GB9272@mech-cluster241.men.bris.ac.uk> (Anton Shterenlikht's message of "Thu, 24 Jun 2010 09:36:35 %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> <86d3vhomot.fsf@ds4.des.no> <20100624083635.GB9272@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:
> # find /usr/obj/usr/src -name liblzma.a
> /usr/obj/usr/src/tmp/usr/lib/liblzma.a
> /usr/obj/usr/src/lib/liblzma/liblzma.a
> # diff /usr/obj/usr/src/tmp/usr/lib/liblzma.a /usr/obj/usr/src/lib/liblzm=
a/liblzma.a
> #
> # nm /usr/obj/usr/src/lib/liblzma/liblzma.a | grep physmem
> hardware_physmem.o:
> 0000000000000000 T lzma_physmem
>                  U lzma_tuklib_physmem
> tuklib_physmem.o:
> 0000000000000000 T lzma_tuklib_physmem
> #=20
> # nm /usr/lib/liblzma.a | grep physmem
> nm: '/usr/lib/liblzma.a': No such file
> #
>
> Did you mean /usr/local/lib/liblzma.a ?

No, I meant /usr/lib/liblzma.a.

Do you have any other compilers installed?

On a machine where make buildworld failed, do

% cd /usr/src
% make buildenv
% echo $PATH
% which cc
% cc --version
% strings $(which cc) | grep -w tmp

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?86vd98aj7p.fsf>