From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 14:37:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C7A16A41F for ; Sat, 11 Mar 2006 14:37:47 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDDC143D46 for ; Sat, 11 Mar 2006 14:37:46 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 17886 invoked from network); 11 Mar 2006 14:37:46 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Mar 2006 14:37:46 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 3CDD728426; Sat, 11 Mar 2006 09:37:45 -0500 (EST) Sender: lowell@be-well.ilk.org To: Dikshie References: <20060309090209.GA1399@ppk.itb.ac.id> From: Lowell Gilbert Date: 11 Mar 2006 09:37:45 -0500 In-Reply-To: <20060309090209.GA1399@ppk.itb.ac.id> Message-ID: <44hd652gjq.fsf@be-well.ilk.org> Lines: 66 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: strange error code 1 when compile kernel on 6.1-PRERELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 14:37:47 -0000 Dikshie writes: > I got following strange error when compiled kernel: > ===> aic7xxx/ahd (depend) > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > ( cd /usr/src/sys/modules/aic7xxx/ahd/../aicasm; make aicasm; ) > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/m > odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g -c /usr/src/sys/modules/ai > c7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm.c > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/m > odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g -c /usr/src/sys/modules/ai > c7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c > yacc -b aicasm_gram -d -o aicasm_gram.c /usr/src/sys/modules/aic7xxx/aicasm/../ > ../../dev/aic7xxx/aicasm/aicasm_gram.y > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/m > odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g -c aicasm_gram.c > yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c /usr/src/sys/modules/a > ic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_macro_gram.y > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/m > odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g -c aicasm_macro_gram.c > lex -t /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_ > scan.l > aicasm_scan.c > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/m > odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g -c aicasm_scan.c > lex -t -Pmm /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aic > asm_macro_scan.l > aicasm_macro_scan.c > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/m > odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g -c aicasm_macro_scan.c > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/m > odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g -o aicasm aicasm.o aicasm > _symbol.o aicasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o -l > l > /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -ll > *** Error code 1 > > Stop in /usr/src/sys/modules/aic7xxx/aicasm. > *** Error code 1 > > Stop in /usr/src/sys/modules/aic7xxx/ahd. > *** Error code 1 > > Stop in /usr/src/sys/modules/aic7xxx. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/soi. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > vic-rat# > > > any solutions ? Hard to say. It actually seems to be building a module at the point it fails. Have you done a full buildworld beforehand? Have you successfully built at all since downloading that set of sources? How did you install your sources? If those sources never built successfully, have you tried another update in case it was a transient problems in the codebase?