Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2015 15:22:28 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404023 - head/math/gotoblas
Message-ID:  <201512191522.tBJFMSo1052588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 19 15:22:27 2015
New Revision: 404023
URL: https://svnweb.freebsd.org/changeset/ports/404023

Log:
  Mark BROKEN: fails to build, does not respect DISABLE_MAKE_JOBS
  
  gmake[2]: Entering directory '/wrkdirs/usr/ports/math/gotoblas/work/GotoBLAS2/test'
  f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall  -m64 -fPIC  -c sblat1.f  -o sblat1.o
  gmake[2]: f77: Command not found
  f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall  -m64 -fPIC  -c dblat1.f  -o dblat1.o
  gmake[2]: f77: Command not found
  f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall  -m64 -fPIC  -c cblat1.f  -o cblat1.o
  ../Makefile.system:721: recipe for target 'dblat1.o' failed
  gmake[2]: *** [dblat1.o] Error 127
  gmake[2]: *** Waiting for unfinished jobs....
  ../Makefile.system:721: recipe for target 'sblat1.o' failed
  gmake[2]: *** [sblat1.o] Error 127
  gmake[2]: f77: Command not found
  ../Makefile.system:721: recipe for target 'cblat1.o' failed
  
  Reported by:	pkg-fallout

Modified:
  head/math/gotoblas/Makefile

Modified: head/math/gotoblas/Makefile
==============================================================================
--- head/math/gotoblas/Makefile	Sat Dec 19 15:17:04 2015	(r404022)
+++ head/math/gotoblas/Makefile	Sat Dec 19 15:22:27 2015	(r404023)
@@ -18,6 +18,8 @@ COMMENT=	Fast implementation of Basic Li
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/00License.txt
 
+BROKEN=		fails to build, does not respect DISABLE_MAKE_JOBS
+
 DIST_SUBDIR=	gotoblas
 GOTOBLAS2VER=	1.13
 GOTOBLAS2_SRCFILE=	GotoBLAS2-${GOTOBLAS2VER}_bsd.tar.gz



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