Summary: | dev-qt/qt-creator-4.15.1 without clang USE flag: x86_64-pc-linux-gnu/bin/ld: cannot find -lSqlite | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexey Mishustin <halcon> |
Component: | Current packages | Assignee: | Davide Pesavento (RETIRED) <pesa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bleverett, hansfn, qt, xavier.miller |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Ebuild for Qt Creator 4.15.2 fixing building without clang use |
Description
Alexey Mishustin
2021-07-12 18:16:47 UTC
PS! The reason the file /etc/portage/profile/package.use.mask was mentioned earlier is that the flag was in fact masked. That was fixed when 4.15.1 was released. @pesa: Sorry that I forgot about this issue when creating my PR. Is there a way to build without the clang use flag? That flag causes a bunch of stuff to be installed that I don't want. Created attachment 725119 [details]
Ebuild for Qt Creator 4.15.2 fixing building without clang use
he attached ebuild builds the newly released 4.15.2 without clang use.
The problem was that qmldesigner (which is enabled by defalut) also needed SQLite. I have extended the check before removing SQLite from building.
PS! The maintainer should make the same change to qt-creator-9999.ebuild
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ee29848e4a7b874b9c53fffabe87cb193f1a2a commit 53ee29848e4a7b874b9c53fffabe87cb193f1a2a Author: Davide Pesavento <pesa@gentoo.org> AuthorDate: 2021-12-02 19:08:57 +0000 Commit: Davide Pesavento <pesa@gentoo.org> CommitDate: 2021-12-02 19:08:57 +0000 dev-qt/qt-creator: bump to 6.0.0 Closes: https://bugs.gentoo.org/807580 Closes: https://bugs.gentoo.org/801922 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Davide Pesavento <pesa@gentoo.org> dev-qt/qt-creator/Manifest | 1 + dev-qt/qt-creator/qt-creator-6.0.0.ebuild | 231 ++++++++++++++++++++++++++++++ 2 files changed, 232 insertions(+) |