------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libnghttp2-1.39.1_1.tgz Installing /packages/All/ca_root_nss-3.45.tgz Message from ca_root_nss-3.45: ********************************* WARNING ********************************* FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. *********************************** NOTE ********************************** This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem *************************************************************************** Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/curl-7.65.3.tgz Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/jsoncpp-1.8.1_7.tgz Installing /packages/All/libuv-1.31.0.tgz Installing /packages/All/rhash-1.3.5.tgz Installing /packages/All/liblz4-1.9.1,1.tgz Installing /packages/All/lzo2-2.10_1.tgz Installing /packages/All/libarchive-3.3.3_1,1.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/cmake-3.14.5_1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/perl5-5.28.2.tgz Message from perl5-5.28.2: The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/postgresql95-client-9.5.19.tgz Message from postgresql95-client-9.5.19: The PostgreSQL port has a collection of "side orders": postgresql-docs For all of the html documentation p5-Pg A perl5 API for client access to PostgreSQL databases. postgresql-tcltk If you want tcl/tk client support. postgresql-jdbc For Java JDBC support. postgresql-odbc For client access from unix applications using ODBC as access method. Not needed to access unix PostgreSQL servers from Win32 using ODBC. See below. ruby-postgres, py-psycopg2 For client access to PostgreSQL databases using the ruby & python languages. postgresql-plperl, postgresql-pltcl & postgresql-plruby For using perl5, tcl & ruby as procedural languages. postgresql-contrib Lots of contributed utilities, postgresql functions and datatypes. There you find pg_standby, pgcrypto and many other cool things. etc... Installing /packages/All/postgresql95-server-9.5.19.tgz ===> Creating groups. Creating group 'pgsql' with gid '150'. ===> Creating users Creating user 'pgsql' with uid '150'. =========== BACKUP YOUR DATA! ============= As always, backup your data before upgrading. If the upgrade leads to a higher minor revision (e.g. 8.3.x -> 8.4), a dump and restore of all databases is required. This is *NOT* done by the port! Press ctrl-C *now* if you need to pg_dump. =========================================== Message from postgresql95-server-9.5.19: For procedural languages and postgresql functions, please note that you might have to update them when updating the server. If you have many tables and many clients running, consider raising kern.maxfiles using sysctl(8), or reconfigure your kernel appropriately. The port is set up to use autovacuum for new databases, but you might also want to vacuum and perhaps backup your database regularly. There is a periodic script, /usr/local/etc/periodic/daily/502.pgsql, that you may find useful. You can use it to backup and perform vacuum on all databases nightly. Per default, it performs `vacuum analyze'. See the script for instructions. For autovacuum settings, please review ~pgsql/data/postgresql.conf. If you plan to access your PostgreSQL server using ODBC, please consider running the SQL script /usr/local/share/postgresql/odbc.sql to get the functions required for ODBC compliance. Please note that if you use the rc script, /usr/local/etc/rc.d/postgresql, to initialize the database, unicode (UTF-8) will be used to store character data by default. Set postgresql_initdb_flags or use login.conf settings described below to alter this behaviour. See the start rc script for more info. To set limits, environment stuff like locale and collation and other things, you can set up a class in /etc/login.conf before initializing the database. Add something similar to this to /etc/login.conf: --- postgres:\ :lang=en_US.UTF-8:\ :setenv=LC_COLLATE=C:\ :tc=default: --- and run `cap_mkdb /etc/login.conf'. Then add 'postgresql_class="postgres"' to /etc/rc.conf. ====================================================================== To initialize the database, run /usr/local/etc/rc.d/postgresql initdb You can then start PostgreSQL by running: /usr/local/etc/rc.d/postgresql start For postmaster settings, see ~pgsql/data/postgresql.conf NB. FreeBSD's PostgreSQL port logs to syslog by default See ~pgsql/data/postgresql.conf for more info NB. If you're not using a checksumming filesystem like ZFS, you might wish to enable data checksumming. It can only be enabled during the initdb phase, by adding the "--data-checksums" flag to the postgres_initdb_flags rcvar. Check the initdb(1) manpage for more info and make sure you understand the performance implications. ====================================================================== To run PostgreSQL at startup, add 'postgresql_enable="YES"' to /etc/rc.conf Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/python27-2.7.16_1.tgz Message from python27-2.7.16_1: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== Installing /packages/All/krb5-1.17_2.tgz Installing /packages/All/pcre-8.43_2.tgz Installing /packages/All/icu-64.2,1.tgz Installing /packages/All/boost-libs-1.70.0_2.tgz Message from boost-libs-1.70.0_2: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Installing /packages/All/py27-boost-libs-1.70.0_3.tgz Message from py27-boost-libs-1.70.0_3: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. You have built the Boost.Python library. You have to add the following options when building your own code: Compiler options: -I/usr/local/include/python2.7 -I/usr/local/include Linker options: -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7 SUCCEEDED 00:00:26 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x WARNING: Condor needs approximately 3GB to build! Please make sure your build environment has that much space before continuing. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x WARNING: Condor needs approximately 3GB to build! Please make sure your build environment has that much space before continuing. ===> Fetching all distfiles required by condor-8.4.12_7 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x WARNING: Condor needs approximately 3GB to build! Please make sure your build environment has that much space before continuing. ===> Fetching all distfiles required by condor-8.4.12_7 for building => SHA256 Checksum OK for condor_src-8.4.12-all-all.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x WARNING: Condor needs approximately 3GB to build! Please make sure your build environment has that much space before continuing. ===> Fetching all distfiles required by condor-8.4.12_7 for building ===> Extracting for condor-8.4.12_7 => SHA256 Checksum OK for condor_src-8.4.12-all-all.tar.gz. Extracted Memory Use: 93.61M SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for condor-8.4.12_7 ===> Applying ports patches for condor-8.4.12_7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for condor-8.4.12_7 ===> Performing out-of-source build /bin/mkdir -p /construction/sysutils/condor/.build -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- *********************************************************** -- System(sting.dragonflybsd.org): DRAGONFLY(5.7) Arch=X86_64 BitMode= BUILDID: -- install prefix:/usr/local -- ********* BEGINNING CONFIGURATION ********* -- Found PythonLibs: /usr/local/lib/libpython2.7.so (found version "2.7.16") -- Found PythonInterp: /usr/local/bin/python2.7 (found suitable exact version "2.7.16") -- Looking for pthread.h -- Looking for pthread.h - found -- Found Threads: TRUE -- Could not find libs(uuid) -- Could not find libs(resolv) -- Could not find libs(cares) -- Could not find libs(cares19) -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Looking for res_init -- Looking for res_init - found -- Looking for TCP_KEEPIDLE -- Looking for TCP_KEEPIDLE - found -- Looking for TCP_KEEPALIVE -- Looking for TCP_KEEPALIVE - not found -- Looking for TCP_KEEPCNT -- Looking for TCP_KEEPCNT - found -- Looking for TCP_KEEPINTVL, -- Looking for TCP_KEEPINTVL, - found -- Looking for TCP_USER_TIMEOUT, -- Looking for TCP_USER_TIMEOUT, - not found -- Looking for MS_PRIVATE -- Looking for MS_PRIVATE - not found -- Looking for MS_SHARED -- Looking for MS_SHARED - not found -- Looking for MS_SLAVE -- Looking for MS_SLAVE - not found -- Looking for MS_REC -- Looking for MS_REC - not found -- Looking for epoll_create1 -- Looking for epoll_create1 - not found -- Looking for poll -- Looking for poll - found -- Looking for fdatasync -- Looking for fdatasync - not found -- Looking for _POSIX_MONOTONIC_CLOCK -- Looking for _POSIX_MONOTONIC_CLOCK - found -- Looking for CLOCK_MONOTONIC_RAW -- Looking for CLOCK_MONOTONIC_RAW - not found -- Looking for CLOCK_REALTIME_COARSE -- Looking for CLOCK_REALTIME_COARSE - not found -- Looking for access -- Looking for access - found -- Looking for clone -- Looking for clone - not found -- Looking for dirfd -- Looking for dirfd - found -- Looking for euidaccess -- Looking for euidaccess - not found -- Looking for execl -- Looking for execl - found -- Looking for fstat64 -- Looking for fstat64 - not found -- Looking for _fstati64 -- Looking for _fstati64 - not found -- Looking for getdtablesize -- Looking for getdtablesize - found -- Looking for getpagesize -- Looking for getpagesize - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for inet_ntoa -- Looking for inet_ntoa - found -- Looking for lchown -- Looking for lchown - found -- Looking for lstat -- Looking for lstat - found -- Looking for lstat64 -- Looking for lstat64 - not found -- Looking for _lstati64 -- Looking for _lstati64 - not found -- Looking for mkstemp -- Looking for mkstemp - found -- Looking for setegid -- Looking for setegid - found -- Looking for setenv -- Looking for setenv - found -- Looking for seteuid -- Looking for seteuid - found -- Looking for setlinebuf -- Looking for setlinebuf - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for include file sys/eventfd.h -- Looking for include file sys/eventfd.h - not found -- Looking for innetgr -- Looking for innetgr - found -- Looking for getgrnam -- Looking for getgrnam - found -- Looking for stat64 -- Looking for stat64 - not found -- Looking for _stati64 -- Looking for _stati64 - not found -- Looking for statfs -- Looking for statfs - found -- Looking for statvfs -- Looking for statvfs - found -- Looking for strcasestr -- Looking for strcasestr - found -- Looking for strsignal -- Looking for strsignal - found -- Looking for unsetenv -- Looking for unsetenv - found -- Looking for vasprintf -- Looking for vasprintf - found -- Looking for getifaddrs -- Looking for getifaddrs - found -- Looking for readdir64 -- Looking for readdir64 - not found -- Looking for backtrace -- Looking for backtrace - not found -- Looking for unshare -- Looking for unshare - not found -- Looking for proc_pid_rusage -- Looking for proc_pid_rusage - not found -- Looking for include file dlfcn.h -- Looking for include file dlfcn.h - found -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Looking for include file ldap.h -- Looking for include file ldap.h - not found -- Could not find libs(ldap;lber) -- Looking for include file net/if.h -- Looking for include file net/if.h - found -- Looking for include file os_types.h -- Looking for include file os_types.h - not found -- Looking for include file resolv.h -- Looking for include file resolv.h - not found -- Looking for include file sys/mount.h -- Looking for include file sys/mount.h - found -- Looking for include file sys/param.h -- Looking for include file sys/param.h - found -- Looking for include file sys/personality.h -- Looking for include file sys/personality.h - not found -- Looking for include file sys/syscall.h -- Looking for include file sys/syscall.h - found -- Looking for include file sys/statfs.h -- Looking for include file sys/statfs.h - not found -- Looking for include file sys/statvfs.h -- Looking for include file sys/statvfs.h - found -- Looking for include file sys/types.h -- Looking for include file sys/types.h - found -- Looking for include file sys/vfs.h -- Looking for include file sys/vfs.h - not found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file ustat.h -- Looking for include file ustat.h - not found -- Looking for include file valgrind.h -- Looking for include file valgrind.h - not found -- Looking for include file procfs.h -- Looking for include file procfs.h - not found -- Looking for include file sys/procfs.h -- Looking for include file sys/procfs.h - found -- Performing Test HAVE_INOTIFY -- Performing Test HAVE_INOTIFY - Failed -- Performing Test HAVE_STRUCT_IFCONF -- Performing Test HAVE_STRUCT_IFCONF - Success -- Performing Test HAVE_STRUCT_IFREQ -- Performing Test HAVE_STRUCT_IFREQ - Success -- Performing Test HAVE_STRUCT_IFREQ_IFR_HWADDR -- Performing Test HAVE_STRUCT_IFREQ_IFR_HWADDR - Failed -- Performing Test HAVE_STRUCT_SOCKADDR_IN_SIN_LEN -- Performing Test HAVE_STRUCT_SOCKADDR_IN_SIN_LEN - Success -- Performing Test HAVE_STRUCT_STATFS_F_FSTYP -- Performing Test HAVE_STRUCT_STATFS_F_FSTYP - Failed -- Performing Test HAVE_STRUCT_STATFS_F_FSTYPENAME -- Performing Test HAVE_STRUCT_STATFS_F_FSTYPENAME - Success -- Performing Test HAVE_STRUCT_STATFS_F_TYPE -- Performing Test HAVE_STRUCT_STATFS_F_TYPE - Failed -- Performing Test HAVE_STRUCT_STATVFS_F_BASETYPE -- Performing Test HAVE_STRUCT_STATVFS_F_BASETYPE - Failed -- Performing Test HAVE_SCHED_SETAFFINITY -- Performing Test HAVE_SCHED_SETAFFINITY - Success -- Performing Test HAVE_SCHED_SETAFFINITY_2ARG -- Performing Test HAVE_SCHED_SETAFFINITY_2ARG - Failed -- Performing Test cxx_11 -- Performing Test cxx_11 - Success -- Performing Test PREFER_CPP11 -- Performing Test PREFER_CPP11 - Success -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of id_t -- Check size of id_t - done -- Check size of __int64 -- Check size of __int64 - failed -- Check size of int64_t -- Check size of int64_t - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of void * -- Check size of void * - done -- external skipped (drmaa) -- external skipped (qpid) -- Boost components: python;unit_test_framework -- Boost version: 1.70.0 -- Found the following Boost libraries: -- python -- unit_test_framework -- external configured (BOOST_INCLUDE=/usr/local/include) version:(107000) link directories (/usr/local/lib) -- external configured (CURL_FOUND=/usr/local/lib/libcurl.so) -- external configured (OPENSSL_FOUND=/usr/local/lib/libssl.so;/usr/local/lib/libcrypto.so) -- external configured (PCRE_FOUND=/usr/local/lib/libpcre.so) -- external configured (KRB5_FOUND=/usr/local/lib/libkrb5.so;/usr/local/lib/libcom_err.so;/usr/local/lib/libk5crypto.so;/usr/local/lib/libkrb5support.so;/usr/local/lib/libgssapi_krb5.so) -- Could not find libs(gsoapssl++) running cp /usr/share/gsoap/plugin/wsseapi.c /construction/sysutils/condor/.build/bld_external/gsoap-2.7.10-p1/install/src/wsseapi.cpp && patch -N -p3 /construction/sysutils/condor/.build/bld_external/gsoap-2.7.10-p1/install/src/wsseapi.cpp /construction/sysutils/condor/condor-8.4.12/externals/bundles/gsoap/2.7.10-p5/wsseapi.patch 2>&1 cp: /usr/share/gsoap/plugin/wsseapi.c: No such file or directory running /usr/local/bin/cmake -E copy_if_different /construction/sysutils/condor/.build/src/classad/classad/classad_stl.h.tmp /construction/sysutils/condor/.build/src/classad/classad/classad_stl.h 2>&1 -- configured (CLASSADS_FOUND= classads) -- external skipped (coredumper) -- external skipped (unicoregahp) -- external skipped (libxml2) -- external skipped (libvirt) -- external skipped (libdeltacloud) -- external skipped (libcgroup) -- external skipped (globus) -- external skipped (blahp) -- external skipped (voms) -- external skipped (cream) -- external skipped (cream) -- external skipped (wso2) -- external skipped (boinc) -- ** Standard Universe Disabled ** -- safe_open done -- /construction/sysutils/condor/condor-8.4.12/src/safefile/safe_fopen.c/construction/sysutils/condor/condor-8.4.12/src/safefile/safe_fopen.h/construction/sysutils/condor/condor-8.4.12/src/safefile/safe_id_range_list.c/construction/sysutils/condor/condor-8.4.12/src/safefile/safe_is_path_trusted.c/construction/sysutils/condor/condor-8.4.12/src/safefile/safe_is_path_trusted.h/construction/sysutils/condor/condor-8.4.12/src/safefile/safe_open.c/construction/sysutils/condor/condor-8.4.12/src/safefile/safe_open.h -- -- ********* External configuration complete (dropping config.h) ********* running /usr/local/bin/cmake -E copy_if_different /construction/sysutils/condor/.build/src/condor_includes/config.tmp /construction/sysutils/condor/.build/src/condor_includes/config.h 2>&1 running /usr/local/bin/cmake -E copy_if_different /construction/sysutils/condor/.build/src/safefile/safe_id_range_list.h.tmp_out /construction/sysutils/condor/.build/src/safefile/safe_id_range_list.h 2>&1 -- ----- Begin compiler options/flags check ----- -- Performing Test c_Wall -- Performing Test c_Wall - Success -- Performing Test c_W -- Performing Test c_W - Success -- Performing Test c_Wextra -- Performing Test c_Wextra - Success -- Performing Test c_Wfloat_equal -- Performing Test c_Wfloat_equal - Success -- Performing Test c_Wendif_labels -- Performing Test c_Wendif_labels - Success -- Performing Test c_Wpointer_arith -- Performing Test c_Wpointer_arith - Success -- Performing Test c_Wcast_qual -- Performing Test c_Wcast_qual - Success -- Performing Test c_Wcast_align -- Performing Test c_Wcast_align - Success -- Performing Test c_Wvolatile_register_var -- Performing Test c_Wvolatile_register_var - Success -- Performing Test c_Wunused_local_typedefs -- Performing Test c_Wunused_local_typedefs - Success -- Performing Test c_Wdeprecated_declarations -- Performing Test c_Wdeprecated_declarations - Success -- Performing Test c_Wnonnull_compare -- Performing Test c_Wnonnull_compare - Success -- Performing Test c_fstack_protector -- Performing Test c_fstack_protector - Success -- Performing Test c_rdynamic -- Performing Test c_rdynamic - Success -- Performing Test HAVE_CC_SHARED -- Performing Test HAVE_CC_SHARED - Success -- ----- End compiler options/flags check ----- -- ----- Begin CMake Var DUMP ----- -- CMAKE_STRIP: /usr/bin/strip -- LN: /bin/ln -- LATEX: LATEX-NOTFOUND -- LATEX2HTML: LATEX2HTML-NOTFOUND -- ----- Begin CMake Var DUMP ----- -- ********* ENDING CONFIGURATION ********* -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/classad_analysis) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/ccb) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_io) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_ckpt_server) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_daemon_client) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_daemon_core.V6) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_privsep) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_procapi) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_procd) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_schedd.V6) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_sysapi) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_utils) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_ckpt) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_io.std) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_syscall_lib) -- excluding directory (/construction/sysutils/condor/condor-8.4.12/src/classad) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_birdwatcher) -- NOTE: *birdwatcher* targets will not be built WINDOWS= -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_c-gahp) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_chirp) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_collector.V6) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_contrib) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_credd) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_dagman) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_examples) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_filetransfer_plugins) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_ft-gahp) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_gridmanager) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_had) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_job_router) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_kbdd) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_mail) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_master.V6) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_negotiator.V6) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_power) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_prio) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_q.V6) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_release) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_rm.V6) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_rmdir) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_scripts) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_shadow.V6.1) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_shadow.std) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_shared_port) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_startd.V6) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_starter.V6.1) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_starter.std) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_status.V6) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_submit.V6) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_tests) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_tools) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_transferd) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_unit_tests) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_userlog) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_vm-gahp) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/condor_who) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/cream_gahp) -- NOTE: *cream* targets will not be built HAVE_EXT_CREAM= -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/defrag) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/deltacloud_gahp) -- NOTE: *deltacloud* targets will not be built -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/ec2_gahp) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/gangliad) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/gce_gahp) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/gt2_gahp) -- NOTE: *gt2* targets will not be built HAVE_EXT_GLOBUS= -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/h) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/nordugrid_gahp) -- NOTE: *nordugrid* targets will not be built HAVE_EXT_GLOBUS= -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/pandad) -- adding directory (/construction/sysutils/condor/condor-8.4.12/src/python-bindings) -- excluding directory (/construction/sysutils/condor/condor-8.4.12/src/safefile) -- NOTE: Will install prebuilt man-pages -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS CMAKE_NO_BUILTIN_CHRPATH -- Build files have been written to: /construction/sysutils/condor/.build SUCCEEDED 00:00:25 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for condor-8.4.12_7 Scanning dependencies of target classads [ 1%] Building CXX object src/classad/CMakeFiles/classads.dir/attrrefs.cpp.o Scanning dependencies of target condor_root_switchboard Scanning dependencies of target condor_kflops [ 1%] Building CXX object src/condor_sysapi/CMakeFiles/condor_kflops.dir/kflops_main.cpp.o Scanning dependencies of target utils_genparams [ 0%] Generating param_info_tables.h Possible precedence issue with control flow operator at /construction/sysutils/condor/condor-8.4.12/src/condor_utils/param_table_generator.pl line 172. Scanning dependencies of target data_plugin [ 0%] Building C object src/condor_filetransfer_plugins/CMakeFiles/data_plugin.dir/data_plugin.c.o [ 2%] Generating command_name_tables.h In file included from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/condor_common.h:39, from /construction/sysutils/condor/condor-8.4.12/src/condor_sysapi/kflops_main.cpp:20: /construction/sysutils/condor/condor-8.4.12/src/condor_includes/condor_system.h:65:5: error: #error "condor_system.h: Don't know what Unix this is!" # error "condor_system.h: Don't know what Unix this is!" ^~~~~ Scanning dependencies of target curl_plugin [ 0%] Building CXX object src/condor_privsep/CMakeFiles/condor_root_switchboard.dir/parse_config.unix.cpp.o [ 2%] Building CXX object src/condor_privsep/CMakeFiles/condor_root_switchboard.dir/safe.unix.cpp.o [ 2%] Building C object src/condor_filetransfer_plugins/CMakeFiles/curl_plugin.dir/curl_plugin.c.o Scanning dependencies of target accountant_log_fixer [ 2%] Building CXX object src/condor_negotiator.V6/CMakeFiles/accountant_log_fixer.dir/accountant_log_fixer.cpp.o Scanning dependencies of target condor_mips [ 2%] Building CXX object src/condor_sysapi/CMakeFiles/condor_mips.dir/mips_main.cpp.o [ 2%] Linking C executable data_plugin Scanning dependencies of target condor_urlfetch In file included from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/condor_common.h:39, from /construction/sysutils/condor/condor-8.4.12/src/condor_sysapi/mips_main.cpp:20: /construction/sysutils/condor/condor-8.4.12/src/condor_includes/condor_system.h:65:5: error: #error "condor_system.h: Don't know what Unix this is!" # error "condor_system.h: Don't know what Unix this is!" ^~~~~ [ 2%] Building CXX object src/condor_tools/CMakeFiles/condor_urlfetch.dir/condor_urlfetch.cpp.o [ 2%] Building CXX object src/condor_privsep/CMakeFiles/condor_root_switchboard.dir/switchboard.unix.cpp.o [ 2%] Built target data_plugin Scanning dependencies of target python_bindings_tests [ 2%] Generating tests/log_reader_tests.py [ 2%] Generating tests/event_tests.py [ 2%] Generating tests/job_queue.log [ 2%] Generating tests/job.log [ 2%] Generating tests/classad_tests.py [ 2%] Generating tests/htcondor_version_tests.py In file included from /usr/include/c++/8.0/bits/postypes.h:40, from /usr/include/c++/8.0/bits/char_traits.h:40, from /usr/include/c++/8.0/string:40, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/../condor_sysapi/sysapi.h:181, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/condor_common.h:51, from /construction/sysutils/condor/condor-8.4.12/src/condor_sysapi/mips_main.cpp:20: /usr/include/c++/8.0/cwchar:164:11: error: '::vfwscanf' has not been declared using ::vfwscanf; ^~~~~~~~ /usr/include/c++/8.0/cwchar:170:11: error: '::vswscanf' has not been declared using ::vswscanf; ^~~~~~~~ /usr/include/c++/8.0/cwchar:174:11: error: '::vwscanf' has not been declared using ::vwscanf; ^~~~~~~ /usr/include/c++/8.0/cwchar:191:11: error: '::wcstof' has not been declared using ::wcstof; ^~~~~~ /usr/include/c++/8.0/cwchar:280:14: error: 'std::wcstof' has not been declared using std::wcstof; ^~~~~~ /usr/include/c++/8.0/cwchar:283:14: error: 'std::vfwscanf' has not been declared using std::vfwscanf; ^~~~~~~~ /usr/include/c++/8.0/cwchar:286:14: error: 'std::vswscanf' has not been declared using std::vswscanf; ^~~~~~~~ /usr/include/c++/8.0/cwchar:289:14: error: 'std::vwscanf' has not been declared using std::vwscanf; ^~~~~~~ [ 3%] Generating tests/htcondor_tests.py In file included from /usr/include/c++/8.0/bits/localefwd.h:42, from /usr/include/c++/8.0/string:43, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/../condor_sysapi/sysapi.h:181, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/condor_common.h:51, from /construction/sysutils/condor/condor-8.4.12/src/condor_sysapi/mips_main.cpp:20: /usr/include/c++/8.0/cctype:87:11: error: '::isblank' has not been declared using ::isblank; ^~~~~~~ In file included from /usr/include/c++/8.0/bits/postypes.h:40, from /usr/include/c++/8.0/bits/char_traits.h:40, from /usr/include/c++/8.0/string:40, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/../condor_sysapi/sysapi.h:181, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/condor_common.h:51, from /construction/sysutils/condor/condor-8.4.12/src/condor_sysapi/kflops_main.cpp:20: /usr/include/c++/8.0/cwchar:164:11: error: '::vfwscanf' has not been declared using ::vfwscanf; ^~~~~~~~ /usr/include/c++/8.0/cwchar:170:11: error: '::vswscanf' has not been declared using ::vswscanf; ^~~~~~~~ /usr/include/c++/8.0/cwchar:174:11: error: '::vwscanf' has not been declared using ::vwscanf; ^~~~~~~ /usr/include/c++/8.0/cwchar:191:11: error: '::wcstof' has not been declared using ::wcstof; ^~~~~~ /usr/include/c++/8.0/cwchar:280:14: error: 'std::wcstof' has not been declared using std::wcstof; ^~~~~~ /usr/include/c++/8.0/cwchar:283:14: error: 'std::vfwscanf' has not been declared using std::vfwscanf; ^~~~~~~~ /usr/include/c++/8.0/cwchar:286:14: error: 'std::vswscanf' has not been declared using std::vswscanf; ^~~~~~~~ /usr/include/c++/8.0/cwchar:289:14: error: 'std::vwscanf' has not been declared using std::vwscanf; ^~~~~~~ [ 3%] Generating tests/delayed_update_tests.py [ 3%] Generating tests/test.ad In file included from /usr/include/c++/8.0/bits/localefwd.h:42, from /usr/include/c++/8.0/string:43, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/../condor_sysapi/sysapi.h:181, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/condor_common.h:51, from /construction/sysutils/condor/condor-8.4.12/src/condor_sysapi/kflops_main.cpp:20: /usr/include/c++/8.0/cctype:87:11: error: '::isblank' has not been declared using ::isblank; ^~~~~~~ [ 3%] Generating tests/test_multiple.ad [ 3%] Linking C executable curl_plugin In file included from /usr/include/c++/8.0/string:52, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/../condor_sysapi/sysapi.h:181, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/condor_common.h:51, from /construction/sysutils/condor/condor-8.4.12/src/condor_sysapi/mips_main.cpp:20: /usr/include/c++/8.0/bits/basic_string.h: In function 'float std::__cxx11::stof(const wstring&, std::size_t*)': /usr/include/c++/8.0/bits/basic_string.h:6543:36: error: 'wcstof' is not a member of 'std' { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } ^~~~~~ /usr/include/c++/8.0/bits/basic_string.h:6543:36: note: suggested alternative: 'wcsstr' { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } ^~~~~~ wcsstr [ 3%] Generating tests/test.old.ad [ 3%] Built target curl_plugin [ 3%] Generating tests/test_multiple.old.ad [ 3%] Generating tests/submit.ad [ 3%] Generating tests/submit_sleep.ad [ 3%] Generating tests/submit_large.ad [ 3%] Generating tests/delayed_submit.ad [ 4%] Generating tests/delayed_update.py [ 4%] Generating tests/test_log.txt [ 5%] Building CXX object src/condor_sysapi/CMakeFiles/condor_mips.dir/dhry21a.cpp.o In file included from /usr/include/c++/8.0/string:52, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/../condor_sysapi/sysapi.h:181, from /construction/sysutils/condor/condor-8.4.12/src/condor_includes/condor_common.h:51, from /construction/sysutils/condor/condor-8.4.12/src/condor_sysapi/kflops_main.cpp:20: /usr/include/c++/8.0/bits/basic_string.h: In function 'float std::__cxx11::stof(const wstring&, std::size_t*)': /usr/include/c++/8.0/bits/basic_string.h:6543:36: error: 'wcstof' is not a member of 'std' { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } ^~~~~~ /usr/include/c++/8.0/bits/basic_string.h:6543:36: note: suggested alternative: 'wcsstr' { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } ^~~~~~ wcsstr [ 5%] Building C object src/condor_privsep/CMakeFiles/condor_root_switchboard.dir/__/safefile/safe_fopen.c.o [ 5%] Built target python_bindings_tests --- src/condor_sysapi/CMakeFiles/condor_mips.dir/mips_main.cpp.o --- *** [src/condor_sysapi/CMakeFiles/condor_mips.dir/mips_main.cpp.o] Error code 1 make[3]: stopped in /construction/sysutils/condor/.build 1 error make[3]: stopped in /construction/sysutils/condor/.build --- src/condor_sysapi/CMakeFiles/condor_mips.dir/all --- *** [src/condor_sysapi/CMakeFiles/condor_mips.dir/all] Error code 2 make[2]: stopped in /construction/sysutils/condor/.build --- src/condor_sysapi/CMakeFiles/condor_kflops.dir/kflops_main.cpp.o --- *** [src/condor_sysapi/CMakeFiles/condor_kflops.dir/kflops_main.cpp.o] Error code 1 make[3]: stopped in /construction/sysutils/condor/.build 1 error make[3]: stopped in /construction/sysutils/condor/.build --- src/condor_sysapi/CMakeFiles/condor_kflops.dir/all --- *** [src/condor_sysapi/CMakeFiles/condor_kflops.dir/all] Error code 2 make[2]: stopped in /construction/sysutils/condor/.build A failure has been detected in another branch of the parallel make make[3]: stopped in /construction/sysutils/condor/.build --- src/condor_privsep/CMakeFiles/condor_root_switchboard.dir/all --- *** [src/condor_privsep/CMakeFiles/condor_root_switchboard.dir/all] Error code 2 make[2]: stopped in /construction/sysutils/condor/.build A failure has been detected in another branch of the parallel make make[3]: stopped in /construction/sysutils/condor/.build --- src/condor_negotiator.V6/CMakeFiles/accountant_log_fixer.dir/all --- *** [src/condor_negotiator.V6/CMakeFiles/accountant_log_fixer.dir/all] Error code 2 make[2]: stopped in /construction/sysutils/condor/.build A failure has been detected in another branch of the parallel make make[3]: stopped in /construction/sysutils/condor/.build --- src/condor_tools/CMakeFiles/condor_urlfetch.dir/all --- *** [src/condor_tools/CMakeFiles/condor_urlfetch.dir/all] Error code 2 make[2]: stopped in /construction/sysutils/condor/.build A failure has been detected in another branch of the parallel make make[3]: stopped in /construction/sysutils/condor/.build --- src/classad/CMakeFiles/classads.dir/all --- *** [src/classad/CMakeFiles/classads.dir/all] Error code 2 make[2]: stopped in /construction/sysutils/condor/.build generating param_info for platform=[generic] A failure has been detected in another branch of the parallel make make[3]: stopped in /construction/sysutils/condor/.build --- src/condor_utils/CMakeFiles/utils_genparams.dir/all --- *** [src/condor_utils/CMakeFiles/utils_genparams.dir/all] Error code 2 make[2]: stopped in /construction/sysutils/condor/.build 7 errors make[2]: stopped in /construction/sysutils/condor/.build *** [all] Error code 2 make[1]: stopped in /construction/sysutils/condor/.build 1 error make[1]: stopped in /construction/sysutils/condor/.build ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /xports/sysutils/condor FAILED 00:00:03