All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
To: Ross Burton <ross.burton@arm.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] lib/package: cleanup objdump invocation when scanning for library dependencies
Date: Wed, 30 Oct 2024 10:38:51 +0100	[thread overview]
Message-ID: <ZyH-q9xosoqu6FIp@bootlin-mathieu> (raw)
In-Reply-To: <20241029161548.2662190-1-ross.burton@arm.com>

On Tue, Oct 29, 2024 at 04:15:48PM +0000, Ross Burton wrote:
> Instead of using os.popen() directly, and passing a string then having
> to quote the arguments, use subprocess.run() and pass a list of arguments.
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---

Hi Ross,

It seems this breaks a lot of things on the autobuilder, I get lot of
fails like:
FileNotFoundError: [Errno 2] No such file or directory:
'x86_64-poky-linux-objdump'

https://valkyrie.yoctoproject.org/#/builders/78/builds/347/steps/13/logs/stdio
https://valkyrie.yoctoproject.org/#/builders/50/builds/366/steps/11/logs/stdio
https://valkyrie.yoctoproject.org/#/builders/64/builds/306/steps/12/logs/stdio

Can you have a look please ?

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


  reply	other threads:[~2024-10-30  9:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-29 16:15 [PATCH] lib/package: cleanup objdump invocation when scanning for library dependencies Ross Burton
2024-10-30  9:38 ` Mathieu Dubois-Briand [this message]
2024-10-31 12:47   ` [OE-core] " Ross Burton

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=ZyH-q9xosoqu6FIp@bootlin-mathieu \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@arm.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.