Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dev-qt/qtwidgets-5.11.1::gentoo failed [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Nreal
Apprentice
Apprentice


Joined: 06 Jan 2009
Posts: 265

PostPosted: Fri Jul 20, 2018 11:45 am    Post subject: dev-qt/qtwidgets-5.11.1::gentoo failed [solved] Reply with quote

This is the error (.qtversion[qt_version_tag]+0x0):-1: error: undefined reference to `qt_version_tag'


Elsewhere theres a solution "I realize this is an old thread but you may be able to avoid it by defining QT_NO_VERSION_TAGGING; that is, by passing the option:

-DQT_NO_VERSION_TAGGING

to gcc."

Is it possible to compile gcc so? x86_64-pc-linux-gnu-8.1.0 *

Ill try older gcc:s


Last edited by Nreal on Fri Jul 20, 2018 8:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Fri Jul 20, 2018 12:01 pm    Post subject: Reply with quote

Try with this patch
Code:
--- qtbase-everywhere-src-5.11.1.orig/src/widgets/widgets.pro   2018-07-20 13:53:39.809888130 +0200
+++ qtbase-everywhere-src-5.11.1/src/widgets/widgets.pro        2018-07-20 13:55:08.419887680 +0200
@@ -3,7 +3,7 @@
 MODULE_CONFIG = uic

 CONFIG += $$MODULE_CONFIG
-DEFINES   += QT_NO_USING_NAMESPACE
+DEFINES   += QT_NO_USING_NAMESPACE QT_NO_VERSION_TAGGING
 msvc:equals(QT_ARCH, i386): QMAKE_LFLAGS += /BASE:0x65000000

 QMAKE_DOCS = $$PWD/doc/qtwidgets.qdocconf

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Nreal
Apprentice
Apprentice


Joined: 06 Jan 2009
Posts: 265

PostPosted: Fri Jul 20, 2018 1:47 pm    Post subject: Reply with quote

Code:


 GNU nano 2.9.8                         /etc/portage/patches/dev-qt/qtwidgets-5.11.1/no_version_tagging.patch                                   

--- qtbase-everywhere-src-5.11.1.orig/src/widgets/widgets.pro   2018-07-20 13:53:39.809888130 +0200
+++ qtbase-everywhere-src-5.11.1/src/widgets/widgets.pro        2018-07-20 13:55:08.419887680 +0200
@@ -3,7 +3,7 @@
 MODULE_CONFIG = uic

 CONFIG += $$MODULE_CONFIG
-DEFINES   += QT_NO_USING_NAMESPACE
+DEFINES   += QT_NO_USING_NAMESPACE QT_NO_VERSION_TAGGING
 msvc:equals(QT_ARCH, i386): QMAKE_LFLAGS += /BASE:0x65000000

 QMAKE_DOCS = $$PWD/doc/qtwidgets.qdocconf



Code:


Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) dev-qt/qtwidgets-5.11.1::gentoo
>>> Failed to emerge dev-qt/qtwidgets-5.11.1, Log file:
>>>  '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/temp/build.log'
>>> Jobs: 0 of 1 complete, 1 failed                 Load avg: 3.18, 2.52, 2.39
 * Package:    dev-qt/qtwidgets-5.11.1
 * Repository: gentoo
 * Maintainer: qt@gentoo.org
 * Upstream:   https://bugreports.qt.io/
 * USE:        abi_x86_64 amd64 elibc_glibc gtk kernel_linux png userland_GNU xcb
 * FEATURES:   sandbox userpriv usersandbox
qtwidgets: Fri Jun  1 12:20:49 2018: 2 minutes, 4 seconds
qtwidgets: Wed Jun  6 12:13:35 2018: 2 minutes, 12 seconds
qtwidgets: Mon Jun 11 18:24:15 2018: 5 minutes, 29 seconds
qtwidgets: Thu Jun 14 23:37:08 2018: 1 minute, 13 seconds
qtwidgets: Fri Jun 15 11:53:28 2018: 1 minute, 8 seconds
qtwidgets: Fri Jun 15 13:36:20 2018: 1 minute, 12 seconds
qtwidgets: Mon Jun 18 00:53:29 2018: 1 minute, 13 seconds
qtwidgets: Sun Jun 24 12:37:55 2018: 1 minute, 21 seconds
qtwidgets: Thu Jul 19 02:50:07 2018: 2 minutes, 29 seconds
qtwidgets: Thu Jul 19 16:11:48 2018: 1 minute, 12 seconds
qtwidgets: Thu Jul 19 20:39:58 2018: 2 minutes, 34 seconds
qtwidgets: 11 times
qtwidgets: 2 minutes, 0 seconds for 11 merges
 * FEATURES='assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr'
 * CFLAGS='-march=haswell -O3 -fuse-linker-plugin -pipe -Wl,-O1 -Wl,--as-needed'
 * CXXFLAGS='-march=haswell -O3 -fuse-linker-plugin -pipe -Wl,-O1 -Wl,--as-needed'
 * FFLAGS='-march=haswell -O3 -fuse-linker-plugin -pipe -Wl,-O1 -Wl,--as-needed'
 * FCFLAGS='-march=haswell -O3 -fuse-linker-plugin -pipe -Wl,-O1 -Wl,--as-needed'
 * F77FLAGS='-march=haswell -O3 -fuse-linker-plugin -pipe -Wl,-O1 -Wl,--as-needed'
 * LDFLAGS='-Wl,-O1 -Wl,--as-needed'
 * MAKEOPTS='-j70'
 * gcc (Gentoo 8.1.0-r3 p1.3) 8.1.0
 * Linux boxi 4.17.3-gentoo #4 SMP Thu Jul 19 20:19:07 EEST 2018 x86_64 Intel(R) Xeon(R) CPU E5-2696 v3 @ 2.30GHz GenuineIntel GNU/Linux
>>> Unpacking source...
>>> Unpacking qtbase-everywhere-src-5.11.1.tar.xz to /var/tmp/portage/dev-qt/qtwidgets-5.11.1/work
>>> Source unpacked in /var/tmp/portage/dev-qt/qtwidgets-5.11.1/work
>>> Preparing source in /var/tmp/portage/dev-qt/qtwidgets-5.11.1/work/qtbase-everywhere-src-5.11.1 ...
 * Applying no_version_tagging.patch ...
1 out of 1 hunk FAILED -- saving rejects to file src/widgets/widgets.pro.rej
 [ !! ]
 * ERROR: dev-qt/qtwidgets-5.11.1::gentoo failed (prepare phase):
 *   patch -p1  failed with /etc/portage/patches/dev-qt/qtwidgets-5.11.1/no_version_tagging.patch
 *
 * Call stack:
 *               ebuild.sh, line  124:  Called src_prepare
 *             environment, line 3551:  Called qt5-build_src_prepare
 *             environment, line 3146:  Called default
 *      phase-functions.sh, line  867:  Called default_src_prepare
 *      phase-functions.sh, line  932:  Called __eapi6_src_prepare
 *             environment, line 1012:  Called eapply_user
 *             environment, line 1529:  Called eapply '/etc/portage/patches/dev-qt/qtwidgets-5.11.1/no_version_tagging.patch'
 *             environment, line 1499:  Called _eapply_patch '/etc/portage/patches/dev-qt/qtwidgets-5.11.1/no_version_tagging.patch'
 *             environment, line 1437:  Called __helpers_die 'patch -p1  failed with /etc/portage/patches/dev-qt/qtwidgets-5.11.1/no_version_tagging.patch'
 *   isolated-functions.sh, line  121:  Called die
 * The specific snippet of code:
 *         die "$@"
 *
 * If you need support, post the output of `emerge --info '=dev-qt/qtwidgets-5.11.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtwidgets-5.11.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/work/qtbase-everywhere-src-5.11.1'
 * S: '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/work/qtbase-everywhere-src-5.11.1'

 * Messages for package dev-qt/qtwidgets-5.11.1:

 * ERROR: dev-qt/qtwidgets-5.11.1::gentoo failed (prepare phase):
 *   patch -p1  failed with /etc/portage/patches/dev-qt/qtwidgets-5.11.1/no_version_tagging.patch
 *
 * Call stack:
 *               ebuild.sh, line  124:  Called src_prepare
 *             environment, line 3551:  Called qt5-build_src_prepare
 *             environment, line 3146:  Called default
 *      phase-functions.sh, line  867:  Called default_src_prepare
 *      phase-functions.sh, line  932:  Called __eapi6_src_prepare
 *             environment, line 1012:  Called eapply_user
 *             environment, line 1529:  Called eapply '/etc/portage/patches/dev-qt/qtwidgets-5.11.1/no_version_tagging.patch'
 *             environment, line 1499:  Called _eapply_patch '/etc/portage/patches/dev-qt/qtwidgets-5.11.1/no_version_tagging.patch'
 *             environment, line 1437:  Called __helpers_die 'patch -p1  failed with /etc/portage/patches/dev-qt/qtwidgets-5.11.1/no_version_tagging.patch'
 *   isolated-functions.sh, line  121:  Called die
 * The specific snippet of code:
 *         die "$@"
 *
 * If you need support, post the output of `emerge --info '=dev-qt/qtwidgets-5.11.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtwidgets-5.11.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/work/qtbase-everywhere-src-5.11.1'
 * S: '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/work/qtbase-everywhere-src-5.11.1'
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Fri Jul 20, 2018 1:53 pm    Post subject: Reply with quote

I think is a copy &paste problem, try to download patch here
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Nreal
Apprentice
Apprentice


Joined: 06 Jan 2009
Posts: 265

PostPosted: Fri Jul 20, 2018 3:07 pm    Post subject: Reply with quote

Not sure if this patch helps , seems that many qt packages fail

Failed to emerge dev-qt/qtxml-5.11.1, Log file:
Failed to emerge dev-qt/qtdbus-5.11.1, Log file:

No it stilla fails with this patch aplied

Code:

.obj/main.o:(.qtversion[qt_version_tag]+0x0): määrittelemätön viite kohteeseen ”qt_version_tag”
collect2: virhe: ld:n paluuarvo oli 1
make[1]: *** [Makefile:138: ../../../../plugins/platformthemes/libqgtk3.so] Virhe 1
make[1]: Poistutaan hakemistosta ”/var/tmp/portage/dev-qt/qtwidgets-5.11.1/work/qtbase-everywhere-src-5.11.1/src/plugins/platformthemes/gtk3”
make: *** [Makefile:45: sub-gtk3-make_first] Virhe 2
 * ERROR: dev-qt/qtwidgets-5.11.1::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-qt/qtwidgets-5.11.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtwidgets-5.11.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/work/qtbase-everywhere-src-5.11.1/src/plugins/platformthemes'
 * S: '/var/tmp/portage/dev-qt/qtwidgets-5.11.1/work/qtbase-everywhere-src-5.11.1'

 * Messages for package dev-qt/qtwidgets-5.11.1:

 * User patches applied.


Sorry about locale setting, this is fairly new install and not ready..

These 3 qt packages has failed so far while compiling -e world , less than 400 packages to go.
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Fri Jul 20, 2018 3:28 pm    Post subject: Reply with quote

Code:
qdepends -a qtwidgets
 * DEPEND
dev-qt/qtwidgets-5.11.1: ~dev-qt/qtcore-5.11.1 ~dev-qt/qtgui-5.11.1[-gles2,png,xcb] ~dev-qt/qtgui-5.11.1[dbus] x11-libs/gtk+:3 x11-libs/libX11 x11-libs/pango dev-lang/perl virtual/pkgconfig

so, better have them at 5.11.1 prior to update qtwidgets, and maybe you didn't do that?
i'm not using that patch myself, and qtwidgets was happy.
oh i forget ; could indeed be gcc-8, i'm using 7.3.0
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Fri Jul 20, 2018 3:34 pm    Post subject: Reply with quote

Maybe you mixing qt version? Post output of qlist -Iv dev-qt/* command
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Nreal
Apprentice
Apprentice


Joined: 06 Jan 2009
Posts: 265

PostPosted: Fri Jul 20, 2018 4:04 pm    Post subject: Reply with quote

Code:

boxi /etc/portage/patches/dev-qt/qtwidgets-5.11.1 # qlist -Iv dev-qt/*
dev-qt/designer-5.11.1
dev-qt/linguist-tools-5.11.1
dev-qt/qdbus-5.11.1
dev-qt/qtchooser-0_p20170803
dev-qt/qtconcurrent-5.11.1
dev-qt/qtcore-5.11.1
dev-qt/qtdbus-5.11.1
dev-qt/qtdeclarative-5.11.1
dev-qt/qtgraphicaleffects-5.11.1
dev-qt/qtgui-5.11.1
dev-qt/qtnetwork-5.11.1
dev-qt/qtopengl-5.11.1
dev-qt/qtpaths-5.11.1
dev-qt/qtprintsupport-5.11.1
dev-qt/qtquickcontrols-5.11.1
dev-qt/qtquickcontrols2-5.11.1
dev-qt/qtscript-5.11.1
dev-qt/qtsensors-5.11.1
dev-qt/qtsql-5.11.1-r1
dev-qt/qtsvg-5.11.1
dev-qt/qttest-5.11.1
dev-qt/qttranslations-5.11.1
dev-qt/qtvirtualkeyboard-5.11.1
dev-qt/qtwayland-5.11.1
dev-qt/qtwebchannel-5.11.1
dev-qt/qtwebengine-5.11.1
dev-qt/qtwebkit-5.212.0_pre20180120
dev-qt/qtwidgets-5.11.1
dev-qt/qtx11extras-5.11.1
dev-qt/qtxml-5.11.1
dev-qt/qtxmlpatterns-5.11.1
boxi /etc/portage/patches/dev-qt/qtwidgets-5.11.1 #


Code:


qdepends -a qtwidgets
 * DEPEND
dev-qt/qtwidgets-5.11.1: ~dev-qt/qtcore-5.11.1 ~dev-qt/qtgui-5.11.1[-gles2,png,xcb] ~dev-qt/qtgui-5.11.1[dbus] x11-libs/gtk+:3 x11-libs/libX11 x11-libs/pango dev-lang/perl virtual/pkgconfig
 * RDEPEND
dev-qt/qtwidgets-5.11.1: ~dev-qt/qtcore-5.11.1 ~dev-qt/qtgui-5.11.1[-gles2,png,xcb] ~dev-qt/qtgui-5.11.1[dbus] x11-libs/gtk+:3 x11-libs/libX11 x11-libs/pango dev-qt/qtchooser
 * PDEPEND
Back to top
View user's profile Send private message
Nreal
Apprentice
Apprentice


Joined: 06 Jan 2009
Posts: 265

PostPosted: Fri Jul 20, 2018 8:09 pm    Post subject: Reply with quote

After everything else was build with -e world, tried again all failed qt files, all recompiled this time with this patch in place too. Thanks.


Code:
boxi /usr/portage/dev-qt/qtwidgets # emerge qtxml qtdbus qtwidgets

 * IMPORTANT: 4 news items need reading for repository 'lto-overlay'.
 * IMPORTANT: 23 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 3) dev-qt/qtxml-5.11.1::gentoo
>>> Installing (1 of 3) dev-qt/qtxml-5.11.1::gentoo
>>> Emerging (2 of 3) dev-qt/qtdbus-5.11.1::gentoo
>>> Recording dev-qt/qtxml in "world" favorites file...
>>> Installing (2 of 3) dev-qt/qtdbus-5.11.1::gentoo
>>> Emerging (3 of 3) dev-qt/qtwidgets-5.11.1::gentoo
>>> Recording dev-qt/qtdbus in "world" favorites file...
>>> Installing (3 of 3) dev-qt/qtwidgets-5.11.1::gentoo
>>> Recording dev-qt/qtwidgets in "world" favorites file...
>>> Jobs: 3 of 3 complete                           Load avg: 32.4, 41.6, 58.4

 * Messages for package dev-qt/qtwidgets-5.11.1:

 * User patches applied.
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * Regenerating GNU info directory index...
 * Processed 116 info files.

 * IMPORTANT: 3 config files in '/etc' need updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.

 * IMPORTANT: 4 news items need reading for repository 'lto-overlay'.
 * IMPORTANT: 23 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

boxi /usr/portage/dev-qt/qtwidgets #
Back to top
View user's profile Send private message
Petross404
n00b
n00b


Joined: 27 Sep 2016
Posts: 55

PostPosted: Sat Aug 25, 2018 12:48 pm    Post subject: Reply with quote

What's the deal finally? Only qtwidgets should be compiled with -DQT_NO_VERSION_TAGGING and/or the patch applied? I am having a very hard time to build any qt application and I can't login to Plasma either.


I emerge dev-qt/* like this :
Code:
 #/etc/portage/env/qt.conf

CFLAGS="${CFLAGS}"
CXXFLAGS="${CFLAGS}"
LDFLAGS="${LDFLAGS} ${CFLAGS} -Wl,-Bsymbolic-functions"
EXTRA_CXXFLAGS="${CXXFLAGS}"
EXTRA_LFLAGS="${LDFLAGS}"

STRIP_MASK="*.a"


Code:
#/etc/portage/env/qt-tagging.conf
CFLAGS="${CFLAGS} -DQT_NO_VERSION_TAGGING"
CXXFLAGS="${CFLAGS} ${CXXFLAGS}"


Any ideas?
Back to top
View user's profile Send private message
Petross404
n00b
n00b


Joined: 27 Sep 2016
Posts: 55

PostPosted: Sat Aug 25, 2018 9:50 pm    Post subject: Reply with quote

krinn wrote:

so, better have them at 5.11.1 prior to update qtwidgets, and maybe you didn't do that?
i'm not using that patch myself, and qtwidgets was happy.
oh i forget ; could indeed be gcc-8, i'm using 7.3.0


Yeah, right... So, removing the -DNO_QT_VERSION_TAGGING for every dev-qt/* ebuild except qtwidgets (also applied the above patch) and selecting GCC 7.3, seems to help.

No more undefined references to qt_version_tag (what is this all about anyway?), no more errors. I don't know why GCC 8.2 was so cranky, I was using
Code:
emerge -1 `qlist -IC dev-qt/`

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R    ] dev-qt/qtx11extras-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtwebkit-5.212.0_pre20180120:5/5.212::gentoo  USE="X hyphen jit multimedia nsplugin opengl printsupport qml -geolocation -gles2 -gstreamer -orientation -webp" 0 KiB
[ebuild   R    ] dev-qt/qtwebengine-5.11.1:5/5.11::gentoo  USE="alsa system-ffmpeg system-icu widgets -bindist -debug -designer -geolocation -pax_kernel -pulseaudio -test" 0 KiB
[ebuild   R    ] dev-qt/qtwayland-5.11.1:5/5.11::gentoo  USE="libinput xcomposite -debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtvirtualkeyboard-5.11.1:5/5.11::gentoo  USE="spell xcb -debug -handwriting -test" 0 KiB
[ebuild   R    ] dev-qt/qtsingleapplication-2.6.1_p20171024::gentoo  USE="X -doc" 0 KiB
[ebuild   R    ] dev-qt/qtserialport-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtsensors-5.11.1:5/5.11::gentoo  USE="qml -debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtscript-5.11.1:5/5.11::gentoo  USE="jit scripttools -debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtquickcontrols-5.11.1:5/5.11::gentoo  USE="widgets -debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtquickcontrols2-5.11.1:5/5.11::gentoo  USE="widgets -debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtpaths-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtimageformats-5.11.1:5/5.11::gentoo  USE="jpeg2k mng -debug -test" 0 KiB
[ebuild   R    ] dev-qt/qthelp-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtconcurrent-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ] dev-qt/qdbus-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ] dev-qt/linguist-tools-5.11.1:5/5.11::gentoo  USE="qml -debug -test" 0 KiB
[ebuild   R    ] dev-qt/designer-5.11.1:5/5.11::gentoo  USE="-debug -declarative -test -webkit" 0 KiB
[ebuild   R    ] dev-qt/qtsql-5.11.1-r1:5/5.11.1::gentoo  USE="mysql sqlite -debug -freetds -oci8 -odbc -postgres -test" 0 KiB
[ebuild   R    ] dev-qt/qtsvg-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtmultimedia-5.11.1:5/5.11::gentoo  USE="alsa gstreamer openal qml widgets -debug -gles2 -pulseaudio -test" 0 KiB
[ebuild   R    ] dev-qt/qtgraphicaleffects-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtwebchannel-5.11.1:5/5.11::gentoo  USE="qml -debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtopengl-5.11.1:5/5.11::gentoo  USE="-debug -gles2 -test" 0 KiB
[ebuild   R    ] dev-qt/qtprintsupport-5.11.1:5/5.11::gentoo  USE="cups -debug -gles2 -test" 0 KiB
[ebuild   R    ] dev-qt/qtdeclarative-5.11.1:5/5.11::gentoo  USE="jit widgets xml -debug -gles2 -localstorage -test" 0 KiB
[ebuild   R    ]  dev-qt/qtwidgets-5.11.1:5/5.11::gentoo  USE="gtk png xcb -debug -gles2 -test" 0 KiB
[ebuild   R    ]   dev-qt/qtgui-5.11.1:5/5.11::gentoo  USE="accessibility dbus egl evdev gif ibus jpeg libinput png udev xcb -debug -eglfs -gles2 -test -tslib -tuio -vnc" 0 KiB
[ebuild   R    ]  dev-qt/qtxmlpatterns-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ]  dev-qt/qttest-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtlockedfile-2.4.1_p20171024::gentoo  USE="-doc" 0 KiB
[ebuild   R    ] dev-qt/qtxml-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ] dev-qt/qtdbus-5.11.1:5/5.11::gentoo  USE="-debug -test" 0 KiB
[ebuild   R    ]  dev-qt/qtcore-5.11.1:5/5.11::gentoo  USE="icu -debug -systemd -test" 0 KiB
[ebuild   R    ]   dev-qt/qtchooser-0_p20170803::gentoo  USE="-test" 0 KiB

Total: 35 packages (35 reinstalls), Size of downloads: 0 KiB


it's not that I cherry picked ebuilds to compile with different gcc versions.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum