Hi,

I've been building LFS systems for quite awhile now on the same
hardware, so I was surprised to get a slightly different/unexpected
result for 
grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'

I normally get 
SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib64")
SEARCH_DIR("/usr/local/lib64")
SEARCH_DIR("/lib64")
SEARCH_DIR("/usr/lib64")
SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib")
SEARCH_DIR("/usr/local/lib")
SEARCH_DIR("/lib")
SEARCH_DIR("/usr/lib");

but for this 7.9 build, I got

SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib64")
SEARCH_DIR("/usr/local/lib64")
SEARCH_DIR("/lib64")
SEARCH_DIR("/usr/lib64")
SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib")
SEARCH_DIR("/usr/local/lib")
SEARCH_DIR("/lib")
SEARCH_DIR("/usr/lib");

I know that it says to ignore the lines with  '-linux-gnu' , but I'm
wondering if I've done a mistake in chapter 5 somehow given that I have
/tools/x86_64-pc-linux-gnu rather than tools/x86_64-unknown-linux-gnu .
I don't log chapter 5 so I cannot compare with my previous builds to
see what has changed. Should I be concerned?

Thanks,
Wayne.




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

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to