mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3462] Installation fails if /etc/firejail/login.users exists #2176
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Fred-Barclay on GitHub (Jun 10, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3462
Bug and expected behavior
When compiling from source from latest with
./configure --prefix=/usr && make && sudo make install-strip #or installthe process errors with the message:I believe the issue started some point after
378d0e613a, possibly due todae3933bc3or the few commits following.Relevant line seems to be
0b237315e6/Makefile.in (L125)Not entirely sure why it gives up and dies, not super familiar with makefiles... 😕
Environment
@rusty-snake commented on GitHub (Jun 10, 2020):
can you try this:
@Fred-Barclay commented on GitHub (Jun 10, 2020):
@rusty-snake no change :(
@ghost commented on GitHub (Jun 10, 2020):
I noticed this too as stated in https://github.com/netblue30/firejail/pull/3450#issuecomment-639599715. At the moment, the only way I can reliably build from git master on Ubuntu is by reverting
52e24dbb3eanddae3933bc3. Can't explain why though...@rusty-snake commented on GitHub (Jun 10, 2020):
Then let's revert this changes completely, I will commit later.
@rusty-snake commented on GitHub (Jun 11, 2020):
@Fred-Barclay @glitsj16 ^^
@ghost commented on GitHub (Jun 11, 2020):
@rusty-snake For me this is fixed now on Ubuntu 16.04 LTS. Thanks!
@Fred-Barclay commented on GitHub (Jun 12, 2020):
@rusty-snake I haven't been able to check on my Debian box but it seems good now on my Ubuntu 20.04 - thanks! 😄