Read-only nullfs mounts should become read-write?

Sean Bruno sbruno at ignoranthack.me
Tue Apr 15 01:39:13 UTC 2014


On Mon, 2014-04-14 at 18:26 -0700, Craig Rodrigues wrote:
> Hi,
> 
> I have been experimenting with converting the FreeNAS
> build to use poudriere for building ports.
> 
> This is my poudriere.conf:
> ============================================================
> NO_ZFS=yes
> RESOLV_CONF=/etc/resolv.conf
> BASEFS=/usr/home/rodrigc/freenas/freenas/os-base/amd64/poudriere
> DISTFILES_CACHE=/usr/home/rodrigc/freenas/freenas/os-base/amd64/ports/distfiles
> POUDRIERE_DATA=/usr/home/rodrigc/freenas/freenas/os-base/amd64/d
> USE_PORTLINT=no
> USE_TMPFS=yes
> GIT_URL=git at gitserver.ixsystems.com:/git/repos/freenas-build/ports.git
> GIT_BRANCH=freenas/9-stable
> ============================================================
> 
> When doing a build, I encountered errors like this during every ports build:
> 
> ===> Fetching all distfiles required by rcs-5.8.2 for building
> ===>  Extracting for rcs-5.8.2
> => SHA256 Checksum OK for rcs-5.8.2.tar.gz.
> mkdir: /usr/ports/devel/rcs/work: Read-only file system
> *** [do-extract] Error code 1
> 
> 
> Any idea what the cause of the problem could be?
> 
> 
> --
> Craig


Maybe set PORTSDIR= in make.conf or whatever to point at where your
ports are?  I think I ran into this too.

e.g.
make.conf:
PORTSDIR=/usr/local/poudriere/ports/default


Maybe spam the entire build log from poudriere somewhere we can look at
too.

sean
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freebsd.org/pipermail/freebsd-pkg/attachments/20140414/67f87e5d/attachment.sig>


More information about the freebsd-pkg mailing list