Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 753467 - sys-libs/gwenhywfar-5.4.1: does not build QT GUI when both GTK and QT are enabled
Summary: sys-libs/gwenhywfar-5.4.1: does not build QT GUI when both GTK and QT are ena...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-07 09:42 UTC by Moritz Bechler
Modified: 2020-11-11 18:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Bechler 2020-11-07 09:42:29 UTC
If both GTK and QT5 UIs are requested by use flags, only the GTK GUI is build.
Looks like some additional quoting should be added.

Reproducible: Always

Steps to Reproduce:
1. USE="gtk qt5"  emerge -1av =sys-libs/gwenhywfar-5.4.1
Actual Results:  
Calculating dependencies... done!
[ebuild   R   ~] sys-libs/gwenhywfar-5.4.1:0/79::gentoo  USE="gtk* qt5 -debug -doc -libressl -test" 0 KiB
[...]
>>> Emerging (1 of 1) sys-libs/gwenhywfar-5.4.1::gentoo
 * gwenhywfar-5.4.1.tar.gz BLAKE2B SHA512 size ;-) ...                                                                               [ ok ]
>>> Unpacking source...
>>> Unpacking gwenhywfar-5.4.1.tar.gz to /var/tmp/portage/sys-libs/gwenhywfar-5.4.1/work
>>> Source unpacked in /var/tmp/portage/sys-libs/gwenhywfar-5.4.1/work
>>> Preparing source in /var/tmp/portage/sys-libs/gwenhywfar-5.4.1/work/gwenhywfar-5.4.1 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-libs/gwenhywfar-5.4.1/work/gwenhywfar-5.4.1 ...
 * econf: updating gwenhywfar-5.4.1/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating gwenhywfar-5.4.1/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/gwenhywfar-5.4.1 --htmldir=/usr/share/doc/gwenhywfar-5.4.1/html --with-sysroot=/ --libdir=/usr/lib64 --with-docpath=/usr/share/doc/gwenhywfar-5.4.1/apidoc --with-libxml2-code=yes --disable-debug --disable-full-doc --with-qt5-moc=/usr/lib64/qt5/bin/moc --with-qt5-qmake=/usr/lib64/qt5/bin/qmake --with-guis=gtk3 qt5


[..]
GUI Support                   : gtk3


Expected Results:  
Build with both GUIs.
Comment 1 Larry the Git Cow gentoo-dev 2020-11-11 18:30:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e157b071cb23b348acab3d596b49f66c244808

commit b0e157b071cb23b348acab3d596b49f66c244808
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-11-11 18:28:03 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-11-11 18:30:06 +0000

    sys-libs/gwenhywfar: Fix build with IUSE="gtk qt5"
    
    Reported-by: Moritz Bechler <mbechler@eenterphace.org>
    Closes: https://bugs.gentoo.org/753467
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../gwenhywfar/{gwenhywfar-5.4.1.ebuild => gwenhywfar-5.4.1-r1.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)