Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50084 Details for
Bug 80246
cpio-2.6-r1 incorrectly handle directory symlinks
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
2.6-lstat.patch
2.6-lstat.patch (text/plain), 1.07 KB, created by
Peter Beutner
on 2005-01-31 15:32:33 UTC
(
hide
)
Description:
2.6-lstat.patch
Filename:
MIME Type:
Creator:
Peter Beutner
Created:
2005-01-31 15:32:33 UTC
Size:
1.07 KB
patch
obsolete
>cpio is acting always as if invoked with -L (copy the file that a symlink >points to, rather the symlink itself) >reason: missing check of lstat function in configure script >see: http://lists.gnu.org/archive/html/bug-cpio/2005-01/msg00003.html > http://bugs.gentoo.org/show_bug.cgi?id=80246 > >diff -ur cpio-2.6-orig/config.h.in cpio-2.6/config.h.in >--- cpio-2.6-orig/config.h.in 2004-12-20 16:41:15.000000000 +0100 >+++ cpio-2.6/config.h.in 2005-01-31 23:30:21.078353048 +0100 >@@ -310,6 +310,9 @@ > /* Define to 1 if you have the <unistd.h> header file. */ > #undef HAVE_UNISTD_H > >+/* Define to 1 if you have the `lstat' function. */ >+#undef HAVE_LSTAT >+ > /* Define to 1 if you have the <utime.h> header file. */ > #undef HAVE_UTIME_H > >diff -ur cpio-2.6-orig/configure cpio-2.6/configure >--- cpio-2.6-orig/configure 2004-12-20 11:51:38.000000000 +0100 >+++ cpio-2.6/configure 2005-01-31 23:28:02.371439704 +0100 >@@ -1321,6 +1321,7 @@ > gl_func_list="$gl_func_list iswprint" > gl_func_list="$gl_func_list mbsinit" > gl_header_list="$gl_header_list unistd.h" >+gl_func_list="$gl_func_list lstat" > > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 80246
: 50084