Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2010 08:13:46 -0400
From:      jhell <jhell@dataix.net>
To:        Anton Shterenlikht <mexas@bristol.ac.uk>
Cc:        freebsd-current@freebsd.org, freebsd-ia64@freebsd.org
Subject:   Re: r209240 ia64 -> buildworld -> undefined reference to `lzma_physmem'
Message-ID:  <4C1A117A.9060608@dataix.net>
In-Reply-To: <20100617101541.GA90363@mech-cluster241.men.bris.ac.uk>
References:  <20100617101541.GA90363@mech-cluster241.men.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06/17/2010 06:15, Anton Shterenlikht wrote:
> I've r209203 kernel on ia64 box.
> Now I'm trying to rebuild world to r209240.
> I get these errors.
> 
> Please advise
> 

grep -rn lzma_physmem /usr/include ?
/usr/include/lzma/hardware.h:51:extern LZMA_API(uint64_t)
lzma_physmem(void) lzma_nothrow;

I would suggest updating your headers if something similar is not found
& try rebuilding world with -DALWAYS_CHECK_MAKE.

You should be able to continue your build after this. -DNO_CLEAN will
get you through it.


Regards,

-- 

 jhell



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C1A117A.9060608>