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
0000541 [uClibc] Architecture Specific crash always 11-11-05 11:26 11-11-05 11:44
Reporter ee_doright View Status public  
Assigned To uClibc
Priority normal Resolution won't fix  
Status closed   Product Version
Summary 0000541: when installing on cygwin, install crashes.
Description When building the buildroot package on cygwin, after running make menuconfig, make, the toolchain build crashes for ANY operating system chosen. The uClibc/Rules.mak file includes

INSTALL=install

If this line is changed to

INSTALL = /usr/bin/install

The build will continue normally (until other cygwin buildroot bugs pop up) :) Perhaps this is system configurable somehow?
Additional Information (snip)

install -d include/bits
make[1]: execvp: install: Permission denied
make[1]: *** [include/bits/uClibc_config.h] Error 127
make[1]: Leaving directory `/usr/local/crosscompile/buildroot_arm/toolchain_build_arm/uClibc'
make: *** [/usr/local/crosscompile/buildroot_arm/toolchain_build_arm/uClibc/.configured] Error 2
Attached Files

- Relationships

- Notes
(0000680)
vapier
11-11-05 11:44

sounds like cygwin sucks ... hardcoding the path is wrong and making
it an option seems pointless when you can just as easily edit the
Rules.mak file and change it

btw, does running `install -d include/bits` in a normal cygwin shell work ?
works in my cygwin shell ...
 

- Issue History
Date Modified Username Field Change
11-11-05 11:26 ee_doright New Issue
11-11-05 11:26 ee_doright Status new => assigned
11-11-05 11:26 ee_doright Assigned To  => uClibc
11-11-05 11:44 vapier Note Added: 0000680
11-11-05 11:44 vapier Status assigned => closed
11-11-05 11:44 vapier Resolution open => won't fix


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker