10.0-hosted tinderbox: 8.4 builds broken?

Alexey Dokuchaev danfe at nsu.ru
Wed Oct 9 20:31:05 UTC 2013


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


More information about the freebsd-ports mailing list