From owner-freebsd-hackers@FreeBSD.ORG Sat Jan 16 13:47:06 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 110051065670 for ; Sat, 16 Jan 2010 13:47:06 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 9393B8FC17 for ; Sat, 16 Jan 2010 13:47:04 +0000 (UTC) Received: by mail-fx0-f227.google.com with SMTP id 27so948997fxm.3 for ; Sat, 16 Jan 2010 05:47:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=aH4Mkpk53KODmjHsdMqXgHvxNX65Vow06CuLSStADxE=; b=nZiG9J45Aj6dQhClBjBZF5LO3BUjFvTJQDrq2mmBAwRUPG2AHEiOLg5L+OQg55aZZd XPJ8GYRVpkqBBafdAlE2NvgTiYqDBlvfuV/vMaPZtGoqn97f1JSaCOkVd8WoW7XHPMh4 jKF3tbc2pRK8CHw3O211sG0g+53wCYcw5zVRY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=bcY3lX9sr7OfB5A8nPNYXI+hIsbEMsoib37Sn5Co1Q15Md4QMlptSFFtfAGTOQkkGq ApuvZ0WIfvT4lwnP9HER51d9KWJrYnF3L3I03ddK3oFGyB4YVDEXs0jlaQF2zpEikUFR OSEz5wIkj45gwdUoGP/zfonEKITFSwH4YLS8E= Received: by 10.223.73.20 with SMTP id o20mr4089691faj.71.1263649624260; Sat, 16 Jan 2010 05:47:04 -0800 (PST) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 13sm1237078fxm.13.2010.01.16.05.47.03 (version=SSLv3 cipher=RC4-MD5); Sat, 16 Jan 2010 05:47:04 -0800 (PST) Sender: Alexander Motin Message-ID: <4B51C357.1030306@FreeBSD.org> Date: Sat, 16 Jan 2010 15:47:03 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: yuri@rawbw.com References: <1263633781.00207717.1263621602@10.7.7.3> In-Reply-To: <1263633781.00207717.1263621602@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: Current 8.0-STABLE doesn't compile (warning: implicit declaration of function 'bus_describe_intr') X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2010 13:47:06 -0000 Yuri wrote: > After upgrading sources (RELENG_8) I get the errors below. > > Yuri > > --- error log --- > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE > -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC > -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx > -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector > -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign > -fformat-extensions -c /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c > cc1: warnings being treated as errors > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function > 'ahci_setup_interrupt': > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:574: warning: implicit > declaration of function 'bus_describe_intr' > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:574: warning: nested > extern declaration of 'bus_describe_intr' > *** Error code 1 It is already fixed. Update your sources again. -- Alexander Motin