Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Howto: IcedTea 64bit java plugin (the gentoo way)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
clytle374
Apprentice
Apprentice


Joined: 01 Aug 2006
Posts: 221

PostPosted: Wed Feb 20, 2008 2:34 am    Post subject: Reply with quote

I got the svn and get the
Code:
javac: invalid flag: -J-XX:ThreadStackSize=1536
error.

I did try to remove and mask all version older than 1.7 but it tries to pull gcc4.3 and some ibm-jdk. Any other ideas?



I removed all the packages installed(except gcc 4.2.2) and decided to try fresh with icedtea-9999. Even after adding
Code:
=dev-java/icedtea-9999=dev-java/icedtea-9999
to package.keywords I get the
Code:
- dev-java/icedtea-9999 (masked by: missing keyword).  New one to me, why is that?


Should I be trying to install 1.4 or -9999?

I also tried
Quote:
Icedtea ebuild:
Code:

src_unpack() {
- unpack ${P}.tar.gz
+ unpack ${A}

Code:

src_compile() {

- local SUNJDK="$(java-config --select-vm=sun-jdk-1.7 -O)"
+ local SUNJDK="${JAVA_HOME}"


and it says the ebuild is corrupt :(
_________________
NooB since RedHat 6.1
Back to top
View user's profile Send private message
EliasP
Guru
Guru


Joined: 06 Dec 2002
Posts: 318
Location: South-West Germany

PostPosted: Wed Feb 20, 2008 4:30 pm    Post subject: Reply with quote

clytle374 wrote:

and it says the ebuild is corrupt :(


Do a
Code:
ebuild /path/to/your.ebuild digest
after modifying it.

Regards, Elias P.
Back to top
View user's profile Send private message
clytle374
Apprentice
Apprentice


Joined: 01 Aug 2006
Posts: 221

PostPosted: Wed Feb 20, 2008 8:07 pm    Post subject: Reply with quote

Now I get,

Code:
config.status: executing depfiles commands
mkdir -p bootstrap
rm -f bootstrap/jdk1.6.0
ln -sf /usr/lib/jvm/java-icedtea bootstrap/jdk1.6.0
if ! bootstrap/jdk1.6.0/bin/java -version ; \
     then \
       echo "bootstrap/jdk1.6.0/bin/java" \
      "cannot be found or is corrupted." ; \
       exit 1; \
   fi
/bin/sh: bootstrap/jdk1.6.0/bin/java: No such file or directory
bootstrap/jdk1.6.0/bin/java cannot be found or is corrupted.
make: *** [stamps/bootstrap-directory-symlink.stamp] Error 1
 *
 * ERROR: dev-java/icedtea-1.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 4021:  Called die
 * The specific snippet of code:
 *       emake -j1 COMPILER_WARNINGS_FATAL=false MILESTONE=experimental BUILD_NUMBER=gentoo-${P} || die 'make failed'
 *  The die message:
 *   make failed


1.6 is installed I tried selecting it with eselect instead of 1.7 and get the same error.

So i tried the -9999 after adding keywords, and removing the line causing circular dependency.
Code:
>>> Unpacking source...
hg: unknown command 'fclone'
Mercurial Distributed SCM


-9999 pulled in mercurial, tried LoSeR_5150's quick and dirty and line 2 fails with.

Code:
hg clone http://www.terminus.org/hg/hgforest hgforest

abort: HTTP Error 404: Not Found


So which one should I be fighting with?
_________________
NooB since RedHat 6.1
Back to top
View user's profile Send private message
clytle374
Apprentice
Apprentice


Joined: 01 Aug 2006
Posts: 221

PostPosted: Thu Feb 21, 2008 6:39 pm    Post subject: Reply with quote

Any alternate to
Code:
hg clone http://www.terminus.org/hg/hgforest hgforest
??
_________________
NooB since RedHat 6.1
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Thu Feb 21, 2008 8:39 pm    Post subject: Reply with quote

Google, hit nr. 1: http://hg.akoha.org/hgforest/
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
LoSeR_5150
Guru
Guru


Joined: 20 Mar 2005
Posts: 455
Location: San Francisco, CA

PostPosted: Thu Feb 21, 2008 9:23 pm    Post subject: Reply with quote

gimpel: http://hg.akoha.org/hgforest is just a log of changes, it isn't the actual repository... as far as I can tell anyhow.

clytle374: worst case scenario if no mirror can be found, i can just zip/tar/bz2 the directory and u can put it wherever you were going to clone the hgforest repo.


Update:

gimpel: my bad, you can clone the repo just fine using that link. I must have had a typo

clytle374: either clone that repo, or I can still send it as a zip/tar/bz2
_________________
Opteron 1356@2.4Ghz
6GB DDR2 800Mhz
128MB Quadro NVS 210S
640GB Western Digital HD
*Gentoo-x86_64-2.6.30-r1

Opteron175@2.2GHz
2GB DDR 400MHz
256MB Quadro 1400 Go
(2) 80GB Segate HDs: RAID0
*Gentoo-x86_64-2.6.30-r1
Back to top
View user's profile Send private message
clytle374
Apprentice
Apprentice


Joined: 01 Aug 2006
Posts: 221

PostPosted: Thu Feb 21, 2008 11:21 pm    Post subject: Reply with quote

Thanks, I wasn't understanding if I was going to clone "a forest" or the "forest".
I cloned and got mercurial/forest.py and friends, looks good.
I have in /etc/mercurial/hgrc
Code:

[extensions]
hgext.forest=/usr/local/hgforest/forest.py

I also did try /etc/mercurial/.hgrc both with the same results.

b33fc0d3 said
Code:
Also, make sure you have my eclass/mercurial.eclass, otherwise portage won't read /etc/mercurial/hgrc

Which I don't understand. I did search it but I don't understand what I'm trying to do with the eclass, mercurial is in the inherit section in the ebuild.

I tried icedtea-bin and it silently fails, so help here would be greatly appreciated.

EDIT: hg fclone works on command line.

EDIT2: /usr/portage/eclass/mercurial.eclass does exist, does it need modified? Or something else added?
_________________
NooB since RedHat 6.1
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Fri Feb 22, 2008 8:51 am    Post subject: Reply with quote

In b33fc0d3's overlay is a modified one, yes. Put that in your overlay were the icedtea-9999 ebuild is ($PORTDIR_OVERLAY/eclass)
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
clytle374
Apprentice
Apprentice


Joined: 01 Aug 2006
Posts: 221

PostPosted: Fri Feb 22, 2008 4:52 pm    Post subject: Reply with quote

gimpel wrote:
In b33fc0d3's overlay is a modified one, yes. Put that in your overlay were the icedtea-9999 ebuild is ($PORTDIR_OVERLAY/eclass)


OK, learned a few things so far. I didn't catch that existed, makes sense.

And up next:
Code:
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-java/icedtea-9999/work/icedtea ...
!!! ERROR: The vm could not be found
 * JDK:



EDIT: Fixed this changing ebuild line
Quote:


Code:
local JDK="$(java-config --select-vm=icedtea-1.7 -O)"

To
Code:
local JDK="${JAVA_HOME}"

This solved that error, but still fails as below. (Don't follow me I'm lost too)

END EDIT


Then fails with:
Code:
mkdir -p bootstrap
rm -f bootstrap/jdk1.6.0
ln -sf /usr/lib/jvm/java-icedtea bootstrap/jdk1.6.0; \
   if ! bootstrap/jdk1.6.0/bin/java -version ; \
         then \
           echo "bootstrap/jdk1.6.0/bin/java" \
               "cannot be found or is corrupted." ; \
           exit 1; \
        fi
/bin/sh: line 1: bootstrap/jdk1.6.0/bin/java: No such file or directory


Where did this command come from?

Code:
java-config -L
The following VMs are available for generation-2:
1)   Sun JDK 1.6.0.03 [sun-jdk-1.6]
*)   Sun JDK 1.7.0.0_alpha24 [sun-jdk-1.7]


And
Code:
readlink /var/tmp/portage/dev-java/icedtea-1.4/work/icedtea-1.4/bootstrap/jdk1.6.0
/opt/sun-jdk-1.7.0.0_alpha24



Suggestions or reading assignments welcome.
_________________
NooB since RedHat 6.1
Back to top
View user's profile Send private message
clytle374
Apprentice
Apprentice


Joined: 01 Aug 2006
Posts: 221

PostPosted: Sat Feb 23, 2008 5:31 am    Post subject: Reply with quote

I couldn't find the command to change it, so I made the directory it was asking for and copied what I think it wants into it. Error solved?

But since I'm such a lucky person, it breaks again with.
Code:


Checking patches/icedtea-gcc-4.3.patch
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/adlc/adlc.hpp.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/adlc/filebuff.hpp.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/build/linux/makefiles/gcc.make.rej
ERROR patch patches/icedtea-gcc-4.3.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 1


So I need gcc-4.3?
Or kill this patch? if so how?

EDIT: I finally got icedtea-bin working and gave up on this!
_________________
NooB since RedHat 6.1
Back to top
View user's profile Send private message
LoSeR_5150
Guru
Guru


Joined: 20 Mar 2005
Posts: 455
Location: San Francisco, CA

PostPosted: Mon Feb 25, 2008 10:23 pm    Post subject: Reply with quote

I'm getting this error as well now. I'm thinking of trying to compile this with GCC 4.3 and seeing what happends.

Update: I compiled then switched to GCC 4.3 and I am still receiving the same error. I am now trying to build the source manually. Or does anyone know how to fix/remove the offending patch? Thanks
_________________
Opteron 1356@2.4Ghz
6GB DDR2 800Mhz
128MB Quadro NVS 210S
640GB Western Digital HD
*Gentoo-x86_64-2.6.30-r1

Opteron175@2.2GHz
2GB DDR 400MHz
256MB Quadro 1400 Go
(2) 80GB Segate HDs: RAID0
*Gentoo-x86_64-2.6.30-r1
Back to top
View user's profile Send private message
LoSeR_5150
Guru
Guru


Joined: 20 Mar 2005
Posts: 455
Location: San Francisco, CA

PostPosted: Wed Feb 27, 2008 12:06 am    Post subject: Reply with quote

Tried to built the sources manually as per iced-tea.org

Code:
unset JAVA_HOME


Code:
./configure --with-ecj=/usr/bin/ecj-3.3 --with-ecj-jar=/usr/share/eclipse-ecj-3.3/lib/ecj.jar --with-libgcj-jar=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.0-pre20080223/java/libgcj-4.3.0-pre20080223.jar --with-gcj-home=/usr/lib/gcj-4.3.0-pre20080223-9/ --with-javac=/opt/sun-jdk-1.7.0.0_alpha24/bin/javac --with-java=/opt/sun-jdk-1.7.0.0_alpha24/


Code:
make


Code:
/usr/local/icedtea/openjdk-ecj/build/linux-amd64/corba/tmp/sun/com.sun.corba.se.internal.io/ioser12/obj64/ioser.o   -L/usr/local/icedtea/bootstrap/jdk1.6.0/jre/lib/amd64/ -ljvm  -L/usr/local/icedtea/bootstrap/jdk1.6.0/jre/lib/amd64 -lgcj -L/usr/local/icedtea/bootstrap/jdk1.6.0/jre/lib/amd64/ -ljvm -lc
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.0-pre20080223/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ljvm
collect2: ld returned 1 exit status
make[5]: *** [/usr/local/icedtea/openjdk-ecj/build/linux-amd64/corba/lib/amd64/libioser12.so] Error 1
make[5]: Leaving directory `/usr/local/icedtea/openjdk-ecj/corba/make/sun/corba/core'
make[4]: *** [build] Error 1
make[4]: Leaving directory `/usr/local/icedtea/openjdk-ecj/corba/make/sun/corba'
make[3]: *** [build] Error 1
make[3]: Leaving directory `/usr/local/icedtea/openjdk-ecj/corba/make/sun'
make[2]: *** [build] Error 1
make[2]: Leaving directory `/usr/local/icedtea/openjdk-ecj/corba/make'
make[1]: *** [corba-build] Error 2
make[1]: Leaving directory `/usr/local/icedtea/openjdk-ecj'
make: *** [stamps/icedtea-ecj.stamp] Error 2



Can anyone make sense of this? Thanks
_________________
Opteron 1356@2.4Ghz
6GB DDR2 800Mhz
128MB Quadro NVS 210S
640GB Western Digital HD
*Gentoo-x86_64-2.6.30-r1

Opteron175@2.2GHz
2GB DDR 400MHz
256MB Quadro 1400 Go
(2) 80GB Segate HDs: RAID0
*Gentoo-x86_64-2.6.30-r1
Back to top
View user's profile Send private message
b33fc0d3
Retired Dev
Retired Dev


Joined: 22 Jun 2006
Posts: 128

PostPosted: Thu Mar 13, 2008 3:55 am    Post subject: Reply with quote

Testing some new ebuilds IcedTea 1.6 & 9999, will update you guys soon.
Back to top
View user's profile Send private message
Need4Speed
Guru
Guru


Joined: 06 Jun 2004
Posts: 497

PostPosted: Fri Mar 14, 2008 10:57 pm    Post subject: Reply with quote

So can IcedTea be built from source now? If so, which ebuild should I use?
Back to top
View user's profile Send private message
GNUtoo
Veteran
Veteran


Joined: 05 May 2005
Posts: 1919

PostPosted: Sun Mar 16, 2008 4:05 pm    Post subject: Reply with quote

Need4Speed wrote:
So can IcedTea be built from source now? If so, which ebuild should I use?

me too i'd like an ebuild for building from source but for x86...so i could try games such as jrisk...(don't need java anymore for university)
Back to top
View user's profile Send private message
MalleRIM
Guru
Guru


Joined: 23 Jul 2007
Posts: 563
Location: China

PostPosted: Sun Mar 23, 2008 2:57 pm    Post subject: Reply with quote

I get following error:
Code:
Package libxul was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxul.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxul' found
checking for XULRUNNER... configure: error: Package requirements (    nspr mozilla-js mozilla-plugin libxul-embedding >= 1.9pre) were not met:

No package 'mozilla-js' found
No package 'mozilla-plugin' found
No package 'libxul-embedding' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XULRUNNER_CFLAGS
and XULRUNNER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I tried to compile against mozilla-firefox-3 as xulrunner wont work (I have 1.8 installed)
emerge --info:
Code:
Portage 2.1.4.4 (default-linux/amd64/dev/2008.0/desktop, gcc-4.2.0, glibc-2.6.1-r0, 2.6.24-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.24-gentoo-r3 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Timestamp of tree: Sun, 23 Mar 2008 13:00:01 +0000
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.3.7, 2.1.4
dev-lang/python:     2.5.1-r5
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -msse3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=k8 -O2 -pipe -msse3"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LANG="de_DE.UTF-8"
LC_ALL="de_DE.UTF-8"
LINGUAS="de"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/mozilla /usr/portage/local/layman/gnash-cvs /usr/portage/local/private_overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 async avahi bash-completion berkdb cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emboss encode esd evo fam ffmpeg firefox flac fortran gcj gdbm gif gnome gnutls gpm gstreamer gtk hal iconv isdnlog java jpeg kerberos ldap mad midi mikmod mmx mmxext mp3 mpeg mudflap musepack ncurses nfs nls nptl nptlonly nsplugin ogg opengl openmp oss pam pcre pdf perl png ppds pppd python qt3support quicktime rar readline reflection samba sdl session smp spell spl sse sse2 ssl startup-notification svg symlink tcpd theora tiff truetype type1 unicode usb vorbis xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INITNG_PLUGINS="also bash_launcher chdir chroot conflict cpout critical ctrlaltdel daemon_clean debug_commands envparser find fmon fstat history idleprobe initctl interactive iparser last limit lockfile logfile netdev netprobe ngc4 ngcs nge pause provide reload renice rlparser simple_launcher stcmd stdout suid syncron syslog sysreq unneeded usplash" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


I'll try to find a workaround but it should be fixed in the ebuild, too
Back to top
View user's profile Send private message
b33fc0d3
Retired Dev
Retired Dev


Joined: 22 Jun 2006
Posts: 128

PostPosted: Fri Mar 28, 2008 4:26 pm    Post subject: Reply with quote

IcedTea is now in the java-experimental overlay.

Last edited by b33fc0d3 on Mon Apr 21, 2008 12:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
LoSeR_5150
Guru
Guru


Joined: 20 Mar 2005
Posts: 455
Location: San Francisco, CA

PostPosted: Fri Mar 28, 2008 5:40 pm    Post subject: Reply with quote

Tested the new 1.6 ebuild.... compiled fine but fails on install...

snippet of code:
Code:
IcedTea is served: openjdk/build/linux-amd64
>>> Source compiled.
>>> Test phase [not enabled]: dev-java/icedtea-1.6

>>> Install icedtea-1.6 into /var/tmp/portage/dev-java/icedtea-1.6/image/ category dev-java
/var/tmp/portage/dev-java/icedtea-1.6/temp/environment: line 4558: cd: /var/tmp/portage/dev-java/icedtea-
1.6/work/icedtea-1.6/openjdk/control/build/linux-amd64/: No such file or directory
 * QA Notice: USE Flag 'doc' not in IUSE for dev-java/icedtea-1.6
/var/tmp/portage/dev-java/icedtea-1.6/temp/environment: line 4562: cd: j2sdk-image: No such file or direc
tory
cp: cannot stat `bin': No such file or directory
cp: cannot stat `include': No such file or directory
cp: cannot stat `jre': No such file or directory


then it installs the 'lib' folder

then...

Code:
cp: cannot stat `man': No such file or directory
 *
 * ERROR: dev-java/icedtea-1.6 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 4569:  Called die
 * The specific snippet of code:
 *       cp -vRP bin include jre lib man "${ddest}" || die "failed to copy";
 *  The die message:
 *   failed to copy
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/dev-java:icedtea-1.6:20080328-165228.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-java/icedtea-1.6/temp/environment'.
 * This ebuild used the following eclasses from overlays:
 *   /usr/local/portage/eclass/mercurial.eclass
 * This ebuild is from an overlay: '/usr/local/portage/'
 *
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME=""
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info




so close yet so far away...
_________________
Opteron 1356@2.4Ghz
6GB DDR2 800Mhz
128MB Quadro NVS 210S
640GB Western Digital HD
*Gentoo-x86_64-2.6.30-r1

Opteron175@2.2GHz
2GB DDR 400MHz
256MB Quadro 1400 Go
(2) 80GB Segate HDs: RAID0
*Gentoo-x86_64-2.6.30-r1
Back to top
View user's profile Send private message
b33fc0d3
Retired Dev
Retired Dev


Joined: 22 Jun 2006
Posts: 128

PostPosted: Fri Mar 28, 2008 6:53 pm    Post subject: Reply with quote

Fixed in latest revision. r34 on svn.
Back to top
View user's profile Send private message
b33fc0d3
Retired Dev
Retired Dev


Joined: 22 Jun 2006
Posts: 128

PostPosted: Sun Mar 30, 2008 12:52 pm    Post subject: New Home Reply with quote

IcedTea is now in the java-experimental overlay.
Back to top
View user's profile Send private message
billydv
l33t
l33t


Joined: 22 Dec 2006
Posts: 911
Location: Mount Vernon, NY

PostPosted: Sun Mar 30, 2008 1:54 pm    Post subject: Reply with quote

I just wanted to mention, I know you are trying hard to get this to compile and install, but I have been using an ebuild for a few months that has worked perfectly, Its a binary version of Iced Tea but the ebuild builds, completes, installs and works perfectly.

I don't remember where I got it but here is the ebuild and files

http://filebin.ca/oxdxu/dev-java.tar.gz
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
loftwyr
l33t
l33t


Joined: 29 Dec 2004
Posts: 970
Location: 43°38'23.62"N 79°27'8.60"W

PostPosted: Sun Mar 30, 2008 1:59 pm    Post subject: Reply with quote

The test for the forest extension fails.

Using the help command says no fgclone command but it is listed in the command list and works fine from the command line. is there a file besides forest.py I should be installing?

EDIT: the ebuild is testing for fclones not fclone. Small fix needed.
_________________
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Back to top
View user's profile Send private message
b33fc0d3
Retired Dev
Retired Dev


Joined: 22 Jun 2006
Posts: 128

PostPosted: Sun Mar 30, 2008 3:00 pm    Post subject: Reply with quote

loftwyr wrote:
Small fix needed.


You are right, fixed in overlay.
Back to top
View user's profile Send private message
Need4Speed
Guru
Guru


Joined: 06 Jun 2004
Posts: 497

PostPosted: Sun Mar 30, 2008 3:17 pm    Post subject: Reply with quote

Is there a reason why you are using 1.6 and not 1.7 for your ebuild? I have the binary version of 1.7 installed, should I use the 1.6 from source instead?
Back to top
View user's profile Send private message
billydv
l33t
l33t


Joined: 22 Dec 2006
Posts: 911
Location: Mount Vernon, NY

PostPosted: Sun Mar 30, 2008 3:47 pm    Post subject: Reply with quote

Need4Speed, The binary version is a few months old and I believe they want to set up an ebuild that will build iced tea in place, not use a binary. Unless you have a need for the newest version from source which they are putting together, stick with the binary as it seems to work well and no problems, BTW, I realized the file I posted is from the arcon overlay.
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 3 of 8

 
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