bb27
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
Code:
rule91# cd /usr/ports/graphics/cairo rule91# make install clean ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for cairo-1.8.10_1,1 ===> Extracting for cairo-1.8.10_1,1 => MD5 Checksum OK for cairo-1.8.10.tar.gz. => SHA256 Checksum OK for cairo-1.8.10.tar.gz. mkdir: WRKDIR: Read-only file system *** Error code 1 Stop in /basejail/usr/ports/graphics/cairo. *** Error code 1 Stop in /basejail/usr/ports/graphics/cairo. Code:
rule91# make deinstall ===> Deinstalling for devel/gobject-introspection ===> gobject-introspection not installed, skipping rule91# make install clean ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Extracting for gobject-introspection-0.6.14 => MD5 Checksum OK for gnome2/gobject-introspection-0.6.14.tar.bz2. => SHA256 Checksum OK for gnome2/gobject-introspection-0.6.14.tar.bz2. mkdir: WRKDIR: Read-only file system *** Error code 1 Stop in /basejail/usr/ports/devel/gobject-introspection. Code:
rule91# printenv USER=root LOGNAME=root HOME=/root MAIL=/var/mail/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin TERM=xterm FTP_PASSIVE_MODE=YES BLOCKSIZE=K SHELL=/bin/csh SSH_CLIENT=136.186.78.214 1774 22 SSH_CONNECTION=136.186.78.214 1774 136.186.230.91 22 SSH_TTY=/dev/pts/64 HOSTTYPE=FreeBSD VENDOR=unknown OSTYPE=FreeBSD MACHTYPE=unknown SHLVL=1 PWD=/usr/ports/devel/gobject-introspection GROUP=wheel HOST=rule91 REMOTEHOST=136.186.78.214 EDITOR=vi PAGER=more WRKDIR=WRKDIR WRKDIRPREFIX=/usr/portswork/ DISTDIR=/usr/portswork/usr/ports/distfiles Thanks again, Ken Last edited by DutchDaemon; May 8th, 2012 at 11:05. Reason: Formatting & Style: http://forums.freebsd.org/showthread.php?t=8816 / http://forums.freebsd.org/showthread.php?t=18043 |
|
#2
|
||||
|
||||
unsetenv WRKDIR
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
|||
|
|||
|
unsetenv WRKDIR would not make it work. I tried, still the same outcome. Any more ways?
Last edited by DutchDaemon; May 8th, 2012 at 22:35. Reason: No space before punctuation [ . , : ; ! ? ) ] |
|
#4
|
||||
|
||||
|
Make sure you can write to where WRKDIRPREFIX is pointing.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error with port building | cooltomato | Installation and Maintenance of FreeBSD Ports or Packages | 1 | May 8th, 2012 09:27 |
| Distributed Parallel Port Building Script | cakersq | Installation and Maintenance of FreeBSD Ports or Packages | 1 | January 9th, 2012 19:35 |
| Parallel port building and dependencies. | akregator | Installation and Maintenance of FreeBSD Ports or Packages | 4 | January 8th, 2012 15:13 |
| Parallel Port Building Script | cakersq | Userland Programming & Scripting | 37 | December 12th, 2011 04:52 |
| Port dependencies as packages rather than building more ports recursively | kpedersen | Installation and Maintenance of FreeBSD Ports or Packages | 9 | November 25th, 2010 22:55 |