[uClibc 0000545]: Tar options on 'make install_dev' wrong

bugs at busybox.net bugs at busybox.net
Thu Dec 8 20:26:17 UTC 2005


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=545 
====================================================================== 
Reported By:                thwpike
Assigned To:                uClibc
====================================================================== 
Project:                    uClibc
Issue ID:                   545
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             11-15-2005 19:45 PST
Last Modified:              12-08-2005 12:26 PST
====================================================================== 
Summary:                    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.
====================================================================== 

---------------------------------------------------------------------- 
 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       
======================================================================




More information about the uClibc-cvs mailing list