* [gentoo-user] Troubles setting USE flag for inkscape
@ 2020-04-25 15:55 tuxic
2020-04-25 16:02 ` Michael Orlitzky
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: tuxic @ 2020-04-25 15:55 UTC (permalink / raw
To: Gentoo
Hi,
while updateing/emergeing I got this message:
## !!! Problem resolving dependencies for media-gfx/inkscape from @selected
##
## !!! The ebuild selected to satisfy "media-gfx/inkscape" has unmet requirements.
## - media-gfx/inkscape-1.0_rc1::gentoo USE="jpeg nls openmp -cdr -dbus -dia -exif -graphicsmagick -imagemagick -inkjar -jemalloc -lcms -postscript -spell -static-libs -svg2 -visio -wpg" PYTHON_SINGLE_TARGET="python3_6 python3_8 -python3_7"
##
## The following REQUIRED_USE flag constraints are unsatisfied:
## exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 python_single_target_python3_8 )
Beside other permutations I add this to package.use
media-gfx/inkscape python_single_target_python3_8
but the message remains.
As far as I know the above is compatible what is written here:
https://wiki.gentoo.org/wiki//etc/portage/package.use
How do I have to specify the python target correctly?
Cheers!
Meino
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Troubles setting USE flag for inkscape
2020-04-25 15:55 [gentoo-user] Troubles setting USE flag for inkscape tuxic
@ 2020-04-25 16:02 ` Michael Orlitzky
2020-04-25 17:11 ` Michael
2020-04-25 17:28 ` [gentoo-user] " Remy Blank
2020-04-25 19:05 ` [gentoo-user] " Andreas K. Hüttel
2 siblings, 1 reply; 9+ messages in thread
From: Michael Orlitzky @ 2020-04-25 16:02 UTC (permalink / raw
To: gentoo-user
On 4/25/20 11:55 AM, tuxic@posteo.de wrote:
> ## ... PYTHON_SINGLE_TARGET="python3_6 python3_8 -python3_7"
> ##
> ## The following REQUIRED_USE flag constraints are unsatisfied:
> ## exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 python_single_target_python3_8 )
>
"Single target" means you've gotta pick just one.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Troubles setting USE flag for inkscape
2020-04-25 16:02 ` Michael Orlitzky
@ 2020-04-25 17:11 ` Michael
0 siblings, 0 replies; 9+ messages in thread
From: Michael @ 2020-04-25 17:11 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 620 bytes --]
On Saturday, 25 April 2020 17:02:05 BST Michael Orlitzky wrote:
> On 4/25/20 11:55 AM, tuxic@posteo.de wrote:
> > ## ... PYTHON_SINGLE_TARGET="python3_6 python3_8 -python3_7"
> > ##
> > ## The following REQUIRED_USE flag constraints are unsatisfied:
> > ## exactly-one-of ( python_single_target_python3_6
> > python_single_target_python3_7 python_single_target_python3_8 )
> "Single target" means you've gotta pick just one.
eselect python update/cleanup options should help you move along with this
package without having to set up a specific single python target for it. Let
it inherit the system version.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: Troubles setting USE flag for inkscape
2020-04-25 15:55 [gentoo-user] Troubles setting USE flag for inkscape tuxic
2020-04-25 16:02 ` Michael Orlitzky
@ 2020-04-25 17:28 ` Remy Blank
2020-04-25 18:33 ` tuxic
2020-04-25 19:05 ` [gentoo-user] " Andreas K. Hüttel
2 siblings, 1 reply; 9+ messages in thread
From: Remy Blank @ 2020-04-25 17:28 UTC (permalink / raw
To: gentoo-user
tuxic@posteo.de wrote on 25/04/2020 17:55:
> Beside other permutations I add this to package.use
>
> media-gfx/inkscape python_single_target_python3_8
Try this instead:
media-gfx/inkscape PYTHON_SINGLE_TARGET: -* python3_8
-- Remy
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: Troubles setting USE flag for inkscape
2020-04-25 17:28 ` [gentoo-user] " Remy Blank
@ 2020-04-25 18:33 ` tuxic
2020-04-25 19:06 ` Franz Fellner
2020-04-25 19:28 ` Ashley Dixon
0 siblings, 2 replies; 9+ messages in thread
From: tuxic @ 2020-04-25 18:33 UTC (permalink / raw
To: gentoo-user
On 04/25 07:28, Remy Blank wrote:
> tuxic@posteo.de wrote on 25/04/2020 17:55:
> > Beside other permutations I add this to package.use
> >
> > media-gfx/inkscape python_single_target_python3_8
>
> Try this instead:
>
> media-gfx/inkscape PYTHON_SINGLE_TARGET: -* python3_8
>
> -- Remy
>
>
Hi Remy,
that helped !
To be honest ... I never had deduced this from the error message.
Is this pure experience...somehing one had to learn after uears
of trying to cope with The Portage Oracle...or is it one has
and the other one has not...? ;)
...or what manual do I need to read to up with this line?
(NO critism towards you implied!!!)
Cheers!
Meino
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Troubles setting USE flag for inkscape
2020-04-25 15:55 [gentoo-user] Troubles setting USE flag for inkscape tuxic
2020-04-25 16:02 ` Michael Orlitzky
2020-04-25 17:28 ` [gentoo-user] " Remy Blank
@ 2020-04-25 19:05 ` Andreas K. Hüttel
2020-04-26 14:40 ` tuxic
2 siblings, 1 reply; 9+ messages in thread
From: Andreas K. Hüttel @ 2020-04-25 19:05 UTC (permalink / raw
To: Gentoo
[-- Attachment #1: Type: text/plain, Size: 808 bytes --]
> ## !!! Problem resolving dependencies for media-gfx/inkscape from @selected
> ##
> ## !!! The ebuild selected to satisfy "media-gfx/inkscape" has unmet
> requirements. ## - media-gfx/inkscape-1.0_rc1::gentoo USE="jpeg nls openmp
> -cdr -dbus -dia -exif -graphicsmagick -imagemagick -inkjar -jemalloc -lcms
> -postscript -spell -static-libs -svg2 -visio -wpg"
> PYTHON_SINGLE_TARGET="python3_6 python3_8 -python3_7" ##
> ## The following REQUIRED_USE flag constraints are unsatisfied:
> ## exactly-one-of ( python_single_target_python3_6
> python_single_target_python3_7 python_single_target_python3_8 )
is fixed now and should work out of the box again
--
Andreas K. Hüttel
dilfridge@gentoo.org
Gentoo Linux developer
(council, qa, toolchain, base-system, perl, libreoffice)
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: Troubles setting USE flag for inkscape
2020-04-25 18:33 ` tuxic
@ 2020-04-25 19:06 ` Franz Fellner
2020-04-25 19:28 ` Ashley Dixon
1 sibling, 0 replies; 9+ messages in thread
From: Franz Fellner @ 2020-04-25 19:06 UTC (permalink / raw
To: gentoo-user
On Sat Apr 25 20:33:36 2020, tuxic@posteo.de wrote:
>
> Hi Remy,
>
> that helped !
>
> To be honest ... I never had deduced this from the error message.
> Is this pure experience...somehing one had to learn after uears
> of trying to cope with The Portage Oracle...or is it one has
> and the other one has not...? ;)
>
> ...or what manual do I need to read to up with this line?
For the "Oracle" output of portage:
## The following REQUIRED_USE flag constraints are unsatisfied:
## exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 python_single_target_python3_8 )
^^^^^^^^^^^^^^
So "exactly one of the listed use flags".
For the documentation on syntax:
"man portage" and go to the "package.use" section
or visit
https://wiki.gentoo.org/wiki//etc/portage/package.use
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: Troubles setting USE flag for inkscape
2020-04-25 18:33 ` tuxic
2020-04-25 19:06 ` Franz Fellner
@ 2020-04-25 19:28 ` Ashley Dixon
1 sibling, 0 replies; 9+ messages in thread
From: Ashley Dixon @ 2020-04-25 19:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 995 bytes --]
On Sat, Apr 25, 2020 at 08:33:36PM +0200, tuxic@posteo.de wrote:
> On 04/25 07:28, Remy Blank wrote:
> > tuxic@posteo.de wrote on 25/04/2020 17:55:
> > > Beside other permutations I add this to package.use
> > >
> > > media-gfx/inkscape python_single_target_python3_8
> >
> > Try this instead:
> >
> > media-gfx/inkscape PYTHON_SINGLE_TARGET: -* python3_8
> >
> > -- Remy
> >
> >
>
> Hi Remy,
>
> that helped !
>
> To be honest ... I never had deduced this from the error message.
> Is this pure experience...somehing one had to learn after uears
> of trying to cope with The Portage Oracle...or is it one has
> and the other one has not...? ;)
>
> ...or what manual do I need to read to up with this line?
He's just masking all Python single targets (-* = disable all) except for one
(python3_8), thus satisfying the requirement that only one is set.
--
Ashley Dixon
suugaku.co.uk
2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Troubles setting USE flag for inkscape
2020-04-25 19:05 ` [gentoo-user] " Andreas K. Hüttel
@ 2020-04-26 14:40 ` tuxic
0 siblings, 0 replies; 9+ messages in thread
From: tuxic @ 2020-04-26 14:40 UTC (permalink / raw
To: gentoo-user
On 04/25 10:05, Andreas K. Hüttel wrote:
> > ## !!! Problem resolving dependencies for media-gfx/inkscape from @selected
> > ##
> > ## !!! The ebuild selected to satisfy "media-gfx/inkscape" has unmet
> > requirements. ## - media-gfx/inkscape-1.0_rc1::gentoo USE="jpeg nls openmp
> > -cdr -dbus -dia -exif -graphicsmagick -imagemagick -inkjar -jemalloc -lcms
> > -postscript -spell -static-libs -svg2 -visio -wpg"
> > PYTHON_SINGLE_TARGET="python3_6 python3_8 -python3_7" ##
> > ## The following REQUIRED_USE flag constraints are unsatisfied:
> > ## exactly-one-of ( python_single_target_python3_6
> > python_single_target_python3_7 python_single_target_python3_8 )
>
> is fixed now and should work out of the box again
>
> --
> Andreas K. Hüttel
> dilfridge@gentoo.org
> Gentoo Linux developer
> (council, qa, toolchain, base-system, perl, libreoffice)
I had similiar problems afterwards with
dev-python/pyopengl
dev-python/certifi
dev-python/setuptools
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-04-26 14:40 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-25 15:55 [gentoo-user] Troubles setting USE flag for inkscape tuxic
2020-04-25 16:02 ` Michael Orlitzky
2020-04-25 17:11 ` Michael
2020-04-25 17:28 ` [gentoo-user] " Remy Blank
2020-04-25 18:33 ` tuxic
2020-04-25 19:06 ` Franz Fellner
2020-04-25 19:28 ` Ashley Dixon
2020-04-25 19:05 ` [gentoo-user] " Andreas K. Hüttel
2020-04-26 14:40 ` tuxic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox