------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1g,1.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> amap-5.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> amap-5.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by amap-5.4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> amap-5.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by amap-5.4 for building => SHA256 Checksum OK for amap-5.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> amap-5.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by amap-5.4 for building ===> Extracting for amap-5.4 ===> amap-5.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by amap-5.4 for building => SHA256 Checksum OK for amap-5.4.tar.gz. Extracted Memory Use: 1.06M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for amap-5.4 ===> Applying ports patches for amap-5.4 ===> Cleanly applied ports patch(es) patch-amap-lib.c patch-configure patch-pcre-3.9_chartables.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> amap-5.4 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> amap-5.4 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for amap-5.4 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing -Wl,-rpath,/usr/local/lib ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing -Wl,-rpath,/usr/local/lib ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking for Cygwin environment... no checking for mingw32 environment... no checking how to run the C preprocessor... cpp checking host system type... x86_64-unknown-dragonfly5.9 checking build system type... x86_64-unknown-dragonfly5.9 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... unknown checking for object suffix... o checking for executable suffix... no checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... no checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes creating libtool checking for ANSI C header files... yes checking for limits.h... yes checking for working const... yes checking for size_t... yes checking for bcopy... yes checking for memmove... yes checking for strerror... yes updating cache ./config.cache creating ./config.status creating Makefile creating pcre.h creating pcre-config creating RunTest creating config.h Starting amap auto configuration ... Checking for openssl ... ... found: /usr/local/lib Manual page will be install to: /usr/local/man Amap will be installed into .../bin and .../etc of: /usr/local (change this by running ./configure --prefix=path) Writing Makefile.in ... Generating Makefile ... now type "make" SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for amap-5.4 cd pcre-3.9 && make cc -DHAVE_CONFIG_H -I. -I. -I. -DNEWLINE=10 -pipe -O2 -fno-strict-aliasing -c pcre.c cc -DHAVE_CONFIG_H -I. -I. -I. -DNEWLINE=10 -pipe -O2 -fno-strict-aliasing -c maketables.c cc -DHAVE_CONFIG_H -I. -I. -I. -DNEWLINE=10 -pipe -O2 -fno-strict-aliasing -c get.c cc -DHAVE_CONFIG_H -I. -I. -I. -DNEWLINE=10 -pipe -O2 -fno-strict-aliasing -c study.c cc -DHAVE_CONFIG_H -I. -I. -I. -DNEWLINE=10 -pipe -O2 -fno-strict-aliasing -c chartables.c rm -f libpcre.a ar cru libpcre.a pcre.o maketables.o get.o study.o chartables.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libpcre.a cc -pipe -O2 -fno-strict-aliasing -c -o amap-lib.o amap-lib.c -I/usr/local/include -DOPENSSL -DAMAP_PREFIX='"/usr/local"' amap-lib.c: In function 'amap_ssl_temp_rsa_cb': amap-lib.c:283:5: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] amap_rsa = RSA_generate_key(512, RSA_F4, NULL, NULL); ^~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/ssl.h:15, from amap-inc.h:25, from amap-lib.c:19: /usr/local/include/openssl/rsa.h:235:25: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/rsa.h:235:1: note: in expansion of macro 'DEPRECATEDIN_0_9_8' DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^~~~~~~~~~~~~~~~~~ cc -pipe -O2 -fno-strict-aliasing -o amap amap.c amap-lib.o -lpcre -L./pcre-3.9/ -I./pcre-3.9/ -lssl -lcrypto -L/usr/local/lib -L/usr/local/lib -I/usr/local/include -DOPENSSL -DAMAP_PREFIX='"/usr/local"' test -e amap6 -o -e amap6.lnk || ln -s amap amap6 cc -pipe -O2 -fno-strict-aliasing -o amapcrap amapcrap.c -lssl -lcrypto -L/usr/local/lib -L/usr/local/lib -I/usr/local/include -DOPENSSL -DAMAP_PREFIX='"/usr/local"' amapcrap.c: In function 'ssl_temp_rsa_cb': amapcrap.c:29:5: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] rsa = RSA_generate_key(512, RSA_F4, NULL, NULL); ^~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/ssl.h:15, from amap-inc.h:25, from amapcrap.c:15: /usr/local/include/openssl/rsa.h:235:25: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/rsa.h:235:1: note: in expansion of macro 'DEPRECATEDIN_0_9_8' DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^~~~~~~~~~~~~~~~~~ test -e amap.exe && strip amap.exe amapcrap.exe || echo test -e amap.exe || strip amap amapcrap SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> amap-5.4 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for amap-5.4 ===> amap-5.4 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list install -s -m 555 /construction/security/amap/amap-5.4/amap /construction/security/amap/stage/usr/local/bin ln -s amap /construction/security/amap/stage/usr/local/bin/amap6 install -s -m 555 /construction/security/amap/amap-5.4/amapcrap /construction/security/amap/stage/usr/local/bin /bin/mkdir -p /construction/security/amap/stage/usr/local/lib/amap install -m 0644 /construction/security/amap/amap-5.4/amap-lib.o /construction/security/amap/stage/usr/local/lib/amap /bin/mkdir -p /construction/security/amap/stage/usr/local/include/amap install -m 0644 /construction/security/amap/amap-5.4/amap.h /construction/security/amap/stage/usr/local/include/amap install -m 0644 /construction/security/amap/amap-5.4/amap-inc.h /construction/security/amap/stage/usr/local/include/amap install -m 0644 /construction/security/amap/amap-5.4/amap-lib.h /construction/security/amap/stage/usr/local/include/amap /bin/mkdir -p /construction/security/amap/stage/usr/local/etc/amap install -m 0644 /construction/security/amap/amap-5.4/appdefs.resp /construction/security/amap/stage/usr/local/etc/amap/appdefs.resp.sample install -m 0644 /construction/security/amap/amap-5.4/appdefs.rpc /construction/security/amap/stage/usr/local/etc/amap/appdefs.rpc.sample install -m 0644 /construction/security/amap/amap-5.4/appdefs.trig /construction/security/amap/stage/usr/local/etc/amap/appdefs.trig.sample install -m 444 /construction/security/amap/amap-5.4/amap.1 /construction/security/amap/stage/usr/local/man/man1 /bin/mkdir -p /construction/security/amap/stage/usr/local/share/doc/amap install -m 0644 /construction/security/amap/amap-5.4/README /construction/security/amap/stage/usr/local/share/doc/amap install -m 0644 /construction/security/amap/amap-5.4/TODO /construction/security/amap/stage/usr/local/share/doc/amap install -m 0644 /construction/security/amap/amap-5.4/CHANGES /construction/security/amap/stage/usr/local/share/doc/amap install -m 0644 /construction/security/amap/amap-5.4/AMAP-LIB-INTERFACE /construction/security/amap/stage/usr/local/share/doc/amap ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: configure SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for amap-5.4 file sizes/checksums [15]: 0% file sizes/checksums [15]: 100% packing files [15]: 0% packing files [15]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:13