Re: [gentoo-user] Troubles setting USE flag for inkscape

2020-04-26 Thread tuxic
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
> dilfri...@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






Re: [gentoo-user] Troubles setting USE flag for inkscape

2020-04-25 Thread Andreas K . Hüttel
> ##  !!! 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
dilfri...@gentoo.org
Gentoo Linux developer 
(council, qa, toolchain, base-system, perl, libreoffice)

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Troubles setting USE flag for inkscape

2020-04-25 Thread Michael
On Saturday, 25 April 2020 17:02:05 BST Michael Orlitzky wrote:
> On 4/25/20 11:55 AM, tu...@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.

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Troubles setting USE flag for inkscape

2020-04-25 Thread Michael Orlitzky
On 4/25/20 11:55 AM, tu...@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.




[gentoo-user] Troubles setting USE flag for inkscape

2020-04-25 Thread tuxic
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