os icon indicating copy to clipboard operation
os copied to clipboard

util-linux: split su from util-linux-login

Open xnox opened this issue 1 month ago • 1 comments

Allow to install and use su from sudo-rs instead of from util-linux-login, by splitting su into a separate package.

xnox avatar Nov 29 '25 11:11 xnox

⚙️ 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.

octo-sts[bot] avatar Nov 29 '25 11:11 octo-sts[bot]