From owner-freebsd-bugs@freebsd.org Sun Jul 10 01:14:32 2016 Return-Path: Delivered-To: freebsd-bugs@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 CABFCB836A7 for ; Sun, 10 Jul 2016 01:14:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 AF5C11F30 for ; Sun, 10 Jul 2016 01:14:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6A1EWb6067177 for ; Sun, 10 Jul 2016 01:14:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [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 Date: Sun, 10 Jul 2016 01:14:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-BETA1 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markmi@dsl-only.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2016 01:14:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210953 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: freebsd-bugs@FreeBSD.org Reporter: markmi@dsl-only.net --- 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] FYI (prior ahci.o material): --- ahci.o --- /usr/local/bin/powerpc64-portbld-freebsd11.0-gcc -isystem /usr/obj/xtoolchain/powerpc.powerpc64/usr/src/tmp/usr/include -L/usr/obj/xtoolchain/powerpc.powerpc64/usr/src/tmp/usr/lib --sysroot=3D/usr/obj/xtoolchain/powerpc.powerpc64 /usr/src/tmp -B/usr/local/powerpc64-freebsd/bin/ -O2 -pipe=20 -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc=20=20 -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/xtoolchain/powerpc.powerpc64/usr/src/sys/GENERIC64vtsc-N ODEBUG/opt_global.h -I. -I/usr/src/sys -fno-common -g -mlongcall -fno-omit-frame-pointer -I/usr/obj/xtoolchain/powerpc.powerpc64/usr/src/sys/GENERIC64vtsc-NODEBUG = -MD=20 -MF.depend.ahci.o -MTahci.o -mno-altivec -ffreestanding -f wrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-q= ual=20 -Wundef -Wno-pointer-sign -Wmissing-include-dirs -fdiagnostics-show-op tion -Wno-unknown-pragmas -Wno-error=3Dinline -Wno-error=3Denum-compare -Wno-error=3Dunused-but-set-variable -Wno-error=3Daggressive-loop-optimiza= tions -Wno-error=3Dmaybe-uninitialized -Wno-error=3Darray-bounds -Wno-error=3Dad= dress=20 -Wno -error=3Dcast-qual -Wno-error=3Dsequence-point -Wno-error=3Dattributes=20 -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow -v -finline-limit=3D150= 00 -fms-extensions --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -msoft- float -mcall-aixdesc -std=3Diso9899:1999 -c /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c -o ahci.o . . . --- ahci.o --- Using built-in specs. . . . --- ahci.o --- COLLECT_GCC=3D/usr/local/bin/powerpc64-portbld-freebsd11.0-gcc Target: powerpc64-portbld-freebsd11.0 Configured with: ./../gcc-5.3.0/configure --target=3Dpowerpc64-portbld-freebsd11.0 --disable-nls --enable-languages= =3Dc,c++ --without-headers --with-gmp=3D/usr/local --with-pkgversion=3D'FreeBSD Ports Collection for powerpc64' --with-s ystem-zlib --with-as=3D/usr/local/bin/powerpc64-freebsd-as --with-ld=3D/usr/local/bin/powerpc64-freebsd-ld --prefix=3D/usr/local --localstatedir=3D/var --mandir=3D/usr/local/man --infodir=3D/usr/local/inf= o/ --build=3Dx86_64-portbld-freebsd11 .0 Thread model: posix gcc version 5.3.0 (FreeBSD Ports Collection for powerpc64)=20 . . . --- ahci.o --- ay-bounds -Wno-error=3Daddress -Wno-error=3Dcast-qual -Wno-error=3Dsequence= -point -Wno-error=3Dattributes -Wno-error=3Dstrict-overflow -Wno-error=3Doverflow = -std=3Dc99 -version -fno-strict-aliasing -fno-common -fno-omit-frame-pointer -ffrees tanding -fwrapv -fstack-protector -fdiagnostics-show-option -finline-limit=3D15000 -fms-extensions --param inline-unit-growth=3D100 --p= aram large-function-growth=3D1000 -o - | /usr/local/bin/powerpc64-freebsd-as -v -I . -I /usr/src/sys -I /usr/obj/xtoolchain/powerpc.powerpc64/usr/src/sys/GENERIC64vtsc-NODEBUG --traditional-format -a64 -mppc64 -many -o ahci.o GNU assembler version 2.25.1 (powerpc64-freebsd) using BFD version (GNU Binutils) 2.25.1 . . . --- ahci.o --- GNU C99 (FreeBSD Ports Collection for powerpc64) version 5.3.0 (powerpc64-portbld-freebsd11.0) compiled by GNU C version 4.2.1 Compatible FreeBSD Clang 3.8.0 (branches/release_38 258549), GMP version 5.1.3, MPFR version 3.1.3, MPC version 1.0.3 warning: MPFR header version 3.1.3 differs from library version 3.1.4-p1. GGC heuristics: --param ggc-min-expand=3D100 --param ggc-min-heapsize=3D131= 072 #include "..." search starts here: #include <...> search starts here: . /usr/src/sys /usr/obj/xtoolchain/powerpc.powerpc64/usr/src/sys/GENERIC64vtsc-NODEBUG /usr/obj/xtoolchain/powerpc.powerpc64/usr/src/tmp/usr/include End of search list. --=20 You are receiving this mail because: You are the assignee for the bug.=