You are not logged in.

#1 2008-06-11 22:33:32

pogeymanz
Member
Registered: 2008-03-11
Posts: 1,020

Newb: Icedtea6 wont build on Arch64

Here is the last few lines of the output. I have jre and jdk already installed via pacman.




mkdir -p stamps
touch stamps/hotspot-tools-copy-source-files.stamp
find hotspot-tools -name '*.java' | sort > hotspot-tools-source-files.txt
mkdir -p lib/hotspot-tools
if ! test -d /var/abs/local/icedtea6/src/icedtea6-1.2/bootstrap/jdk1.6.0 ; \
    then \
      /opt/java/jre/bin/javac -J-Xmx512m -g -d lib/hotspot-tools \
            -source 1.5 \
            -sourcepath rt:hotspot-tools:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:generated \
            -bootclasspath '' @hotspot-tools-source-files.txt ; \
    else \
      /var/abs/local/icedtea6/src/icedtea6-1.2/bootstrap/jdk1.6.0/bin/javac -J-Xmx512m -g -d lib/hotspot-tools \
        -source 1.5 \
        -sourcepath rt:hotspot-tools:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:generated \
        -bootclasspath '' @hotspot-tools-source-files.txt ; \
    fi
/bin/sh: line 7: /var/abs/local/icedtea6/src/icedtea6-1.2/bootstrap/jdk1.6.0/bin/javac: No such file or directory
make: *** [stamps/hotspot-tools-class-files.stamp] Error 127
==> ERROR: Build Failed.
    Aborting...

there is no /var/abs/local/icedtea6/src/icedtea6-1.2/bootstrap/jdk1.6.0/bin/javac, but there is /var/abs/local/icedtea6/src/icedtea6-1.2/bootstrap/jdk1.6.0/bin/java. I'm wondering if there might be a typo in the source...

Last edited by pogeymanz (2008-06-11 22:37:03)

Offline

#2 2008-06-12 00:22:09

shazeal
Member
From: New Zealand
Registered: 2007-06-05
Posts: 341

Re: Newb: Icedtea6 wont build on Arch64

I had the same problem, gave up, its probably a missing depend or something, anyway you can get a binary package from this repository.

[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64

Offline

#3 2008-06-12 00:27:30

pogeymanz
Member
Registered: 2008-03-11
Posts: 1,020

Re: Newb: Icedtea6 wont build on Arch64

what an easy way out...:P Oh well. I'll try that hmm

Offline

#4 2008-06-12 12:55:35

vuboy
Member
From: Canada
Registered: 2008-03-04
Posts: 78

Re: Newb: Icedtea6 wont build on Arch64

I had the same issue as well.
Never did solve it.
Also Icedtea would not run any local java apps for me, worked fine in browser, X86_64, had to go back to jre.

VB

Offline

#5 2008-06-12 13:50:28

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Newb: Icedtea6 wont build on Arch64

Works fine for me (i686). But here are enought votes for a bug report I think.

Offline

Board footer

Powered by FluxBB