[GH-ISSUE #3070] make install-strip broken #1922

Closed
opened 2026-05-05 08:35:27 -06:00 by gitea-mirror · 3 comments
Owner

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-strip doesn't work, while sudo make install work.

Error:

strip src/firejail/firejail
strip:src/firejail/firejail[.gnu.build.attributes]: corrupt GNU build attribute note: wrong note type: bad value
make: *** [Makefile:165: install-strip] Fehler 1

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-strip in the README.

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-strip` doesn't work, while `sudo make install` work. Error: ``` strip src/firejail/firejail strip:src/firejail/firejail[.gnu.build.attributes]: corrupt GNU build attribute note: wrong note type: bad value make: *** [Makefile:165: install-strip] Fehler 1 ``` 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-strip` in the README.
gitea-mirror 2026-05-05 08:35:27 -06:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@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-strip works fine both from inside as well as outside the container ($HOME is shared between the two).

<!-- gh-comment-id:562125954 --> @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-strip` works fine both from inside as well as outside the container ($HOME is shared between the two).
Author
Owner

@rusty-snake commented on GitHub (Dec 5, 2019):

OK, looks like the issue is on my system.

<!-- gh-comment-id:562128691 --> @rusty-snake commented on GitHub (Dec 5, 2019): OK, looks like the issue is on my system.
Author
Owner

@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.

<!-- gh-comment-id:648977492 --> @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.
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#1922
No description provided.