All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: nolange79@gmail.com, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2, 1/1] package/pkg-autotools: fix runtime path
Date: Mon, 1 Aug 2022 18:54:44 +0200	[thread overview]
Message-ID: <20220801185444.0f41358e@windsurf> (raw)
In-Reply-To: <20220729154637.11397-1-fontaine.fabrice@gmail.com>

Hello,

On Fri, 29 Jul 2022 17:46:37 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk
> index 548f69cbb8..b6224b349d 100644
> --- a/package/pkg-autotools.mk
> +++ b/package/pkg-autotools.mk
> @@ -187,7 +187,7 @@ define $(2)_CONFIGURE_CMDS
>  		--exec-prefix=/usr \
>  		--sysconfdir=/etc \
>  		--localstatedir=/var \
> -		--runstatedir=/run \
> +		runstatedir=/run \

I am afraid this is causing some other problems:

  http://autobuild.buildroot.net/results/c6f/c6fa72802a3d74fe95720eeff836514a5863b3f2/build-end.log

configure: warning: runstatedir=/run: invalid host type
loading site script /dev/null
creating cache ./config.cache
configure: error: can only configure for one host and one target at a time

So I believe we will have to revert this patch, and pass --runstatedir
individually to those packages that understand this option.

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-08-01 16:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-29 15:46 [Buildroot] [PATCH v2, 1/1] package/pkg-autotools: fix runtime path Fabrice Fontaine
2022-07-29 19:58 ` Thomas Petazzoni via buildroot
2022-08-01 16:54 ` Thomas Petazzoni via buildroot [this message]
2022-08-02  7:55   ` Norbert Lange
2022-08-02  8:40     ` Thomas Petazzoni via buildroot
2022-08-02  8:49       ` Norbert Lange
2022-08-02  9:39         ` Thomas Petazzoni via buildroot
2022-08-02 10:45           ` Norbert Lange
2022-08-02 21:18             ` Thomas Petazzoni via buildroot
2022-09-07 15:55       ` Peter Korsgaard
2022-08-11 20:37   ` Thomas Petazzoni via buildroot
2022-08-11 20:44     ` Fabrice Fontaine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220801185444.0f41358e@windsurf \
    --to=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    --cc=nolange79@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.