Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2004 08:32:08 +0900 (JST)
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        kris@obsecurity.org
Subject:   Re: [ports-i386@pointyhat.freebsd.org: eclipse-3.0.1 failed on i386 6]
Message-ID:  <200411052332.iA5NW8pN054656@sakura.ninth-nine.com>
In-Reply-To: <20041105221926.GA43879@xor.obsecurity.org>
References:  <20041105195532.GB10879@xor.obsecurity.org> <418BF928.2090501@gldis.ca> <20041105221926.GA43879@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 5 Nov 2004 14:19:26 -0800
Kris Kennaway <kris@obsecurity.org> wrote:
> > | FYI; can you please investigate and/or report to the developers?
> > | Kris
> > | ----- Forwarded message from User Ports-i386
> > <ports-i386@pointyhat.freebsd.org> -----
> > <snip>
> > | ===>   Generating temporary packing list
> > | ===>  Checking if java/eclipse already installed
> > | ===> Installing Eclipse platform.
> > | /usr/local/bin/unzip result/freebsd-gtk-x86-sdk.zip -d /usr/local
> > | gmake: /usr/local/bin/unzip: Command not found
> > | gmake: *** [install] Error 127
> > | *** Error code 2
> > | Stop in /a/ports/java/eclipse.
> > | ================================================================
> > | build ended at Fri Nov  5 15:30:36 UTC 2004
> > | ----- End forwarded message -----
> > How was the distfile unzipped when unzip isn't installed?
> EXTRACT_DEPENDS may not be present later in the build.  If you need it
> to build/install, it must be listed as a BUILD_DEPENDS also.

	Yes, it is the good strict check:-).
	How about following patch?

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/eclipse/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	27 Oct 2004 16:57:48 -0000	1.24
+++ Makefile	5 Nov 2004 23:28:59 -0000
@@ -19,6 +19,7 @@
 
 BUILD_DEPENDS=	ant:${PORTSDIR}/devel/apache-ant \
 		zip:${PORTSDIR}/archivers/zip
+BUILD_DEPENDS+=	${EXTRACT_DEPENDS}
 
 ONLY_FOR_ARCHS=	i386
 USE_GMAKE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411052332.iA5NW8pN054656>