You are not logged in.
Pages: 1
I am trying to compile gnomesword using yaourt. I keep getting this error. Anyone have any idea what could be the problem? I have sword and all the dependancies install fine.
mv -f .deps/sword_main.Tpo .deps/sword_main.Po
rm -f libbackend.a
ar cru libbackend.a gs_stringmgr.o module_manager.o sword_main.o
ranlib libbackend.a
make[3]: Leaving directory `/home/semperfiguy/src/gnomesword/src/gnomesword-2.4.1/src/backend'
Making all in gecko
make[3]: Entering directory `/home/semperfiguy/src/gnomesword/src/gnomesword-2.4.1/src/gecko'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/semperfiguy/src/gnomesword/src/gnomesword-2.4.1/src/gecko'
Making all in editor
make[3]: Entering directory `/home/semperfiguy/src/gnomesword/src/gnomesword-2.4.1/src/editor'
make[3]: *** No rule to make target `/Editor.idl', needed by `Editor-common.c'. Stop.
make[3]: Leaving directory `/home/semperfiguy/src/gnomesword/src/gnomesword-2.4.1/src/editor'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/semperfiguy/src/gnomesword/src/gnomesword-2.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/semperfiguy/src/gnomesword/src/gnomesword-2.4.1'
make: *** [all] Error 2
==> ERROR: Build Failed.
Aborting...
Offline
This error popped up about a year ago too, you can read the thread about it here: http://bbs.archlinux.org/viewtopic.php?id=34877 and the comments about it in the AUR here: http://aur.archlinux.org/packages.php?ID=7315
It looks like a problem related to gtkhtml.
No solution, but maybe this will help you track one down.
Smarter than a speeding bullet
My Goodreads profile
Offline
So there is nothing to do but wait tight until a fix comes? that stinks.
Offline
It builds and runs fine for me on 64 bit. Is your system up to date? If so, does yaourt leave files in the build directory if a build fails?
Offline
It runs and works on my 32 bit system too.
Offline
Yes my system is up to date. It leaves stuff in a tmp build directory. I am just running yaourt -S gnomesword and it gives me the above posted error.
Offline
If it is working for you, could you post your PKGBUILD or gnomesword package, and tell me what version of GTKHTML you have?
Offline
I used gtkhtml and clucene from the repos, sword and gnomesword from AUR. Since I know these packages, I also used yaourt. I did it once when you first posted this thread, removed the programs, and just did it again right now. Check to see if there are any old versions in whatever directory that yaourt is building on your machine of sword and gnomesword. On my machine it builds in /tmp.
Offline
No luck. I just removed the yaourt tmp directory in tmp and rebuilt sword fine, but I get the same error trying to build gnomesword.
Offline
Could you share the compiled package maybe?
Offline
Pages: 1