[GH-ISSUE #674] Software using libstdc++ breakage on Gentoo (and probably some another distros) #460

Closed
opened 2026-05-05 05:54:42 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @msva on GitHub (Aug 1, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/674

Hi there!
ba4ba53e50 introducing blacklisting of /usr/lib/gcc on line 4.
On gentoo, since there is "slotted" GCC (multiple versions allowed to be installed at the same time and user can select "active" one) there is gcc-libs like libstdc++, libgo, libobjc, libatomic, which some software is linked against.
So, with enabled "disable-devel" profile that software stopping to work after mentioned commit.

// By the way, full path to the libraries is /usr/lib/gcc/x86_64-pc-linux-gnu/<gcc_version>/ and it is added to LD_PATH (to /etc/ld.so.conf, actually).

Originally created by @msva on GitHub (Aug 1, 2016). Original GitHub issue: https://github.com/netblue30/firejail/issues/674 Hi there! https://github.com/netblue30/firejail/commit/ba4ba53e509aebc054f547e3f08470e59e2a6cd4 introducing blacklisting of `/usr/lib/gcc` on line 4. On gentoo, since there is "slotted" GCC (multiple versions allowed to be installed at the same time and user can select "active" one) there is gcc-libs like `libstdc++`, `libgo`, `libobjc`, `libatomic`, which some software is linked against. So, with enabled "disable-devel" profile that software stopping to work after mentioned commit. // By the way, full path to the libraries is `/usr/lib/gcc/x86_64-pc-linux-gnu/<gcc_version>/` and it is added to LD_PATH (to /etc/ld.so.conf, actually).
gitea-mirror 2026-05-05 05:54:42 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@netblue30 commented on GitHub (Oct 1, 2016):

Moved to https://github.com/netblue30/firejail/issues/824

<!-- gh-comment-id:250923174 --> @netblue30 commented on GitHub (Oct 1, 2016): Moved to https://github.com/netblue30/firejail/issues/824
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#460
No description provided.