| Anonymous | Login | Signup for a new account | 11-10-2008 10:53 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 | ||||
| 0000545 | [uClibc] Other | minor | always | 11-15-05 19:45 | 12-08-05 12:26 | ||||
| Reporter | thwpike | View Status | public | ||||||
| Assigned To | uClibc | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 0.9.28 | ||||||
| Summary | 0000545: Tar options on 'make install_dev' wrong | ||||||||
| Description |
When using 'make install_dev' using tar 1.15.1, the following error is seen: tar -chf - include --exclude .svn --exclude CVS $extra_exclude \ | tar -xf - -C /home/thwpike/Desktop/P3/working/P3BuildRoot/target-staging-dir-i386/uClibc_dev//usr/ tar: --exclude: Cannot stat: No such file or directory tar: .svn: Cannot stat: No such file or directory tar: --exclude: Cannot stat: No such file or directory tar: CVS: Cannot stat: No such file or directory tar: Error exit delayed from previous errors This is caused by line 166. The order of the arguments to tar need to be switched to: tar --exclude .svn --exclude CVS -chf - include $extra_exclude \ | tar -xf - -C ... The attached patch fixes this problem. |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |