Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2015 23:45:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 196414] x11-toolkits/linux-c6-tk85 doesn't build as unprivileged user.
Message-ID:  <bug-196414-4077-0OPC5M4EKK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196414-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196414-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196414

Matthias Andree <mandree@FreeBSD.org> changed:

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196414-4077-0OPC5M4EKK>