From owner-svn-src-head@freebsd.org Sun Jan 3 08:55:15 2016 Return-Path: Delivered-To: svn-src-head@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 A764AA60D1F; Sun, 3 Jan 2016 08:55:15 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::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 72A7817FA; Sun, 3 Jan 2016 08:55:15 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-ob0-x230.google.com with SMTP id bx1so203790580obb.0; Sun, 03 Jan 2016 00:55:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=LTFDUFl0qNUOIXyDXIO0WKGac9CpuyoKuaS7bOM++2Y=; b=ZjU3fuSv2fJkUrl7ITu0uUBWvaAhYzv9a/W4kuMlhg5QP/n4N7zi6QObDzbcBmPUN4 xSYObX8d8ecv8mTxtGRgV1QuwdKvahBPyxMVHy8knT0hR4yZnrYPSuh4OE0sXEG8qHjU OgbRwAvgFTuopyl5M1HGsVKQ3upgL62Qf9Vz8EXr5ccVgBvHhk8Rw1bploD6l4An4+da K1MaIgp6Pq7H4bLOasW7pJPoXkxDZWOaV0KYa6trX52jB2HJ9uJL9Yr8l+Qf1Bef+6uX 4XTfePlv9/OA2ULBbwVggw7I1CzVtytATTFOGPAcPOiizkBZdC8JlZYKGigkNWSb2pf9 qMlg== X-Received: by 10.60.146.237 with SMTP id tf13mr30260799oeb.70.1451811314751; Sun, 03 Jan 2016 00:55:14 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:44c7:137c:1c65:f048? ([2601:601:800:126d:44c7:137c:1c65:f048]) by smtp.gmail.com with ESMTPSA id sd7sm27856011oec.13.2016.01.03.00.55.12 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jan 2016 00:55:13 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r293070 - head/sys/conf From: NGie Cooper In-Reply-To: Date: Sun, 3 Jan 2016 00:55:11 -0800 Cc: Garrett Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <825B9C10-92B8-40FE-B34A-34EF285D6844@gmail.com> References: <201601030438.u034cHSP043934@repo.freebsd.org> To: "Bjoern A. Zeeb" X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 08:55:15 -0000 > On Jan 3, 2016, at 00:37, Bjoern A. Zeeb = wrote: >=20 >> On 03 Jan 2016, at 04:38 , Garrett Cooper wrote: >>=20 >> Author: ngie >> Date: Sun Jan 3 04:38:17 2016 >> New Revision: 293070 >> URL: https://svnweb.freebsd.org/changeset/base/293070 >>=20 >> Log: >> Add "options ZFS" to NOTES so this will be tested with the LINT >> KERNCONF when "make tinderbox" is run >>=20 >> This will help ensure that "options ZFS" will not be accidentally >> regressed, as the current LINT configuration tests the zfs module >>=20 >=20 > and it broke the build. >=20 > linking kernel > inflate.o: In function `inflate': > /scratch/tmp/bz/head.svn/sys/kern/inflate.c:(.text+0x0): multiple = definition of `inflate' > inflate.o:/scratch/tmp/bz/head.svn/sys/kern/inflate.c:(.text+0x0): = first defined here > zmod.o: In function `z_uncompress': > = /scratch/tmp/bz/head.svn/sys/cddl/contrib/opensolaris/uts/common/zmod/zmod= .c:(.text+0x63): undefined reference to `z_inflateInit2_' > = /scratch/tmp/bz/head.svn/sys/cddl/contrib/opensolaris/uts/common/zmod/zmod= .c:(.text+0x78): undefined reference to `z_inflate' > = /scratch/tmp/bz/head.svn/sys/cddl/contrib/opensolaris/uts/common/zmod/zmod= .c:(.text+0x92): undefined reference to `z_inflateEnd' > = /scratch/tmp/bz/head.svn/sys/cddl/contrib/opensolaris/uts/common/zmod/zmod= .c:(.text+0xa0): undefined reference to `z_inflateEnd' > --- kernel --- > *** [kernel] Error code 1 Thank you for the report ;(... I=E2=80=99ve reverted r293091 and have = filed this bug to track the issue: = https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205822 . -NGie=