- Mark broken in i386:

Program received signal SIGBUS: Access to an undefined portion of a memory object.

Backtrace for this error:
#0  0x28B2C4D6
#1  0x28B2CB17
#2  0xFFFFE193
gmake[2]: *** [Makefile:10: level1] Bus error (core dumped)

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-12-21 10:12:13 +00:00
parent 78c3486d07
commit b54054a500
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429052

View file

@ -19,7 +19,8 @@ COMMENT= Fast implementation of Basic Linear Algebra Subprograms
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/00License.txt
BROKEN_powerpc64= Does not build
BROKEN_powerpc64= does not build
BROKEN_i386= does not build (terminates with SIGBUS)
GOTOBLAS2VER= 1.13
GOTOBLAS2_SRCFILE= GotoBLAS2-${GOTOBLAS2VER}_bsd.tar.gz