From owner-svn-src-all@freebsd.org Thu Jul 9 20:32:00 2015 Return-Path: Delivered-To: svn-src-all@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 1D808997C5B; Thu, 9 Jul 2015 20:32:00 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A71FA1117; Thu, 9 Jul 2015 20:31:59 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wgov12 with SMTP id v12so48456112wgo.1; Thu, 09 Jul 2015 13:31:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=fPiesXA6PT8HbeYXKvRu8/4WXc4S9AF2oZy8JJko344=; b=FJbqqsILQEAQl+gMKtnRhTxTpRyvywMZryontJJABmLXLyr6s1dlKc6iWqUJ7DGRzg NWYWk+4ZgbNJHXXFMzEE55N4QIwCDrk8yxu6LzXOqsdbdoSbbDL5JUknHNAqjxjfh/Zc 7Yl3eHsEpq9E/qadE6ieljqtMvoFQ/cNesGW6CDCv8ikimnnpJ/ePXO5cujZoG5LEHDb i4UUaHzodYlBEwiE4IlAOQT4+3/oJYDyeh9HF6dDpMgd+rwrWsUVyvAbs5hzd7mNvRbn KUDMf1ZRedO/087fb+mpM8TMFJMrLSrFgKxbXUe7D9WHKSo6k+t9amyLJtnx3dlJw7E5 N1bg== X-Received: by 10.180.24.65 with SMTP id s1mr83261125wif.66.1436473918132; Thu, 09 Jul 2015 13:31:58 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id ho10sm10422816wjb.39.2015.07.09.13.31.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jul 2015 13:31:57 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 9 Jul 2015 22:31:55 +0200 From: Baptiste Daroussin To: Peter Wemm Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Mariusz Zaborski Subject: Re: svn commit: r285139 - in head: lib/libnv sys/conf sys/contrib/libnv sys/kern sys/sys Message-ID: <20150709203154.GB72952@ivaldir.etoilebsd.net> References: <201507041633.t64GXcmT097180@repo.freebsd.org> <12132227.txsMvZmjyr@overcee.wemm.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qcHopEYAB45HaUaB" Content-Disposition: inline In-Reply-To: <12132227.txsMvZmjyr@overcee.wemm.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2015 20:32:00 -0000 --qcHopEYAB45HaUaB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 09, 2015 at 01:29:54PM -0700, Peter Wemm wrote: > On Saturday, July 04, 2015 04:33:38 PM Mariusz Zaborski wrote: > > Author: oshogbo > > Date: Sat Jul 4 16:33:37 2015 > > New Revision: 285139 > > URL: https://svnweb.freebsd.org/changeset/base/285139 > >=20 > > Log: > > Move the nvlist source and private includes from sys/kern to seperate > > directory sys/contrib/libnv. > >=20 > > The goal of this operation is to NOT install header files which shoul= dn't > > be used outside the nvlist library. >=20 > > head/sys/contrib/libnv/nvlist.c > > - copied, changed from r285128, head/sys/kern/subr_nvlist.c >=20 > You have broken kernel builds for the freebsd.org cluster. By renaming= =20 > "subr_nvlist.o" to "nvlist.o" you now cause: >=20 > make[2]: ".../Makefile" line 3143: warning: duplicate script for target= =20 > "nvpair.o" ignored > make[2]: ".../Makefile" line 1260: warning: using previous script for=20 > "nvpair.o" defined here >=20 > .... >=20 > linking kernel.debug > nvpair.o: In function `illumos_nvlist_add_nvlist': > /usr/src/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c:1136: multip= le=20 > definition of `illumos_nvlist_add_nvlist' > nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c:113= 6:=20 > first defined here > nvpair.o: In function `illumos_nvlist_add_nvpair': > /usr/src/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c:1971: multip= le=20 > definition of `illumos_nvlist_add_nvpair' > nvpair.o:/usr/src/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c:197= 1:=20 > first defined here > .... >=20 > I'm going to attempt to revert this for the freebsd.org cluster because I= need=20 > it to compile for openssl. >=20 You probably want to specify that this happens when zfs is built in the ker= nel not as a module. Best regards, Bapt --qcHopEYAB45HaUaB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWe2joACgkQ8kTtMUmk6Ez2iQCdE3uKI2toK7ElTqCO/Ebg7YVz IAwAoKwK2+NFwuUKGIl73UKwAq4eWBc+ =DBtL -----END PGP SIGNATURE----- --qcHopEYAB45HaUaB--