BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001764 [buildroot] Other major always 12-13-07 16:00 12-17-07 03:39
Reporter Leo Kaplan View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version 0.9.27
Summary 0001764: build root fails
Description After today's check in of gcc-uclibc-4.x.mk the make fails with the following error

Additional Information if [ -d "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib64" ]; then \
                if [ ! -e "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib" ]; then \
                        mkdir -p "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib"; \
                fi; \
                mv "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib64/"* "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib/"; \
                rmdir "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib64"; \
        fi
# Strip the host binaries
# Make sure we have 'cc'.
if [ ! -e /opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/usr/bin/mips-linux-uclibc-cc ]; then \
                ln -snf mips-linux-uclibc-gcc \
                        /opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/usr/bin/mips-linux-uclibc-cc; \
        fi
if [ ! -e /opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/mips-linux-uclibc/bin/cc ]; then \
                ln -snf gcc /opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/mips-linux-uclibc/bin/cc; \
        fi
ln: creating symbolic link `/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/mips-linux-uclibc/bin/cc': No such file or directory
make: *** [/home/lkaplan/toolChain/buildroot/toolchain_build_mips/gcc-4.2.1-final/.installed] Error 1
Attached Files

- Relationships

- Notes
(0003209)
vanokuten
12-17-07 03:39

thanks for pointing out!

affected commit 20646 reverted
 

- Issue History
Date Modified Username Field Change
12-13-07 16:00 Leo Kaplan New Issue
12-13-07 16:00 Leo Kaplan Status new => assigned
12-13-07 16:00 Leo Kaplan Assigned To  => buildroot
12-17-07 03:39 vanokuten Status assigned => closed
12-17-07 03:39 vanokuten Note Added: 0003209
12-17-07 03:39 vanokuten Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker