#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]):

 I can't really see what is wrong in the original Makefile.in
 file, but the E2fsprogs package fails to build the blkid and
 fsck programs in the misc directory due to failing to find
 the libcom_err library. I know that in all other previous
 versions of LFS we don't build a portion of E2fsprogs in
 Chapter 5, but I can't see that has anything to do with it
 anyway.

 I didn't check upstream as a quick glance at the appropriate
 Makefile.in file shows how easy it was to fix this. I had to
 run the following sed for the compilation to succeed.

 {{{
 sed -i -e 's/-o blkid.*/& $(LIBCOM_ERR)/' \
        -e 's/-o fsck.*/& $(LIBCOM_ERR)/'  \
     misc/Makefile.in
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2205#comment:30>
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

Reply via email to