On 22 Dec 2025, at 03:24, Changqing Li via lists.openembedded.org <[email protected]> wrote: > > From: Changqing Li <[email protected]> > > This is for fixing the following error of 'bitbake meta-go-toolchain' > when multilib is enabled: > Error: Transaction test error: > file /usr/bin/go conflicts between attempted installs of > go-1.25.4-r0.x86_64_v3 and lib32-go-1.25.4-r0.core2_32 > file /usr/bin/gofmt conflicts between attempted installs of > go-1.25.4-r0.x86_64_v3 and lib32-go-1.25.4-r0.core2_32
Why would you do this though? We don’t support installing bash and lib32-bash either. If the goal is “I want to build 32-bit go apps in my 64-bit userspace” then luckily go is always a cross-compiler and you can just set GOARCH when building with the standard go. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#228873): https://lists.openembedded.org/g/openembedded-core/message/228873 Mute This Topic: https://lists.openembedded.org/mt/116896974/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
