From owner-freebsd-current@FreeBSD.ORG Mon Jun 15 18:12:26 2015 Return-Path: Delivered-To: freebsd-current@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7BFF229; Mon, 15 Jun 2015 18:12:26 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pd0-x232.google.com (mail-pd0-x232.google.com [IPv6:2607:f8b0:400e:c02::232]) (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 96D069F9; Mon, 15 Jun 2015 18:12:26 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pdbki1 with SMTP id ki1so78183635pdb.1; Mon, 15 Jun 2015 11:12:26 -0700 (PDT) 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=GYIWGXcJs4rTScyBP+fkPVsx4TvAfhXUy5nHd7L/acc=; b=OCD8TP7N8Q0KpjmEDUWmEIeS/MB3SqQ9b3JD88axXOfV83ZHPz2KGszns7zVQdQeUz siPhbPStAyMfEmcKLoWcaTf3pf+pQEYYcAjWz8nKZju2QCVm2mvygcpcbndWLELsQx8C /uBqiIXOjrje6LY7vCaQAv7fTL8IH8Ow3sLvmg6x7hSnrrbkf7rq4bujgPEV+sCWKIGA rKRYPYqR8IWURYCIldwH4SGK9u11JtUt83YXvX3R7Lql4E/SoMvgpTkJZVrEa3O7CSVt CktXTu8uy+5lqOIz2kBdhj4yi1IxvebqaoIHKr8xA8r60qunKpvvbsQrHMvRHwSgHdfx vyag== X-Received: by 10.68.190.8 with SMTP id gm8mr50530980pbc.30.1434391946210; Mon, 15 Jun 2015 11:12:26 -0700 (PDT) Received: from [192.168.20.7] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id e2sm3799239pdi.14.2015.06.15.11.12.25 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jun 2015 11:12:25 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Warning: HEAD with zfs is potentially broken From: Garrett Cooper X-Mailer: iPhone Mail (12F70) In-Reply-To: <20150615181708.2a095695.ohartman@zedat.fu-berlin.de> Date: Mon, 15 Jun 2015 11:12:24 -0700 Cc: Baptiste Daroussin , Peter Wemm , FreeBSD-Current Content-Transfer-Encoding: quoted-printable Message-Id: <497113B5-C929-4EFF-BA7D-3045861ECB23@gmail.com> References: <2349706.IEaWN6DbfQ@overcee.wemm.org> <20150615153958.GG925@ivaldir.etoilebsd.net> <20150615181708.2a095695.ohartman@zedat.fu-berlin.de> To: "O. Hartmann" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 15 Jun 2015 18:12:26 -0000 > On Jun 15, 2015, at 09:17, O. Hartmann wrote= : >=20 > Am Mon, 15 Jun 2015 17:39:58 +0200 > Baptiste Daroussin schrieb: >=20 >>> On Mon, Jun 15, 2015 at 08:13:12AM -0700, Peter Wemm wrote: >>> Beware, a recent change has moved zfs tools internal libraries to the wr= ong=20 >>> location and this can cause machines to be unbootable. /sbin/zfs uses t= he=20 >>> libraries from /lib, which are now going stale and may have undefined sy= mbols. =20 >>> installworld is incorrectly installing them in /usr/lib. This happened s= ome=20 >>> time in the last week or so. >>>=20 >>> Be very careful over the next few days. This can cause boot failures. >>=20 >> Same goes for everything that was installed in /lib !!!! >>=20 >> I workarounded the issue with r284417. but given what now sys.mk does I r= eally >> fear way more fallouts. >>=20 >> regards, >> Bapt >=20 > Luckily, since r284336, buildworld doesn't work properly (in my case amd64= ) anymore. > Buildworld bails out on several weird mk messages ... Depends on your build options. I didn't dare run install world yesterday, bu= t building with buildworld worked just fine for me with my stripped down bui= ld options. Thanks,=