Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877329 - app-portage/smart-live-rebuild-1.4.0: unrecognized arguments: --unprivileged-user
Summary: app-portage/smart-live-rebuild-1.4.0: unrecognized arguments: --unprivileged-...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-16 14:00 UTC by lekto
Modified: 2022-10-20 18:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,6.21 KB, text/plain)
2022-10-16 14:00 UTC, lekto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lekto 2022-10-16 14:00:51 UTC
Created attachment 824449 [details]
emerge --info

Hi, I was trying to run emerge -p @smart-live-rebuild as regular user and I got message about passing --unprivileged-user argument, but when I pass the argument I got error about unrecognized argument.
>lekto@lapek ~ $ emerge -p @smart-live-rebuild 
> 
>These are the packages that would be merged, in order:
> 
>Calculating dependencies \!!! Superuser privileges are required!
> 
>This tool requires superuser privileges. If you would like to force running
>the update using your current user account, please pass the --unprivileged-user
>option.
>... done!
>lekto@lapek ~ $ emerge -p @smart-live-rebuild --unprivileged-user
>usage: emerge (…)
>emerge: error: unrecognized arguments: --unprivileged-user

When I run it as root it just works.