From owner-freebsd-current@freebsd.org Thu Jul 21 19:54:50 2016 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 31313BA16C7 for ; Thu, 21 Jul 2016 19:54:50 +0000 (UTC) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F2D5018A6 for ; Thu, 21 Jul 2016 19:54:49 +0000 (UTC) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id u6LJsngw016605 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 21 Jul 2016 12:54:49 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id u6LJsnQV016604; Thu, 21 Jul 2016 12:54:49 -0700 (PDT) (envelope-from kargl) Date: Thu, 21 Jul 2016 12:54:49 -0700 From: "Steven G. Kargl" To: Michael Butler Cc: kargl@uw.edu, freebsd-current@freebsd.org Subject: Re: Who broke world and how to fix? Message-ID: <20160721195449.GA16597@troutmask.apl.washington.edu> Reply-To: kargl@uw.edu References: <20160721183235.GA48770@troutmask.apl.washington.edu> <05f9555f-45af-b44e-2f3b-d2f9dc80f0c3@protected-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <05f9555f-45af-b44e-2f3b-d2f9dc80f0c3@protected-networks.net> User-Agent: Mutt/1.6.1 (2016-04-27) X-Mailman-Approved-At: Thu, 21 Jul 2016 20:31:54 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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, 21 Jul 2016 19:54:50 -0000 On Thu, Jul 21, 2016 at 03:50:48PM -0400, Michael Butler wrote: > On 07/21/16 14:32, Steve Kargl wrote: > > Updating uname -a > > FreeBSD 11.0-ALPHA5 FreeBSD 11.0-ALPHA5 > > #3 r302248: Tue Jun 28 10:11:31 PDT 2016 > > data/obj/usr/src/sys/SPEW amd64 > > > > to top-of-tree > > > > ===> lib/libsbuf (obj,all,install) > > cc -O2 -pipe -MD -MF.depend.subr_prf.o -MTsubr_prf.o -std=gnu99 \ > > -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k \ > > -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes \ > > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch \ > > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline \ > > -Wnested-externs -Wredundant-decls -Wold-style-definition \ > > -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety \ > > -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable \ > > -Qunused-arguments -c /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c \ > > -o subr_prf.o > > /usr/src/lib/libsbuf/../../sys/kern/subr_prf.c:1209:7: error: implicit > > declaration of function 'atomic_cmpset_int' is invalid in C99 > > [-Werror,-Wimplicit-function-declaration] > > if (atomic_cmpset_int(counter, c, c - 1)) { > > ^ > > > > It's fixed at and after SVN r303155, > Thanks. I found r303155 about 5 minutes ago after scurry to the svn-src-head mailing list. Now, if only the guilty party would fix 'make buildkernel'. --- kernel.full --- linking kernel.full cam_xpt.o: In function `xpt_announce_periph': /usr/src/sys/cam/cam_xpt.c:1037: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_denounce_periph': /usr/src/sys/cam/cam_xpt.c:1092: undefined reference to `nvme_print_ident' cam_xpt.o: In function `xpt_run_devq': /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_op_string' /usr/src/sys/cam/cam_xpt.c:3331: undefined reference to `nvme_cmd_string' cam_xpt.o: In function `xpt_bus_register': /usr/src/sys/cam/cam_xpt.c:3927: undefined reference to `nvme_get_xport' *** [kernel.full] Error code 1 Two-for-two today. -- Steve http://troutmask.apl.washington.edu/~kargl/