Bug 114542 - "Inconsistent extfs archive" when "entering" rpm in dir with space in name
Summary: "Inconsistent extfs archive" when "entering" rpm in dir with space in name
Keywords:
Status: CLOSED DUPLICATE of bug 102453
Alias: None
Product: Fedora
Classification: Fedora
Component: mc
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-29 12:54 UTC by Leonard den Ottolander
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:00:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
extfs/rpm: Workaround for spaces and single quotes in the path (1.96 KB, application/octet-stream)
2004-02-17 14:48 UTC, Andrew V. Samoilov
no flags Details

Description Leonard den Ottolander 2004-01-29 12:54:44 UTC
Description of problem:

When trying to "enter" an rpm and the directory in which the rpm is
located has a space in the name entering the rpm fails with an
"Inconsistent extfs archive".


Version-Release number of selected component (if applicable):

mc-4.6.0-6, mc-4.6.0-8.1


How reproducible:

Try entering an rpm in a directory that has a space in it's name (fe
"Fedora updates"). This will fail. Now rename the directory so it
doesn't contain a space (mv Fedora\ updates FedoraUpdates) and try again.

Comment 1 Leonard den Ottolander 2004-02-11 03:08:23 UTC
This seems to be an issue with rpm:

$ rpm -qp 'a b/SysVinit-2.85-5.i386.rpm'
error: open of a failed: No such file or directory
$ rpm -qp 'a\ b/SysVinit-2.85-5.i386.rpm'
warning: a b/SysVinit-2.85-5.i386.rpm: V3 DSA signature: NOKEY, key ID
897da07a
SysVinit-2.85-5

Closing this bug as duplicate of bug #102453


Comment 2 Leonard den Ottolander 2004-02-11 03:09:06 UTC

*** This bug has been marked as a duplicate of 102453 ***

Comment 3 Leonard den Ottolander 2004-02-11 03:15:10 UTC
Of course this could be fixed in vfs/extfs/rpm by replacing all
occurences of $1 with a string with escaped spaces (and tabs?). Should
be an easy fix. Good idea to implement this?


Comment 4 Andrew V. Samoilov 2004-02-17 14:48:55 UTC
Created attachment 97748 [details]
extfs/rpm: Workaround for spaces and single quotes in the path

vfs/ChangeLog:

	* extfs/rpm: Workaround for spaces and single quotes in the path
	name.

Comment 5 Andrew V. Samoilov 2004-02-17 15:19:18 UTC
Comment on attachment 97748 [details]
extfs/rpm: Workaround for spaces and single quotes in the path

Change MIME Type to application/octet-stream

Comment 6 Red Hat Bugzilla 2006-02-21 19:00:59 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


Note You need to log in before you can comment on or make changes to this bug.