Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223 - java-xml-pack to be downloaded from java.sun.com/xml
Summary: java-xml-pack to be downloaded from java.sun.com/xml
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-18 13:22 UTC by Kevin Gordon (New Zealand)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Gordon (New Zealand) 2002-01-18 13:22:08 UTC
> I wish to install:
> net-ftp/proftpd
> dev-land/php
> gnome-extra/gnome-db
> dev-db/postgresql
> all ask for java-xml-pack to be downloaded from java.sun.com/xml

Solution provided by Jared H.:
There is a program called unzip which will unzip it. It can be found
in portage category app-arch. According to the depends in
jaxp-1.1.3.ebuild, you much have unzip merged before you can ebuild
jaxp. If you're using emerge it will do this for you automatically.

Now, as for getting jaxp to emerge correctly, you need to download
the zip file from http://java.sun.com/xml/downloads/javaxmlpack.html

The only one I could find here was java_xml_pack-winter01-dev.zip
which appeared to work. You need to place this in /usr/portage/distfiles
and rename it to java_xml_pack-fall01.zip (since that's what jaxp is
looking for) OR you can edit jaxp-1.1.3.ebuild where it says:
At=java_xml_pack-fall01.zip
and make it say
At=java_xml_pack-winter01-dev.zip

Either one will work, then type emerge --pretend dev-java/jaxp
(to see what it's going to do) then emerge dev-java/jaxp