First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 166789
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Guillermo Gonzalez <guillo.gonzo@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ibm-jdk-bin-1.6.0.0.ebuild ibm-jdk-bin-1.6.0.0.ebuild text/plain Guillermo Gonzalez 2007-02-14 06:00 0000 6.15 KB Details
ibm-jdk-bin-1.6.env ibm-jdk-bin-1.6.env text/plain Guillermo Gonzalez 2007-02-14 06:01 0000 1004 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 166789 depends on: Show dependency tree
Bug 166789 blocks: 148999 187019 202798
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-02-14 05:58 0000
Simple ebuild for ibm-jdk-bin-1.6 based in for ibm-jdk-bin-1.5.0.3.ebuild. It
throws a few warnings at the end, but works

Reproducible: Always




I made this ebuild because eclipse don't work with ibm-jdk-bin-1.5.*, see bug:
http://bugs.gentoo.org/show_bug.cgi?id=148999

------- Comment #1 From Guillermo Gonzalez 2007-02-14 06:00:47 0000 -------
Created an attachment (id=110142) [edit]
ibm-jdk-bin-1.6.0.0.ebuild

the ebuild

------- Comment #2 From Guillermo Gonzalez 2007-02-14 06:01:45 0000 -------
Created an attachment (id=110143) [edit]
ibm-jdk-bin-1.6.env

------- Comment #3 From Josh Nichols (RETIRED) 2007-03-08 00:16:12 0000 -------
Considering it's an early access program, I'd be inclined to version it like
1.6_pre20070215.

------- Comment #4 From Petteri Räty 2007-04-23 17:20:29 0000 -------
When ibm-jdk-bin-1.6 hits the main tree please remove package.use.mask entries
for dev-java/checkstyle test

------- Comment #5 From Albert Zeyer 2007-08-11 19:57:28 0000 -------
I just downloaded ibm-java-sdk-60-linux-ppc32-20070629.tgz and used this ebuild
for it - and it works.

But the bad thing is, it doesn't fix the bug 148999.

------- Comment #6 From Luca Barbato 2007-11-27 06:08:20 0000 -------
the env file classpath is incomplete and causes packages like jgoodies-forms to
not build.

------- Comment #7 From Vlastimil Babka (Caster) 2007-12-12 14:12:19 0000 -------
Looks like the final (GA) version is out. Will probably look at it this
week(end).

------- Comment #8 From Vlastimil Babka (Caster) 2007-12-16 14:11:37 0000 -------
Bumped. Now needs keywording on ppc and ppc64... dropped because it's major
bump, deps change etc.

You can download the distfiles hassle-free via scp from d.g.o/home/caster/tmp/

what all to do:
- add QA_TEXTRELS_arch and QA_EXECSTACK_arch as needed
- check if the deps hold for given arch, I've used this:

# qlist ibm-jdk-bin-1.6 | xargs ldd 2>/dev/null | grep 'not found'
this roughly tells if any missing dep is not installed (libodbc*.so and
libmawt.so may appear, just ignore this for now)
# qlist ibm-jdk-bin-1.6 | xargs scanelf -L -n -q -F '%n #F' | tr , ' ' | xargs
qfile -C | sort -u
this will tell how the dependencies should look like - compare with what's
there now in the ebuild... there might be some arch differences

- try emerge some java ebuilds... the default configuration (everything
commented in /etc/java-config-2/build/jdk.conf) should pick ibm-jdk-bin-1.6 on
ppc/ppc64 automatically... check what the building einfo says
try at least ant-*, xerces, swt (needs to be recently commited 3.3 version -
should be also stabilized soon or else people mixing arch and ~arch run in
problems - see stabilization bug #202458), azureus, eclipse-sdk

- try running stuff, especially azureus, eclipse-sdk - bug #148999 maybe be
finally fixed

- ppc: check also nsplugin (eselect java-nsplugin), in firefox look that
about:plugin lists it, check some test applets...
oh and you should unmask nsplugin useflag in ppc profiles, because it's masked
in base and unmasked only for ibm-jdk/jre-1.5

- repeat with ibm-jre-bin-1.6 (except the emerging stuff :)


And why is x86 here: I noticed that x86 is the only arch where ibm-jdk-bin/jre
actually provides libjsoundalsa.so, it seems to use only OSS on other arches.
So we should use.mask alsa in base and unmask it only on x86 (for all versions,
not just 1.6)

------- Comment #9 From Vlastimil Babka (Caster) 2007-12-16 14:12:40 0000 -------
Oh and please also keyword virtual/jdk-1.6 and virtual/jre-1.6 ~ppc/64

------- Comment #10 From nixnut 2007-12-24 20:18:51 0000 -------
~ppc'd

------- Comment #11 From Christian Faulhammer 2008-01-13 23:21:34 0000 -------
(In reply to comment #8)
> And why is x86 here: I noticed that x86 is the only arch where ibm-jdk-bin/jre
> actually provides libjsoundalsa.so, it seems to use only OSS on other arches.
> So we should use.mask alsa in base and unmask it only on x86 (for all versions,
> not just 1.6)

 Sorry, that we took so long for such a simple change...fixed.

------- Comment #12 From Tom Gall 2008-01-17 20:11:35 0000 -------
added ~ppc64

------- Comment #13 From Vlastimil Babka (Caster) 2008-01-17 20:26:45 0000 -------
(In reply to comment #12)
> added ~ppc64

Seems virtuals were forgotten (comment 9), thanks.

------- Comment #14 From Brent Baude 2008-01-18 01:41:52 0000 -------
got the ~ppc64 virtuals now too; moving to fixed as last arch

First Last Prev Next    No search results available      Search page      Enter new bug