From owner-freebsd-stable@FreeBSD.ORG Sat Sep 14 13:12:57 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1E97C1EA for ; Sat, 14 Sep 2013 13:12:57 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-ea0-x229.google.com (mail-ea0-x229.google.com [IPv6:2a00:1450:4013:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA9022663 for ; Sat, 14 Sep 2013 13:12:56 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id k11so1112762eaj.14 for ; Sat, 14 Sep 2013 06:12:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=bWKvWliH+q7FSU3woehRrCY63FJGP86IWF0EV8Mh3Zs=; b=tz90z2MY1wht5hA0CXBsZBr9EElhvWFdvT0HqrBoOMD9U7VJGJN4+Hc8VW+bbXw4/B QYOBh6AodboLkk+4SWEDBzzohmr0mRYqGk6tfecifMPU4bNivFzxRCavswfQkxLGrX/F nME7rGs9t+7xmNEEDyWs1DiUQDp3S1LGIIRNZ2NSotKyDzF36rx3qKyFdwjecSrjWkrt xWQ+iXmqkpzPMK09o4N+wI0LUnZYWoxFsGItIRqKX1NusjNCo9Bs1uvmfxccVq9pxGUk lxpimr2shkpccfOEeNGeTrtwuAHuO9NV/nqPUfDzK9xGYXZ4eu//3xdPpulvECcrEMcu 0yXw== X-Received: by 10.14.45.70 with SMTP id o46mr26288578eeb.19.1379164375154; Sat, 14 Sep 2013 06:12:55 -0700 (PDT) Received: from mavbook.mavhome.dp.ua ([5.248.115.71]) by mx.google.com with ESMTPSA id h52sm24049548eez.3.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 14 Sep 2013 06:12:54 -0700 (PDT) Sender: Alexander Motin Message-ID: <523460D4.7040404@FreeBSD.org> Date: Sat, 14 Sep 2013 16:12:52 +0300 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130616 Thunderbird/17.0.6 MIME-Version: 1.0 To: Goran Lowkrantz Subject: Re: VIMAGE kernel broken after 255541 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 14 Sep 2013 18:35:07 +0000 Cc: ", @@ismobile.com X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 13:12:57 -0000 Hi. The change is reverted. Sorry. On 14.09.2013 16:05, goran.lowkrantz@ismobile.com wrote: > Hi, > > After 255541 I can't compile a VIMAGE kernel: > cc1: warnings being treated as errors > /usr/src/sys/kern/sched_ule.c: In function 'cpu_search': > /usr/src/sys/kern/sched_ule.c:638: warning: implicit declaration of > function 'CPU_FFS' > /usr/src/sys/kern/sched_ule.c:638: warning: nested extern declaration of > 'CPU_FFS' [-Wnested-externs] > *** [sched_ule.o] Error code 1 > > Kernconf: > VSERVER: > # > # VSERVER --A VIMAGE kernel configuration file for FreeBSD/amd64 > # > # $FreeBSD: stable/9/sys/amd64/conf/XENHVM 239412 2012-08-20 11:34:49Z > cperciva $ > # > include SERVER > ident VSERVER > > # VIMAGE config > option VIMAGE > > SERVER: > # > # SERVER -- General server > # > > include GENERIC > > ident SERVER > > # Update resources for PostgreSQL > options SHMMAXPGS=65536 > options SEMMNI=40 > options SEMMNS=240 > options SEMUME=40 > options SEMMNU=120 > > # > # Compile with kernel debugger related code. > # > options KDB > options KDB_TRACE > options KDB_UNATTENDED > options DDB > > #options INVARIANTS > #options INVARIANT_SUPPORT > #options WITNESS > > #options DEBUG_LOCKS > #options DEBUG_VFS_LOCKS > > # Include Apple Talk support > options NETATALK > > > /glz -- Alexander Motin