Gentoo Archives: gentoo-user

From: Gevisz <gevisz@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Package conflict while trying to emerge chromium
Date: Fri, 13 Feb 2015 17:38:23
Message-Id: 54de3686.442d980a.3abc.71f2@mx.google.com
In Reply to: Re: [gentoo-user] Package conflict while trying to emerge chromium by Neil Bothwick
1 On Thu, 12 Feb 2015 13:24:55 +0000 Neil Bothwick <neil@××××××××××.uk> wrote:
2
3 > On Thu, 12 Feb 2015 15:15:50 +0200, Gevisz wrote:
4 >
5 > > And I would not report it if ._cfg0002_package.use would not suggested
6 > > to insert # required by www-client/chromium-40.0.2214.111
7 > > # required by chromium (argument)
8 > > >=dev-libs/libxml2-2.9.2 icu
9 > > into /etc/portage/package.use for the third time in a row.
10 >
11 > Has that line actually been inserted into package.use?
12 > Portage doesn't add it to the live file, you need to run
13 > cfg-update or similar to handle it.
14
15 As I have said, it was inserted in the ._cfg0002_package.use file
16 as the recommendation to insert it to the package.use.
17
18 But it is odd, as the qtwebkit package was by default built
19 with -ice USE flag and that created the blocker.
20
21 This situation would not appear if instead of the following,
22 actual insertion into the ._cfg0002_package.use file:
23 # required by www-client/chromium-40.0.2214.111
24 # required by chromium (argument)
25 >=dev-libs/libxml2-2.9.2 icu
26
27 it was suggested to insert
28 # required by www-client/chromium-40.0.2214.111
29 # required by chromium (argument)
30 >=dev-libs/libxml2-2.9.2 icu
31 dev-qt/qtwebkit icu
32
33 or something like that.
34
35 I have made such changes earlier today and the blocker have gone.
36
37 Nevertheless qtwebkit have not compiled cleanly but produced the following warning:
38
39 >>> Completed installing qtwebkit-4.8.5 into /var/tmp/portage/dev-qt/qtwebkit-4.8.5/image/
40
41
42 * QA Notice: Package triggers severe warnings which indicate that it
43 * may exhibit random runtime failures.
44 * libjpeg.cpp:51:32: warning: ‘cinfo’ is used uninitialized in this function [-Wuninitialized]
45 * glib.cpp:55:38: warning: ‘pollfd’ is used uninitialized in this function [-Wuninitialized]
46 * dom/Element.cpp:1083:112: warning: converting ‘false’ to pointer type ‘WebCore::RenderStyle*’ [-Wconversion-null]
47
48 * Please do not file a Gentoo bug and instead report the above QA
49 * issues directly to the upstream developers of this software.
50 * Homepage: https://www.qt.io/ https://qt-project.org/
51 strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
52 usr/lib64/qt4/libQtWebKit.so.4.9.4

Replies

Subject Author
Re: [gentoo-user] Package conflict while trying to emerge chromium Neil Bothwick <neil@××××××××××.uk>