Gentoo Archives: gentoo-user

From: "Andrés Becerra Sandoval" <andres.becerra@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Qt5
Date: Wed, 12 Nov 2014 19:11:47
Message-Id: CACSNh6M2G82PvmaYA2gOvjZh2KWkY0Cas-UL2=p6cvLf_mdZ8w@mail.gmail.com
In Reply to: Re: [gentoo-user] Qt5 by "Jc García"
1 2014-11-12 12:46 GMT-05:00 Jc García <jyo.garcia@×××××.com>:
2 > 2014-11-12 11:37 GMT-06:00 siefke_listen@×××.de <siefke_listen@×××.de>:
3 >> Hello,
4 >>
5 >> i want install qt5 with the qt overlay. But i become message
6 >>
7 >> i686-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -fuse-ld=gold -o ../../../bin/moc .obj/moc.o .obj/preprocessor.o .obj/generator.o .obj/parser.o .obj/token.o .obj/main.o -L/var/tmp/portage/dev-qt/qtcore-5.4.0_beta/work/qtbase-opensource-src-5.4.0-beta/lib -lQt5Bootstrap -lz -lpthread
8 >> i686-pc-linux-gnu-g++: error: unrecognized command line option ‘-fuse-ld=gold’
9 >
10 >>
11 >> / # emerge --info =dev-qt/qtcore-5.4.0_beta::qt
12 >> Portage 2.2.8-r2 (default/linux/x86/13.0/desktop, gcc-4.7.3, glibc-2.19-r1, 3.10.23-xxxx-std-ipv6-64 i686)
13 >
14 >> sys-devel/gcc: 4.7.3-r1, 4.8.3
15 >
16 > It might be you used gcc 4.7 and is too old to compile qtcore 5, try
17 > to switch the default compiler using gcc-config to 4.8.3, and
18 > recompile again.
19 >
20
21 And qt-5.3 (stable) is in portage, but masked. You could unmask it:
22
23
24 # Davide Pesavento <pesa@g.o> (11 Sep 2014)
25 # Mask Qt 5.3.x for wider testing to ensure that it does
26 # not break or conflict with other packages (bug #454132)
27 =dev-qt/assistant-5.3.2*
28 =dev-qt/designer-5.3.2*
29 =dev-qt/linguist-5.3.2*
30 =dev-qt/linguist-tools-5.3.2*
31 =dev-qt/pixeltool-5.3.2*
32 =dev-qt/qdbus-5.3.2*
33 =dev-qt/qdbusviewer-5.3.2*
34 =dev-qt/qdoc-5.3.2*
35 =dev-qt/qtconcurrent-5.3.2*
36 =dev-qt/qtcore-5.3.2*
37 =dev-qt/qtdbus-5.3.2*
38 =dev-qt/qtdeclarative-5.3.2*
39 =dev-qt/qtdiag-5.3.2*
40 =dev-qt/qtgraphicaleffects-5.3.2*
41 =dev-qt/qtgui-5.3.2*
42 =dev-qt/qthelp-5.3.2*
43 =dev-qt/qtimageformats-5.3.2*
44 =dev-qt/qtmultimedia-5.3.2*
45 =dev-qt/qtnetwork-5.3.2*
46 =dev-qt/qtopengl-5.3.2*
47 =dev-qt/qtpaths-5.3.2*
48 =dev-qt/qtpositioning-5.3.2*
49 =dev-qt/qtprintsupport-5.3.2*
50 =dev-qt/qtquick1-5.3.2*
51 =dev-qt/qtquickcontrols-5.3.2*
52 =dev-qt/qtscript-5.3.2*
53 =dev-qt/qtsensors-5.3.2*
54 =dev-qt/qtserialport-5.3.2*
55 =dev-qt/qtsql-5.3.2*
56 =dev-qt/qtsvg-5.3.2*
57 =dev-qt/qttest-5.3.2*
58 =dev-qt/qttranslations-5.3.2*
59 =dev-qt/qtwebkit-5.3.2*
60 =dev-qt/qtwebsockets-5.3.2*
61 =dev-qt/qtwidgets-5.3.2*
62 =dev-qt/qtx11extras-5.3.2*
63 =dev-qt/qtxml-5.3.2*
64 =dev-qt/qtxmlpatterns-5.3.2*
65 dev-python/PyQt5
66
67 --
68 Andrés Becerra Sandoval