From owner-freebsd-tinderbox@FreeBSD.ORG Wed Apr 26 06:04:33 2006 Return-Path: X-Original-To: tinderbox@freebsd.org Delivered-To: freebsd-tinderbox@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BAA016A43C for ; Wed, 26 Apr 2006 06:04:33 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5E543D45 for ; Wed, 26 Apr 2006 06:04:23 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by nz-out-0102.google.com with SMTP id 9so1236273nzo for ; Tue, 25 Apr 2006 23:04:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YKU+RX7QZbwp0Et1N6UtYjrqd0YqZet8CTUMLdJdRlmnxQOoRUdeReyXDXs8G/XNFHTLHUeHLQO5uh5/2srtYMj/xXX8Bwzf0LT3jGg7LkduVfOTWKndI5HUFlFnelk/xu6HEhTDFb1RSYeg6pB30jUgl+LioZ5DVGbg209t5X8= Received: by 10.65.176.7 with SMTP id d7mr510867qbp; Tue, 25 Apr 2006 23:04:22 -0700 (PDT) Received: by 10.65.155.4 with HTTP; Tue, 25 Apr 2006 23:04:22 -0700 (PDT) Message-ID: <7579f7fb0604252304s71baa632ye209480624fe68c8@mail.gmail.com> Date: Tue, 25 Apr 2006 23:04:22 -0700 From: "Matthew Jacob" To: "FreeBSD Tinderbox" In-Reply-To: <20060425230209.S66143@ns1.feral.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060425230209.S66143@ns1.feral.com> Cc: Subject: Re: help for the lame X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2006 06:04:33 -0000 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" To: Matthew Jacob Cc: FreeBSD Tinderbox Subject: Re: help for the lame "Matthew Jacob" 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= "