ports/176497: print/utopia tries to install file in /usr/share

John Marino draco at marino.st
Thu Feb 28 08:40:01 UTC 2013


>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:


More information about the freebsd-ports-bugs mailing list