mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #705] "make deb" fails #481
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#481
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 (Aug 12, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/705
I'm trying to compile a .deb from the latest source code from GitHub and
make debis failing:cp -a ""src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES"" firejail-0.9.42~rc2cp -a ""test/apps test/apps-x11 test/environment test/profiles test/utils test/compile test/dist-compile test/filters test/network test/fs test/sysutils"" firejail-0.9.42~rc2/testcp: cannot stat ‘test/compile’: No such file or directoryMakefile:144: recipe for target 'dist' failedmake: *** [dist] Error 1The entire output is at https://gist.github.com/Fred-Barclay/6afe782f48fc22a6e639b006de7f7a16
I suspect, but don't know, that
make installormake <something>will behave the same way; though a simplemakedoes not throw this error.@netblue30 commented on GitHub (Aug 13, 2016):
Fixed!
@Fred-Barclay commented on GitHub (Aug 13, 2016):
Perfect, thanks mate. :)