| Summary: | dev-qt/qtcore - QT_INSTALL_LIBS variable not substituted in 5.12 and 5.13 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sammy Pfeiffer <sammypfeiffer> |
| Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | sammypfeiffer |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Sammy Pfeiffer
2019-12-06 06:43:07 UTC
I saw this, or something like this early 2019, and I believe it should have been fixed some time after [1], but I don't know if it could still be an issue with prefix. I talk about it a bit in Qt bug 75357 [2] (in the comments mostly). Lines such as QMAKE_PRL_LIBS = $$[QT_INSTALL_LIBS]/libQt5Widgets.so $$[QT_INSTALL_LIBS]/libQt5Gui.so $$[QT_INSTALL_LIBS]/libQt5Core.so -lpthread might be okay; I have them too, though I was confused by them myself quite a bit. If I remember right, they should /not/ be in a build log, however (can't remember for sure right now)... One interesting thing I notice, is that you have '0/libQt5Core.so' instead of, for example, '/libQt5Gui.so', where it seems like QT_INSTALL_LIBS was empty. Where's the '0' coming from, I wonder. 1. https://codereview.qt-project.org/gitweb?p=qt/qtwebengine.git;a=patch;h=c1d74232 2. https://bugreports.qt.io/browse/QTBUG-75357 Closing since this bug (and the Qt versions) is (and are) starting to show its (as well as their) age. Feel free to re-open if it's still being a thing. Thanks for the report! |