Re: Amaya on Gentoo

Jack <[email protected]> Mon, 12 Nov 2012 07:25:38 +0000
Newsgroups gmane.comp.web.amaya.general
Message-ID <1352561929.21634.1@ffortso4>
On 2012.11.09 20:49, Silvio Siefke wrote:
> On Fri, 09 Nov 2012 17:58:24 -0500 Jack wrote:
>> It looks like you are trying to compile from source without using =20
>> the ebuild from the Amaya download page.  If I translate the German =20
>> correctly, it looks like there is no Makefile in the libwww =20
>> directory, so the real source of the error is probably much higher =20
>> in the log. First, what is in =20
>> /home/siefke/Downloads/Amaya/obj/libwww.  Second, what parameters =20
>> did you provide to configure?
> How can install the ebuild file from Amaya?
First, get the ebuild file from =20
http://www.w3.org/Amaya/User/amaya.ebuild.  To use it, you need to set =20
up a local overlay.  Instructions are at =20
http://www.gentoo.org/proj/en/overlays/userguide.xml.  Using the ebuild =20
allows you to control the configuration using USEflags.  It may be a =20
bit more work than compiling directly, but it helps assuring you have =20
all dependencies and it is usually easier to upgrade versions.  Also, =20
using emerge saves the log of the configure/build process, which helps =20
tracking down problems.

>> I am also still trying to compile Amaya under Gentoo (see separate =20
>> message about my problems related to raptor), but looking in my =20
>> build log, it looks like I had no problem doing the "make -C libwww" =20
>> which is why I'm guessing your problem is related to your configure =20
>> parameters. I don't think any of the software versions you listed =20
>> are related to your failure.
> I run only ./configure ; make
OK.  As I see it, that means it is not trying to use the system libwww =20
(which you may not have anyway) so something seems to have gone wrong =20
during the configuration.  Is there anything in the =20
/home/siefke/Downloads/Amaya/obj/libwww directory?  Do you see anything =20
in the output of ./configure related to libwww that looks like it might =20
be a problem?

> Regards
> Silvio
Jack=