From owner-freebsd-current@freebsd.org Fri Oct 20 13:52:20 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 7DA9DE34E9B for ; Fri, 20 Oct 2017 13:52:20 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ED3376CD3; Fri, 20 Oct 2017 13:52:19 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from; s= 201508; t=1508507537; bh=T8V0ZIT7sqgHlA+P8V8xn8R36lZwIMNMar30OcG ddO4=; b=GwqDOtqlS102zFSqhvZxetZKeoFvTlTOoD3zyn89zgh/zS0J00HxL9E tWOr27i9TJAuNFaJ0kWom47aVAgLXbFW00di2tvTEZXUakRIq8N3WGRBDUbzrOv1 1iTqHvB6ykcViwVrxJaW1hixx0bQINyPJDpRKyxfMl04LnV0wH4o= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 8AE9A31C63; Fri, 20 Oct 2017 09:52:17 -0400 (EDT) To: FreeBSD Current , mjg@freebsd.org From: Michael Butler Subject: Build failure: non-SMP after SVN r324778 Message-ID: Date: Fri, 20 Oct 2017 09:52:16 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Fri, 20 Oct 2017 13:52:20 -0000 If SMP is not defined, as it isn't on my last remaining i386 platform, the build fails with: Building /usr/obj/usr/src/sys/SARAH/kern_mutex.o --- kern_mutex.o --- /usr/src/sys/kern/kern_mutex.c:313:3: error: implicit declaration of function '_mtx_lock_spin' is invalid in C99 [-Werror,-Wimplicit-function-declaration] _mtx_lock_spin(m, v, opts, file, line); ^ /usr/src/sys/kern/kern_mutex.c:313:3: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] 2 errors generated. *** [kern_mutex.o] Error code 1 make[2]: stopped in /usr/obj/usr/src/sys/SARAH imb