From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 57697C6FD18 for ; Sun, 23 Apr 2023 13:08:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id F3C9C40B5B; Sun, 23 Apr 2023 13:08:03 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org F3C9C40B5B X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vd1kRa2E3O5Z; Sun, 23 Apr 2023 13:08:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 2224040470; Sun, 23 Apr 2023 13:08:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 2224040470 Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 86E9E1C2B28 for ; Sun, 23 Apr 2023 13:08:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 5B7DA81F09 for ; Sun, 23 Apr 2023 13:08:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 5B7DA81F09 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fq-jRctxrp1D for ; Sun, 23 Apr 2023 13:07:59 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 6E10781ECE Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by smtp1.osuosl.org (Postfix) with ESMTPS id 6E10781ECE for ; Sun, 23 Apr 2023 13:07:59 +0000 (UTC) Received: from ymorin.is-a-geek.org (unknown [IPv6:2a01:cb19:8b44:b00:f69d:4ee8:8d2a:132a]) (Authenticated sender: yann.morin.1998@free.fr) by smtp1-g21.free.fr (Postfix) with ESMTPSA id B97CEB00571; Sun, 23 Apr 2023 15:07:55 +0200 (CEST) Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Sun, 23 Apr 2023 15:07:55 +0200 Date: Sun, 23 Apr 2023 15:07:55 +0200 From: "Yann E. MORIN" To: Michael Hacker Message-ID: <20230423130755.GI2696@scaer> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1682255277; bh=xKIEyY64BLGgYISRcrveOXPO77MJRvg/wr4RJg/5mZQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cb1R+3+i6E1GfBRAKeKj+C09tks285uZCFagvHUBkWuQuPZ2Bkllw6UvVkriOy/2G 7hG7V52amg8AwxTBit/wqP7bjrioIt8w9/dRZavPcr6O2LeOj1fUjupr/151hZmab+ FYJkwbkVYcbXj/xbCidzE0i5oSy7F5Sc9b9NGBdHPklVLnsmjn33yYVriwb0BkbJia 7FSnuKq+Zo+GBE5TfiG3frkISSZygVPXtviH4qTGxr1DGlOCYZ8MAuQ8ApiqKrg1qg 9TSEhF6bdS3DZKin5kHPlUGZ4of8/pvT6COhlp/zF2TTtfdRNbS/RA0DL1L7IYmbnw pcIopR7Ko0X5w== X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dkim=pass (2048-bit key) header.d=free.fr header.i=@free.fr header.a=rsa-sha256 header.s=smtp-20201208 header.b=cb1R+3+i Subject: Re: [Buildroot] opkg-utils binaries did not installed with make install-utils X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Micheal, All, On 2023-04-19 05:22 +0200, Michael Hacker spake thusly: > There seems to be something wrong in the opkg-utils.mk. install-utils does not run correctly and some tools are missing, e.g. opkg-utils. > > I have a patch for it and after that everything is installed correctly: > > diff --git a/package/opkg-utils/opkg-utils.mk b/package/opkg-utils/opkg-utils.mk > index ad267c5c94..384a7323ee 100644 > --- a/buildroot/package/opkg-utils/opkg-utils.mk > +++ b/buildroot/package/opkg-utils/opkg-utils.mk > @@ -16.7 +16.7 @@ HOST_OPKG_UTILS_DEPENDENCIES = \ > host-xz > > # Nothing to build; only scripts to install. > -define OPKG_UTILS_INSTALL_CMDS > +define OPKG_UTILS_INSTALL_TARGET_CMDS > $(MAKE) -C $(@D) PREFIX=$(TARGET_DIR) install-utils > endef > > Michael Hacker Oh, by the way, your patch is badly mangled, see how patchwork caught it: https://patchwork.ozlabs.org/project/buildroot/patch/A79A145F-0D4E-40BC-9B67-889333FCDCF7@superbox.one/ Do commit your change in your git tree (possibly on a branch), and then use git send-email to send the patch. Regards, Yann E. MORIN. > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot