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
MoinMan
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jan 2007
Posts: 78
Location: Liechtenstein

PostPosted: Sun Mar 30, 2008 5:57 pm    Post subject: Re: New Home Reply with quote

b33fc0d3 wrote:
IcedTea is now in the java-experimental overlay.

Needs media-libs/giflib as additional dependency. With that, it compiled using gcc 4.3.1_pre (from dirtyepic's overlay with fresh svn checkout) and seems to work fine.
Back to top
View user's profile Send private message
GNUtoo
Veteran
Veteran


Joined: 05 May 2005
Posts: 1919

PostPosted: Sun Mar 30, 2008 8:16 pm    Post subject: Reply with quote

i have
Code:
 # emerge -av dev-java/icedtea
 * Overlay eclasses override eclasses from PORTDIR:
 *
 *   '/usr/portage/local/layman/java-gcj-overlay/eclass/java-osgi.eclass'
 *   '/usr/portage/local/layman/java-gcj-overlay/eclass/java-pkg-2.eclass'
 *   '/usr/portage/local/layman/java-gcj-overlay/eclass/java-pkg-opt-2.eclass'
 *   '/usr/portage/local/layman/java-gcj-overlay/eclass/java-utils-2.eclass'
 *   '/usr/portage/local/layman/kde/eclass/kde4-base.eclass'
 *   '/usr/portage/local/layman/kde/eclass/kde4-functions.eclass'
 *   '/usr/portage/local/layman/kde/eclass/kde4-meta.eclass'
 *   '/usr/overlay/eclass/mercurial.eclass'
 *
 * It is best to avoid overridding eclasses from PORTDIR because it will
 * trigger invalidation of cached ebuild metadata that is distributed with
 * the portage tree. If you must override eclasses from PORTDIR then you
 * are advised to run `emerge --regen` after each time that you run `emerge
 * --sync`. Set PORTAGE_ECLASS_WARNING_ENABLE="0" in /etc/make.conf if you
 * would like to disable this warning.

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] dev-java/icedtea-1.6  USE="nsplugin -xulrunner" 0 kB [1]

Total: 1 package (1 new), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/overlay

