From owner-freebsd-pkgbase@freebsd.org Sun May 29 22:14:01 2016 Return-Path: Delivered-To: freebsd-pkgbase@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 3D1E3B542DD for ; Sun, 29 May 2016 22:14:01 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::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 C97D71DE1; Sun, 29 May 2016 22:14:00 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id n129so61888406wmn.1; Sun, 29 May 2016 15:14:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=GULXpfASJMuv3cYWQU4Aae2bKCO58VXPUc4vKJ7l4ic=; b=v6CosgoE6x8+ghT5iF12MSqfHugonINNmwkxpHOxIDEQtptLd/oWy3/MsZV2ATd1v1 aVKvUdtXTvgf+bvNW6jQmZyEIIPu/KmZNRdI0Rwstms2TeQ4wsgIZhwkkchg2432h8mB 8lCwbsBQKqQ3EaDp5TOg5XLOIly/Ta68Lwo/VZC33Zx33ewY9DpdGk6XfpubEdGnm0+U WQIm/cv0A7gREJXoD6r0En+qLT0S5tqR2WdadN93AikHp7uQfMWCerZo/U44E+KeJ0K7 Fuiq5oEA9KRsrnXfb7xTyaIKuhRRpE5FDjDPdivg3QkbiycdK3bcSBQVejq/wyfEz2lz mq6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=GULXpfASJMuv3cYWQU4Aae2bKCO58VXPUc4vKJ7l4ic=; b=aeNuN1jEA8m0NzRea0c5O81nmm6GGml6OERKUAk6Xj+H4lVgbpvYiwSAUtdF5cMs4X CrxKwhlhBY2wCwAqnSd8U+ozROBz3jEiMoyOD2MPbZ1Oz0A4RCbN/GPP3hHFbR/FdJX4 hCEu1wa71TSPHRG6cDw0xiB9jnTr2rBWa0EYyjwXq8Cac4tUY/pQJhaT5z4Gl6QKjNZI 2V0wGdrPN3fN1sV3sxHnlS1YzNNPVlPpsl+a/OtaGCjw7xtzvXL9PNc88hvmLxSdOnfp +FH5x2zL5pxuMndreJseURg4BHKAxgobQmWjlSWR5+3h9YSIPxcGoCkxRwWtefZ3F9tB HS+g== X-Gm-Message-State: ALyK8tLcyco9WEHGD1+ir7DKdwVxlLSixTLEPGZHXOGhWKBAb91hvQewlrxw596BoIGd3qUMec9cywmjiOAeOQ== MIME-Version: 1.0 X-Received: by 10.28.0.84 with SMTP id 81mr8060829wma.23.1464560038559; Sun, 29 May 2016 15:13:58 -0700 (PDT) Received: by 10.194.222.228 with HTTP; Sun, 29 May 2016 15:13:58 -0700 (PDT) In-Reply-To: <20160529175701.GA80759@FreeBSD.org> References: <20160527210001.GI4025@FreeBSD.org> <20160529175701.GA80759@FreeBSD.org> Date: Mon, 30 May 2016 00:13:58 +0200 Message-ID: Subject: Re: /etc/rc.d/zfs and /etc/rc.d/zvol no longer in FreeBSD-runtime package? From: Ben Woods To: Glen Barber Cc: "freebsd-pkgbase@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2016 22:14:01 -0000 Hi everyone, Actually, this was a different issue, but I have worked out the problem. It relates to r299840. https://svnweb.freebsd.org/base?view=revision&revision=299840 Basically, r299840 introduced a new FreeBSD-zfs package, which I did not have installed. So when I did a pkg upgrade, it upgraded FreeBSD-runtime and removed this files which were now split off into the new FreeBSD-zfs package. Obviously, since I did not have the new FreeBSD-zfs package previously installed, the files were not installed under this new package. The fix is simple: pkg install FreeBSD-zfs However, it does raise the point that whenever a new base pkg is created, how should users be informed? Should pkg provide a warning that some files have been moved to a newer package that isnt being installed, or should it be a note in UPDATING? Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com On 29 May 2016 at 19:57, Glen Barber wrote: > On Sun, May 29, 2016 at 11:00:23AM +0200, Ben Woods wrote: > > On Saturday, 28 May 2016, Ben Woods wrote: > > > > > On 27 May 2016 at 23:00, Glen Barber > > > wrote: > > > > > >> On Fri, May 27, 2016 at 10:54:12PM +0200, Ben Woods wrote: > > >> > Hi everyone, > > >> > > > >> > I have just completed a packaged base upgrade, and for some reason > the > > >> > /etc/rc.d/zfs and /etc/rc.d/zvol scripts are no longer in the > > >> > FreeBSD-runtime package. > > >> > > > >> > Any ideas what the cause is for this? > > >> > > > > > > > > > I suspect this is unrelated to PkgBase, as is instead caused by the > > freebsd-current issue described here: > > https://lists.freebsd.org/pipermail/freebsd-current/2016-May/061512.html > > > > Doing a test build after the fix now to see if it is now working. > > > > Great. (Well, you know what I mean.) > > Thanks for the follow-up. :-) > > Glen > >