Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 May 2014 15:11:22 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        sunpoet@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   Re: INDEX build failed for 8.x
Message-ID:  <20140503.151122.1753891130446895909.yasu@utahime.org>
In-Reply-To: <201405030605.s4365rfj005541@portsindexbuild.ysv.freebsd.org>
References:  <201405030605.s4365rfj005541@portsindexbuild.ysv.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Sat_May__3_15_11_22_2014_923)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello,

From: Ports Index build <indexbuild@FreeBSD.org>
Subject: INDEX build failed for 8.x
Date: Sat, 3 May 2014 06:05:53 GMT

> INDEX build failed with errors:
> Generating INDEX-8 - please wait.."Makefile", line 28: Unassociated shell command "--enable-cdi-lib  --program-transform-name=""  --with-zlib=/usr"
> make: fatal errors encountered -- cannot continue
> ===> science/cdo failed
> *** [describe.science] Error code 1
> *** [/home/indexbuild/tindex/ports/INDEX-8] Error code 1
> 
> Stop in /home/indexbuild/tindex/ports.
> *** [index] Error code 1
> 
> Stop in /home/indexbuild/tindex/ports.
> 1 error

Attached patch fixes the breakage.

Regards.

---
Yasuhiro KIMURA

----Next_Part(Sat_May__3_15_11_22_2014_923)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="patch-science_cdo"

Index: science/cdo/Makefile
===================================================================
--- science/cdo/Makefile	(revision 352865)
+++ science/cdo/Makefile	(working copy)
@@ -22,7 +22,7 @@
 		--disable-extra \
 		--disable-grib \
 		--disable-ieg \
-		--disable-service
+		--disable-service \
 		--enable-cdi-lib \
 		--program-transform-name="" \
 		--with-zlib=/usr

----Next_Part(Sat_May__3_15_11_22_2014_923)----



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