diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-21 18:12:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-21 18:12:13 +0800 |
commit | a7a9346ef79c4ac10e873cdd5489e64a39270dfd (patch) | |
tree | f0db30b6729eb7ea4021a4437e65191ced7b6a7b /math | |
parent | 26a88c7915502d63b65dc2e85fbe8cd38f50e48e (diff) | |
download | freebsd-ports-gnome-a7a9346ef79c4ac10e873cdd5489e64a39270dfd.tar.gz freebsd-ports-gnome-a7a9346ef79c4ac10e873cdd5489e64a39270dfd.tar.zst freebsd-ports-gnome-a7a9346ef79c4ac10e873cdd5489e64a39270dfd.zip |
- 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
Diffstat (limited to 'math')
-rw-r--r-- | math/gotoblas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 277b437c80f9..340dc8525982 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -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 |