On 2017/06/04 16:22, Stuart Henderson wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2017/06/04 16:22:05 > > Modified files: > graphics/asymptote: Makefile > > Log message: > Add a "NOT_FOR_ARCHS=${CLANG_ARCHS}" to asymptote for now, with a > comment explaining what's not working (I would have just let it fail > so it's easier to spot, but it hangs during build). this is a terminal > port, not knocking out others. > > This does not fail with ports clang though.. >
That hang was seen on amd64. On aarch64 it was also seen but there were also a bunch of exciting warnings displayed when asy runs: ../asy -dir ../base -config "" -render=0 -f pdf -noprc markers1.asy asy:/usr/local/lib/libgc.so.4.0: undefined symbol '__data_start' asy:/usr/X11R6/lib/libGLU.so.9.0: undefined symbol '' asy:/usr/X11R6/lib/libGLU.so.9.0: undefined symbol '' asy:/usr/X11R6/lib/libGLU.so.9.0: undefined symbol '' asy:/usr/X11R6/lib/libGLU.so.9.0: undefined symbol '' asy:/usr/X11R6/lib/libGLU.so.9.0: undefined symbol '' asy:/usr/X11R6/lib/libGLU.so.9.0: undefined symbol '' [...]
