Date: Thu, 28 Feb 2013 08:38:49 GMT From: John Marino <draco@marino.st> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/176497: print/utopia tries to install file in /usr/share Message-ID: <201302280838.r1S8cnqS046849@red.freebsd.org> Resent-Message-ID: <201302280840.r1S8e1ka014771@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176497 >Category: ports >Synopsis: print/utopia tries to install file in /usr/share >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 08:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: In a package building environment, the majority of the world is mounted as read-only, which helps find ports that are misbehaving. When install print/utopia, the following error occurs: /bin/mkdir -p /usr/local/share/utopia/devps/ /usr/bin/install -o root -g wheel -m444 -c UB UBI UI UR putb.afm putb.pfa putbi.afm putbi.pfa putr.afm putr.pfa putri.afm putri.pfa DESC text.enc textmap LICENSE /usr/local/share/utopia/devps/ /usr/bin/install -o root -g wheel -m444 -c utopia_font.7.gz //usr/local/man/man7/ /bin/cp /usr/share/groff_font/devps//download /usr/local/share/utopia/devps//download.old /bin/cat /usr/share/groff_font/devps//download ./download > tmp /usr/bin/install -o root -g wheel -m444 -c ./tmp /usr/share/groff_font/devps//download install: /usr/share/groff_font/devps//download: Read-only file system *** Error code 71 Stop. make: stopped in /wrkdirs/print/utopia/work/utopia-1.0 The "download" file is not on the plist and a port should not be trying to modify /usr/share. The port needs patching. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302280838.r1S8cnqS046849>