From owner-freebsd-stable@FreeBSD.ORG Sat Sep 14 13:06:01 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 049E8D97; Sat, 14 Sep 2013 13:06:01 +0000 (UTC) (envelope-from goran.lowkrantz@ismobile.com) Received: from mail.ismobile.com (mail.ismobile.com [IPv6:2a00:f680:101:11::4]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF64925E1; Sat, 14 Sep 2013 13:06:00 +0000 (UTC) Received: from mail.ismobile.com (localhost [127.0.0.1]) by dkim.mail.ismobile.com (Postfix) with ESMTP id 068B42B549F; Sat, 14 Sep 2013 13:05:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=ismobile.com; h=date:from :reply-to:to:cc:subject:message-id:mime-version:content-type :content-transfer-encoding; s=selector1; bh=pE19mGFuPbvdIoFVeTK3 13sitEA=; b=Pa+nXiuvnjkwkyQUcshcuNkHFwwkkPeQ+lD0t6Fnuj9yZY/91vwO m9HjyrUv8sVbxmNFdvyhUVgHLmrR53olGR+szJXRa4M7nTkHG/SSZaEIhTw2qd2Z sORln2KfI7rvLLGbR4e1kBS8205IWBqRzJYb+wv3YZfpj+7HydAmx40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=ismobile.com; h=date:from :reply-to:to:cc:subject:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=selector1; b=esNBtLsI1twJOD jkDhs9U2r6sEvkL+b1psIwdiqavpLOWvn4iKMcgBuXR6ACTh0zTzBhKNi42f4B7c 9MsGDYFR7MF9mi4J6s4JCjm/Ds/xn3K2c2StVTF/Qv5Hvg4iwlP7qIJWuTmLN2Nn yflPXD+tdMxeaEx76bWjySbVinuO0= Received: from [10.255.253.2] (h77-53-100-26.dynamic.se.alltele.net [77.53.100.26]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.ismobile.com (Postfix) with ESMTPSA id C4FC42B549D; Sat, 14 Sep 2013 13:05:56 +0000 (UTC) Date: Sat, 14 Sep 2013 15:05:56 +0200 From: goran.lowkrantz@ismobile.com, "glz@"@ismobile.com To: Alexander Motin Subject: VIMAGE kernel broken after 255541 Message-ID: X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Goran Lowkrantz 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:06:01 -0000 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