Bento errors for Java packages

Kris Kennaway kris at obsecurity.org
Wed Sep 10 02:25:38 PDT 2003


On Wed, Sep 10, 2003 at 11:18:48AM +0200, Ernst de Haan wrote:
> Greg, Kris, Alexey, Herve,
> 
> 
> In preparation for 4.9-RELEASE, I'm going through the Bento errors for Java 
> ports at:
> 
> http://bento.freebsd.org/errorlogs/i386-4-failure.html
> 
> The following Java ports failed:
> 
> java/diablo-jdk13      Distfile not found
> java/diablo-jre13      Distfile not found
> java/j2sdkee13         (no log)
> java/jakarta-struts    (no log)
> java/jdk14             (no log)
> java/linux-sun-jdk13   Distfile not found
> java/linux-sun-jdk14   Distfile not found
> 
> Greg, why can't Bento find the distfiles for the Diablo JDK/JRE ports?
> 
> Then for the Sun JDK 1.3/1.4 for Linux ports: How can we avoid that Bento 
> attempts to build these packages? They cannot be built, because the 
> distfiles have to be fetched manually. Should we perhaps change:
> 
> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && \
>                                         !defined(PACKAGE_BUILDING)
> IGNORE= <message>
> .endif
> 
> to:
> 
> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
> IGNORE= <message>
> .endif
> 
> ?

No, if you check the CVS history you'll see that this is deliberate.
You're correct that the distfiles may not be fetched automatically,
but if they're fetched manually then the package can be built (the
consequence of not doing this is that hundreds of other package builds
can not be attempted).  This is what I do on bento, except of course
it usually takes a while to track a distfile update.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20030910/1e79ac58/attachment.bin


More information about the freebsd-java mailing list