[Bug 403616] New: cpio doesn't extract file names like [.debug
https://bugzilla.novell.com/show_bug.cgi?id=403616 Summary: cpio doesn't extract file names like [.debug Product: openSUSE 11.0 Version: Final Platform: x86 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jblunck@novell.com QAContact: qa@suse.de Found By: --- $:/> echo ./usr/lib/debug/usr/bin/[.debug > filelist $:/> rpm2cpio /usr/src/packages/RPMS/i586/coreutils-debuginfo-6.12-3.i586.rpm | cpio -i -d -v -E filelist 14004 blocks Doesn't work although the file is in the debuginfo file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=403616 User lchiquitto@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=403616#c1 Leonardo Chiquitto <lchiquitto@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lchiquitto@novell.com --- Comment #1 from Leonardo Chiquitto <lchiquitto@novell.com> 2008-06-25 08:44:33 MDT --- cpio(1) uses fnmatch(3) to match filenames in pattern files and, by default, fnmatch(3) uses "shell wildcard patterns" meaning that you will have to escape the "[" character with a "\". $ cat filelist /usr/lib/debug/usr/bin/\[.debug $ rpm2cpio coreutils-debuginfo-6.11-9.i586.rpm | cpio -i -d -v -E filelist /usr/lib/debug/usr/bin/[.debug 13395 blocks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=403616 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |lmichnovic@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=403616 User lmichnovic@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=403616#c2 Ladislav Michnovič <lmichnovic@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Ladislav Michnovič <lmichnovic@novell.com> 2008-07-01 07:28:18 MDT --- Leonardo is right. You have to escape the "[" character with backslash. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com