public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] New user: can't emerge Gimp.
@ 2006-11-26 19:30 Tek Project
  2006-11-26 19:46 ` Bo Ørsted Andresen
  2006-11-26 19:48 ` Richard Fish
  0 siblings, 2 replies; 8+ messages in thread
From: Tek Project @ 2006-11-26 19:30 UTC (permalink / raw
  To: gentoo-user

I've just started my first Gentoo build and am very impressed. However, 
I get the following when trying to emerge Gimp. I don't want to trouble 
the debugging team with what's probably my own inexperience. Can anyone 
suggest what should be the next step?

With thanks
Carl Adams
________________________________________________

 * Applying config.diff
 * Applying pyopengl-2.0.0.44-fix_togl.patch ...

!!! ERROR: dev-python/pyopengl-2.0.0.44 failed.
Call stack:
  ebuild.sh, line 1539:  Called dyn_unpack
  ebuild.sh, line 722:  Called src_unpack
  pyopengl-2.0.0.44.ebuild line 34: Called built_with_use 
'dev-lang/python' 'tk'
  eutils.eclass, line 1619:  Called die

!!! dev-lan/python-2.4.3-r1 does not actually support the tk USE flag!

________________________________________________


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] New user: can't emerge Gimp.
  2006-11-26 19:30 [gentoo-user] New user: can't emerge Gimp Tek Project
@ 2006-11-26 19:46 ` Bo Ørsted Andresen
  2006-11-26 19:48 ` Richard Fish
  1 sibling, 0 replies; 8+ messages in thread
From: Bo Ørsted Andresen @ 2006-11-26 19:46 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 823 bytes --]

On Sunday 26 November 2006 20:30, Tek Project wrote:
> I've just started my first Gentoo build and am very impressed. However,
> I get the following when trying to emerge Gimp. I don't want to trouble
> the debugging team with what's probably my own inexperience. Can anyone
> suggest what should be the next step?
[SNIP]
>   pyopengl-2.0.0.44.ebuild line 34: Called built_with_use
> 'dev-lang/python' 'tk'
>   eutils.eclass, line 1619:  Called die
>
> !!! dev-lan/python-2.4.3-r1 does not actually support the tk USE flag!

built_with_use looks in the vdb (/var/db/pkg) for IUSE and USE of python. At 
the time when you installed dev-lang/python-2.4.3-r1 it didn't have a tk USE 
flag in IUSE. It does now. So simply reinstall python and then try again.

# emerge -va1 dev-lang/python

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] New user: can't emerge Gimp.
  2006-11-26 19:30 [gentoo-user] New user: can't emerge Gimp Tek Project
  2006-11-26 19:46 ` Bo Ørsted Andresen
@ 2006-11-26 19:48 ` Richard Fish
       [not found]   ` <200611262056.09249.bo.andresen@zlin.dk>
  1 sibling, 1 reply; 8+ messages in thread
From: Richard Fish @ 2006-11-26 19:48 UTC (permalink / raw
  To: gentoo-user

On 11/26/06, Tek Project <info@tekproject.com> wrote:
>   pyopengl-2.0.0.44.ebuild line 34: Called built_with_use
> 'dev-lang/python' 'tk'
>   eutils.eclass, line 1619:  Called die
>
> !!! dev-lan/python-2.4.3-r1 does not actually support the tk USE flag!

This means you need to remerge python with USE=tk.

# echo "dev-lang/python tk" >> /etc/portage/package.use
# emerge --oneshot dev-lang/python

Then re-merge gimp.

Your other option is to disable the python useflag for gimp, and then
gimp won't care:

# echo "media-gfx/gimp -python" >> /etc/portage/package.use

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] New user: can't emerge Gimp.
       [not found]   ` <200611262056.09249.bo.andresen@zlin.dk>
