Summary: | x11-libs/qt-core installs useless(?) env.d file | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Davide Pesavento <pesa> |
Component: | [OLD] Library | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED INVALID | ||
Severity: | enhancement | CC: | nikoli |
Priority: | Lowest | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Davide Pesavento
![]() I tried this and all hell broke loose. Didn't rebuild world yet, but there were quite a few packages that stopped working or broke during compilation after removing it. I'll have to do more testing... We removed RPATH from all qt libraries in 4.8+, so I don't know if this is still feasible... (In reply to comment #2) > We removed RPATH from all qt libraries in 4.8+, so I don't know if this is > still feasible... Closing. In this case it's actually better to add an LDPATH entry than using RPATH, since Qt doesn't install any private libraries nor any plugins there (the subdir is needed just for slotting) and runpaths make more sense in executables. |