Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge --pretend gnome error message
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bmk1st
n00b
n00b


Joined: 31 May 2002
Posts: 28
Location: Pennsylvania

PostPosted: Wed Jul 17, 2002 11:03 pm    Post subject: emerge --pretend gnome error message Reply with quote

Hi,

I tried to emerge --pretend gnome and I got this error message.

Code:
These are the packages that I would merge, in order.

Calculating dependencies |
!!! Error: couldn't find match for >=gnome-base/gnome-session-2.0.2-r1 in gnome-base/gnome-2.0.0-r1

Traceback (most recent call last):
  File "/usr/bin/emerge", line 1309, in ?
    if not mydepgraph.create(mytype+" "+portage.root+" "+mykey,None,"--onlydeps" not in myopts):
  File "/usr/bin/emerge", line 436, in create
    mynew=self.match(x,dep,mykey)
  File "/usr/bin/emerge", line 544, in match
    raise
TypeError: exceptions must be strings, classes, or instances, not NoneType


Any idea to fix this?

Thanks.
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Wed Jul 17, 2002 11:11 pm    Post subject: Reply with quote

Well, first thought is did you run an:

Code:
emerge --clean rsync


--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
bmk1st
n00b
n00b


Joined: 31 May 2002
Posts: 28
Location: Pennsylvania

PostPosted: Thu Jul 18, 2002 2:08 am    Post subject: Reply with quote

Thanks. That did fix it.

But I got another problem during emerge gnome.

Code:
make[3]: Leaving directory `/var/tmp/portage/libgtkhtml-2.0.0/work/libgtkhtml-2.0.0/libgtkhtml/util'
make[2]: *** [all-recursivegcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..     -I/usr/include  -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2           -DG_LOG_DOMAIN=\"HtmlUtil\"    -mcpu=i686 -O3 -pipe -g -c test-atoms.c
make[3]: *** No rule to make target `../../libgtkhtml/util/libhtmlutil.la', needed by `test-atoms'.  Stop.
make[3]: *** Waiting for unfinished jobs....
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DG_LOG_DOMAIN=\"HtmlUtil\" -mcpu=i686 -O3 -pipe -g -c htmlstreambuffer.c -o htmlstreambuffer.o >/dev/null 2>&1
mv -f .libs/htmlstreambuffer.lo htmlstreambuffer.lo
make[3]: Leaving directory `/var/tmp/portage/libgtkhtml-2.0.0/work/libgtkhtml-2.0.0/libgtkhtml/util'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/libgtkhtml-2.0.0/work/libgtkhtml-2.0.0/libgtkhtml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libgtkhtml-2.0.0/work/libgtkhtml-2.0.0'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function gnome2_src_compile, Line -4938, Exitcode 2
!!! compile failure

!!! emerge aborting on  /usr/portage/gnome-extra/libgtkhtml/libgtkhtml-2.0.0.ebuild .
] Error 1
make[2]: Leaving directory `/var/tmp/portage/libgtkhtml-2.0.0/work/libgtkhtml-2.0.0/libgtkhtml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libgtkhtml-2.0.0/work/libgtkhtml-2.0.0'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function gnome2_src_compile, Line -4938, Exitcode 2
!!! compile failure

!!! emerge aborting on  /usr/portage/gnome-extra/libgtkhtml/libgtkhtml-2.0.0.ebuild


I do not understand this error message. Could somebody please explain this? Thanks.
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Thu Jul 18, 2002 12:12 pm    Post subject: Reply with quote

Known bug which is also mentioned in the forums here

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
bmk1st
n00b
n00b


Joined: 31 May 2002
Posts: 28
Location: Pennsylvania

PostPosted: Thu Jul 18, 2002 1:08 pm    Post subject: Reply with quote

Thanks, I already did that before you posted. ;-)

However, unmerged gdk-pixbuf didn't help. :-(

Should I try unmerge gtk+ and emerge it again?
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Thu Jul 18, 2002 1:16 pm    Post subject: Reply with quote

bmk1st wrote:
Should I try unmerge gtk+ and emerge it again?

Don't use gnome, myself, so I can't say for sure. However, the bug report does say:

Quote:
You should remove all instances of gtk+, then install 1.2.10-r8 and 2.0.x after that try again, that should solve it.


--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
bmk1st
n00b
n00b


Joined: 31 May 2002
Posts: 28
Location: Pennsylvania

PostPosted: Fri Jul 19, 2002 12:55 pm    Post subject: Reply with quote

Unmerged and emerged gtk+ didn't help so I ran emerge --clean rsync then emerged libgtkhtml and it worked. :-) Emerged gnome with no problem. It looks great!

Thanks for replies.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum