Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2013 08:31:37 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176498: x11/rxvt-unicode tries to modify outside of /usr/local
Message-ID:  <201302280831.r1S8VbUa041269@red.freebsd.org>
Resent-Message-ID: <201302280840.r1S8e16c014782@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176498
>Category:       ports
>Synopsis:       x11/rxvt-unicode tries to modify outside of /usr/local
>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 world that packages aren't supposed to touch is mounted as readonly.  When installing x11/rxvt-unicode, the following error occurs:


/usr/bin/install -c -o root -g wheel -m 644 rxvtd.1.man /usr/local/man/man1/urxvtd.1
/usr/bin/install -c -o root -g wheel -m 644 rxvt.7.man  /usr/local/man/man7/urxvt.7
/usr/bin/tic ./etc/rxvt-unicode.terminfo
r/rxvt-unicode: Read-only file system
"./etc/rxvt-unicode.terminfo", line 5, terminal 'rxvt-unicode': can't open /usr/share/terminfo/r/rxvt-unicode
*** Signal 6

Stop.
make: stopped in /wrkdirs/x11/rxvt-unicode/work/rxvt-unicode-9.16/doc
*** Error code 1


It appears that tic is trying to install files in /usr/share/terminfo.
A port should not be modifying /usr/share.
>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?201302280831.r1S8VbUa041269>