mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3070] make install-strip broken #1922
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#1922
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 @rusty-snake on GitHub (Dec 3, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3070
OS: Fedora 30
sudo make install-stripdoesn't work, whilesudo make installwork.Error:
If no one can confirm this, I assume that the issue is on my system. Just close in this case. If anyone can confirm this, we should consider to fix it or at least use
install-stripin the README.@ghost commented on GitHub (Dec 5, 2019):
I can't replicate this on F30. I'm doing the actual compiling inside a toolbox but running
make install-stripworks fine both from inside as well as outside the container ($HOME is shared between the two).@rusty-snake commented on GitHub (Dec 5, 2019):
OK, looks like the issue is on my system.
@Futureknows commented on GitHub (Jun 24, 2020):
On my F32 this was due to the old firejail git download directory being already full. Deleted contents then it ran fine.