Mathieu Othacehe schreef op di 06-07-2021 om 19:43 [+0200]: > > When using 'wrap-program', "bash" (or "bash-minimal") should be > > in inputs. Otherwise, when cross-compiling, 'wrap-program' will use > > a native bash instead of the cross bash and the 'patch-shebangs' won't > > be able to correct this. > > Nice one! Seems to work fine, and as most packages that use wrap-program > are broken in that aspect, that's a welcomed addition. Thanks! I sent a patch series lately adding "bash-minimal" to 'inputs' when 'wrap-program' is used, using this linter to identify relevant cases. Ludo would merge it (on core-updates, after some other things have been fixed there). I noticed 'qt-build-system' uses 'wrap-program' in its 'qt-wrap' phase, so I've sent a patch to add 'bash-minimal' to the bag of 'qt-build-system' when cross-compiling. That should largely take care of the 'wrap-program' cross-compilation issues, I hope! Greetings, Maxime.