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
In case you're wondering why you have to download this manually, instead
of portage getting it for you, it's because Sun Microsystems uses a
random ftp location for it's files, which requires you to visit their
website read the license agreement and then download the file.
Of course it would have been nice if Karl had said a little more than
just "!!! Please download X from X". But then again, this way I learned
more about portage by figuring out how to do it.
-Jared H.
On Thu, 2002-01-10 at 00:51, Kevin Gordon wrote:
> Thanks for the reply mbutcher. I downloaded the file as requested in the
> ebuild. It is a *.zip file. Is there a special linux prog to unzip this
> file? or is it a windows file?
>
> Regards,
> Kevin
>
> ----- Original Message -----
> From: "mbutcher" <mbutcher@...>
> To: <gentoo-dev@g.o>
> Sent: Thursday, January 10, 2002 6:37 AM
> Subject: Re: Fw: [gentoo-dev] proftpd & php & gnome-db & postgresql
>
>
> > That's the JAXP stuff from SUN, right? I would guess that (if you have
> 'java'
> > in your USE) these packages need the JAXP (Java API for XML Parsing) stuff
> to
> > work. Since it's not (to my knowledge) included in Blackdown, you'd have
> to
> > get it from SUN and put it in the classpath of whatever JDK/JRE you're
> using.
> >
> > On Wednesday 09 January 2002 12:05 am, you wrote:
> > > Does anyone know anything about java-xml-pack and the above ebuilds?
> > >
> > > ----- Original Message -----
> > > From: "Kevin Gordon" <kgordon@...>
> > > To: <gentoo-dev@g.o>
> > > Sent: Sunday, January 06, 2002 9:54 PM
> > > Subject: [gentoo-dev] java-xml-pack
> > >
> > > > 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
> > > > I have downloaded the *.zip file. I have use = java.
> > > > What is the next step? Its an usual extension for linux.
> > > >
> > > > Regards,
> > > > Kevin
> > > >
> > > > _______________________________________________
> > > > gentoo-dev mailing list
> > > > gentoo-dev@g.o
> > > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> > >
> > > _______________________________________________
> > > gentoo-dev mailing list
> > > gentoo-dev@g.o
> > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@g.o
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> >
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@g.o
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
|