From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 01 Jul 2022 07:11:37 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o78wI-002esq-DD for lore@lore.pengutronix.de; Fri, 01 Jul 2022 07:11:37 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1o78wK-00040f-DU; Fri, 01 Jul 2022 07:11:36 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o78vP-00036Y-Sp; Fri, 01 Jul 2022 07:10:39 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1o78vL-003ieZ-MI; Fri, 01 Jul 2022 07:10:39 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1o78vO-00FRfu-JQ; Fri, 01 Jul 2022 07:10:38 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 1 Jul 2022 07:10:38 +0200 Message-Id: <20220701051038.3681257-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220624100633.3198888-1-bst@pengutronix.de> References: <20220624100633.3198888-1-bst@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] fuse3: fix copy/paste error selecting an option from fuse instead of fuse3 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bastian Krause Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 30e605784a786096515703f67da216e5acb37d18. Michael [sent from post-receive hook] On Fri, 01 Jul 2022 07:10:38 +0200, Bastian Krause wrote: > Separate packages for fuse and fuse3 exist. fuse3 was copied from fuse. A > previous commit 91d340dec ("fuse3: fix copy/paste error") fixed > copy/paste errors, but there is another one configuring the utils > option: > > If FUSE and FUSE_UTIL are not selected, fuse3's utils are not built > resulting in targetinstall errors for fusermount3, mount.fuse3 and > 99-fuse3.rules. This again is only triggered since 91d340dec > ("fuse3: fix copy/paste error"). Before that, no meson build options > were provided, so the default utils=true was used. > > Since fuse3's tools and library were always installed unconditionally, > just enable the utils option unconditionally. > > Signed-off-by: Bastian Krause > Message-Id: <20220624100633.3198888-1-bst@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/fuse3.make b/rules/fuse3.make > index 8af8f7282e28..d4925f2dd83e 100644 > --- a/rules/fuse3.make > +++ b/rules/fuse3.make > @@ -36,7 +36,7 @@ FUSE3_CONF_OPT := \ > -Ddisable-mtab=true \ > -Dexamples=false \ > -Dudevrulesdir=/usr/lib/udev/rules.d \ > - -Dutils=$(call ptx/truefalse,PTXCONF_FUSE_UTIL) > + -Dutils=true > > # ---------------------------------------------------------------------------- > # Target-Install