- specify reason for BROKEN on alpha 4.x
Fatal error 'longjmp()ing between thread contexts is undefined by POSIX 1003.1' at line ? in file src/lib/libc_r/uthread/uthread_jmp.c (errno = ?) Abort trap (core dumped)
This commit is contained in:
parent
7f4187a23a
commit
3bc31e2cdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104135
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,10 @@ MAKEFILE=
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on alpha 4.x"
|
||||
# Fatal error 'longjmp()ing between thread contexts is undefined by POSIX 1003.1'
|
||||
# at line ? in file src/lib/libc_r/uthread/uthread_jmp.c (errno = ?)
|
||||
# Abort trap (core dumped)
|
||||
BROKEN= "longjmp()ing between thread contexts in src/lib/libc_r/uthread/uthread_jmp.c"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue