vn971 / rua

Build tool for Arch Linux providing control, review and jailed build options
GNU General Public License v3.0
425 stars 42 forks source link

running "passive" commands like `rua search` fail for root. They should succeed. #112

Closed vn971 closed 4 years ago

vn971 commented 4 years ago

Same error happens if you e.g. define an incompatible PKGEXT environment variable, even though rua search never needs to do anything PKGEXT or makepkg-related.

The current error log is:

rua search test
RUA does not allow building as root.
Also, makepkg will not allow you building as root anyway.

This is a regression from the new feature https://github.com/vn971/rua/pull/110 (released as part of v0.17.4 yesterday).