Carl Thorn wrote:

> Sorry I sent this when I wasn't subscribed, so maybe it will go through now :)
>
> On 12/12/12, Andrew Fleckenstein <andrew.fleckenst...@gmail.com> wrote:
>> Hello all,
>> I'm building libarchive 3.0.4, following the instructions in the book, and
>> when I type "make" an odd error occurs
>>
>> /bin/grep: /usr/usr/lib/libattr.la: No such file or directory
>> /bin/sed: can't read /usr/usr/lib/libattr.la: No such file or directory
>> libtool: link '/usr/usr/lib/libattr.a' is not a valid libtool archive
>>
>> The "/usr/usr" part is really what's throwing me off. libattr is in
>> /usr/lib, and /usr/usr doesn't exist.
>> I configured with ./configure --prefix=/usr --disable-static
>> So I have no idea what's up, any help would be appreciated!

I sounds like there is a misconfiguration of a file in 
/usr/lib/pkgconfig or in a .la file in /usr/lib.

On thing that can be done is to just delete all .la files in /usr/lib.
You can also try searching:

grep attr /usr/lib/pkgconfig/*

and examine any hits to see if there is an issue.

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to