From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 11 Dec 2023 08:56:51 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rCb9m-000EEf-2g for lore@lore.pengutronix.de; Mon, 11 Dec 2023 08:56:51 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rCb9n-0004zk-6J; Mon, 11 Dec 2023 08:56:51 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rCb9P-0004za-DQ; Mon, 11 Dec 2023 08:56:27 +0100 Received: from [2a0a:edc0:2:b01:1d::c5] (helo=pty.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rCb9O-00F2wD-P6; Mon, 11 Dec 2023 08:56:26 +0100 Received: from mol by pty.whiteo.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1rCb9O-00AOwP-GF; Mon, 11 Dec 2023 08:56:26 +0100 Date: Mon, 11 Dec 2023 08:56:26 +0100 From: Michael Olbrich To: ruggero Message-ID: Mail-Followup-To: ruggero , ptxdist@pengutronix.de References: <20231208083714.0991e973@Laptop-RR> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231208083714.0991e973@Laptop-RR> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] Problems compiling package dbus with ptxdist 2023.11.0 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: ptxdist@pengutronix.de 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Hi, On Fri, Dec 08, 2023 at 08:37:14AM +0100, ruggero wrote: > I hope I'm posting on the right mailing list - if not, please redirect > me. > > I'm having a problem while migrating from ptxdist.2023.09.0 to > ptxdist.2023.11.0 > > Package dbus fails to install. > > The relevant messages are the following: > > make: *** [/usr/local/lib/ptxdist-2023.10.0/rules/post/ptxd_make_world_install.make:41: > /...../platform-phyFLEX-i.MX6/state/dbus.install] Error 1 > > Traceback (most recent call last): > File "/...../platform-phyFLEX-i.MX6/build-target/dbus-1.15.8/meson_post_install.py", > line 106, in post_install_exe() File > ".......x/platform-phyFLEX-i.MX6/build-target/dbus-1.15.8/meson_post_install.py", > line 95, in post_install_exe os.chown(exe_path, 0, grp.getgrnam(dbus_user).gr_gid) > ^^^^^^^^^^^^^^^^^^^^^^^ > KeyError: "getgrnam(): name not found: 'messagebus'" > > It looks like, that a python script now takes care of some phasis of > the installation, and the python script fails. [...] > Any opinion / suggestion? Ah, the problem is, that the distribution you're using does not have a 'messagebus' user. I'm testing mainly on Debian and Ubuntu and the user always exists here. So I've never encountered this. I've created a patch that should fix this. It will it ptxdist master as soon as the build tests for my current patch queue have finished successfully. Michael -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |