Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
failed to emerge amaya
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
jinzishuai
n00b
n00b


Joined: 02 Apr 2003
Posts: 19

PostPosted: Thu Jan 06, 2005 12:14 am    Post subject: failed to emerge amaya Reply with quote

Got this error message:
i686-pc-linux-gnu-g++ -o ../bin/amaya wxdialog/AuthentDlgWX.o wxdialog/CheckedListDlgWX.o wxdialog/CreateTableDlgWX.o wxdialog/CSSDlgWX.o wxdialog/DocInfoDlgWX.o wxdialog/HRefDlgWX.o wxdialog/ImageDlgWX.o wxdialog/InitConfirmDlgWX.o wxdialog/OpenDocDlgWX.o wxdialog/PreferenceDlgWX.o wxdialog/PrintDlgWX.o wxdialog/SaveAsDlgWX.o wxdialog/SearchDlgWX.o wxdialog/SpellCheckDlgWX.o wxdialog/TextDlgWX.o wxdialog/TitleDlgWX.o wxdialogapi.o EDITORAPP.o HTMLAPP.o TextFileAPP.o XLinkAPP.o XMLAPP.o AHTURLTools.o EDITORactions.o EDITimage.o EDITstyle.o HTMLactions.o HTMLbook.o HTMLedit.o HTMLform.o HTMLhistory.o HTMLimage.o HTMLpresentation.o HTMLsave.o HTMLtable.o html2thot.o init.o libmanag.o MENUconf.o XLinkbuilder.o XLinkedit.o templates.o trans.o transparse.o UIcss.o Xml2thot.o Xmlbuilder.o XHTMLbuilder.o XPointer.o XPointerparse.o AHTBridge.o AHTFWrite.o answer.o query.o AHTMemConv.o AHTInit.o anim.o animbuilder.o SVGAPP.o SVGbuilder.o SVGedit.o TimelineAPP.o MathMLAPP.o MathMLbuilder.o Mathedit.o libCSS.a ../annotlib/libAnnot.a ../redland/librdf/.libs/librdf.a ../redland/raptor/.libs/libraptor.a -L../thotlib -L.. -lThotEditor -ljpeg -lpng -lz -L../libwww/Library/src/.libs -lwwwapp -lwwwhttp -lwwwhtml -lwwwmime -lwwwcache -lwwwstream -lwwwfile -lwwwdir -lwwwtrans -lwwwcore -lwwwutils -lwwwzip -lwwwftp -L../libwww/modules/md5/.libs -lmd5 ../libwww/modules/expat/.libs/libexpat.a -ldl -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lgdk_imlib
i686-pc-linux-gnu-g++: ../redland/raptor/.libs/libraptor.a: No such file or directory
make[1]: *** [../bin/amaya] Error 1
make[1]: Leaving directory `/var/tmp/portage/amaya-8.7/work/Amaya/LINUX-ELF/amaya'
make: *** [amaya_prog] Error 2

!!! ERROR: net-www/amaya-8.7 failed.
!!! Function src_compile, Line 46, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

Do you know what's wrong with it?
Thanks a lot.
Back to top
View user's profile Send private message
metalifloyd
n00b
n00b


Joined: 13 Dec 2004
Posts: 46
Location: Atlanta, GA

PostPosted: Thu Jan 06, 2005 3:10 am    Post subject: Reply with quote

Try to emerge raptor first. That should take care of the dependency. Although portage should automatically do this.
Back to top
View user's profile Send private message
jinzishuai
n00b
n00b


Joined: 02 Apr 2003
Posts: 19

PostPosted: Thu Jan 06, 2005 3:42 pm    Post subject: Reply with quote

Thanks but I have rapotor installed already.
I tried reemerge raptor and then emerge amaya, same error happened.
And it seems to me that it is lacking of the ../redland/raptor/.libs/libraptor.a which is not part of the raptor package but inside the amaya buiding tree.
Any idea?
Thank you very much.
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Thu Jan 06, 2005 11:06 pm    Post subject: Reply with quote

Of course the ebuild should work, but I can tell you that Amaya isn't really worth the trouble.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
linuxkrn
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2003
Posts: 140
Location: Denver,Colorado

PostPosted: Tue Feb 01, 2005 6:57 pm    Post subject: Reply with quote

Bug: https://bugs.gentoo.org/show_bug.cgi?id=75616

yngwin, just because you don't find it useful doesn't mean someone else will also.
Back to top
View user's profile Send private message
kurppa
Tux's lil' helper
Tux's lil' helper


Joined: 21 Mar 2003
Posts: 97

PostPosted: Fri Feb 18, 2005 12:09 pm    Post subject: Reply with quote

Does anybody have any possible solution to this problem?

I tried emerging Amaya 9.0. I copied the 8.7 ebuild and edited it according to Bug #77571:

- changed the line with SRC_URI to: SRC_URI="http://www.w3.org/Amaya/Distribution/${PN}-fullsrc-${PV}.tgz"
- replaced --with-gtk with --with-wx

I get this same error at the end of compile:

Quote:
g++: ../redland/raptor/.libs/libraptor.a: No such file or directory
make[1]: *** [../bin/amaya] Error 1
make[1]: Leaving directory `/var/tmp/portage/amaya-9.0/work/Amaya/LINUX-ELF/amaya'
make: *** [amaya_prog] Error 2

!!! ERROR: net-www/amaya-9.0 failed.
!!! Function src_compile, Line 46, Exitcode 2
!!! (no error message)


I tried emerging redland, redland-bindings and raptor, but Amaya still doesn't compile. The gentoo-bug mentioned in the previous post is still open and doesn't offer any solution. There is a mention of this problem in the Amaya mailing list, but no solution: http://lists.w3.org/Archives/Public/www-amaya-dev/2004Dec/0004.html

What can I do?
Back to top
View user's profile Send private message
kurppa
Tux's lil' helper
Tux's lil' helper


Joined: 21 Mar 2003
Posts: 97

PostPosted: Fri Feb 18, 2005 1:58 pm    Post subject: Solved Reply with quote

He hee, I got it working in less than three hours!

Unmerge redland, redland-bindings, raptor
Code:
emerge -C redland redland-bindings raptor


Emerge amaya WITHOUT Raptor (Raptor is set as a dependancy, which is a bug)
Code:
emerge -O =amaya-9.0


This emerges Amaya without any dependancies. You will however need all the other dependancies emerged apart from raptor. To get a list of dependacies, use emerge -p =amaya-9.0

:P
Back to top
View user's profile Send private message
scotte
n00b
n00b


Joined: 28 Feb 2003
Posts: 54
Location: Diamond Springs, CA, USA

PostPosted: Mon Oct 03, 2005 6:52 pm    Post subject: Reply with quote

Following kurppa's instructions, I was able to build amaya 8.7 by unmerging raptor (I didn't have redland or redland-bindings) and then emerging amaya with -O.
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