On Sat, 11 Jan 2020 05:05:44 -0700 (MST) c...@openbsd.org wrote: > http://build-failures.rhaalovely.net/powerpc/2019-12-25/graphics/asymptote.log
It's broken since texlive-2019 due to packaging lists changes: --8<-- $ pkglocate etoolbox.sty texlive_texmf-minimal-2019:print/texlive/texmf,-main: /usr/local/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty -->8-- It has not been spotted before because it's not built on clang archs. Once added it builds fine on powerpc [0]. Comments/feedback are welcome, Charlène. [0] https://bin.charlenew.xyz/asymptote.log Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/asymptote/Makefile,v retrieving revision 1.36 diff -u -p -u -p -r1.36 Makefile --- Makefile 12 Jul 2019 20:46:56 -0000 1.36 +++ Makefile 11 Jan 2020 12:15:06 -0000 @@ -27,9 +27,10 @@ WANTLIB += GL GLU OSMesa c fftw3 gc glut WANTLIB += readline sigsegv ${COMPILER_LIBCXX} z COMPILER = base-clang ports-gcc base-gcc - -BUILD_DEPENDS= print/texlive/base \ - print/texinfo + +BUILD_DEPENDS= print/texinfo \ + print/texlive/base \ + print/texlive/texmf,-main RUN_DEPENDS= graphics/py-Pillow \ print/texlive/texmf,-full \ ${MODPY_TKINTER_DEPENDS}