Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 03:30:57 +0700
From:      Alexey Dokuchaev <danfe@nsu.ru>
To:        Chris Rees <crees@bayofrum.net>
Cc:        ports@freebsd.org
Subject:   Re: 10.0-hosted tinderbox: 8.4 builds broken?
Message-ID:  <20131009203057.GA84646@regency.nsu.ru>
In-Reply-To: <4d21dc12-2fb5-43a7-a0fd-8ea13c6ebf5a.maildroid@localhost>
References:  <20131009110955.GA75075@regency.nsu.ru> <CAE-m3X2CBJochmozViCHKg34ec2eByQuE6ju00Q8ZQD1=8=SXQ@mail.gmail.com> <4d21dc12-2fb5-43a7-a0fd-8ea13c6ebf5a.maildroid@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 09, 2013 at 09:11:10PM +0100, Chris Rees wrote:
> That's really annoying... I'll have to track it down Friday I'm afraid.

cvs up'ing back to sources as of Oct 6 (before your recent commits) seems
to restore correct behavior for me.  Now -b 8.4 builds do not try to find
or install pkgng, and "building for:" line correctly depends on -b switch
as it should.

> Alexey, if you're interested, the patch hitting CVS is at:
> 
> http://www.bayofrum.net/~crees/patches/tinderbox-calculate-deps-in-chroot-9.diff

I'll try to play with it to see if I can fix the problem without reverting
the repo back to Oct 6th state, thanks!

BTW, is createJail command working properly now for both old and new style
releases?  I've been using the following patch for a while now, not sure
if it is still relevant though:

@@ -107,7 +107,7 @@ generateUpdateCode () {
     fetchRc=0
     tested=0
     while [ 1 -eq 1 ]; do
-        ${fetchCmd} -s ${fetchUrl}/${fetchSets%%*}${fetchSufx} >/dev/null 2>&1
+        ${fetchCmd} -s ${fetchUrl}/${fetchSets%%*}${fetchSufx} | grep -qv Unknown

./danfe



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