Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 08:16:48 +0100
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-ports@freebsd.org
Subject:   running poudriere jail -c ... and poudriere ports -c ... in parallel
Message-ID:  <20151230071648.GA2191@c720-r285885-amd64>

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

Hello,

Last night I was creating a new jail and ports with poudriere this way:

# poudriere jail -c -j freebsd-r292778 -m svn+http -v head@r292778

# poudriere ports -c -p ports-20151229 -m svn+http -B head

the latter in parallel from another session because the creation of the
jail took some hours (4:28h on my Dell M4400);

when I wanted to start the jail this morning the usual way, it says:

# poudriere bulk -f /usr/local/etc/poudriere-list -J 4 -j freebsd-r292778 -p ports-20151229
[00:00:00] ====>> Creating the reference jail... done
[00:00:19] ====>> Mounting system devices for freebsd-r292778-ports-20151229
[00:00:19] ====>> Mounting ports/packages/distfiles
[00:00:19] ====>> Using packages from previously failed build
[00:00:19] ====>> Mounting packages from: /usr/local/poudriere/data/packages/freebsd-r292778-ports-20151229
/etc/resolv.conf -> /usr/local/poudriere/data/.m/freebsd-r292778-ports-20151229/ref/etc/resolv.conf
[00:00:19] ====>> Starting jail freebsd-r292778-ports-20151229
make: cannot open /usr/ports/Mk/bsd.port.mk.
[00:00:19] ====>> Cleaning up
[00:00:19] ====>> Umounting file systems

I looked into this and it turned out that the dir /usr/local/poudriere/ports/ports-20151229 
does not contain a checked out ports tree, but something which looks a
the base system (I forgot to make a 'svnlite info' there).

What does this mean? Is it somehow not allowed to run the both commands
in parallel? I could not see any hint about this in the man page.

	matthias


-- 
Matthias Apitz, ✉ guru@unixarea.de, 🌐 http://www.unixarea.de/  ☎ +49-176-38902045



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