From owner-freebsd-ppc@freebsd.org Sun Jul 10 02:30:03 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD2DDB854E2 for ; Sun, 10 Jul 2016 02:30:03 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-154.reflexion.net [208.70.211.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F651198E for ; Sun, 10 Jul 2016 02:30:02 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 26059 invoked from network); 10 Jul 2016 02:29:55 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 10 Jul 2016 02:29:55 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v7.90.3) with SMTP; Sat, 09 Jul 2016 22:30:06 -0400 (EDT) Received: (qmail 16186 invoked from network); 10 Jul 2016 02:30:06 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 10 Jul 2016 02:30:06 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 098411C405F; Sat, 9 Jul 2016 19:29:34 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [Bug 210953] 11.0 -r302412 via powerpc64-xtoolchain-gcc fails to build: dev/ahci/ahci.c:288:22: error: unknown conversion type character 'b' in format; too many arguments for format From: Mark Millard In-Reply-To: Date: Sat, 9 Jul 2016 19:29:59 -0700 Cc: FreeBSD Toolchain Content-Transfer-Encoding: quoted-printable Message-Id: References: To: FreeBSD PowerPC ML , freebsd-stable@freebsd.org, FreeBSD Current X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2016 02:30:03 -0000 [Top post of probable "already fixed" status.] It looks like -r320441 on stable/11 reverted a kern.mk change = controlling what formats are (un)available for some compilers. I'm rebuilding things based on -r302457 instead of -r302412 and will = close the defect if things work. =3D=3D=3D Mark Millard markmi at dsl-only.net On 2016-Jul-9, at 6:19 PM, Mark Millard wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210953 >=20 >=20 > Bug ID: 210953 > Summary: 11.0 -r302412 via powerpc64-xtoolchain-gcc fails to > build: dev/ahci/ahci.c:288:22: error: unknown > conversion type character 'b' in format; too many > arguments for format > Product: Base System > Version: 11.0-BETA1 > Hardware: ppc > OS: Any > Status: New > Severity: Affects Only Me > Priority: --- > Component: bin > Assignee:=20 > freebsd-bugs at FreeBSD.org >=20 > Reporter:=20 > markmi at dsl-only.net >=20 >=20 > --- all_subdir_ahci --- > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function = 'ahci_attach': > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:288:22: error: unknown > conversion type character 'b' in format [-Werror=3Dformat=3D] > device_printf(dev, "quirks=3D0x%b\n", ctlr->quirks, > ^ > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:288:22: error: too = many > arguments for format [-Werror=3Dformat-extra-args] I omit the other supporting material. =3D=3D=3D Mark Millard markmi at dsl-only.net