os
os copied to clipboard
util-linux: split su from util-linux-login
Allow to install and use su from sudo-rs instead of from util-linux-login, by splitting su into a separate package.
⚙️ Build Failed: Configuration
mv: can't rename '/home/build/melange-out/util-linux/usr/bin/su': No such file or directory
Build Details
| Category | Details |
|---|---|
| Build System | melange |
| Failure Point | subpackage util-linux-su pipeline step - attempting to move su binary |
Root Cause Analysis 🔍
The su binary is not present at the expected location /home/build/melange-out/util-linux/usr/bin/su when the subpackage pipeline tries to move it. This suggests either the su binary was not installed during the make install phase, or it was installed to a different location than expected by the packaging configuration.
Was this comment helpful? Please use 👍 or 👎 reactions on this comment.