MidnightBSD Magus

math/spooles

SParse Object Oriented Linear Equations Solver

Flavor Version Run OSVersion Arch License Restricted Build Fetch Test Scan
2.2_17 641 4.0 i386 publicdom 0 fail pass untested untested Reset Port

License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Events

Machine Phase Type Time Message
m4032b build info 2026-06-03 06:45:50.447805 Build Started
m4032b build warn 2026-06-03 06:46:24.478357 MASTER_SITES contains non-HTTPS URLs: http://www.netlib.org/linalg/spooles/, ftp://ftp.irisa.fr/pub/netlib/linalg/spooles/, http://netlib.sandia.gov/linalg/spooles/
m4032b build fail 2026-06-03 06:46:24.492901 make build returned non-zero: 1
m4032b build fail 2026-06-03 06:46:24.584805 Build complete.
m4032 fetch info 2026-06-03 04:33:06.089997 Fetch Started
m4032 fetch pass 2026-06-03 04:33:12.801366 Fetch complete.

Build Log

===>  Building for spooles-2.2_17
gmake[1]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2'
cd A2/src             ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/A2/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o A2_basics.o
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(mtx, struct _A2, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(mtx, struct _A2, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(mtx, struct _A2, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  copyEntriesToVector.c -o A2_copyEntriesToVector.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o A2_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  instance.c -o A2_instance.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  IO.c -o A2_IO.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  makeStaircase.c -o A2_makeStaircase.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  norms.c -o A2_norms.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  QRreduce.c -o A2_QRreduce.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  sort.c -o A2_sort.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  util.c -o A2_util.o
ar rv ../../spooles.a A2_*.o
ar: warning: creating ../../spooles.a
a - A2_IO.o
a - A2_QRreduce.o
a - A2_basics.o
a - A2_copyEntriesToVector.o
a - A2_init.o
a - A2_instance.o
a - A2_makeStaircase.o
a - A2_norms.o
a - A2_sort.o
a - A2_util.o
rm -f A2_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/A2/src'
cd BKL/src            ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/BKL/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o BKL_basics.o
basics.c:19:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   19 | ALLOCATE(bkl, struct _BKL, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../BPG/../Graph/../IVL/../IV/../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:19:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   19 | ALLOCATE(bkl, struct _BKL, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../BPG/../Graph/../IVL/../IV/../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:19:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   19 | ALLOCATE(bkl, struct _BKL, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../BPG/../Graph/../IVL/../IV/../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  evalfcn.c -o BKL_evalfcn.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  exhSearch.c -o BKL_exhSearch.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  fidmat.c -o BKL_fidmat.o
fidmat.c:98:4: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   98 |    ALLOCATE(cells, struct _cell, ndom) ;
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../BPG/../Graph/../IVL/../IV/../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
fidmat.c:98:4: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   98 |    ALLOCATE(cells, struct _cell, ndom) ;
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../BPG/../Graph/../IVL/../IV/../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
fidmat.c:98:4: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   98 |    ALLOCATE(cells, struct _cell, ndom) ;
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../BPG/../Graph/../IVL/../IV/../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o BKL_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  util.c -o BKL_util.o
ar rv ../../spooles.a BKL_*.o
a - BKL_basics.o
a - BKL_evalfcn.o
a - BKL_exhSearch.o
a - BKL_fidmat.o
a - BKL_init.o
a - BKL_util.o
rm -f BKL_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/BKL/src'
cd BPG/src            ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/BPG/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o BPG_basics.o
basics.c:27:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   27 | ALLOCATE(bpg, struct _BPG, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Graph/../IVL/../IV/../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:27:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   27 | ALLOCATE(bpg, struct _BPG, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Graph/../IVL/../IV/../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:27:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   27 | ALLOCATE(bpg, struct _BPG, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Graph/../IVL/../IV/../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  DM.c -o BPG_DM.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o BPG_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  IO.c -o BPG_IO.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  makeGraphs.c -o BPG_makeGraphs.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  maxFlow.c -o BPG_maxFlow.o
maxFlow.c:233:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
  233 | ALLOCATE(cells, struct _Cell,   ncell) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Graph/../IVL/../IV/../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
maxFlow.c:233:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
  233 | ALLOCATE(cells, struct _Cell,   ncell) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Graph/../IVL/../IV/../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
maxFlow.c:233:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
  233 | ALLOCATE(cells, struct _Cell,   ncell) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Graph/../IVL/../IV/../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
maxFlow.c:234:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
  234 | ALLOCATE(heads, struct _Cell *, nX + nY) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Graph/../IVL/../IV/../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
maxFlow.c:234:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
  234 | ALLOCATE(heads, struct _Cell *, nX + nY) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Graph/../IVL/../IV/../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
maxFlow.c:234:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
  234 | ALLOCATE(heads, struct _Cell *, nX + nY) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Graph/../IVL/../IV/../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
6 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  pseudo.c -o BPG_pseudo.o
ar rv ../../spooles.a BPG_*.o
a - BPG_DM.o
a - BPG_IO.o
a - BPG_basics.o
a - BPG_init.o
a - BPG_makeGraphs.o
a - BPG_maxFlow.o
a - BPG_pseudo.o
rm -f BPG_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/BPG/src'
cd Chv/src            ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/Chv/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  assemble.c -o Chv_assemble.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o Chv_basics.o
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(chv, struct _Chv, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../SubMtx/../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(chv, struct _Chv, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../SubMtx/../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(chv, struct _Chv, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../SubMtx/../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  copy.c -o Chv_copy.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  factor.c -o Chv_factor.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  findPivot.c -o Chv_findPivot.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o Chv_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  instance.c -o Chv_instance.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  IO.c -o Chv_IO.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  search.c -o Chv_search.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  swap.c -o Chv_swap.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  update.c -o Chv_update.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  util.c -o Chv_util.o
ar rv ../../spooles.a Chv_*.o
a - Chv_IO.o
a - Chv_assemble.o
a - Chv_basics.o
a - Chv_copy.o
a - Chv_factor.o
a - Chv_findPivot.o
a - Chv_init.o
a - Chv_instance.o
a - Chv_search.o
a - Chv_swap.o
a - Chv_update.o
a - Chv_util.o
rm -f Chv_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/Chv/src'
cd ChvList/src        ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/ChvList/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o ChvList_basics.o
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(chvlist, struct _ChvList, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Chv/../SubMtx/../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(chvlist, struct _ChvList, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Chv/../SubMtx/../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(chvlist, struct _ChvList, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Chv/../SubMtx/../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o ChvList_init.o
init.c:61:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   61 | ALLOCATE(chvlist->heads, struct _Chv *, nlist) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Chv/../SubMtx/../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
init.c:61:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   61 | ALLOCATE(chvlist->heads, struct _Chv *, nlist) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Chv/../SubMtx/../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
init.c:61:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   61 | ALLOCATE(chvlist->heads, struct _Chv *, nlist) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Chv/../SubMtx/../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  IO.c -o ChvList_IO.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  util.c -o ChvList_util.o
ar rv ../../spooles.a ChvList_*.o
a - ChvList_IO.o
a - ChvList_basics.o
a - ChvList_init.o
a - ChvList_util.o
rm -f ChvList_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/ChvList/src'
cd ChvManager/src     ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/ChvManager/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o ChvManager_basics.o
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(manager, struct _ChvManager, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Chv/../SubMtx/../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(manager, struct _ChvManager, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Chv/../SubMtx/../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(manager, struct _ChvManager, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Chv/../SubMtx/../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o ChvManager_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  IO.c -o ChvManager_IO.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  util.c -o ChvManager_util.o
ar rv ../../spooles.a ChvManager_*.o
a - ChvManager_IO.o
a - ChvManager_basics.o
a - ChvManager_init.o
a - ChvManager_util.o
rm -f ChvManager_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/ChvManager/src'
cd Coords/src         ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/Coords/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o Coords_basics.o
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(coords, struct _Coords, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(coords, struct _Coords, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(coords, struct _Coords, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o Coords_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  IO.c -o Coords_IO.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  util.c -o Coords_util.o
ar rv ../../spooles.a Coords_*.o
a - Coords_IO.o
a - Coords_basics.o
a - Coords_init.o
a - Coords_util.o
rm -f Coords_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/Coords/src'
cd DSTree/src         ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/DSTree/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o DSTree_basics.o
basics.c:27:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   27 | ALLOCATE(dstree, struct _DSTree, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:27:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   27 | ALLOCATE(dstree, struct _DSTree, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:27:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   27 | ALLOCATE(dstree, struct _DSTree, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o DSTree_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  instance.c -o DSTree_instance.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  IO.c -o DSTree_IO.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  stages.c -o DSTree_stages.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  util.c -o DSTree_util.o
ar rv ../../spooles.a DSTree_*.o
a - DSTree_IO.o
a - DSTree_basics.o
a - DSTree_init.o
a - DSTree_instance.o
a - DSTree_stages.o
a - DSTree_util.o
rm -f DSTree_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/DSTree/src'
cd DV/src             ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/DV/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o DV_basics.o
basics.c:19:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   19 | ALLOCATE(dv, struct _DV, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:19:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   19 | ALLOCATE(dv, struct _DV, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:19:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   19 | ALLOCATE(dv, struct _DV, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o DV_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  instance.c -o DV_instance.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  IO.c -o DV_IO.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  profile.c -o DV_profile.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  util.c -o DV_util.o
ar rv ../../spooles.a DV_*.o
a - DV_IO.o
a - DV_basics.o
a - DV_init.o
a - DV_instance.o
a - DV_profile.o
a - DV_util.o
rm -f DV_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/DV/src'
cd DenseMtx/src       ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/DenseMtx/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o DenseMtx_basics.o
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(mtx, struct _DenseMtx, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(mtx, struct _DenseMtx, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(mtx, struct _DenseMtx, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o DenseMtx_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  initAsSubmtx.c -o DenseMtx_initAsSubmtx.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  instance.c -o DenseMtx_instance.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  IO.c -o DenseMtx_IO.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  permute.c -o DenseMtx_permute.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  scale.c -o DenseMtx_scale.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  util.c -o DenseMtx_util.o
ar rv ../../spooles.a DenseMtx_*.o
a - DenseMtx_IO.o
a - DenseMtx_basics.o
a - DenseMtx_init.o
a - DenseMtx_initAsSubmtx.o
a - DenseMtx_instance.o
a - DenseMtx_permute.o
a - DenseMtx_scale.o
a - DenseMtx_util.o
rm -f DenseMtx_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/DenseMtx/src'
cd Drand/src          ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/Drand/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o Drand_basics.o
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(drand, struct _Drand, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(drand, struct _Drand, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:21:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   21 | ALLOCATE(drand, struct _Drand, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o Drand_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  util.c -o Drand_util.o
ar rv ../../spooles.a Drand_*.o
a - Drand_basics.o
a - Drand_init.o
a - Drand_util.o
rm -f Drand_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/Drand/src'
cd EGraph/src         ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/EGraph/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o EGraph_basics.o
basics.c:19:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   19 | ALLOCATE(eg, struct _EGraph, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:19:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   19 | ALLOCATE(eg, struct _EGraph, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:19:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   19 | ALLOCATE(eg, struct _EGraph, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o EGraph_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  IO.c -o EGraph_IO.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  mkAdjGraph.c -o EGraph_mkAdjGraph.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  misc.c -o EGraph_misc.o
ar rv ../../spooles.a EGraph_*.o
a - EGraph_IO.o
a - EGraph_basics.o
a - EGraph_init.o
a - EGraph_misc.o
a - EGraph_mkAdjGraph.o
rm -f EGraph_*.o
ranlib ../../spooles.a
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/EGraph/src'
cd ETree/src          ; /usr/local/bin/gmake -f makeGlobalLib
gmake[2]: Entering directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/ETree/src'
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  IO.c -o ETree_IO.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  basics.c -o ETree_basics.o
basics.c:27:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   27 | ALLOCATE(etree, struct _ETree, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:37:15: note: expanded from macro 'ALLOCATE'
   36 |               "\n ALLOCATE failure : bytes %lu, line %d, file %s", \
      |                                            ~~~
   37 |               (count)*sizeof(type), __LINE__, __FILE__) ; \
      |               ^~~~~~~~~~~~~~~~~~~~
basics.c:27:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   27 | ALLOCATE(etree, struct _ETree, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:42:20: note: expanded from macro 'ALLOCATE'
   41 |               "\n ALLOCATE : address %p, bytes %lu, line %d, file %s", \
      |                                                ~~~
   42 |               ptr, (count)*sizeof(type), __LINE__, __FILE__) ; } } \
      |                    ^~~~~~~~~~~~~~~~~~~~
basics.c:27:1: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
   27 | ALLOCATE(etree, struct _ETree, 1) ;
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../../Utilities/MM.h:48:12: note: expanded from macro 'ALLOCATE'
   47 |            "\n ALLOCATE error : bytes %lu, line %d, file %s", \
      |                                       ~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ^~~~~~~~~~~~~~~~~~~~
3 warnings generated.
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  compress.c -o ETree_compress.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  init.c -o ETree_init.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  initFromSubtree.c -o ETree_initFromSubtree.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  instance.c -o ETree_instance.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  justify.c -o ETree_justify.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  maps.c -o ETree_maps.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  metrics.c -o ETree_metrics.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  ms.c -o ETree_ms.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  permute.c -o ETree_permute.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  semi.c -o ETree_semi.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  storage.c -o ETree_storage.o
cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  transform.c -o ETree_transform.o
transform.c:294:23: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'int' [-Wint-conversion]
  294 | temp = IVinit(nfront, NULL) ;
      |                       ^~~~
/usr/include/sys/_null.h:32:14: note: expanded from macro 'NULL'
   32 | #define NULL    ((void *)0)
      |                 ^~~~~~~~~~~
./../../Utilities/IV.h:139:10: note: passing argument to parameter 'ival' here
  139 |    int   ival 
      |          ^
transform.c:456:23: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'int' [-Wint-conversion]
  456 | temp = IVinit(nfront, NULL) ;
      |                       ^~~~
/usr/include/sys/_null.h:32:14: note: expanded from macro 'NULL'
   32 | #define NULL    ((void *)0)
      |                 ^~~~~~~~~~~
./../../Utilities/IV.h:139:10: note: passing argument to parameter 'ival' here
  139 |    int   ival 
      |          ^
transform.c:617:23: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'int' [-Wint-conversion]
  617 | temp = IVinit(nfront, NULL) ;
      |                       ^~~~
/usr/include/sys/_null.h:32:14: note: expanded from macro 'NULL'
   32 | #define NULL    ((void *)0)
      |                 ^~~~~~~~~~~
./../../Utilities/IV.h:139:10: note: passing argument to parameter 'ival' here
  139 |    int   ival 
      |          ^
3 errors generated.
gmake[2]: *** [makeGlobalLib:26: transform.o] Error 1
gmake[2]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2/ETree/src'
gmake[1]: *** [makefile:142: global] Error 2
gmake[1]: Leaving directory '/magus/work/usr/mports/math/spooles/work/spooles.2.2'
*** Error code 2

Stop.
make: stopped in /usr/mports/math/spooles

Links

Depends On

Depend Of

Categories

CVEs

  • Loading CVE information...

LLM Analysis