From owner-freebsd-tinderbox@FreeBSD.ORG Tue Apr 4 16:38:17 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 3AADD16A420 for ; Tue, 4 Apr 2006 16:38:17 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87CD243D68 for ; Tue, 4 Apr 2006 16:38:12 +0000 (GMT) (envelope-from mj@feral.com) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.4/8.13.4) with ESMTP id k34Gc5d0059566; Tue, 4 Apr 2006 09:38:05 -0700 (PDT) (envelope-from mj@feral.com) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.4/8.13.4/Submit) with ESMTP id k34Gc5QK059563; Tue, 4 Apr 2006 09:38:05 -0700 (PDT) (envelope-from mj@feral.com) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Tue, 4 Apr 2006 09:38:05 -0700 (PDT) From: Matthew Jacob X-X-Sender: mjacob@ns1.feral.com To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= In-Reply-To: <86d5fxgwjv.fsf@xps.des.no> Message-ID: <20060404093800.P59562@ns1.feral.com> References: <7579f7fb0604011334w7337ffc2l7ba583c1a2f31b9b@mail.gmail.com> <86d5fxgwjv.fsf@xps.des.no> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1948184318-1144168685=:59562" Cc: Matthew Jacob , FreeBSD Tinderbox Subject: Re: help for the lame X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Jacob List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2006 16:38:17 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1948184318-1144168685=:59562 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT thanks! On Tue, 4 Apr 2006, Dag-Erling Smørgrav wrote: > "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 > >> ===> 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 > ^^^^^^^^^^ > >> ===> 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ørgrav - 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" > > --0-1948184318-1144168685=:59562--