Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2014 18:26:46 -0700
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        freebsd-pkg@freebsd.org
Subject:   Read-only nullfs mounts should become read-write?
Message-ID:  <CAG=rPVcNFZfTP9j-848BOvoM=-z83SPerb1d%2ByJ0HOaSHdoJJA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG=rPVcNFZfTP9j-848BOvoM=-z83SPerb1d%2ByJ0HOaSHdoJJA>