From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 30 Sep 2022 17:12:44 +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 1oeHgx-001VP4-NN for lore@lore.pengutronix.de; Fri, 30 Sep 2022 17:12:44 +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 1oeHgw-0003Wc-7y; Fri, 30 Sep 2022 17:12:42 +0200 Received: from h1.cmg2.smtp.forpsi.com ([81.2.195.188]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oeHgV-0003WS-HO for ptxdist@pengutronix.de; Fri, 30 Sep 2022 17:12:16 +0200 Received: from lenoch ([176.102.154.174]) by cmgsmtp with ESMTPSA id eHgSoooh2v5uIeHgToh4RM; Fri, 30 Sep 2022 17:12:14 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=triops.cz; s=f2019; t=1664550734; bh=DghAVId7GmMiyb4yj4l3jSA5MAXCmfxbOXHYF11T3rc=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=c2KHU8dqC18bB0qqK574aVV/r3V5qLj5T0l34HnGS1aA/85/pEApBrACBJFSkN6FR mqFO3QFZlo9P9UG9enzXGRfj0PWmiWU4bs5EB6ylrZPiwF0TFgyH/wq19ygBNfBVlo 83c6ecVAbhhDFkyuok8AFOXnE4lMAzQb+lVaEBSs8CX+KiuxpDG9/xTD/6+xV2L7Eq xLgjT1LJYlYPqhO7P/kHR1Xc5hYU++NxFQWdw9czvKq4evDaiiRxW3Y/s4TIAJfr2+ eYw7r8aflUSUYqkwFWrcMNhFdp6PzrU8bv/UvLZMYC9jTXT7x0NE9DD8VAxOqtvghK Mah9iQEJeUwoA== Date: Fri, 30 Sep 2022 17:12:07 +0200 From: Ladislav Michl To: ptxdist@pengutronix.de Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CMAE-Envelope: MS4wfNzjP2OJ6onlQGpTxjrTiZSPdfa8dBrwkthzb0qPrF85I2wMdeMTKLyh+EzJsVdVyxfgW3f+44F0THAZM+EGeeLhg8ETzNlCwB7qB4a/SfUdiFdeQYk6 uaxkgRqgI3G48s9qlbU57e+xb1m9RvnUDdsw/cJWuNPhiGo43Ne4nRf6 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.2 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] Missing systemd-hwdb dependency? 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 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 On Fri, Sep 30, 2022 at 03:55:47PM +0200, Ladislav Michl wrote: > While updating BSP to current git, build stops there: > > ---------------------------- > target: systemd-hwdb.install > ---------------------------- > > Removing files from sysroot... > > install: creating directory '{BSP}/platform-armv7a/packages/systemd-hwdb-1/usr/lib/udev' > /usr/bin/bash: line 1: {BSP}/platform-armv7a/sysroot-host/bin/systemd-hwdb: No such file or directory > make: *** [{PTXDIST}/rules/systemd-hwdb.make:26: {BSP}/platform-armv7a/state/systemd-hwdb.install] Error 127 > > The systemd-hwdb.install rule needs host-systemd, but that is not selected as > select SYSTEMD_HWDB if SYSTEMD_UDEV_HWDB && RUNTIME > is used in rules/systemd.in. > Removing 'RUNTIME' obviously fixes problem. and in fact, it was done this way until 8b17816376e3 "systemd: move dependencies to the toplevel option" changed that. Michael? > How is that intended to be working? > > Thank you, > ladis