From owner-freebsd-current@FreeBSD.ORG Fri Sep 18 12:24:49 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 358D81065695 for ; Fri, 18 Sep 2009 12:24:49 +0000 (UTC) (envelope-from nfhm2k@gmail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id AEA3A8FC43 for ; Fri, 18 Sep 2009 12:24:48 +0000 (UTC) Received: by fxm6 with SMTP id 6so641075fxm.43 for ; Fri, 18 Sep 2009 05:24:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=CcX0YY5+s0AnbOJmfTiHmss0RLrtlA99swAZv/ehbCs=; b=Q/gcEsXRalNvC8JrgkeUU0FX98gVwsKTo20tWZsO+7v7vo6XGMW2Xj6KxdCUtF3iwc bf1bF2LVjt9Wh1MERxyCbKYwHdehWBdWL4BWCvwDfhaZFRfhKjxsyEvcX4iAk5NBY+u0 MNDam6Auf849yrd9rjeSYp86wCSaokf9ClYvA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=O0afdnBxCxmgi0P06s7uPFW2Lw4TJPXOJHepgH+NA3mFQmupDPBmphwUBINcfkYz4y xos2UH02r0ezjnlGLbU8qkXdKTxHadRxNviUo4Fd7+/a/fUnrofHnNgUHRXOisktKMI2 Mgw0ZoDS6UVDb4sugKHI5JuOMdtGHJApHZjxg= MIME-Version: 1.0 Received: by 10.223.20.85 with SMTP id e21mr396340fab.25.1253276687487; Fri, 18 Sep 2009 05:24:47 -0700 (PDT) In-Reply-To: <22127.83.206.131.26.1253275964.squirrel@webmail.esigetel.fr> References: <7f7d0a670909180259q2012ac4pa144b12fdc43a63d@mail.gmail.com> <22127.83.206.131.26.1253275964.squirrel@webmail.esigetel.fr> Date: Fri, 18 Sep 2009 13:24:47 +0100 Message-ID: <7f7d0a670909180524x3e164897ied441ad6fca5950b@mail.gmail.com> From: HM 2K To: freebsd-current@freebsd.org X-Mailman-Approved-At: Fri, 18 Sep 2009 13:57:56 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: make buildworld from today gives me: array type has incomplete element type X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2009 12:24:49 -0000 I realised my mistake. I was using 6.2 source, instead of 7.2, I used an old stable-supfile by mistake. All working now. Thanks all the same. On Fri, Sep 18, 2009 at 1:12 PM, JASSAL Aman wrote= : > Hi, > > Could you please give us the content of your SPECIFIC kernel configuratio= n > file ? The first reason I see for a kernel configuration to fail is that > an option is forgotten/mispelled in the configuration file. > > > Aman Jassal > > > > Le Ven 18 septembre 2009 11:59, HM 2K a =E9crit : > > I'm also having this issue... > > > > > > Anyone know what causes it or how to fix it? > > > > > > Thanks... > > > > > > red# cd /usr/src && make buildkernel KERNCONF=3DSPECIFIC && make > > installkernel KERNCONF=3DSPECIFIC > > ... > > stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestandi= ng > > -Werror /usr/src/sys/cam/cam_periph.c > > cc1: note: obsolete option -I- used, please use -iquote instead > > cc1: warnings being treated as errors > > /usr/src/sys/cam/cam_periph.c: In function 'cam_periph_mapmem': > > /usr/src/sys/cam/cam_periph.c:651: warning: pointer targets in assignme= nt > > differ in signedness /usr/src/sys/cam/cam_periph.c:679: warning: pointe= r > > targets in assignment differ in signedness *** Error code 1 > > > > > > Stop in /usr/obj/usr/src/sys/SPECIFIC. > > *** Error code 1 > > > > > > Stop in /usr/src. > > *** Error code 1 > > > > > > Stop in /usr/src. > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to " > freebsd-current-unsubscribe@freebsd.org" > > > > > > >