=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for felt-3.05nb5
Making all in ./lib ...
Making all in ./lib/Elements ...
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c axisymm.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c beam.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c beam3d.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c brick.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c cst.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c ctg.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c htk.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c iso_2d.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c iso_quad.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c misc.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c rod.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c spring.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c timoshenko.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c truss.c
rm -f libelt.a
ar cq libelt.a axisymm.o beam.o beam3d.o brick.o cst.o ctg.o htk.o  iso_2d.o iso_quad.o misc.o rod.o spring.o timoshenko.o truss.o
ranlib libelt.a
Making all in ./lib/Felt ...
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c Tree.c
Tree.c:60:14: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration]
extern char *malloc ( );
             ^
Tree.c:60:14: note: 'malloc' is a builtin with type 'void *(unsigned long)'
1 warning generated.
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c code.c
code.c:543:23: warning: incompatible pointer types passing 'Code' (aka 'union instruction *') to parameter of type 'double *' [-Wincompatible-pointer-types]
            push (EvalTable (pc, y, time, 0));
                             ^~
code.c:37:30: note: expanded from macro 'push'
# define push(x)        (* ++ sp = (x))
                                    ^
code.c:549:23: warning: incompatible pointer types passing 'Code' (aka 'union instruction *') to parameter of type 'double *' [-Wincompatible-pointer-types]
            push (EvalTable (pc, y, time, 1));
                             ^~
code.c:37:30: note: expanded from macro 'push'
# define push(x)        (* ++ sp = (x))
                                    ^
code.c:579:20: warning: cast to smaller integer type 'int' from 'Code' (aka 'union instruction *') [-Wpointer-to-int-cast]
        printf ("%x\t%s", (int) (pc ++), data [op].opcode);
                          ^~~~~~~~~~~~~
code.c:584:24: warning: cast to smaller integer type 'int' from 'Code' (aka 'union instruction *') [-Wpointer-to-int-cast]
            printf ("\t%x\n", (int) (pc + x));
                              ^~~~~~~~~~~~~~
4 warnings generated.
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c definition.c
definition.c:43:12: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
    return strcmp (((Definition) item1) -> name, ((Definition) item2) -> name);
           ^
definition.c:43:12: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
1 warning generated.
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c detail.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c draw.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c fe.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c file.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include  -c initialize.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c modal.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c nonlinear.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c objects.c
clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I../../include -DLIBDIR=\"/opt/pkg/share/felt\" -DCPP=\"clang -E\" -c problem.c
clang: error: unknown argument: '-E"'
*** [problem.o] Error code 1

make[2]: stopped in /Users/pbulk/build/cad/felt/work/FElt-3.05/lib/Felt
1 error

make[2]: stopped in /Users/pbulk/build/cad/felt/work/FElt-3.05/lib/Felt
*** [all] Error code 1

make[1]: stopped in /Users/pbulk/build/cad/felt/work/FElt-3.05/lib
1 error

make[1]: stopped in /Users/pbulk/build/cad/felt/work/FElt-3.05/lib
*** [all] Error code 1

bmake: stopped in /Users/pbulk/build/cad/felt/work/FElt-3.05
1 error

bmake: stopped in /Users/pbulk/build/cad/felt/work/FElt-3.05
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/cad/felt
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/cad/felt