* [gentoo-user] circular dependency - please help
@ 2020-06-21 10:21 Helmut Jarausch
2020-06-21 16:57 ` Jack
2020-06-22 11:05 ` Helmut Jarausch
0 siblings, 2 replies; 5+ messages in thread
From: Helmut Jarausch @ 2020-06-21 10:21 UTC (permalink / raw
To: gentoo-user
Hi,
I do need python2.7 since I do need media-gfx/gimp.
Unfortunately, I have masked dev-python/setuptools version >= 47.0.0
too late.
Now I cannot emerge dev-python/setuptools-46.4.0-r1 since this needs
dev-python/pbr which in turn cannot be installed without setuptools for
Python2.7.
How can I get out of this dilemma?
Many thanks for a hint,
Helmut
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] circular dependency - please help
2020-06-21 10:21 [gentoo-user] circular dependency - please help Helmut Jarausch
@ 2020-06-21 16:57 ` Jack
2020-06-21 21:28 ` Walter Dnes
2020-06-22 11:05 ` Helmut Jarausch
1 sibling, 1 reply; 5+ messages in thread
From: Jack @ 2020-06-21 16:57 UTC (permalink / raw
To: gentoo-user
On 2020.06.21 06:21, Helmut Jarausch wrote:
> Hi,
>
> I do need python2.7 since I do need media-gfx/gimp.
>
> Unfortunately, I have masked dev-python/setuptools version >= 47.0.0
> too late.
> Now I cannot emerge dev-python/setuptools-46.4.0-r1 since this needs
> dev-python/pbr which in turn cannot be installed without setuptools
> for Python2.7.
>
> How can I get out of this dilemma?
>
> Many thanks for a hint,
> Helmut
gimp can use python2_7 but it does not require it. I have gimp
installed with the following USE flags (per eix)
alsa jpeg2k mng udev -aalib -aqua -debug -doc -gnome -heif -openexr
-postscript -python -test -unwind -vector-icons -webp -wmf -xpm
CPU_FLAGS_PPC="-altivec" CPU_FLAGS_X86="mmx sse"
PYTHON_SINGLE_TARGET="-python2_7"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] circular dependency - please help
2020-06-21 16:57 ` Jack
@ 2020-06-21 21:28 ` Walter Dnes
2020-06-21 21:46 ` Jack
0 siblings, 1 reply; 5+ messages in thread
From: Walter Dnes @ 2020-06-21 21:28 UTC (permalink / raw
To: gentoo-user
On Sun, Jun 21, 2020 at 12:57:56PM -0400, Jack wrote
> gimp can use python2_7 but it does not require it. I have gimp
> installed with the following USE flags (per eix)
>
> alsa jpeg2k mng udev -aalib -aqua -debug -doc -gnome -heif -openexr
> -postscript -python -test -unwind -vector-icons -webp -wmf -xpm
> CPU_FLAGS_PPC="-altivec" CPU_FLAGS_X86="mmx sse"
> PYTHON_SINGLE_TARGET="-python2_7"
Interesting. Does it lose any functionality? Speaking of which, why
would you build GIMP with "alsa" and "udev".
--
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] circular dependency - please help
2020-06-21 21:28 ` Walter Dnes
@ 2020-06-21 21:46 ` Jack
0 siblings, 0 replies; 5+ messages in thread
From: Jack @ 2020-06-21 21:46 UTC (permalink / raw
To: gentoo-user
On 2020.06.21 17:28, Walter Dnes wrote:
> On Sun, Jun 21, 2020 at 12:57:56PM -0400, Jack wrote
>
> > gimp can use python2_7 but it does not require it. I have gimp
> > installed with the following USE flags (per eix)
> >
> > alsa jpeg2k mng udev -aalib -aqua -debug -doc -gnome -heif -openexr
> > -postscript -python -test -unwind -vector-icons -webp -wmf -xpm
> > CPU_FLAGS_PPC="-altivec" CPU_FLAGS_X86="mmx sse"
> > PYTHON_SINGLE_TARGET="-python2_7"
>
> Interesting. Does it lose any functionality? Speaking of which,
> why would you build GIMP with "alsa" and "udev".
If you're asking me, I have not found any missing functionality, but I
don't use gimp often, so it's possible. I have no explicit mention of
gimp in /etc/portage, so those are apparently just the accumulation of
various settings in make.conf on top of the gimp defaults. Those two
in particular are global USE flags, so I suppose you would have to read
the ebuild to see what effect they have on the build.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] circular dependency - please help
2020-06-21 10:21 [gentoo-user] circular dependency - please help Helmut Jarausch
2020-06-21 16:57 ` Jack
@ 2020-06-22 11:05 ` Helmut Jarausch
1 sibling, 0 replies; 5+ messages in thread
From: Helmut Jarausch @ 2020-06-22 11:05 UTC (permalink / raw
To: gentoo-user
On 06/21/2020 12:21:08 PM, Helmut Jarausch wrote:
> Hi,
>
> I do need python2.7 since I do need media-gfx/gimp.
>
> Unfortunately, I have masked dev-python/setuptools version >= 47.0.0
> too late.
> Now I cannot emerge dev-python/setuptools-46.4.0-r1 since this needs
> dev-python/pbr which in turn cannot be installed without setuptools
> for Python2.7.
>
> How can I get out of this dilemma?
>
I have been lucky.
dev-python/pbr is a pure Python package. I've just copied from
/usr/lib/python3.8/site-packages/pbr
to
/usr/lib64/python2.7/site-packages/pbr
and removed all __pycache__ folders
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-06-22 11:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-21 10:21 [gentoo-user] circular dependency - please help Helmut Jarausch
2020-06-21 16:57 ` Jack
2020-06-21 21:28 ` Walter Dnes
2020-06-21 21:46 ` Jack
2020-06-22 11:05 ` Helmut Jarausch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox