From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 25 23:45:45 2015 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E870AD1D for ; Wed, 25 Mar 2015 23:45:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B592E63D for ; Wed, 25 Mar 2015 23:45:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2PNjj3W011491 for ; Wed, 25 Mar 2015 23:45:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 196414] x11-toolkits/linux-c6-tk85 doesn't build as unprivileged user. Date: Wed, 25 Mar 2015 23:45:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mandree@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2015 23:45:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196414 Matthias Andree changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mandree@FreeBSD.org --- Comment #5 from Matthias Andree --- (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.