| Anonymous | Login | Signup for a new account | 11-10-2008 10:41 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
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. |
| Copyright © 2000 - 2006 Mantis Group |