https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196414

Matthias Andree <mand...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mand...@freebsd.org

--- Comment #5 from Matthias Andree <mand...@freebsd.org> ---
(In reply to Rene Ladan from comment #2)
Not sure, but the file size and the link size are strange:

...
-r--r--r--  2 0      0           0 11 Nov  2010
./usr/share/man/mann/tk_getOpenFile.n.gz
-r--r--r--  2 0      0        5182 11 Nov  2010
./usr/share/man/mann/tk_getSaveFile.n.gz link to
./usr/share/man/mann/tk_getOpenFile.n.gz
...

we should see this instead (rpm2cpio ... | pax -v), the 5182 bytes attributed
to the file, and the link gets 0-size:

-r--r--r--  1 root         wheel             5182 11 Nov  2010
./usr/share/man/mann/tk_getOpenFile.n.gz
-r--r--r--  2 root         wheel                0 11 Nov  2010
./usr/share/man/mann/tk_getSaveFile.n.gz ==
./usr/share/man/mann/tk_getOpenFile.n.gz

or this (rpm2archive ... | tar tzvf -):

-r--r--r--  0 root   root     5182 11 Nov  2010
./usr/share/man/mann/tk_getOpenFile.n.gz
hr--r--r--  0 root   root        0 11 Nov  2010
./usr/share/man/mann/tk_getSaveFile.n.gz link to
./usr/share/man/mann/tk_getOpenFile.n.gz

however neither rpm2cpio nor rpm2cpio.pl generate archives that pax, cpio, tar
could extract properly.  The man pages end up empty.


The workaround seems to be to use rpm2archive, gzip -cd and tar.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Reply via email to