From owner-freebsd-current@FreeBSD.ORG Thu Jun 9 22:09:26 2011 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 3F2D31065674 for ; Thu, 9 Jun 2011 22:09:26 +0000 (UTC) (envelope-from lacombar@gmail.com) Received: from mail-px0-f172.google.com (mail-px0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 07F118FC14 for ; Thu, 9 Jun 2011 22:09:25 +0000 (UTC) Received: by pxi6 with SMTP id 6so1171784pxi.17 for ; Thu, 09 Jun 2011 15:09:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=CAGEG6VBMrkrm7AU9eliqk3KpZEqh4/HMiewEI3a1uc=; b=WP+f7uP1pbiJtIu5UIG1xMPfQ1Dfs5dfKymquKNUsD9Vh4vVjo2ZfBmsWPQ/nFVrVR sCjIDgPCnBbYvQz6vZAMX532JXwQKJGOEyjmpoEgX8BTyCoJ/jqCRaBrSrEh/6JfjLMG Zwh+/qbKZvyc+GzP6L0gf7CNm+swYe7jl5Fj0= 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 :cc:content-type:content-transfer-encoding; b=dxwCL8orTEGXRY49a45IlNqcoZz+4i+PM7P/ZLI2RJhwgVLNu8ZYtVFTa8OwT2lXzJ 3p/H5vcJAk4Nn/7tA6Dd51deOlF+ZDRkbX4ACgBzngbHOVVqcrDHEtDYi4TOXNtDtEJC wAyFCs8WbbdOWJtU0AmWiETsecd5+DBT4HB/c= MIME-Version: 1.0 Received: by 10.68.51.201 with SMTP id m9mr643916pbo.135.1307657365497; Thu, 09 Jun 2011 15:09:25 -0700 (PDT) Received: by 10.68.52.164 with HTTP; Thu, 9 Jun 2011 15:09:25 -0700 (PDT) In-Reply-To: <4DF142A0.9030903@protected-networks.net> References: <4DF10BD3.2030006@zedat.fu-berlin.de> <4DF12EA7.80807@protected-networks.net> <20110609211232.GA17188@lonesome.com> <4DF142A0.9030903@protected-networks.net> Date: Thu, 9 Jun 2011 18:09:25 -0400 Message-ID: From: Arnaud Lacombe To: Michael Butler Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Attilio Rao , Mark Linimon , FreeBSD Current Subject: Re: gcc-4.5 and 4.6 needs to be recompiled due to /usr/src/UPDATE: 20110608: 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: Thu, 09 Jun 2011 22:09:26 -0000 Hi, On Thu, Jun 9, 2011 at 6:01 PM, Michael Butler wrote: > On 06/09/11 17:18, Attilio Rao wrote: >> 2011/6/9 Mark Linimon : >>> Things that change the way the base system behaves w/rt ports need >>> version bumps. >> >> BTW, could someone provide an actual error message? >> >> I assume these errors are caused by cpumask_t going away. > > For emulators/virtualbox-ose-kmod .. > > cc -O2 -pipe -march=3Dprescott -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 > -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -w -DVBOX_WITH_HARDENING > -DVBOX_WITH_64_BITS_GUESTS -DRT_ARCH_X86 -fno-strict-aliasing -Werror > -D_KERNEL -DKLD_MODULE -nostdinc =A0-Iinclude -I. -Ir0drv -I. -I@ > -I@/contrib/altq -finline-limit=3D8000 --param inline-unit-growth=3D100 > --param large-function-growth=3D1000 -fno-common =A0 -mno-align-long-stri= ngs > -mpreferred-stack-boundary=3D2 -mno-sse -mno-mmx -msoft-float > -ffreestanding -fstack-protector -std=3Diso9899:1999 -fstack-protector > -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual =A0-Wundef > -Wno-pointer-sign -fformat-extensions =A0-Wmissing-include-dirs > -fdiagnostics-show-option -c > /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.0.8_OSE/out/fr= eebsd.x86/release/bin/src/vboxdrv/r0drv/freebsd/mp-r0drv-freebsd.c > > /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.0.8_OSE/out/fr= eebsd.x86/release/bin/src/vboxdrv/r0drv/freebsd/mp-r0drv-freebsd.c: > In function 'RTMpOnOthers': > /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.0.8_OSE/out/fr= eebsd.x86/release/bin/src/vboxdrv/r0drv/freebsd/mp-r0drv-freebsd.c:167: > error: 'cpumask_t' undeclared (first use in this function) > > /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.0.8_OSE/out/fr= eebsd.x86/release/bin/src/vboxdrv/r0drv/freebsd/mp-r0drv-freebsd.c:167: > error: (Each undeclared identifier is reported only once > /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.0.8_OSE/out/fr= eebsd.x86/release/bin/src/vboxdrv/r0drv/freebsd/mp-r0drv-freebsd.c:167: > error: for each function it appears in.) > > Without a version bump, it becomes impossible to determine if a > version-specific patch can be applied to accommodate the ABI change, > This sounds more an API change than an ABI change. FWIW, ABI changes that breaks backward compatibility should not happen. - Arnaud > =A0 =A0 =A0 =A0imb > _______________________________________________ > 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= " >