public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* Ubuntu 25.10: base-passwd fails to chown. (pseudo issue)
@ 2025-10-22  9:57 Gijs Peskens
  2025-10-22 11:11 ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 4+ messages in thread
From: Gijs Peskens @ 2025-10-22  9:57 UTC (permalink / raw)
  To: openembedded-core

I'm just posting this here as a reference so others who run into this 
can hopefully find it, as it took me a while to figure out what was 
happening ;)

Ubuntu 25.10 obviously isn't supported, so I'm aware I'm on my own....

On Ubuntu 25.10 packages will fail to chown, this is due to Ubuntu 
having moved away from gnu coreutils to the rust based uutils coreutils. 
I'm presuming that Pseudo works by overriding libC provided functions, 
and thus intercepting the syscalls, and that the rust based coreutils do 
their syscalls directly (without a libC), which breaks pseudo and will 
result in failure to chown errors (and possibly other errors as well).

As a work-around, on 25.10, it's still possible to switch back to 
gnu-coreutils:
sudo apt-get remove --allow-remove-essential coreutils-from-uutils

(at your own risk)

Hope it helps others who run into this! :)

(and perhaps some thought must be given to this before 26.04 comes out, 
if the intention is to support that LTS).

Gijs Peskens



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-23 13:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22  9:57 Ubuntu 25.10: base-passwd fails to chown. (pseudo issue) Gijs Peskens
2025-10-22 11:11 ` [OE-core] " Alexander Kanavin
2025-10-22 16:06   ` Gijs Peskens
2025-10-23 13:25     ` Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox