Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2006 23:04:22 -0700
From:      "Matthew Jacob" <lydianconcepts@gmail.com>
To:        "FreeBSD Tinderbox" <tinderbox@freebsd.org>
Subject:   Re: help for the lame
Message-ID:  <7579f7fb0604252304s71baa632ye209480624fe68c8@mail.gmail.com>
In-Reply-To: <20060425230209.S66143@ns1.feral.com>
References:  <20060425230209.S66143@ns1.feral.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I finally got this working correctly. What I found I had to do was to
create a 'tinderbox' user and group and run as that user. Interesting,
considering I don't need to do that in doing a buildworld, but I guess
I have something in my environment that poisons tinderbox builds if I
run as me.

---------- Forwarded message ----------
Date: Tue, 04 Apr 2006 18:00:52 +0200
From: "Dag-Erling [iso-8859-1] Sm=F8rgrav" <des@des.no>
To: Matthew Jacob <lydianconcepts@gmail.com>
Cc: FreeBSD Tinderbox <tinderbox@freebsd.org>
Subject: Re: help for the lame

"Matthew Jacob" <lydianconcepts@gmail.com> writes:
> I run a shell script like so:
> [...]

why don't you just use tbmaster?

> #!/bin/sh
>
> . ${HOME}/.path_set_sh
>
> for arch in sparc64 amd64 i386
> do
>  mkdir -p /usr/ports/temp/${arch}
>  nice tinderbox -a ${arch} -s /usr/ports/temp/${arch} -l
> /usr/ports/temp/${arch}.log clean update world generic lint
>  if [ $? -ne 0 ]; then echo '******' $arch  failed Tinderbox; fi
> done

You need to set the target machine as well, see below

> =3D=3D=3D> lib/libipx (depend,all,install)
> rm -f .depend
> mkdep -f .depend -a
> /usr/ports/temp/amd64/HEAD/amd64/i386/src/lib/libipx/ipx_addr.c
                             ^^^^^^^^^^

> =3D=3D=3D> lib/libipx (depend,all,install)
> rm -f .depend
> mkdep -f .depend -a
> /usr/ports/temp/sparc64/HEAD/sparc64/i386/src/lib/libipx/ipx_addr.c
                               ^^^^^^^^^^^^

DES
--
Dag-Erling Sm=F8rgrav - des@des.no
_______________________________________________
freebsd-tinderbox@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-tinderbox
To unsubscribe, send any mail to "freebsd-tinderbox-unsubscribe@freebsd.org=
"



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