=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for asymptote-2.41nb4 Creating main.d Creating quaternion.d Creating algebra3.d Creating arcball.d Creating tr.d Creating glrender.d Creating writePRC.d Creating PRCdouble.d Creating oPRCFile.d Creating PRCbitStream.d Creating predicates.d Creating Delaunay.d Creating array.d Creating constructor.d Creating process.d Creating envcompleter.d Creating refaccess.d Creating fundec.d Creating varinit.d Creating application.d Creating program.d Creating parser.d Creating locate.d Creating getopt1.d Creating getopt.d Creating impdatum.d Creating coenv.d Creating coder.d Creating simpson.d Creating fftw++asy.d Creating fileio.d Creating interact.d Creating record.d Creating absyn.d Creating virtualfieldaccess.d Creating access.d Creating lex.yy.d Creating camp.tab.d Creating stack.d Creating newexp.d Creating exp.d Creating entry.d Creating symbol.d Creating name.d Creating callable.d Creating errormsg.d Creating dec.d Creating stm.d Creating genv.d Creating env.d Creating runmath.d Creating runstring.d Creating runpath3d.d Creating runpath.d Creating runtriple.d Creating runpair.d Creating runsystem.d Creating runfile.d Creating runarray.d Creating runhistory.d Creating runlabel.d Creating runpicture.d Creating runbacktrace.d Creating runtime.d Creating gsl.d Creating builtin.d Creating types.d Creating pipestream.d Creating pen.d Creating bezierpatch.d Creating beziercurve.d Creating drawsurface.d Creating drawpath3.d Creating path3.d Creating drawfill.d Creating knot.d Creating flatguide.d Creating guide.d Creating settings.d Creating util.d Creating texfile.d Creating psfile.d Creating picture.d Creating drawlabel.d Creating drawpath.d Creating path.d Creating camperror.d clang++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -I. -I/usr/pkg/include/gc -I/usr/include/gc -o camperror.o -c camperror.cc In file included from camperror.cc:14: In file included from ./camperror.h:16: In file included from ./common.h:35: ./memory.h:185:29: warning: 'GC_dont_expand' is deprecated [-Wdeprecated-declarations] inline void compact(int x) {GC_dont_expand=x;} ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc.h:255:8: note: 'GC_dont_expand' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_dont_expand; ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc_config_macros.h:284:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ In file included from camperror.cc:14: In file included from ./camperror.h:16: ./common.h:76:9: warning: 'RANDOM_MAX' macro redefined [-Wmacro-redefined] #define RANDOM_MAX 0x7FFFFFFF ^ /usr/include/stdlib.h:188:9: note: previous definition is here #define RANDOM_MAX 0x7fffffff /* (((long)1 << 31) - 1) */ ^ 2 warnings generated. clang++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -I. -I/usr/pkg/include/gc -I/usr/include/gc -o path.o -c path.cc In file included from path.cc:11: In file included from ./path.h:16: In file included from ./mod.h:13: In file included from ./common.h:35: ./memory.h:185:29: warning: 'GC_dont_expand' is deprecated [-Wdeprecated-declarations] inline void compact(int x) {GC_dont_expand=x;} ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc.h:255:8: note: 'GC_dont_expand' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_dont_expand; ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc_config_macros.h:284:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ In file included from path.cc:11: In file included from ./path.h:16: In file included from ./mod.h:13: ./common.h:76:9: warning: 'RANDOM_MAX' macro redefined [-Wmacro-redefined] #define RANDOM_MAX 0x7FFFFFFF ^ /usr/include/stdlib.h:188:9: note: previous definition is here #define RANDOM_MAX 0x7fffffff /* (((long)1 << 31) - 1) */ ^ In file included from path.cc:11: ./path.h:23:11: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ In file included from path.cc:11: ./path.h:23:27: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~~~~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ In file included from path.cc:15: ./mathop.h:107:33: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] return x > Int_MIN-0.5 && x < Int_MAX+0.5; ^~~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ 5 warnings generated. clang++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -I. -I/usr/pkg/include/gc -I/usr/include/gc -o drawpath.o -c drawpath.cc In file included from drawpath.cc:12: In file included from ./drawpath.h:11: In file included from ./drawelement.h:13: In file included from ./common.h:35: ./memory.h:185:29: warning: 'GC_dont_expand' is deprecated [-Wdeprecated-declarations] inline void compact(int x) {GC_dont_expand=x;} ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc.h:255:8: note: 'GC_dont_expand' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_dont_expand; ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc_config_macros.h:284:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ In file included from drawpath.cc:12: In file included from ./drawpath.h:11: In file included from ./drawelement.h:13: ./common.h:76:9: warning: 'RANDOM_MAX' macro redefined [-Wmacro-redefined] #define RANDOM_MAX 0x7FFFFFFF ^ /usr/include/stdlib.h:188:9: note: previous definition is here #define RANDOM_MAX 0x7fffffff /* (((long)1 << 31) - 1) */ ^ In file included from drawpath.cc:12: In file included from ./drawpath.h:11: In file included from ./drawelement.h:16: In file included from ./pen.h:16: ./path.h:23:11: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ In file included from drawpath.cc:12: In file included from ./drawpath.h:11: In file included from ./drawelement.h:16: In file included from ./pen.h:16: ./path.h:23:27: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~~~~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ In file included from drawpath.cc:12: In file included from ./drawpath.h:11: In file included from ./drawelement.h:21: In file included from ./arrayop.h:16: ./mathop.h:107:33: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] return x > Int_MIN-0.5 && x < Int_MAX+0.5; ^~~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ 5 warnings generated. clang++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -I. -I/usr/pkg/include/gc -I/usr/include/gc -o drawlabel.o -c drawlabel.cc In file included from drawlabel.cc:10: In file included from ./drawlabel.h:11: In file included from ./drawelement.h:13: In file included from ./common.h:35: ./memory.h:185:29: warning: 'GC_dont_expand' is deprecated [-Wdeprecated-declarations] inline void compact(int x) {GC_dont_expand=x;} ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc.h:255:8: note: 'GC_dont_expand' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_dont_expand; ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc_config_macros.h:284:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ In file included from drawlabel.cc:10: In file included from ./drawlabel.h:11: In file included from ./drawelement.h:13: ./common.h:76:9: warning: 'RANDOM_MAX' macro redefined [-Wmacro-redefined] #define RANDOM_MAX 0x7FFFFFFF ^ /usr/include/stdlib.h:188:9: note: previous definition is here #define RANDOM_MAX 0x7fffffff /* (((long)1 << 31) - 1) */ ^ In file included from drawlabel.cc:10: In file included from ./drawlabel.h:11: In file included from ./drawelement.h:16: In file included from ./pen.h:16: ./path.h:23:11: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ In file included from drawlabel.cc:10: In file included from ./drawlabel.h:11: In file included from ./drawelement.h:16: In file included from ./pen.h:16: ./path.h:23:27: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~~~~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ In file included from drawlabel.cc:10: In file included from ./drawlabel.h:11: In file included from ./drawelement.h:21: In file included from ./arrayop.h:16: ./mathop.h:107:33: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] return x > Int_MIN-0.5 && x < Int_MAX+0.5; ^~~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ 5 warnings generated. clang++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -I. -I/usr/pkg/include/gc -I/usr/include/gc -o picture.o -c picture.cc In file included from picture.cc:9: In file included from ./errormsg.h:12: In file included from ./common.h:35: ./memory.h:185:29: warning: 'GC_dont_expand' is deprecated [-Wdeprecated-declarations] inline void compact(int x) {GC_dont_expand=x;} ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc.h:255:8: note: 'GC_dont_expand' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_dont_expand; ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc_config_macros.h:284:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ In file included from picture.cc:9: In file included from ./errormsg.h:12: ./common.h:76:9: warning: 'RANDOM_MAX' macro redefined [-Wmacro-redefined] #define RANDOM_MAX 0x7FFFFFFF ^ /usr/include/stdlib.h:188:9: note: previous definition is here #define RANDOM_MAX 0x7fffffff /* (((long)1 << 31) - 1) */ ^ In file included from picture.cc:10: In file included from ./picture.h:15: In file included from ./drawelement.h:16: In file included from ./pen.h:16: ./path.h:23:11: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ In file included from picture.cc:10: In file included from ./picture.h:15: In file included from ./drawelement.h:16: In file included from ./pen.h:16: ./path.h:23:27: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~~~~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ In file included from picture.cc:10: In file included from ./picture.h:15: In file included from ./drawelement.h:21: In file included from ./arrayop.h:16: ./mathop.h:107:33: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] return x > Int_MIN-0.5 && x < Int_MAX+0.5; ^~~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ 5 warnings generated. clang++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -I. -I/usr/pkg/include/gc -I/usr/include/gc -o psfile.o -c psfile.cc In file included from psfile.cc:14: In file included from ./psfile.h:16: In file included from ./pair.h:20: In file included from ./common.h:35: ./memory.h:185:29: warning: 'GC_dont_expand' is deprecated [-Wdeprecated-declarations] inline void compact(int x) {GC_dont_expand=x;} ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc.h:255:8: note: 'GC_dont_expand' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_dont_expand; ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc_config_macros.h:284:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ In file included from psfile.cc:14: In file included from ./psfile.h:16: In file included from ./pair.h:20: ./common.h:76:9: warning: 'RANDOM_MAX' macro redefined [-Wmacro-redefined] #define RANDOM_MAX 0x7FFFFFFF ^ /usr/include/stdlib.h:188:9: note: previous definition is here #define RANDOM_MAX 0x7fffffff /* (((long)1 << 31) - 1) */ ^ In file included from psfile.cc:14: In file included from ./psfile.h:17: ./path.h:23:11: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ In file included from psfile.cc:14: In file included from ./psfile.h:17: ./path.h:23:27: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~~~~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ 4 warnings generated. clang++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -I. -I/usr/pkg/include/gc -I/usr/include/gc -o texfile.o -c texfile.cc In file included from texfile.cc:11: In file included from ./texfile.h:15: In file included from ./common.h:35: ./memory.h:185:29: warning: 'GC_dont_expand' is deprecated [-Wdeprecated-declarations] inline void compact(int x) {GC_dont_expand=x;} ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc.h:255:8: note: 'GC_dont_expand' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_dont_expand; ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc_config_macros.h:284:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ In file included from texfile.cc:11: In file included from ./texfile.h:15: ./common.h:76:9: warning: 'RANDOM_MAX' macro redefined [-Wmacro-redefined] #define RANDOM_MAX 0x7FFFFFFF ^ /usr/include/stdlib.h:188:9: note: previous definition is here #define RANDOM_MAX 0x7fffffff /* (((long)1 << 31) - 1) */ ^ In file included from texfile.cc:11: In file included from ./texfile.h:18: In file included from ./pen.h:16: ./path.h:23:11: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ In file included from texfile.cc:11: In file included from ./texfile.h:18: In file included from ./pen.h:16: ./path.h:23:27: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775805 to 9223372036854775808 [-Wimplicit-int-float-conversion] if(t >= Int_MAX) return Int_MAX; ~~~~~~ ^~~~~~~ ./common.h:67:26: note: expanded from macro 'Int_MAX' #define Int_MAX (Int_MAX2-2) ~~~~~~~~^~ 4 warnings generated. clang++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -I. -I/usr/pkg/include/gc -I/usr/include/gc -o util.o -c util.cc In file included from util.cc:23: In file included from ./util.h:23: In file included from ./common.h:35: ./memory.h:185:29: warning: 'GC_dont_expand' is deprecated [-Wdeprecated-declarations] inline void compact(int x) {GC_dont_expand=x;} ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc.h:255:8: note: 'GC_dont_expand' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_dont_expand; ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc_config_macros.h:284:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ In file included from util.cc:23: In file included from ./util.h:23: ./common.h:76:9: warning: 'RANDOM_MAX' macro redefined [-Wmacro-redefined] #define RANDOM_MAX 0x7FFFFFFF ^ /usr/include/stdlib.h:188:9: note: previous definition is here #define RANDOM_MAX 0x7fffffff /* (((long)1 << 31) - 1) */ ^ 2 warnings generated. clang++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -O2 -DGC_NO_THREAD_REDIRECTS -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.7 -I. -I/usr/pkg/include/gc -I/usr/include/gc -o settings.o -c settings.cc In file included from settings.cc:18: In file included from ./common.h:35: ./memory.h:185:29: warning: 'GC_dont_expand' is deprecated [-Wdeprecated-declarations] inline void compact(int x) {GC_dont_expand=x;} ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc.h:255:8: note: 'GC_dont_expand' has been explicitly marked deprecated here GC_API GC_ATTR_DEPRECATED int GC_dont_expand; ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc_config_macros.h:284:46: note: expanded from macro 'GC_ATTR_DEPRECATED' # define GC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ In file included from settings.cc:18: ./common.h:76:9: warning: 'RANDOM_MAX' macro redefined [-Wmacro-redefined] #define RANDOM_MAX 0x7FFFFFFF ^ /usr/include/stdlib.h:188:9: note: previous definition is here #define RANDOM_MAX 0x7fffffff /* (((long)1 << 31) - 1) */ ^ In file included from settings.cc:18: In file included from ./common.h:35: In file included from ./memory.h:13: /usr/include/c++/map:1773:65: error: no viable conversion from 'gc_allocator>' to 'const gc_allocator>' __alloc_traits::select_on_container_copy_construction(__m.__tree_.__alloc())) ^~~~~~~~~~~~~~~~~~~~~ ./memory.h:146:14: note: in instantiation of member function 'std::__1::multimap, gc_allocator > >::multimap' requested here GC_CONTAINER(multimap); ^ ./env.h:61:8: note: in instantiation of member function 'sym::table::collapseScope' requested here te.collapseScope(); ve.collapseScope(); ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc_allocator.h:152:3: note: candidate constructor not viable: no known conversion from 'std::__1::__tree, std::__1::__map_value_compare, std::__1::less, true>, gc_allocator > >::allocator_type' (aka 'gc_allocator >') to 'const gc_allocator > &' for 1st argument gc_allocator(const gc_allocator&) GC_NOEXCEPT {} ^ /data/scratch/graphics/asymptote/work/.buildlink/include/gc/gc_allocator.h:155:5: note: explicit constructor is not a candidate gc_allocator(const gc_allocator&) GC_NOEXCEPT {} ^ /usr/include/c++/memory:1638:69: note: passing argument to parameter '__a' here select_on_container_copy_construction(const allocator_type& __a) ^ 2 warnings and 1 error generated. gmake: *** [Makefile:318: settings.o] Error 1 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/graphics/asymptote *** Error code 1 Stop. make: stopped in /data/pkgsrc/graphics/asymptote