From owner-cvs-all Tue Jan 21 6:59:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F3937B401; Tue, 21 Jan 2003 06:59:28 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B31A43F13; Tue, 21 Jan 2003 06:59:27 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0LEwu6Z014745; Tue, 21 Jan 2003 15:58:56 +0100 (CET) (envelope-from phk@freebsd.org) To: "Justin T. Gibbs" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aic7xxx aic79xx.reg From: phk@freebsd.org In-Reply-To: Your message of "Tue, 21 Jan 2003 07:49:25 MST." <3854160000.1043160565@aslan.scsiguy.com> Date: Tue, 21 Jan 2003 15:58:56 +0100 Message-ID: <14744.1043161136@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <3854160000.1043160565@aslan.scsiguy.com>, "Justin T. Gibbs" writes: >>> Has anyone else seen this failure? I cannot reproduce it. It certainly >>> smells like phk's system is somehow messed up. This would only fail >>> if the assembler failed to build and it builds just fine on a freshly >>> checked out tree. >> >> It could be some sort of dependency issue. >> >> I have not tried blowing my tree away and checking out from scratch, >> only: >> cd i386/conf >> make LINT >> config LINT >> cd ../compile/LINT >> make depend >> *boom* > >Well, to test that theory: >cd ../compile/LINT >rm aicasm* >make depend Reverting my commit, then doing the above I get: [...] ===> aic7xxx/ahd ../aicasm/aicasm -I/bang/src/sys/modules/aic7xxx/ahd/../../../cam/scsi -I/bang/src/sys/modules/aic7xxx/ahd/../../../dev/aic7xxx -o aic79xx_seq.h -r aic79xx_reg.h -p aic79xx_reg_print.c -i /bang/src/sys/modules/aic7xxx/ahd/../../../dev/aic7xxx/aic79xx_osm.h /bang/src/sys/modules/aic7xxx/ahd/../../../dev/aic7xxx/aic79xx.seq ../aicasm/aicasm: Stopped at file aic79xx.reg, line 3934 - syntax error ../aicasm/aicasm: Removing aic79xx_seq.h due to error ../aicasm/aicasm: Removing aic79xx_reg.h due to error *** Error code 65 Stop in /bang/src/sys/modules/aic7xxx/ahd. *** Error code 1 Stop in /bang/src/sys/modules/aic7xxx. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message