* [gentoo-user] qt USE flags conflict
@ 2015-05-16 7:50 Mick
2015-05-16 7:54 ` Alan McKinnon
0 siblings, 1 reply; 4+ messages in thread
From: Mick @ 2015-05-16 7:50 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 2356 bytes --]
On a no-multilib machine I have arrived on a circular argument:
==============================================================
# emerge -uaDv world
These are the packages that would be merged, in order:
Calculating dependencies... done!
390_32(-)?,abi_s390_64(-)?]".
!!! One of the following packages is required to complete your request:
- dev-qt/qtcore-4.8.6-r2::gentoo (Change USE: +qt3support)
- dev-qt/qtgui-4.8.6-r4::gentoo (Change USE: -qt3support)
(dependency required by "dev-qt/qtgui-4.8.6-r4::gentoo" [ebuild])
(dependency required by "app-text/poppler-0.32.0::gentoo[qt4]" [installed])
(dependency required by "media-
plugins/evas_generic_loaders-1.12.0::gentoo[pdf]" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
==============================================================
Fair enough, I add qt3support for dev-qt/qtcore-4.8.6-r2 and remove it for
dev-qt/qtgui-4.8.6-r4, then rinse and repeat:
==============================================================
# emerge -uaDv world
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds built with USE flags to satisfy "~dev-
qt/qtcore-4.8.6[aqua=,debug=,glib=,qt3support=,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]".
!!! One of the following packages is required to complete your request:
- dev-qt/qtcore-4.8.6-r2::gentoo (Change USE: -qt3support)
- dev-qt/qtgui-4.8.6-r4::gentoo (Change USE: +qt3support)
(dependency required by "dev-qt/qtgui-4.8.6-r4::gentoo" [ebuild])
(dependency required by "app-crypt/pinentry-0.9.0::gentoo[qt4]" [installed])
(dependency required by "app-crypt/gnupg-2.0.26-r3::gentoo" [installed])
(dependency required by "dev-vcs/git-2.3.6::gentoo[gpg]" [installed])
(dependency required by "app-portage/layman-2.0.0-r3::gentoo[git]"
[installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
==============================================================
I don't want to bore you, but you can guess that if I were to reverse these
USE settings I will arrive at the previous message. How to proceed from here?
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] qt USE flags conflict
2015-05-16 7:50 [gentoo-user] qt USE flags conflict Mick
@ 2015-05-16 7:54 ` Alan McKinnon
2015-05-16 8:49 ` Mick
0 siblings, 1 reply; 4+ messages in thread
From: Alan McKinnon @ 2015-05-16 7:54 UTC (permalink / raw
To: gentoo-user
On 16/05/2015 09:50, Mick wrote:
> On a no-multilib machine I have arrived on a circular argument:
> ==============================================================
> # emerge -uaDv world
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> 390_32(-)?,abi_s390_64(-)?]".
> !!! One of the following packages is required to complete your request:
> - dev-qt/qtcore-4.8.6-r2::gentoo (Change USE: +qt3support)
> - dev-qt/qtgui-4.8.6-r4::gentoo (Change USE: -qt3support)
> (dependency required by "dev-qt/qtgui-4.8.6-r4::gentoo" [ebuild])
> (dependency required by "app-text/poppler-0.32.0::gentoo[qt4]" [installed])
> (dependency required by "media-
> plugins/evas_generic_loaders-1.12.0::gentoo[pdf]" [installed])
> (dependency required by "@selected" [set])
> (dependency required by "@world" [argument])
> ==============================================================
>
> Fair enough, I add qt3support for dev-qt/qtcore-4.8.6-r2 and remove it for
> dev-qt/qtgui-4.8.6-r4, then rinse and repeat:
> ==============================================================
> # emerge -uaDv world
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> emerge: there are no ebuilds built with USE flags to satisfy "~dev-
> qt/qtcore-4.8.6[aqua=,debug=,glib=,qt3support=,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]".
> !!! One of the following packages is required to complete your request:
> - dev-qt/qtcore-4.8.6-r2::gentoo (Change USE: -qt3support)
> - dev-qt/qtgui-4.8.6-r4::gentoo (Change USE: +qt3support)
> (dependency required by "dev-qt/qtgui-4.8.6-r4::gentoo" [ebuild])
> (dependency required by "app-crypt/pinentry-0.9.0::gentoo[qt4]" [installed])
> (dependency required by "app-crypt/gnupg-2.0.26-r3::gentoo" [installed])
> (dependency required by "dev-vcs/git-2.3.6::gentoo[gpg]" [installed])
> (dependency required by "app-portage/layman-2.0.0-r3::gentoo[git]"
> [installed])
> (dependency required by "@selected" [set])
> (dependency required by "@world" [argument])
> ==============================================================
>
> I don't want to bore you, but you can guess that if I were to reverse these
> USE settings I will arrive at the previous message. How to proceed from here?
>
I had this myself a while back. Add or remove the flag to BOTH packages.
Look carefully at the first message again, it says you need to do one of
those actions (effectively making one package match the other). A quick
glance can seem like it wants you to make the USE settings different,
that is not the case.
--
Alan McKinnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] qt USE flags conflict
2015-05-16 7:54 ` Alan McKinnon
@ 2015-05-16 8:49 ` Mick
2015-05-17 7:28 ` Alan McKinnon
0 siblings, 1 reply; 4+ messages in thread
From: Mick @ 2015-05-16 8:49 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 3238 bytes --]
On Saturday 16 May 2015 08:54:00 Alan McKinnon wrote:
> On 16/05/2015 09:50, Mick wrote:
> > On a no-multilib machine I have arrived on a circular argument:
> > ==============================================================
> > # emerge -uaDv world
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> >
> > 390_32(-)?,abi_s390_64(-)?]".
> > !!! One of the following packages is required to complete your request:
> > - dev-qt/qtcore-4.8.6-r2::gentoo (Change USE: +qt3support)
> > - dev-qt/qtgui-4.8.6-r4::gentoo (Change USE: -qt3support)
> > (dependency required by "dev-qt/qtgui-4.8.6-r4::gentoo" [ebuild])
> > (dependency required by "app-text/poppler-0.32.0::gentoo[qt4]"
> > [installed]) (dependency required by "media-
> > plugins/evas_generic_loaders-1.12.0::gentoo[pdf]" [installed])
> > (dependency required by "@selected" [set])
> > (dependency required by "@world" [argument])
> > ==============================================================
> >
> > Fair enough, I add qt3support for dev-qt/qtcore-4.8.6-r2 and remove it
> > for dev-qt/qtgui-4.8.6-r4, then rinse and repeat:
> > ==============================================================
> > # emerge -uaDv world
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> >
> > emerge: there are no ebuilds built with USE flags to satisfy "~dev-
> > qt/qtcore-4.8.6[aqua=,debug=,glib=,qt3support=,abi_x86_32(-)?,abi_x86_64(
> > -)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,ab
> > i_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]". !!! One of
> > the following packages is required to complete your request: -
> > dev-qt/qtcore-4.8.6-r2::gentoo (Change USE: -qt3support)
> > - dev-qt/qtgui-4.8.6-r4::gentoo (Change USE: +qt3support)
> > (dependency required by "dev-qt/qtgui-4.8.6-r4::gentoo" [ebuild])
> > (dependency required by "app-crypt/pinentry-0.9.0::gentoo[qt4]"
> > [installed]) (dependency required by "app-crypt/gnupg-2.0.26-r3::gentoo"
> > [installed]) (dependency required by "dev-vcs/git-2.3.6::gentoo[gpg]"
> > [installed]) (dependency required by
> > "app-portage/layman-2.0.0-r3::gentoo[git]" [installed])
> > (dependency required by "@selected" [set])
> > (dependency required by "@world" [argument])
> > ==============================================================
> >
> > I don't want to bore you, but you can guess that if I were to reverse
> > these USE settings I will arrive at the previous message. How to
> > proceed from here?
>
> I had this myself a while back. Add or remove the flag to BOTH packages.
>
> Look carefully at the first message again, it says you need to do one of
> those actions (effectively making one package match the other). A quick
> glance can seem like it wants you to make the USE settings different,
> that is not the case.
Yes! I removed all USE flags for qt packages, then set +qt3support for both
of the above complainers and some more that portage told me to and hey presto
it is now updating all relevant qt packages to the latest version.
Thanks once more Alan! :-)
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] qt USE flags conflict
2015-05-16 8:49 ` Mick
@ 2015-05-17 7:28 ` Alan McKinnon
0 siblings, 0 replies; 4+ messages in thread
From: Alan McKinnon @ 2015-05-17 7:28 UTC (permalink / raw
To: gentoo-user
On 16/05/2015 10:49, Mick wrote:
>> Look carefully at the first message again, it says you need to do one of
>> > those actions (effectively making one package match the other). A quick
>> > glance can seem like it wants you to make the USE settings different,
>> > that is not the case.
> Yes! I removed all USE flags for qt packages, then set +qt3support for both
> of the above complainers and some more that portage told me to and hey presto
> it is now updating all relevant qt packages to the latest version.
>
> Thanks once more Alan! :-)
I'm glad you got it sorted.
--
Alan McKinnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-05-17 7:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-16 7:50 [gentoo-user] qt USE flags conflict Mick
2015-05-16 7:54 ` Alan McKinnon
2015-05-16 8:49 ` Mick
2015-05-17 7:28 ` Alan McKinnon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox