mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3523] No more way to specify custom configure options when building deb? #2216
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#2216
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 @laniakea64 on GitHub (Jul 18, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3523
Building firejail from
9ecd3cad54is not possible withfj-mkdeb.py-This is probably as of
87e7b31399, wheremkdeb.shis now dynamically generated. But running the build commands directly still doesn't pick up all configure arguments:That produces a deb with firetunnel support enabled:
Could the dynamic generation of
mkdeb.shplease take custom configure options into account?Or is that still not possible, so
fj-mkdeb.pyneeds to be updated?@rusty-snake commented on GitHub (Jul 19, 2020):
It does. The error says something else. It should work with.
@laniakea64 commented on GitHub (Jul 20, 2020):
Unfortunately that still doesn't work -
@rusty-snake commented on GitHub (Jul 20, 2020):
But the error is gone? If not try to use
--fj-srcto workaround.@laniakea64 commented on GitHub (Jul 20, 2020):
Yes it built without error. But as the output above shows, my configure options were still ignored.
Maybe it would help clarify the problem to link the longer back story? - https://github.com/netblue30/firejail/issues/772
I still don't know the reasoning behind https://github.com/netblue30/firejail/issues/772#issuecomment-249189442 . Now that
mkdeb.shis dynamically generated, does that reasoning still apply?@rusty-snake commented on GitHub (Jul 20, 2020):
I can't test it, because I have no debian, but this generates a mkdeb.sh with
./configure --prefix=/usr --enable-apparmor --disable-firetunnel:./configure && ./contrib/fj-mkdeb.py --only-fix-mkdeb --enable-apparmor --disable-firetunnel@Fred-Barclay commented on GitHub (Jul 21, 2020):
Tested and it works on my end:
@laniakea64 commented on GitHub (Jul 22, 2020):
Thanks @rusty-snake for the workaround, it works for me too:
@laniakea64 commented on GitHub (Aug 25, 2020):
So will there be first-class availability of custom configure options for .deb build? Or does
fj-mkdeb.pyneed to be patched based on the workaround above?@laniakea64 commented on GitHub (Sep 3, 2020):
I ask because if there still cannot be first-class availability of custom configure options for .deb build, I am the original author of
fj-mkdeb.pyand would try to look into updating it.@rusty-snake commented on GitHub (Sep 3, 2020):
I see no reason why
fj-mkdeb.pyshould not have a option for that.