On Mon, 2 Feb 2009, Yuan Yuan wrote:

> I'm trying to build Chandler 1.0.2 from source on an AMD64 running Ubuntu
> Intrepid Ibex. Make install fails in ../chandler fails with
>
> # make install
> mkdir -p ../downloads
> curl  -f -L -o ../downloads/openjdk-7-ea-j2re-b21-3.tar.gz
> http://builds.osafoundation.org/external/linux/x86_64/openjdk-7-ea-j2re-b21-3.tar.gz
>   % Total    % Received % Xferd  Average Speed   Time    Time     Time
> Current
>                                  Dload  Upload   Total   Spent    Left
> Speed
>   0     0    0     0    0     0      0      0 --:--:-- --:--:--
> --:--:--     0
> curl: (22) The requested URL returned error: 404
> make: *** [../downloads/openjdk-7-ea-j2re-b21-3.tar.gz] Error 22
>
> I noticed that while the openjdk tarball isn't in /linux/x86_64, it is in
> /linux. Should I modify the makefile to point towards that instead? If so,
> how?

If your build is 64-bit, you should use a 64-bit openjdk.

It looks like Chandler's Makefile has no entry for your OS in 64-bit.
Line 104, where it says:
     ifeq ($(PLATFORM),linux/gutsy/x86_64)
change that line to fit your OS, for example:
     ifeq ($(PLATFORM),linux/intrepid/x86_64)

That should ensure that the b23 64-bit archive gets downloaded.
I don't think it has even been run on your OS but it's easy enough to try 
and could work.

Andi..
_______________________________________________
[email protected] mailing list
unsubscribe here: http://lists.osafoundation.org/mailman/listinfo/chandler-users
Chandler wiki: http://chandlerproject.org/wikihome

Reply via email to