From owner-freebsd-current@freebsd.org Thu Jan 12 20:57:22 2017 Return-Path: Delivered-To: freebsd-current@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 2D64DCADB31 for ; Thu, 12 Jan 2017 20:57:22 +0000 (UTC) (envelope-from rizzo@i805.com.br) Received: from server.i805.com.br (mailhost.i805.com.br [50.7.9.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fbsd10.amd64", Issuer "fbsd10.amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EACF019E4 for ; Thu, 12 Jan 2017 20:57:20 +0000 (UTC) (envelope-from rizzo@i805.com.br) Received: from www.i805.com.br (localhost [127.0.0.1]) by server.i805.com.br (8.15.2/8.15.2) with ESMTP id v0CKemq9089974 for ; Thu, 12 Jan 2017 22:41:09 +0200 (EET) (envelope-from rizzo@i805.com.br) From: "Nilton Jose Rizzo" To: freebsd-current@freebsd.org Subject: build world broken on r311461 Date: Thu, 12 Jan 2017 17:40:48 -0300 Message-Id: <20170112171238.M36996@i805.com.br> X-Mailer: OpenWebMail 3.00_beta4 20140806 79bb7cc X-OriginatingIP: 186.221.219.53 (rizzo) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on server.i805.com.br X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 12 Jan 2017 20:57:22 -0000 Broken on camcontrol clang -O2 -pipe -DRESCUE -MD -MF.depend.camcontrol.o -MTcamcontrol.o -std=gn u99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W - Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W return-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wc ast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-st yle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-argum ents -c /usr/src/sbin/camcontrol/camcontrol.c -o camcontrol.o /usr/src/sbin/camcontrol/camcontrol.c:4000:2: error: implicit declaration of function 'scsi_mode_sense_subpage' is invalid in C99 [-Werror,-Wimplicit-function-declaration] scsi_mode_sense_subpage(&ccb->csio, ^ /usr/src/sbin/camcontrol/camcontrol.c:4000:2: note: did you mean 'scsi_mode_sense_len'? /usr/include/cam/scsi/scsi_all.h:3987:7: note: 'scsi_mode_sense_len' declared here void scsi_mode_sense_len(struct ccb_scsiio *csio, u_int32_t retries, ^ 1 error generated. *** Error code 1 Stop. make[6]: stopped in /usr/src/sbin/camcontrol root@valfenda:/usr # uname -a FreeBSD valfenda 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r311461: Thu Jan 5 22:46:38 UTC 2017 root@releng3.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 root@valfenda:/usr # root@valfenda:/usr # cat /etc/make.conf NO_USE_GCC="YES" CC=clang CXX=clang++ CPP=clang-cpp --- /************************************************* **Nilton José Rizzo UFRRJ **http://www.rizzo.eng.br http://www.ufrrj.br **http://lattes.cnpq.br/0079460703536198 **************************************************/