@ 2006-11-26 20:13     ` Richard Fish
  2006-11-27 15:36       ` [gentoo-user] Re: New user: can't emerge Gimp still stuck Tek Project
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Fish @ 2006-11-26 20:13 UTC (permalink / raw
  To: gentoo-user

On 11/26/06, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
> On Sunday 26 November 2006 20:48, Richard Fish wrote:
> > On 11/26/06, Tek Project <info@tekproject.com> wrote:
> > >   pyopengl-2.0.0.44.ebuild line 34: Called built_with_use
> > > 'dev-lang/python' 'tk'
> > >   eutils.eclass, line 1619:  Called die
> > >
> > > !!! dev-lan/python-2.4.3-r1 does not actually support the tk USE flag!
> >
> > This means you need to remerge python with USE=tk.
>
> Not really. pyopengl doesn't require tk enabled. It just seems to set some
> paths based on whether tk is enabled or not. Hence it just needs to be able
> to determine whether it's enabled or not.

Ah, my mistake.  Thanks Bo, and apologies to Tek.

Looks like you just need to remerge python (emerge --oneshot python)
to fix.  I almost hate to refer to this ranting bug, but:

http://bugs.gentoo.org/show_bug.cgi?id=147809

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user] Re: New user: can't emerge Gimp still stuck.
  2006-11-26 20:13     ` Richard Fish
@ 2006-11-27 15:36       ` Tek Project
  2006-11-27 17:21         ` b.n.
  0 siblings, 1 reply; 8+ messages in thread
From: Tek Project @ 2006-11-27 15:36 UTC (permalink / raw
  To: gentoo-user

Thanks very much for your help, guys:
> Looks like you just need to remerge python (emerge --oneshot python)
I remerged python, then again emerged Gimp. The build went smoothly for 
while, but quit after some time with a series of error messages that 
said to submit a full bug report. I've just started to use Mrxvt and 
don't know how to cut and paste from the terminal screen, so I took a 
screenshot and posted it to my website:
http://www.tekproject.com/linux/gentoo/gimp.gif

Could I ask you to take a look at this and decide what it might mean?

Thanks again,
Carl Adams


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re: New user: can't emerge Gimp still stuck.
  2006-11-27 15:36       ` [gentoo-user] Re: New user: can't emerge Gimp still stuck Tek Project
@ 2006-11-27 17:21         ` b.n.
  2006-11-28  6:47           ` [gentoo-user] Re: New user: all good Tek Project
  0 siblings, 1 reply; 8+ messages in thread
From: b.n. @ 2006-11-27 17:21 UTC (permalink / raw
  To: gentoo-user

Tek Project ha scritto:
> Thanks very much for your help, guys:
>> Looks like you just need to remerge python (emerge --oneshot python)
> I remerged python, then again emerged Gimp. The build went smoothly for 
> while, but quit after some time with a series of error messages that 
> said to submit a full bug report. I've just started to use Mrxvt and 
> don't know how to cut and paste from the terminal screen,

Just highlight the text you want to copy, then click the middle mouse 
button in the window you want to paste. Unix-style copy-and-paste :)

> so I took a 
> screenshot and posted it to my website:
> http://www.tekproject.com/linux/gentoo/gimp.gif
> 
> Could I ask you to take a look at this and decide what it might mean?

As it is written, it is probably a faulty hardware problem.
Try re-emerging. If it dies again *randomly* (i.e. by segfaulting in 
another location), 99% it's a faulty RAM/processor problem.

m.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user] Re: New user: all good.
  2006-11-27 17:21         ` b.n.
@ 2006-11-28  6:47           ` Tek Project
  2006-11-28 11:32             ` b.n.
  0 siblings, 1 reply; 8+ messages in thread
From: Tek Project @ 2006-11-28  6:47 UTC (permalink / raw
  To: gentoo-user

Thanks again for your help, guys:
> Just highlight the text you want to copy, then click the middle mouse 
> button in the window you want to paste. Unix-style copy-and-paste :)
Aha! Used to know that. Thanks.
> As it is written, it is probably a faulty hardware problem.
> Try re-emerging. If it dies again *randomly* (i.e. by segfaulting in 
> another location), 99% it's a faulty RAM/processor problem.
Quite right. Redid the job and it came through clean. Very hot weather 
here - may have upset the box, since it's been v reliable so far.

Carl Adams


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re: New user: all good.
  2006-11-28  6:47           ` [gentoo-user] Re: New user: all good Tek Project
@ 2006-11-28 11:32             ` b.n.
  0 siblings, 0 replies; 8+ messages in thread
From: b.n. @ 2006-11-28 11:32 UTC (permalink / raw
  To: gentoo-user

Tek Project ha scritto:
> Thanks again for your help, guys:
>> Just highlight the text you want to copy, then click the middle mouse 
>> button in the window you want to paste. Unix-style copy-and-paste :)
> Aha! Used to know that. Thanks.
>> As it is written, it is probably a faulty hardware problem.
>> Try re-emerging. If it dies again *randomly* (i.e. by segfaulting in 
>> another location), 99% it's a faulty RAM/processor problem.
> Quite right. Redid the job and it came through clean. Very hot weather 
> here - may have upset the box, since it's been v reliable so far.

I know it's annoying, but if it's the case, better cooling could save 
your box. Bad cooling harms your components.

m.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-11-28 10:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-26 19:30 [gentoo-user] New user: can't emerge Gimp Tek Project
2006-11-26 19:46 ` Bo Ørsted Andresen
2006-11-26 19:48 ` Richard Fish
     [not found]   ` <200611262056.09249.bo.andresen@zlin.dk>
2006-11-26 20:13     ` Richard Fish
2006-11-27 15:36       ` [gentoo-user] Re: New user: can't emerge Gimp still stuck Tek Project
2006-11-27 17:21         ` b.n.
2006-11-28  6:47           ` [gentoo-user] Re: New user: all good Tek Project
2006-11-28 11:32             ` b.n.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox