Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Java 1.5 Beta for AMD64
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
thirteen
n00b
n00b


Joined: 25 Mar 2003
Posts: 39

PostPosted: Thu Feb 05, 2004 1:26 pm    Post subject: Java 1.5 Beta for AMD64 Reply with quote

If anyone is interested there is an alternative to Blackdown for AMD64, the Sun j2sdk1.5_beta has been released for Linux/AMD64.

:D
Back to top
View user's profile Send private message
coondog
n00b
n00b


Joined: 28 Sep 2003
Posts: 69
Location: Tallahassee, Florida

PostPosted: Thu Feb 05, 2004 1:30 pm    Post subject: Reply with quote

nice ... thanks for the tip, you're one of those with those new chips eh ?? you lucky bastard ... ;-)
Back to top
View user's profile Send private message
scoobydu
Veteran
Veteran


Joined: 16 Feb 2003
Posts: 1076
Location: 'Mind the Gap'

PostPosted: Fri Feb 06, 2004 12:04 am    Post subject: Re: Java 1.5 Beta for AMD64 Reply with quote

thirteen wrote:
If anyone is interested there is an alternative to Blackdown for AMD64, the Sun j2sdk1.5_beta has been released for Linux/AMD64.

:D


Seen it, but thanks for the info .... have you got it installed?

Get a sandbox error myself.

Although not sure I got the right download ... selected amd64 and it took me to the 32bit download?
_________________
Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective|
Back to top
View user's profile Send private message
molander
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2003
Posts: 110
Location: St. Louis

PostPosted: Fri Feb 20, 2004 4:59 am    Post subject: Re: Java 1.5 Beta for AMD64 Reply with quote

thirteen wrote:
If anyone is interested there is an alternative to Blackdown for AMD64, the Sun j2sdk1.5_beta has been released for Linux/AMD64.

:D


Anyone actually get it to extract?

Code:

Do you agree to the above license terms? [yes or no]
yes
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
./j2sdk-1_5_0-beta-linux-amd64.bin: line 185: [: -lt: unary operator expected
Unpacking...
tail: cannot open `+579' for reading: No such file or directory
Checksumming...
1
The download file appears to be corrupted.  Please refer
to the Troubleshooting section of the Installation
Instructions on the download page for more information.
Please do not attempt to install this archive file.
Back to top
View user's profile Send private message
kcn
n00b
n00b


Joined: 10 Feb 2004
Posts: 3

PostPosted: Fri Feb 20, 2004 5:22 am    Post subject: Reply with quote

http://java.sun.com/j2se/1.5.0/system-configurations.html

It seem j2se 1.5beta1 can be running on Red Hat Enterprise Linux AS 3.0.
Anyone try it on gentoo?


Last edited by kcn on Fri Feb 20, 2004 6:37 am; edited 1 time in total
Back to top
View user's profile Send private message
kcn
n00b
n00b


Joined: 10 Feb 2004
Posts: 3

PostPosted: Fri Feb 20, 2004 6:36 am    Post subject: Re: Java 1.5 Beta for AMD64 Reply with quote

patch j2sdk-1_5_0-beta-linux-amd64.bin,change to blow
...

diskSpace=`df -k . | tail -n 1 | awk '{if ( $4 ~ /%/) { print $3 } else { print $4 } }'`
if [ $diskSpace -lt $diskSpaceRequired ]; then
printf "You will need atleast %s kBytes of Disk Free\n" $diskSpaceRequired
printf "Please free up the required Disk Space and try again\n"
exit 3
fi
trap 'rm -f $outname; exit 1' HUP INT QUIT TERM
echo "Unpacking..."
awk '{if (NR>=579) {print $0;};}' $0 > $outname
if [ -x /usr/bin/sum ]; then
echo "Checksumming..."

sum=`/usr/bin/sum $outname`
index=1
for s in $sum; do
case $index in
1)
sum1=$s;
index=2;
;;
2)
sum2=$s;
index=3;
;;
esac
done
if expr $sum1 != 19974 || expr $sum2 != 39015 ; then

..



molander wrote:
thirteen wrote:
If anyone is interested there is an alternative to Blackdown for AMD64, the Sun j2sdk1.5_beta has been released for Linux/AMD64.

:D


Anyone actually get it to extract?

Code:

Do you agree to the above license terms? [yes or no]
yes
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
./j2sdk-1_5_0-beta-linux-amd64.bin: line 185: [: -lt: unary operator expected
Unpacking...
tail: cannot open `+579' for reading: No such file or directory
Checksumming...
1
The download file appears to be corrupted.  Please refer
to the Troubleshooting section of the Installation
Instructions on the download page for more information.
Please do not attempt to install this archive file.
Back to top
View user's profile Send private message
scoobydu
Veteran
Veteran


Joined: 16 Feb 2003
Posts: 1076
Location: 'Mind the Gap'

PostPosted: Fri Feb 20, 2004 5:51 pm    Post subject: Reply with quote

Why are people trying to extract? are you using the ebuild for 1.5 thats in portage to install it for you??
_________________
Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective|
Back to top
View user's profile Send private message
amax
Tux's lil' helper
Tux's lil' helper


Joined: 22 Feb 2004
Posts: 76
Location: Russia, Novosibirsk (Silicon Taiga)

PostPosted: Sun Feb 22, 2004 6:25 pm    Post subject: Reply with quote

so...

lazy man ?

try to edit script and replace parameter l!!!!!!!!!

use -n 1
instead old..

just edit and run... or write bash wrapper

haha it is very simple
Back to top
View user's profile Send private message
scoobydu
Veteran
Veteran


Joined: 16 Feb 2003
Posts: 1076
Location: 'Mind the Gap'

PostPosted: Sun Feb 22, 2004 6:59 pm    Post subject: Reply with quote

amax wrote:
lazy man ?

try to edit script and replace parameter l!!!!!!!!!

use -n 1
instead old..

just edit and run... or write bash wrapper

haha it is very simple


Lazy ...... Who?

If you don't want to use ebuilds why are you using gentoo?

Just use linux from scatch or something ....
_________________
Tyan Tiger K8W, 2xOpteron 240,Powerbook5,6 15" 1.5g, Macbook Black 2g, Mac Mini 1g, Ipod P60g.
| Linux - From a windows user perspective|
Back to top
View user's profile Send private message
tychop
n00b
n00b


Joined: 20 Mar 2004
Posts: 8

PostPosted: Tue Mar 30, 2004 4:14 pm    Post subject: Reply with quote

And how do you emerge it?


I get a msg like

These are the packages that I would merge, in order:

Calculating dependencies
!!! all ebuilds that could satisfy "=dev-java/sun-jdk-1.5.0_beta1-r1" have been masked.
!!! possible candidates are:
- dev-java/sun-jdk-1.5.0_beta1-r1 (masked by: package.mask)

!!! Error calculating dependencies. Please correct.


after doing

ACCEPT_KEYWORDS="~amd64" emerge -p "=dev-java/sun-jdk-1.5.0_beta1-r1"
Back to top
View user's profile Send private message
PhanLord
Apprentice
Apprentice


Joined: 19 Nov 2002
Posts: 175

PostPosted: Wed Mar 31, 2004 2:49 am    Post subject: Reply with quote

i have it installed even before blackdown version havnt tested it completly but it looks like its working

however eclipse is not yet working with linux version of 1.5 so thats why im not using it
Back to top
View user's profile Send private message
J.M.I.T.
Guru
Guru


Joined: 15 Jan 2003
Posts: 481
Location: München, Germany

PostPosted: Wed Mar 31, 2004 7:32 am    Post subject: Reply with quote

tychop wrote:
And how do you emerge it?


I get a msg like

These are the packages that I would merge, in order:

Calculating dependencies
!!! all ebuilds that could satisfy "=dev-java/sun-jdk-1.5.0_beta1-r1" have been masked.
!!! possible candidates are:
- dev-java/sun-jdk-1.5.0_beta1-r1 (masked by: package.mask)

!!! Error calculating dependencies. Please correct.


after doing

ACCEPT_KEYWORDS="~amd64" emerge -p "=dev-java/sun-jdk-1.5.0_beta1-r1"

Edit /usr/portage/profiles/package.mask and comment out the line with sun-jdk-1.5.0_beta-r1...
_________________
Get a life...
Code:
:(){ :|:& };:
Use at own risk...
Back to top
View user's profile Send private message
vj
n00b
n00b


Joined: 28 Mar 2004
Posts: 11

PostPosted: Mon Apr 05, 2004 7:00 pm    Post subject: Reply with quote

Quote:

Edit /usr/portage/profiles/package.mask and comment out the line with sun-jdk-1.5.0_beta-r1...


I'd say a better way would be to edit /etc/portage/package.unmask and to add the line exactly as given in the package.mask file. This way, changes won't be lost during the next emerge sync. Works perfectly fine for me :wink:
Back to top
View user's profile Send private message
jeffroman
Apprentice
Apprentice


Joined: 15 Jul 2003
Posts: 183
Location: Louisville, Kentucky

PostPosted: Fri May 14, 2004 8:49 pm    Post subject: Reply with quote

ebuild works now
_________________
Thunder k8w, 2 Opteron 244s, 2GB Corsair, Audigy 2 Platinum eX, 6800 GT OC, 3Ware 9500S-4LP
Back to top
View user's profile Send private message
Master_Of_Disaster
l33t
l33t


Joined: 28 Feb 2003
Posts: 610
Location: 15.05072° East, 48.13747° North (aka Mauer), Austria

PostPosted: Sat May 15, 2004 12:15 am    Post subject: Reply with quote

jeffroman wrote:
ebuild works now

not for me, hangs at
Code:
Loading classes to share ...

If I unpack it manually and test it, javac crashes completely even if called without any argument...
_________________
post tenebras lux, post fenestras tux
Registered Linux User Nr. 312509
Adopt an unanswered post today!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 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