Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Howto: IcedTea 64bit java plugin (the gentoo way)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
199 posts
  • Page 4 of 8
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 8
  • Next
Author
Message
MoinMan
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 78
Joined: Sun Jan 07, 2007 5:04 pm
Location: Liechtenstein

Re: New Home

  • Quote

Post by MoinMan » Sun Mar 30, 2008 5:57 pm

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.
Top
GNUtoo
Veteran
Veteran
User avatar
Posts: 1919
Joined: Thu May 05, 2005 9:39 pm

  • Quote

Post by GNUtoo » Sun Mar 30, 2008 8:16 pm

i have

Code: Select all

 # 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: Select all

 # 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?
Top
MoinMan
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 78
Joined: Sun Jan 07, 2007 5:04 pm
Location: Liechtenstein

  • Quote

Post by MoinMan » Sun Mar 30, 2008 8:30 pm

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.
Top
GNUtoo
Veteran
Veteran
User avatar
Posts: 1919
Joined: Thu May 05, 2005 9:39 pm

  • Quote

Post by GNUtoo » Sun Mar 30, 2008 8:39 pm

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
Top
MoinMan
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 78
Joined: Sun Jan 07, 2007 5:04 pm
Location: Liechtenstein

  • Quote

Post by MoinMan » Sun Mar 30, 2008 8:57 pm

Oh sorry missed the second one. The eclass is also in the overlay: http://overlays.gentoo.org/proj/java/changeset/6104
Top
GNUtoo
Veteran
Veteran
User avatar
Posts: 1919
Joined: Thu May 05, 2005 9:39 pm

  • Quote

Post by GNUtoo » Mon Mar 31, 2008 1:46 pm

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: Select all

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

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

Code: Select all

# 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
Top
LoSeR_5150
Guru
Guru
User avatar
Posts: 455
Joined: Sun Mar 20, 2005 9:19 pm
Location: San Francisco, CA

  • Quote

Post by LoSeR_5150 » Mon Mar 31, 2008 11:55 pm

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
Top
LoSeR_5150
Guru
Guru
User avatar
Posts: 455
Joined: Sun Mar 20, 2005 9:19 pm
Location: San Francisco, CA

  • Quote

Post by LoSeR_5150 » Tue Apr 01, 2008 5:51 pm

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
Top
loftwyr
l33t
l33t
User avatar
Posts: 970
Joined: Wed Dec 29, 2004 2:51 am
Location: 43°38'23.62"N 79°27'8.60"W

  • Quote

Post by loftwyr » Tue Apr 01, 2008 9:19 pm

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.
Top
LoSeR_5150
Guru
Guru
User avatar
Posts: 455
Joined: Sun Mar 20, 2005 9:19 pm
Location: San Francisco, CA

  • Quote

Post by LoSeR_5150 » Wed Apr 02, 2008 5:07 pm

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
Top
LoSeR_5150
Guru
Guru
User avatar
Posts: 455
Joined: Sun Mar 20, 2005 9:19 pm
Location: San Francisco, CA

  • Quote

Post by LoSeR_5150 » Thu Apr 03, 2008 4:20 am

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
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Thu Apr 03, 2008 6:07 am

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
Top
billydv
l33t
l33t
User avatar
Posts: 911
Joined: Fri Dec 22, 2006 1:03 pm
Location: Mount Vernon, NY

  • Quote

Post by billydv » Thu Apr 03, 2008 11:39 am

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
Top
LoSeR_5150
Guru
Guru
User avatar
Posts: 455
Joined: Sun Mar 20, 2005 9:19 pm
Location: San Francisco, CA

  • Quote

Post by LoSeR_5150 » Fri Apr 04, 2008 4:06 am

billydv: where are you getting the icedtea-1.6.ebuild? If you are getting it from http://b33fc0d3.googlecode.com/svn/trun ... 1.6.ebuild then it is an older revision that doesn't work. use http://overlays.gentoo.org/proj/java/br ... 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
Top
billydv
l33t
l33t
User avatar
Posts: 911
Joined: Fri Dec 22, 2006 1:03 pm
Location: Mount Vernon, NY

  • Quote

Post by billydv » Fri Apr 04, 2008 4:53 am

Whats the command to copy the overlay, it doesnt work with either git nor svn.
Billy DeVincentis
Top
LoSeR_5150
Guru
Guru
User avatar
Posts: 455
Joined: Sun Mar 20, 2005 9:19 pm
Location: San Francisco, CA

  • Quote

Post by LoSeR_5150 » Fri Apr 04, 2008 5:18 pm

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
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Fri Apr 04, 2008 7:25 pm

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
Top
LoSeR_5150
Guru
Guru
User avatar
Posts: 455
Joined: Sun Mar 20, 2005 9:19 pm
Location: San Francisco, CA

  • Quote

Post by LoSeR_5150 » Fri Apr 04, 2008 8:19 pm

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
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Fri Apr 04, 2008 8:51 pm

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
Top
LoSeR_5150
Guru
Guru
User avatar
Posts: 455
Joined: Sun Mar 20, 2005 9:19 pm
Location: San Francisco, CA

  • Quote

Post by LoSeR_5150 » Sat Apr 05, 2008 12:10 am

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
Top
billydv
l33t
l33t
User avatar
Posts: 911
Joined: Fri Dec 22, 2006 1:03 pm
Location: Mount Vernon, NY

  • Quote

Post by billydv » Sat Apr 05, 2008 5:12 am

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
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Sat Apr 05, 2008 6:46 am

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
Top
billydv
l33t
l33t
User avatar
Posts: 911
Joined: Fri Dec 22, 2006 1:03 pm
Location: Mount Vernon, NY

  • Quote

Post by billydv » Sat Apr 05, 2008 3:05 pm

You must download mercurial.eclass from here
http://overlays.gentoo.org/proj/java/br ... tal/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/br ... va/icedtea
Billy DeVincentis
Top
DaggyStyle
Watchman
Watchman
User avatar
Posts: 5969
Joined: Wed Mar 22, 2006 6:57 am

  • Quote

Post by DaggyStyle » Sat Apr 05, 2008 7:05 pm

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
Top
Uzytkownik
Guru
Guru
Posts: 399
Joined: Sun Oct 31, 2004 8:08 pm
Location: Bay Area, US
Contact:
Contact Uzytkownik
Website

  • Quote

Post by Uzytkownik » Sun Apr 06, 2008 12:23 pm

I've tried to build icedtea:

Code: Select all

/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: Select all

# 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.
Top
Post Reply

199 posts
  • Page 4 of 8
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 8
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic