Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2013 04:07:36 -0700 (PDT)
From:      Anton Shterenlikht <mexas@bris.ac.uk>
To:        bdrewery@FreeBSD.org, bsam@passap.ru, mexas@bris.ac.uk
Cc:        freebsd-ports@freebsd.org
Subject:   SOLVED: Re: poudriere bug [WAS:  Re: poudriere zfs setup help ]
Message-ID:  <201310311107.r9VB7Xn4036485@mech-cluster241.men.bris.ac.uk>
In-Reply-To: <526E4E30.7040900@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>From bdrewery@freebsd.org Mon Oct 28 11:46:27 2013
>>>>>> root@ia64-default:~ # mkdir /usr/ports/ports-mgmt/pkg/work
>>>>>> mkdir: /usr/ports/ports-mgmt/pkg/work: Read-only file system
>
>The WRKDIRPREFIX should be set to /wrkdirs in the jail's make.conf. Can
>you go into the jail and show the contents of /etc/make.conf?
>

Seems something went wrong when I made the jail.
I removed it, and recreated in anew. Now all seems
fine:

install -o root -g wheel -m 444  /pdr/jails/ia64/usr/src/etc/../sys/ia64/conf/GENERIC.hints  /pdr/jails/ia64/boot/device.hints
====>> Recording filesystem state for clean... done
====>> Jail ia64 stable/10 ia64 is ready to be used


# cat /pdr/data/build/ia64-default/ref/etc/make.conf 
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
DISABLE_MAKE_JOBS=poudriere
# 

Many thanks

Anton



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