ports/176498: x11/rxvt-unicode tries to modify outside of /usr/local

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


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


More information about the freebsd-ports-bugs mailing list