Date: Sat, 18 Oct 2014 20:10:21 +0200 From: Matthias Apitz <guru@unixarea.de> To: freebsd-pkg@freebsd.org Subject: Re: poudriere && Invalid port origin listed ... Message-ID: <20141018181020.GA1604@unixarea.DDR.dd> In-Reply-To: <20141018081622.GA2237@sh4-5.1blu.de> References: <20141018081622.GA2237@sh4-5.1blu.de>
next in thread | previous in thread | raw e-mail | index | archive | help
El día Saturday, October 18, 2014 a las 10:16:22AM +0200, Matthias Apitz escribió: > I have a file of some 400 ports to build them with poudriere (3.1pre). > Whene I start the jail it says: > > # poudriere bulk -f /usr/local/etc/poudriere-list -j freebsd-head -p ports-20141018 > [00:00:00] ====>> Creating the reference jail... done > ... > [00:00:07] ====>> Loading MOVED > [00:00:08] ====>> Calculating ports order and dependencies > [00:01:28] ====>> Error: Invalid port origin listed for build: print/latex > [00:01:29] ====>> Cleaning up > [00:01:29] ====>> Umounting file systems > > and I have to iteratively remove the port from the file. Why poudriere > is not just logging and ignoring this port, or at least complain about > all of them at once? Well, an easy test before firing up the jail would be while read port; do test -f $port/Makefile || echo check port $port done < /usr/local/etc/poudriere-list HIH matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141018181020.GA1604>