[Bug 196414] x11-toolkits/linux-c6-tk85 doesn't build as unprivileged user.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 25 23:45:46 UTC 2015


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

Matthias Andree <mandree at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mandree at FreeBSD.org

--- Comment #5 from Matthias Andree <mandree at 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.


More information about the freebsd-emulation mailing list