Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]emerge media-gfx/graphviz failed 2.8-r2
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
knightk
n00b
n00b


Joined: 19 Apr 2006
Posts: 4

PostPosted: Tue Jan 02, 2007 9:09 am    Post subject: [SOLVED]emerge media-gfx/graphviz failed 2.8-r2 Reply with quote

Hi

The following is the error message while comipling media-gfx/graphviz 2.8-r2

Code:
tclsh ./gv_doc_writer.tcl
make[3]: tclsh: Command not found
make[3]: *** [gv_perl.man] Error 127
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/media-gfx/graphviz-2.8-r2/work/graphviz-2.8/tclpkg/gv'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-gfx/graphviz-2.8-r2/work/graphviz-2.8/tclpkg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-gfx/graphviz-2.8-r2/work/graphviz-2.8'
make: *** [all] Error 2

!!! ERROR: media-gfx/graphviz-2.8-r2 failed.
Call stack:
  ebuild.sh, line 1593:   Called dyn_compile
  ebuild.sh, line 951:   Called src_compile
  graphviz-2.8-r2.ebuild, line 78:   Called die

!!! Compile Failed!
!!! If you need support, post the topmost build error, and the call stack if relevant.


is it the tclsh problem?? thx


Last edited by knightk on Thu Jan 18, 2007 1:05 am; edited 1 time in total
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Tue Jan 02, 2007 11:45 am    Post subject: Reply with quote

Here you go:

media-gfx/graphviz-2.8-r2 uses wrong tclsh command
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
bugloaf
n00b
n00b


Joined: 17 Apr 2005
Posts: 19

PostPosted: Sat Jan 06, 2007 7:50 pm    Post subject: Reply with quote

I had the same problem. I tried emerging with the new patch file mentioned in the bug report, but emerge failed digest verification, so I built it step-by-step with ebuild, and that seemed to work. But when I ran revdep-rebuild (what I was originally trying to do), it acted as if graphviz was still not emerged, and emerge failed in the same way. I was probably just making some newbie error, but rather than figure it out, I did this, which worked:

cd /usr/local/bin/
ln -s tclsh8.4 tclsh
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Sat Jan 06, 2007 9:21 pm    Post subject: Reply with quote

Yeah, any time you make a change to an ebuild, it will fail digest checks. All you need to do in that case is do "ebuild some.ebuild digest" and then emerge as normal.
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Sat Jan 06, 2007 9:24 pm    Post subject: Reply with quote

Of course, if you don't keep the altered ebuild in some local overlay, it'll just get overwritten next time you sync.
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
knightk
n00b
n00b


Joined: 19 Apr 2006
Posts: 4

PostPosted: Thu Jan 18, 2007 1:02 am    Post subject: Reply with quote

I used the following command to update the digest

Code:
ebuild XXX.ebuild digest 


and it's work now. and thanks for didymos's reply
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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