public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Trying to get rid of errors related to glib
@ 2007-01-19 14:26 Stefan G. Weichinger
  2007-01-19 16:16 ` Bo Ørsted Andresen
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan G. Weichinger @ 2007-01-19 14:26 UTC (permalink / raw
  To: gentoo-user


Hello, gentoo-users,

it's a while now since I get errors when portage tries to unmerge
dev-libs/glib-2.10.3 (for example when doing "emerge -avu world).

I get:

----

>>> These are the packages that would be unmerged:

 dev-libs/glib
    selected: 2.10.3
   protected: none
     omitted: 1.2.10-r5 2.12.9

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

Would you like to unmerge these packages? [Yes/No]
>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging dev-libs/glib-2.10.3...
No package files given... Grabbing a set.
Traceback (most recent call last):
  File "/usr/bin/emerge", line 4049, in ?
    emerge_main()
  File "/usr/bin/emerge", line 4030, in emerge_main
    ldpath_mtimes, raise_on_missing=False):
  File "/usr/bin/emerge", line 2424, in unmerge
    vartree=vartree, ldpath_mtimes=ldpath_mtimes)
  File "/usr/lib/portage/pym/portage.py", line 3245, in unmerge
    ldpath_mtimes=ldpath_mtimes)
  File "/usr/lib/portage/pym/portage.py", line 5709, in unmerge
    mydbapi=self.vartree.dbapi, vartree=self.vartree)
  File "/usr/lib/portage/pym/portage.py", line 2764, in doebuild
    use_cache, mydbapi)
  File "/usr/lib/portage/pym/portage.py", line 2512, in doebuild_environment
    raise portage_exception.UnsupportedAPIException(mycpv, eapi)

----

eix tells me:


[U] dev-libs/glib
     Available versions:
        (1)     1.2.10-r5
        (2)     2.8.6 2.10.3 (~)2.10.3-r1 2.12.4-r1 (~)2.12.6 (~)2.12.7
(~)2.12.9
     Installed:           1.2.10-r5(1)(19:24:34 01.09.2006)(-hardened)
                          2.10.3(2)(12:15:18 22.08.2006)(-debug -doc
-hardened)
                          2.12.9(2)(21:58:58 17.01.2007)(-debug -doc
-hardened)
     Homepage:            http://www.gtk.org/
     Description:         The GLib library of C routines

----

I added it to package.keywords for a try, as I have this on my desktop
machine without these problems. But it didn't solve this issue.

It doesn't make any real problems but it's not set up the correct way
when throwing errors ;)

Any hints on this?

Thanks, greetings, Stefan.

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Trying to get rid of errors related to glib
  2007-01-19 14:26 [gentoo-user] Trying to get rid of errors related to glib Stefan G. Weichinger
@ 2007-01-19 16:16 ` Bo Ørsted Andresen
  2007-01-20 13:29   ` Stefan G. Weichinger
  0 siblings, 1 reply; 5+ messages in thread
From: Bo Ørsted Andresen @ 2007-01-19 16:16 UTC (permalink / raw
  To: gentoo-user

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

On Friday 19 January 2007 15:26, Stefan G. Weichinger wrote:
> it's a while now since I get errors when portage tries to unmerge
> dev-libs/glib-2.10.3 (for example when doing "emerge -avu world).
[SNIP]
> I added it to package.keywords for a try, as I have this on my desktop
> machine without these problems. But it didn't solve this issue.

This is an unmerge problem not an emerge problem. The only thing that it might 
help emerging is another version of portage.

> It doesn't make any real problems but it's not set up the correct way
> when throwing errors ;)

Your system is in an illegal state as you have two versions of glib in the 
same slot.

> Any hints on this?

Make sure that you have the latest portage (either latest stable or latest 
~arch) i.e. run `emerge -u portage`. If that doesn't fix it I think you 
should file a bug against portage at bugs.gentoo.org. In the future as well 
as on bugs.gentoo.org please include `emerge --info` with portage tracebacks.

-- 
Bo Andresen

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

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

* Re: [gentoo-user] Trying to get rid of errors related to glib
  2007-01-19 16:16 ` Bo Ørsted Andresen
@ 2007-01-20 13:29   ` Stefan G. Weichinger
  2007-01-21 16:20     ` Stefan G. Weichinger
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan G. Weichinger @ 2007-01-20 13:29 UTC (permalink / raw
  To: gentoo-user

Bo Ørsted Andresen schrieb:

> Your system is in an illegal state as you have two versions of glib in the 
> same slot.

Hmm, I don't know how this could happen. Can't remember doing anything
specific related to glib.

>> Any hints on this?
> 
> Make sure that you have the latest portage (either latest stable or latest 
> ~arch) i.e. run `emerge -u portage`. If that doesn't fix it I think you 
> should file a bug against portage at bugs.gentoo.org. In the future as well 
> as on bugs.gentoo.org please include `emerge --info` with portage tracebacks.

Emerged portage, didn't help. Tried to mask glib-2.12, and then reemerge
 2.10 to get one and only one glib-ebuild in one slot, to get able to
unmerge it cleanly, didn't help either.

So I assume I have to file a bug.

Thanks, Stefan
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Trying to get rid of errors related to glib
  2007-01-20 13:29   ` Stefan G. Weichinger
@ 2007-01-21 16:20     ` Stefan G. Weichinger
  2007-01-22 14:53       ` [gentoo-user] Trying to get rid of errors related to glib [SOLVED] Stefan G. Weichinger
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan G. Weichinger @ 2007-01-21 16:20 UTC (permalink / raw
  To: gentoo-user


> Bo Ørsted Andresen schrieb:
>> Make sure that you have the latest portage (either latest stable or latest 
>> ~arch) i.e. run `emerge -u portage`. If that doesn't fix it I think you 
>> should file a bug against portage at bugs.gentoo.org.

Submitted that bug right now:

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

Hope I did it the right way, I am not yet used to submitting bugs there ;)

Thanks, Stefan

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Trying to get rid of errors related to glib [SOLVED]
  2007-01-21 16:20     ` Stefan G. Weichinger
@ 2007-01-22 14:53       ` Stefan G. Weichinger
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan G. Weichinger @ 2007-01-22 14:53 UTC (permalink / raw
  To: gentoo-user

Stefan G. Weichinger schrieb:
>> Bo Ørsted Andresen schrieb:
>>> Make sure that you have the latest portage (either latest stable or latest 
>>> ~arch) i.e. run `emerge -u portage`. If that doesn't fix it I think you 
>>> should file a bug against portage at bugs.gentoo.org.
> 
> Submitted that bug right now:
> 
> http://bugs.gentoo.org/show_bug.cgi?id=163083

I was able to solve this by following the suggestions there.

Thanks for pointing me there,
Stefan
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2007-01-22 14:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-19 14:26 [gentoo-user] Trying to get rid of errors related to glib Stefan G. Weichinger
2007-01-19 16:16 ` Bo Ørsted Andresen
2007-01-20 13:29   ` Stefan G. Weichinger
2007-01-21 16:20     ` Stefan G. Weichinger
2007-01-22 14:53       ` [gentoo-user] Trying to get rid of errors related to glib [SOLVED] Stefan G. Weichinger

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