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
0000130 [buildroot] Other minor always 03-03-05 06:29 03-16-05 12:08
Reporter justin View Status public  
Assigned To
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0000130: sed problem building pppd
Description Building pppd calls
/home/justin/manga/uclibc/buildroot/build_arm/staging_dir/bin/sed -i -e 's//usr/bin/install -s//usr/bin/install/' /home/justin/manga/uclibc/buildroot/build_arm/ppp-2.4.1/*/Makefile.linux

Sed needs to use different delimiters with slashes in filename eg
sed -i -e 's@/usr/bin/install -s@/usr/bin/install@' /home/justin/manga/uclibc/buildroot/build_arm/ppp-2.4.1/*/Makefile.linux
Additional Information buildroot-20050301
Attached Files

- Relationships

- Notes
(0000072)
justin
03-03-05 06:33

Changing line 22 of pppd.mk to
    $(SED) 's@$(INSTALL) -s@$(INSTALL)@' $(PPPD_DIR)/*/Makefile.linux
fixes it.
 
(0000075)
andersen
03-09-05 09:36

thanks. Fixed now.
 

- Issue History
Date Modified Username Field Change
03-03-05 06:29 justin New Issue
03-03-05 06:33 justin Note Added: 0000072
03-09-05 09:36 andersen Note Added: 0000075
03-09-05 09:36 andersen Status new => resolved
03-09-05 09:36 andersen Resolution open => fixed
03-16-05 12:08 andersen Status resolved => closed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker