-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails if /etc/firejail/login.users exists #3462
Comments
can you try this:
|
@rusty-snake no change :( |
I noticed this too as stated in #3450 (comment). At the moment, the only way I can reliably build from git master on Ubuntu is by reverting 52e24db and dae3933. Can't explain why though... |
Then let's revert this changes completely, I will commit later.
|
@rusty-snake For me this is fixed now on Ubuntu 16.04 LTS. Thanks! |
@rusty-snake I haven't been able to check on my Debian box but it seems good now on my Ubuntu 20.04 - thanks! 😄 |
Bug and expected behavior
When compiling from source from latest with
./configure --prefix=/usr && make && sudo make install-strip #or install
the process errors with the message:I believe the issue started some point after 378d0e6, possibly due to dae3933 or the few commits following.
Relevant line seems to be
firejail/Makefile.in
Line 125 in 0b23731
Not entirely sure why it gives up and dies, not super familiar with makefiles... 😕
Environment
The text was updated successfully, but these errors were encountered: