#2205: Blanket notes for updated builds (SVN-DJL-20080825)
----------------------------------------+-----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: [email protected]
Type: task | Status: new
Priority: normal | Milestone: Future
Component: Book | Version: SVN
Severity: normal | Resolution:
Keywords: |
----------------------------------------+-----------------------------------
Comment (by [EMAIL PROTECTED]):
Replying to [comment:28 [EMAIL PROTECTED]:
> Trying again to see if I can get the formatting correct.
>
> Not sure what to think about this one. I double-checked and confirmed
that the fixinc.sh sed was ran. Indeed it was. But running the header
sanity check after building Chapter 6 GCC, I get this returned:
>
> {{{
> #include <...> search starts here:
>
> /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include
> /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include-fixed
> /usr/include
> }}}
>
> I suppose I'm not seeing the /usr/local because I have no need for that
directory and do not create it, therefore it doesn't exist on my system.
What I find strange is the "include-fixed" directory (which is populated
with 3 files):
> {{{
> -rw-r--r-- 1 root root 750 Sep 26 18:12 README
> -rw-r--r-- 1 root root 3470 Sep 26 18:12 limits.h
> -rw-r--r-- 1 root root 330 Sep 26 18:12 syslimits.h
> }}}
>
> Is this normal behavior? Or did I somehow screw something up with the
fixincludes process?
Other guys didn't catch this for us yet because the are building cross
compilers (when cross compiling, fixincludes and fixproto cannot be run).
This should do the trick, but I haven't tested it just yet.
{{{
cp -v gcc/configure{,.orig}
sed -e '[EMAIL PROTECTED]@@' \
-e '[EMAIL PROTECTED]@@' \
gcc/configure.orig > gcc/configure
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2205#comment:69>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page