From owner-freebsd-java@FreeBSD.ORG Wed Sep 10 02:25:38 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAE816A4BF; Wed, 10 Sep 2003 02:25:38 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D0343F93; Wed, 10 Sep 2003 02:25:37 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 1EA5366D32; Wed, 10 Sep 2003 02:25:27 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id E0573800; Wed, 10 Sep 2003 02:25:26 -0700 (PDT) Date: Wed, 10 Sep 2003 02:25:26 -0700 From: Kris Kennaway To: Ernst de Haan Message-ID: <20030910092526.GA48381@rot13.obsecurity.org> References: <200309101118.48214.ernst.dehaan@nl.wanadoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline In-Reply-To: <200309101118.48214.ernst.dehaan@nl.wanadoo.com> User-Agent: Mutt/1.4.1i cc: java@FreeBSD.org cc: Greg Lewis cc: Herve Quiroz cc: Alexey Zelkin cc: Kris Kennaway Subject: Re: Bento errors for Java packages X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 09:25:38 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 10, 2003 at 11:18:48AM +0200, Ernst de Haan wrote: > Greg, Kris, Alexey, Herve, >=20 >=20 > In preparation for 4.9-RELEASE, I'm going through the Bento errors for Ja= va=20 > ports at: >=20 > http://bento.freebsd.org/errorlogs/i386-4-failure.html >=20 > The following Java ports failed: >=20 > 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 >=20 > Greg, why can't Bento find the distfiles for the Diablo JDK/JRE ports? >=20 > Then for the Sun JDK 1.3/1.4 for Linux ports: How can we avoid that Bento= =20 > attempts to build these packages? They cannot be built, because the=20 > distfiles have to be fetched manually. Should we perhaps change: >=20 > .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && \ > !defined(PACKAGE_BUILDING) > IGNORE=3D > .endif >=20 > to: >=20 > .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) > IGNORE=3D > .endif >=20 > ? 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 --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/Xu4GWry0BWjoQKURAqbGAKC4Pq2k5emZ1sRc58oZ3vv4Xk4R3gCfX0T8 fgO/rHxxhN3sxgKWwAYD0zA= =U5VN -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp--