View previous topic :: View next topic |
Author |
Message |
thirteen n00b
Joined: 25 Mar 2003 Posts: 39
|
Posted: Thu Feb 05, 2004 1:26 pm Post subject: Java 1.5 Beta for AMD64 |
|
|
If anyone is interested there is an alternative to Blackdown for AMD64, the Sun j2sdk1.5_beta has been released for Linux/AMD64.
|
|
Back to top |
|
|
coondog n00b
Joined: 28 Sep 2003 Posts: 69 Location: Tallahassee, Florida
|
Posted: Thu Feb 05, 2004 1:30 pm Post subject: |
|
|
nice ... thanks for the tip, you're one of those with those new chips eh ?? you lucky bastard ... |
|
Back to top |
|
|
scoobydu Veteran
Joined: 16 Feb 2003 Posts: 1076 Location: 'Mind the Gap'
|
Posted: Fri Feb 06, 2004 12:04 am Post subject: Re: Java 1.5 Beta for AMD64 |
|
|
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.
|
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 |
|
|
molander Tux's lil' helper
Joined: 20 Jun 2003 Posts: 110 Location: St. Louis
|
Posted: Fri Feb 20, 2004 4:59 am Post subject: Re: Java 1.5 Beta for AMD64 |
|
|
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.
|
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 |
|
|
kcn n00b
Joined: 10 Feb 2004 Posts: 3
|
|
Back to top |
|
|
kcn n00b
Joined: 10 Feb 2004 Posts: 3
|
Posted: Fri Feb 20, 2004 6:36 am Post subject: Re: Java 1.5 Beta for AMD64 |
|
|
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.
|
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 |
|
|
scoobydu Veteran
Joined: 16 Feb 2003 Posts: 1076 Location: 'Mind the Gap'
|
Posted: Fri Feb 20, 2004 5:51 pm Post subject: |
|
|
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 |
|
|
amax Tux's lil' helper
Joined: 22 Feb 2004 Posts: 76 Location: Russia, Novosibirsk (Silicon Taiga)
|
Posted: Sun Feb 22, 2004 6:25 pm Post subject: |
|
|
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 |
|
|
scoobydu Veteran
Joined: 16 Feb 2003 Posts: 1076 Location: 'Mind the Gap'
|
Posted: Sun Feb 22, 2004 6:59 pm Post subject: |
|
|
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 |
|
|
tychop n00b
Joined: 20 Mar 2004 Posts: 8
|
Posted: Tue Mar 30, 2004 4:14 pm Post subject: |
|
|
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 |
|
|
PhanLord Apprentice
Joined: 19 Nov 2002 Posts: 175
|
Posted: Wed Mar 31, 2004 2:49 am Post subject: |
|
|
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 |
|
|
J.M.I.T. Guru
Joined: 15 Jan 2003 Posts: 481 Location: München, Germany
|
Posted: Wed Mar 31, 2004 7:32 am Post subject: |
|
|
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...
Use at own risk... |
|
Back to top |
|
|
vj n00b
Joined: 28 Mar 2004 Posts: 11
|
Posted: Mon Apr 05, 2004 7:00 pm Post subject: |
|
|
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 |
|
Back to top |
|
|
jeffroman Apprentice
Joined: 15 Jul 2003 Posts: 183 Location: Louisville, Kentucky
|
Posted: Fri May 14, 2004 8:49 pm Post subject: |
|
|
ebuild works now _________________ Thunder k8w, 2 Opteron 244s, 2GB Corsair, Audigy 2 Platinum eX, 6800 GT OC, 3Ware 9500S-4LP |
|
Back to top |
|
|
Master_Of_Disaster l33t
Joined: 28 Feb 2003 Posts: 610 Location: 15.05072° East, 48.13747° North (aka Mauer), Austria
|
Posted: Sat May 15, 2004 12:15 am Post subject: |
|
|
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 |
|
|
|