[uClibc-cvs] [buildroot 0000366]: fakeroot: Command not found -- cannot build root filesystems

bugs at busybox.net bugs at busybox.net
Fri Aug 5 16:25:33 UTC 2005


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=366 
====================================================================== 
Reported By:                pnoffke
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   366
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             08-05-2005 02:50 PDT
Last Modified:              08-05-2005 09:25 PDT
====================================================================== 
Summary:                    fakeroot: Command not found -- cannot build root
filesystems
Description: 
I am unable to build an ext2 or jffs filesystem.  Attempting to build
either of these fails when trying to run fakeroot, which doesn't exist in
the toolchain.  I am using a snapshot I obtained on August 5, 2005.
====================================================================== 

---------------------------------------------------------------------- 
 emalkowski - 08-05-05 09:25  
---------------------------------------------------------------------- 
I ran into this too and found that it also wants makedevs to be built.
I fixed it pretty easily with the following that simply makes the
fakeroot/makedevs related stuff depend on host-fakeroot and makedevs.  If
you configured fakeroot into your target in the toplevel config file as an
attempted fix, you can take it back out as host-fakeroot only builds
fakeroot for rootfs manufacturing on the host.

malk at malk-lt-lnx:~/athena/buildroot/target/ext2$ svn diff ext2root.mk 
Index: ext2root.mk
===================================================================
--- ext2root.mk (revision 11)
+++ ext2root.mk (working copy)
@@ -65,7 +65,7 @@
 EXT2_TARGET := $(EXT2_BASE)
 endif
 
-$(EXT2_BASE): genext2fs
+$(EXT2_BASE): genext2fs host-fakeroot makedevs
        - at find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP)
2>/dev/null || true;
        @rm -rf $(TARGET_DIR)/usr/man
        @rm -rf $(TARGET_DIR)/usr/share/man 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-05-05 02:50  pnoffke        New Issue                                    
08-05-05 02:50  pnoffke        Status                   new => assigned     
08-05-05 02:50  pnoffke        Assigned To               => uClibc          
08-05-05 02:50  pnoffke        File Added: .config                          
08-05-05 09:25  emalkowski     Note Added: 0000385                          
======================================================================




More information about the uClibc-cvs mailing list