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
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  000-uClibc-install_dev-fix.patch [^] (488 bytes) 11-15-05 19:45

- Relationships

- Notes
(0000699)
vapier
11-27-05 00:40

this is fixed in svn already
 

- Issue History
Date Modified Username Field Change
11-15-05 19:45 thwpike New Issue
11-15-05 19:45 thwpike Status new => assigned
11-15-05 19:45 thwpike Assigned To  => uClibc
11-15-05 19:45 thwpike File Added: 000-uClibc-install_dev-fix.patch
11-27-05 00:40 vapier Note Added: 0000699
12-08-05 12:26 vapier Status assigned => closed
12-08-05 12:26 vapier Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker