=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for pari-2.3.5nb28
Making gp in Odarwin-i386
../config/genkernel ../src/kernel/x86_64/asm0.h > parilvl0.h
cat ../src/kernel/gmp/tune.h ../src/kernel/gmp/int.h ../src/kernel/none/level1.h > parilvl1.h
cat parilvl0.h parilvl1.h > pariinl.h
/Users/pbulk/build/math/pari23/work/.cwrapper/bin/libtool  --mode=compile clang  -c -O3 -Wall -fomit-frame-pointer  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I/opt/pkg/include/ncurses -I. -I../src/headers -I../src/language -I/opt/pkg/include -o gp.lo ../src/gp/gp.c
libtool: compile:  clang -c -O3 -Wall -fomit-frame-pointer -pipe -Os -I/Users/pbulk/build/math/pari23/work/.buildlink/include -I/Users/pbulk/build/math/pari23/work/.buildlink/include/ncurses -I. -I../src/headers -I../src/language ../src/gp/gp.c  -fno-common -DPIC -o .libs/gp.o
In file included from ../src/gp/gp.c:21:
In file included from ../src/headers/pari.h:76:
../src/kernel/none/level1.h:476:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  y[1] = evalsigne(-1)| evallgefint(3); y[2] = x; return y;
         ^~~~~~~~~~~~~
../src/headers/parigen.h:84:44: note: expanded from macro 'evalsigne'
#define evalsigne(x)  ((ulong)(((long)(x)) << SIGNSHIFT))
                               ~~~~~~~~~~~ ^
In file included from ../src/gp/gp.c:21:
In file included from ../src/headers/pari.h:76:
../src/kernel/none/level1.h:565:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    else       { x[1] = evalsigne(-1) | evallgefint(3); x[2] = -s; }
                        ^~~~~~~~~~~~~
../src/headers/parigen.h:84:44: note: expanded from macro 'evalsigne'
#define evalsigne(x)  ((ulong)(((long)(x)) << SIGNSHIFT))
                               ~~~~~~~~~~~ ^
In file included from ../src/gp/gp.c:21:
In file included from ../src/headers/pari.h:76:
../src/kernel/none/level1.h:581:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    y[1] = evalsigne(-1) | _evalexpo((BITS_IN_LONG-1)-sh);
           ^~~~~~~~~~~~~
../src/headers/parigen.h:84:44: note: expanded from macro 'evalsigne'
#define evalsigne(x)  ((ulong)(((long)(x)) << SIGNSHIFT))
                               ~~~~~~~~~~~ ^
In file included from ../src/gp/gp.c:21:
In file included from ../src/headers/pari.h:76:
../src/kernel/none/level1.h:629:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  x[1] = evalsigne(-1) | _evalexpo(0);
         ^~~~~~~~~~~~~
../src/headers/parigen.h:84:44: note: expanded from macro 'evalsigne'
#define evalsigne(x)  ((ulong)(((long)(x)) << SIGNSHIFT))
                               ~~~~~~~~~~~ ^
In file included from ../src/gp/gp.c:21:
In file included from ../src/headers/pari.h:76:
../src/kernel/none/level1.h:732:24: error: invalid output constraint '=a' in asm
  hiremainder = 0; q = divll((ulong)labs(x),(ulong)labs(y));
                       ^
../src/kernel/x86-64/asm0.h:81:4: note: expanded from macro 'divll'
        : "=a" /* %eax */ (__value), "=&d" /* %edx */ (hiremainder) \
          ^
../src/kernel/none/level1.h:757:28: error: invalid output constraint '=a' in asm
  hiremainder=0; q = (long)divll(labs(x), (ulong)y[2]);
                           ^
../src/kernel/x86-64/asm0.h:81:4: note: expanded from macro 'divll'
        : "=a" /* %eax */ (__value), "=&d" /* %edx */ (hiremainder) \
          ^
../src/kernel/none/level1.h:847:26: error: invalid output constraint '=a' in asm
  hiremainder = 0; (void)divll(x, y[2]); return hiremainder;
                         ^
../src/kernel/x86-64/asm0.h:81:4: note: expanded from macro 'divll'
        : "=a" /* %eax */ (__value), "=&d" /* %edx */ (hiremainder) \
          ^
../src/kernel/none/level1.h:1087:24: error: invalid output constraint '=a' in asm
    register ulong x = mulll(a,b);
                       ^
../src/kernel/x86-64/asm0.h:65:4: note: expanded from macro 'mulll'
        : "=a" /* %eax */ (__valuelo), "=d" /* %edx */ (hiremainder) \
          ^
../src/kernel/none/level1.h:1088:11: error: invalid output constraint '=a' in asm
    (void)divll(x,p);
          ^
../src/kernel/x86-64/asm0.h:81:4: note: expanded from macro 'divll'
        : "=a" /* %eax */ (__value), "=&d" /* %edx */ (hiremainder) \
          ^
../src/kernel/none/level1.h:1097:24: error: invalid output constraint '=a' in asm
    register ulong x = mulll(a,a);
                       ^
../src/kernel/x86-64/asm0.h:65:4: note: expanded from macro 'mulll'
        : "=a" /* %eax */ (__valuelo), "=d" /* %edx */ (hiremainder) \
          ^
../src/kernel/none/level1.h:1098:11: error: invalid output constraint '=a' in asm
    (void)divll(x,p);
          ^
../src/kernel/x86-64/asm0.h:81:4: note: expanded from macro 'divll'
        : "=a" /* %eax */ (__value), "=&d" /* %edx */ (hiremainder) \
          ^
../src/gp/gp.c:179:17: warning: address of array 'b->env' will always evaluate to 'true' [-Wpointer-bool-conversion]
  if (!b || !b->env) longjmp(GP_DATA->env, 0);
            ~~~~^~~
5 warnings and 7 errors generated.
*** Error code 1

Stop.
bmake[2]: stopped in /Users/pbulk/build/math/pari23/work/pari-2.3.5/Odarwin-i386
*** Error code 1

Stop.
bmake[1]: stopped in /Users/pbulk/build/math/pari23/work/pari-2.3.5
*** Error code 1

Stop.
bmake: stopped in /Users/pbulk/build/math/pari23/work/pari-2.3.5
*** Error code 1

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/math/pari23
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/math/pari23