Would you like to merge these packages? [Yes/No] y
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) dev-java/icedtea-1.6 to /
 * icedtea-1.6.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                          [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                           [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                          [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                         [ ok ]
 * checking icedtea-1.6.tar.gz ;-) ...                                                                                                                         [ ok ]
>>> Unpacking source...
>>> Unpacking icedtea-1.6.tar.gz to /var/tmp/portage/dev-java/icedtea-1.6/work
 * hg fclone -r jdk7-b24 http://hg.openjdk.java.net/jdk7/jdk7 ...
hg: unknown command 'fclone'
Mercurial Distributed SCM

basic commands:

 add        add the specified files on the next commit
 annotate   show changeset information per file line
 clone      make a copy of an existing repository
 commit     commit the specified files or all outstanding changes
 diff       diff repository (or selected files)
 export     dump the header and diffs for one or more changesets
 init       create a new repository in the given directory
 log        show revision history of entire repository or files
 merge      merge working directory with another revision
 parents    show the parents of the working dir or revision
 pull       pull changes from the specified source
 push       push changes to the specified destination
 remove     remove the specified files on the next commit
 serve      export the repository via HTTP
 status     show changed files in the working directory
 update     update working directory

use "hg help" for the full list of commands or "hg -v" for details                                                                                             [ !! ]
 *
 * ERROR: dev-java/icedtea-1.6 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 4569:  Called mercurial_src_unpack
 *             environment, line 4107:  Called mercurial_fetch
 *             environment, line 4087:  Called die
 * The specific snippet of code:
 *           eend $? || die;
 *  The die message:
 *   (no error message)
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * 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/portage/eclass/pax-utils.eclass
 *   /usr/portage/eclass/eutils.eclass
 *   /usr/portage/eclass/multilib.eclass
 *   /usr/portage/eclass/toolchain-funcs.eclass
 *   /usr/portage/eclass/portability.eclass
 *   /usr/portage/eclass/java-pkg-2.eclass
 *   /usr/portage/eclass/java-utils-2.eclass
 *   /usr/portage/eclass/versionator.eclass
 *   /usr/portage/eclass/java-vm-2.eclass
 *   /usr/portage/eclass/fdo-mime.eclass
 *   /usr/portage/eclass/mercurial.eclass
 *   /usr/portage/eclass/autotools.eclass
 *   /usr/portage/eclass/libtool.eclass
 * This ebuild is from an overlay: '/usr/overlay/'
 *
!!! 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


and

Code:
 # hg fclone
hg fclone: invalid arguments
hg fclone [OPTION]... SOURCE [DEST]

make a clone of an existing forest of repositories

    Create a clone of an existing forest in a new directory.

    Look at the help text for the clone command for more information.

options:

    --walkhg        walk repositories under '.hg' (yes/no)
 -U --noupdate      do not update the new working directory
 -r --rev           a changeset you would like to have after cloning
    --pull          use pull protocol to copy metadata
    --uncompressed  use uncompressed transfer (fast over LAN)
 -e --ssh           specify ssh command to use
    --remotecmd     specify hg command to run on the remote side

use "hg -v help fclone" to show global options


what did i do wrong?
Back to top
View user's profile Send private message
MoinMan
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jan 2007
Posts: 78
Location: Liechtenstein

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

You miss the ForestExtension for Mercurial. I don't know an ebuild for it so you have to install it manually. You need the eclass as well if you use /etc/mercurial/hgrc to add the extension.
Back to top
View user's profile Send private message
GNUtoo
Veteran
Veteran


Joined: 05 May 2005
Posts: 1919

PostPosted: Sun Mar 30, 2008 8:39 pm    Post subject: Reply with quote

MoinMan wrote:
You miss the ForestExtension for Mercurial. I don't know an ebuild for it so you have to install it manually. You need the eclass as well if you use /etc/mercurial/hgrc to add the extension.

as hg fclone did work i had the forest extention(i installed it) but where can i find forest's eclass
Back to top
View user's profile Send private message
MoinMan
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jan 2007
Posts: 78
Location: Liechtenstein

PostPosted: Sun Mar 30, 2008 8:57 pm    Post subject: Reply with quote

Oh sorry missed the second one. The eclass is also in the overlay: http://overlays.gentoo.org/proj/java/changeset/6104
Back to top
View user's profile Send private message
GNUtoo
Veteran
Veteran


Joined: 05 May 2005
Posts: 1919

PostPosted: Mon Mar 31, 2008 1:46 pm    Post subject: Reply with quote

still doesn't work...mabe that's because of the repository priorities...
i have gspcav1 and i made an ebuild with a patch but still it doesn't want to emerge it and merge the one from portage instead...
here some of my files:
in /etc/make.conf:
Code:

PORTDIR_OVERLAY="/usr/overlay  /usr/portage"

source /usr/portage/local/layman/make.conf

in /usr/portage/local/layman/make.conf:
Code:
# cat make.conf
PORTDIR_OVERLAY="
/usr/overlay
/usr/portage
/usr/portage/local/layman/pro-audio
/usr/portage/local/layman/sunrise
/usr/portage/local/layman/custom-kernels
/usr/portage/local/layman/java-overlay
/usr/portage/local/layman/java-gcj-overlay
/usr/portage/local/layman/zugaina
/usr/portage/local/layman/kde
"


icedtea ebuild and the mercurial eclass are in /usr/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: Mon Mar 31, 2008 11:55 pm    Post subject: Reply with quote

Compiled and installed icedtea-9999. but I receive exception: java.lang.NullPointerException when i try to load a java applet.

Any thoughts?
_________________
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: Tue Apr 01, 2008 5:51 pm    Post subject: Reply with quote

Anyone get icedtea-1.6 ebuild to compile and install? the icedtea-1.6 ebuild fails to install and the icedtea-9999 ebuild compiles and installs but that webplugin doesnt seem to work. Though frostwire seemed to startup fine. I'm stumped. Looks like I still have to use the icedtea-bin. bah
_________________
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
loftwyr
l33t
l33t


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

PostPosted: Tue Apr 01, 2008 9:19 pm    Post subject: Reply with quote

I used the java-experimental overlay and sun-java-1.6 and it installed fine.
_________________
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
LoSeR_5150
Guru
Guru


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

PostPosted: Wed Apr 02, 2008 5:07 pm    Post subject: Reply with quote

loftwyr: I cant find a sun-jdk-1.6, are you referring to icedtea-1.6?

I did notice a change was made to the ebuild 3 days ago so I pulled the latest and am trying to compile it now. Me crosses fingers.

Update:

WooHoo! after getting the new ebuild it compiled, installed and works beautifully. Thanks b33fc0d3
_________________
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: Thu Apr 03, 2008 4:20 am    Post subject: Reply with quote

icedtea-1.6 compiled with both gcc 4.2.3 and 4.3.0_pre20080223 on a Core2Duo as well as an Opteron and it has been working perfectly.
_________________
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
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5910

PostPosted: Thu Apr 03, 2008 6:07 am    Post subject: Reply with quote

whats the difference between this and the 1.7 bin that was there before? how do I install it without layman?
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
billydv
l33t
l33t


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

PostPosted: Thu Apr 03, 2008 11:39 am    Post subject: Reply with quote

I tried compiling but it failed.
My steps,
1- Insert sunjdk and icedtea ebuilds into my local overlay
2- do hg clone step for forest extension and create /etc/mercurial/hgrc with forest in /usr/local
3- download jdk 1.7 and insert in distfiles
4- change mercurial eclass to one from overlay
5- emerge icedtea

First it failed with sandbox violations and then when I tried again it failed, not sure what the error was, Did I miss a step?
_________________
Billy DeVincentis
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 Apr 04, 2008 4:06 am    Post subject: Reply with quote

billydv: where are you getting the icedtea-1.6.ebuild? If you are getting it from http://b33fc0d3.googlecode.com/svn/trunk/gentoo-overlay/dev-java/icedtea/icedtea-1.6.ebuild then it is an older revision that doesn't work. use http://overlays.gentoo.org/proj/java/browser/java-experimental/dev-java/icedtea/icedtea-1.6.ebuild?rev=6104&format=raw which is the most current version and should work. Hope this helps.
_________________
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
billydv
l33t
l33t


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

PostPosted: Fri Apr 04, 2008 4:53 am    Post subject: Reply with quote

Whats the command to copy the overlay, it doesnt work with either git nor svn.
_________________
Billy DeVincentis
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 Apr 04, 2008 5:18 pm    Post subject: Reply with quote

I couldn't figure out the command to pull the overlay, so i just manually downloaded the files i needed for icedtea.
_________________
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
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5910

PostPosted: Fri Apr 04, 2008 7:25 pm    Post subject: Reply with quote

MoinMan wrote:
Oh sorry missed the second one. The eclass is also in the overlay: http://overlays.gentoo.org/proj/java/changeset/6104

where do I need to put it?
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
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 Apr 04, 2008 8:19 pm    Post subject: Reply with quote

Mine is located in /usr/local/portage/eclass/
_________________
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
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5910

PostPosted: Fri Apr 04, 2008 8:51 pm    Post subject: Reply with quote

LoSeR_5150 wrote:
Mine is located in /usr/local/portage/eclass/


added it and mercurial uses it but icedtea doesn't seems to think it does
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
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: Sat Apr 05, 2008 12:10 am    Post subject: Reply with quote

try /usr/portage/eclass/mercurial.eclass
_________________
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
billydv
l33t
l33t


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

PostPosted: Sat Apr 05, 2008 5:12 am    Post subject: Reply with quote

Good job, ebuild compiled and plugin works great.
Steps I took
1- put ebuild and files for icedtea into local overlay
2- do forest extension stuff
3- copy mercurial.eclass to /usr/portage/eclass
4- emerge icedtea
Its a long compile, approx 1 hour but it works great. Finally, a great 64 bit java plugin.
Thanks!!!!!!!!!!!!!!!
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5910

PostPosted: Sat Apr 05, 2008 6:46 am    Post subject: Reply with quote

not working, mecurial still does not seems to make use of it
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
billydv
l33t
l33t


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

PostPosted: Sat Apr 05, 2008 3:05 pm    Post subject: Reply with quote

You must download mercurial.eclass from here
http://overlays.gentoo.org/proj/java/browser/java-experimental/eclass

download in original format and overwrite /usr/portage/eclass/mercurial.eclass

also be sure to do forest extension stuff

hg clone http://hg.akoha.org/hgforest/ /usr/local/hgforest

and create /etc/mercurial folder

and create /etc/mercurial/hgrc

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


be careful, you must download files, manifest and ebuild in original formats for icedtea from here

http://overlays.gentoo.org/proj/java/browser/java-experimental/dev-java/icedtea
_________________
Billy DeVincentis
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5910

PostPosted: Sat Apr 05, 2008 7:05 pm    Post subject: Reply with quote

seems to be working, thanks
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Sun Apr 06, 2008 12:23 pm    Post subject: Reply with quote

I've tried to build icedtea:
Code:
/bin/mkdir -p /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/sun/nio/ch
rm -f /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/sun/nio/ch/AlreadyBoundException.java
NAWK=/usr/bin/gawk /bin/sh genExceptions.sh /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/jdk/src/share/classes/sun/nio/ch/exceptions /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/sun/nio/ch
--> /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/sun/nio/ch/AlreadyBoundException.java
/bin/mkdir -p /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/java/nio/charset
rm -f /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/java/nio/charset/CharacterCodingException.java
NAWK=/usr/bin/gawk /bin/sh genExceptions.sh /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/jdk/src/share/classes/java/nio/charset/exceptions /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/java/nio/charset
--> /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/java/nio/charset/CharacterCodingException.java
--> /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/java/nio/charset/IllegalCharsetNameException.java
--> /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/java/nio/charset/UnsupportedCharsetException.java
/bin/mkdir -p /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/sun/nio/cs
rm -f /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/sun/nio/cs/StandardCharsets.java
NAWK=/usr/bin/gawk TEMPDIR=/var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/tmp/java/java.nio/nio \
     HASHER="/var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/bootstrap/jdk1.6.0/bin/java  -client -Xmx896m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/btjars/hasher.jar" \
     /bin/sh -e genCharsetProvider.sh /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/jdk/src/share/classes/sun/nio/cs/standard-charsets /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/sun/nio/cs
--> /var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/sun/nio/cs/StandardCharsets.java
make[5]: *** [/var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/build/linux-i586/gensrc/sun/nio/cs/StandardCharsets.java] Error 1
make[5]: Leaving directory `/var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/jdk/make/java/nio'
make[4]: *** [niosrc] Error 2
make[4]: Leaving directory `/var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/jdk/make/java/java'
make[3]: *** [all] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/jdk/make/java'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk/jdk/make'
make[1]: *** [jdk-build] Error 2
make[1]: Leaving directory `/var/tmp/portage/dev-java/icedtea-1.6/work/icedtea-1.6/openjdk'
make: *** [icedtea] Error 2

Code:
# emerge --info
Portage 2.1.5_rc2 (default/linux/x86/2008.0/developer, gcc-4.3.0, glibc-2.7-r2, 2.6.24-zen4 i686)
=================================================================
System uname: 2.6.24-zen4 i686 Intel(R) Celeron(R) M processor 1.50GHz
Timestamp of tree: Sun, 06 Apr 2008 02:00:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.5
dev-lang/python:     2.5.1-r5
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.12
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
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.24
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=pentium-m -mfpmath=sse -pipe -momit-leaf-frame-pointer -ggdb -w -ftree-vectorize -ftree-loop-optimize -freorder-blocks-and-partition -fgcse-sm -fgcse-las -fgcse-after-reload -combine -ftracer -maccumulate-outgoing-args"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-Os -march=pentium-m -mfpmath=sse -pipe -momit-leaf-frame-pointer -ggdb -w -ftree-vectorize -ftree-loop-optimize -freorder-blocks-and-partition -fgcse-sm -fgcse-las -fgcse-after-reload -combine -ftracer -maccumulate-outgoing-args -fvisibility-inlines-hidden"
DISTDIR="/var/tmp/distfiles"
FEATURES="ccache collision-protect cvs digest distlocks metadata-transfer multilib-strict parallel-fetch sandbox sfperms sign splitdebug stricter unmerge-orphans userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--add-needed -Wl,--as-needed -Wl,--hash-style=both -Wl,--sort-common"
LINGUAS="en_GB en_US pl"
MAKEOPTS="-j2"
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/java-overlay /usr/portage/local/layman/custom-kernels /usr/portage/local/layman/gnome /usr/portage/local/layman/mozilla /usr/portage/local/layman/gcc-porting /usr/portage/local/layman/java-experimental /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aac acl acpi alsa applet attr avahi avalon bash-completion berkdb bittorrent boo browseplugin bzip2 c++ cairo calendar caps cddb cdparanoia cdr cli clisp context cracklib crypt cups curl curlwrappers cxx d daap dbus deskbar devhelp disk-partition djvu dri dvd dvdnav dvdr dvdread eclipse eds emacs emboss encode epiphany esd evo evolution exif expat extra fam ffmpeg flac flash fortran fuse galago gcj gconf gd gdbm gdl gedit gif gimp glut gmail gmp gnome gnutls gpm gsf gstreamer gtk guile hal iconv idle imap inherit-graph inotify ipod iproute2 ipv6 isdnlog jabber java java5 jpeg jpeg2k jython kerberos keyring laptop latex libburn libffi libgda libnotify libsexy logrotate lucene mad madwifi maildir mailwrapper mhash midi mikmod mmap mmx mono mozilla mp3 mpeg mudflap mule musicbrainz nautilus ncurses network networkmanager nls nntp no-old-linux nptl nptlonly nsplugin ntpl ogg oggvorbis openal opengl openmp pam pango pbm pccts pcre pda pdf perl png policykit pop postgres ppds pppd pulseaudio python qt3support quicktime readline reflection regex reiserfs resolvconf rhino ruby samba scanner science sdl session snmp soap sourceview spell spl sqlite sqlite3 sse sse2 ssh ssl startup-notification subversion svg symlink syslog tcpd tetex theora threads threadsafe tiff timidity totem tracker trayicon truetype unicode usb valgrind vim vorbis vte wifi wxwindows x86 xattr xcb xforms xhtml xml xml2 xorg xsl xulrunner xv zeroconf zlib" ALSA_CARDS="atiixp" ALSA_PCM_PLUGINS="null empty dmix dshare" 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" CAMERAS="panasonic" ELIBC="glibc" INPUT_DEVICES="evdev mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB en_US pl" USERLAND="GNU" VIDEO_CARDS="fglrx radeon"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS



What's wrong?
_________________
I've probably left my head... somwhere. Please wait untill I find it.
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 4 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