Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2013 08:20:04 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176495: graphics/povray36 install files not in pkg-plist in /root
Message-ID:  <201302280820.r1S8K4FW013503@red.freebsd.org>
Resent-Message-ID: <201302280830.r1S8U0hV013065@freefall.freebsd.org>

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

>Number:         176495
>Category:       ports
>Synopsis:       graphics/povray36 install files not in pkg-plist in /root
>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:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
During package building, in which the majority of the world is set to read-only, graphics/povray36 failed to install with the following errors:

Copying user configuration and INI files...
mkdir /root/.povray
mkdir: /root/.povray: Read-only file system
mkdir /root/.povray/3.6
mkdir: /root/.povray: No such file or directory
install: /root/.povray/3.6/povray.conf: No such file or directory
install: /root/.povray/3.6/povray.ini: No such file or directory
gmake[2]: *** [install-data-local] Error 71
gmake[2]: Leaving directory `/wrkdirs/graphics/povray36/work/povray-3.6.1'
gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory `/wrkdirs/graphics/povray36/work/povray-3.6.1'
gmake: *** [install-recursive] Error 1
*** Error code 2


First, a package should not be installing in specific user home directories
secondly, these files are not on pkg-plist
>How-To-Repeat:

>Fix:
I suggest patching the povray36 make to avoid installing these files.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302280820.r1S8K4FW013503>