[GH-ISSUE #803] Error with make deb #546

Closed
opened 2026-05-05 06:05:52 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @Fred-Barclay on GitHub (Sep 22, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/803

I'm getting this error with make deb:

mv: cannot stat ‘firejail-0.9.43/debian/usr/share/doc/firejail/RELNOTES’: No such file or directory
gzip: firejail-0.9.43/debian/usr/share/doc/firejail/changelog.Debian: No such file or directory
rm: cannot remove ‘firejail-0.9.43/debian/usr/share/doc/firejail/COPYING’: No such file or directory
cp: cannot create regular file ‘firejail-0.9.43/debian/usr/share/doc/firejail/.’: No such file or directory
dpkg-deb: error: conffile `/etc/firejail/0ad.profile' does not appear in package
warning: the authors of lintian do not recommend running it with root privileges!
warning: cannot find binary, udeb or source package debian.deb in lab (skipping)

I don't have much time right now to check, but I'll do some debugging later unless someone beats me to the punch. 😄

Originally created by @Fred-Barclay on GitHub (Sep 22, 2016). Original GitHub issue: https://github.com/netblue30/firejail/issues/803 I'm getting this error with `make deb`: ``` mv: cannot stat ‘firejail-0.9.43/debian/usr/share/doc/firejail/RELNOTES’: No such file or directory gzip: firejail-0.9.43/debian/usr/share/doc/firejail/changelog.Debian: No such file or directory rm: cannot remove ‘firejail-0.9.43/debian/usr/share/doc/firejail/COPYING’: No such file or directory cp: cannot create regular file ‘firejail-0.9.43/debian/usr/share/doc/firejail/.’: No such file or directory dpkg-deb: error: conffile `/etc/firejail/0ad.profile' does not appear in package warning: the authors of lintian do not recommend running it with root privileges! warning: cannot find binary, udeb or source package debian.deb in lab (skipping) ``` I don't have much time right now to check, but I'll do some debugging later unless someone beats me to the punch. :smile:
gitea-mirror 2026-05-05 06:05:52 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@manevich commented on GitHub (Sep 23, 2016):

Try ./configure --prefix=/usr && make deb
It is consequence of this change.

<!-- gh-comment-id:249160210 --> @manevich commented on GitHub (Sep 23, 2016): Try `./configure --prefix=/usr && make deb` It is consequence of [this](https://github.com/manevich/firejail/commit/0c2cd3fa619af1f4cc74a5f92a6a18d98e181cb3) change.
Author
Owner

@netblue30 commented on GitHub (Sep 23, 2016):

Fixed! I put it back the way it was.

<!-- gh-comment-id:249188822 --> @netblue30 commented on GitHub (Sep 23, 2016): Fixed! I put it back the way it was.
Author
Owner

@Fred-Barclay commented on GitHub (Sep 23, 2016):

Awesome - thanks!

<!-- gh-comment-id:249215174 --> @Fred-Barclay commented on GitHub (Sep 23, 2016): Awesome - thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#546
No description provided.