[Bug 1045] unzip unix attributes

bugzilla at busybox.net bugzilla at busybox.net
Fri Feb 5 13:11:55 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=1045





--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com>  2010-02-05 13:11:54 UTC ---
Three things need fixing:

Trying to apply to pristine 1.15.2:
# patch -p1 </tmp/busybox-1.15.2-unzip-unix-attr.patch 
patching file archival/unzip.c
Hunk #1 FAILED at 252.
Hunk #2 succeeded at 386 (offset -1 lines).
Hunk #3 FAILED at 433.
Hunk #4 succeeded at 478 (offset -2 lines).
Hunk #5 FAILED at 535.
3 out of 5 hunks FAILED -- saving rejects to file archival/unzip.c.rej

You only ever use unix_file_attrs if ENABLE_DESKTOP, but you figure its value
even if !ENABLE_DESKTOP.

Please follow the code style.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list