------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> openseachest-20.02.28 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> openseachest-20.02.28 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openseachest-20.02.28 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> openseachest-20.02.28 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openseachest-20.02.28 for building => SHA256 Checksum OK for Seagate-openSeaChest-v20.02.28_GH0.tar.gz. => SHA256 Checksum OK for Seagate-opensea-common-deae6bc_GH0.tar.gz. => SHA256 Checksum OK for Seagate-opensea-operations-f1e05ee_GH0.tar.gz. => SHA256 Checksum OK for Seagate-opensea-transport-16f85f2_GH0.tar.gz. => SHA256 Checksum OK for Seagate-wingetopt-1b5b5ad_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> openseachest-20.02.28 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by openseachest-20.02.28 for building ===> Extracting for openseachest-20.02.28 => SHA256 Checksum OK for Seagate-openSeaChest-v20.02.28_GH0.tar.gz. => SHA256 Checksum OK for Seagate-opensea-common-deae6bc_GH0.tar.gz. => SHA256 Checksum OK for Seagate-opensea-operations-f1e05ee_GH0.tar.gz. => SHA256 Checksum OK for Seagate-opensea-transport-16f85f2_GH0.tar.gz. => SHA256 Checksum OK for Seagate-wingetopt-1b5b5ad_GH0.tar.gz. Extracted Memory Use: 13.15M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for openseachest-20.02.28 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> openseachest-20.02.28 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> openseachest-20.02.28 depends on package: gmake>=4.3 - found ===> Configuring for openseachest-20.02.28 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for openseachest-20.02.28 gmake[1]: Entering directory '/construction/sysutils/openseachest/openSeaChest-20.02.28/Make/gcc' mkdir -p openseachest_exes cc -pipe -Wall -c -std=gnu99 -O2 -fno-strict-aliasing -O3 -I../../opensea-common/include -I../../opensea-transport/include -I../../opensea-transport/include/vendor -I../../include -I../../opensea-operations/include -DDISABLE_TCG_SUPPORT ../../utils/C/openSeaChest/openSeaChest_Erase.c -o ../../utils/C/openSeaChest/openSeaChest_Erase.o In file included from ../../utils/C/openSeaChest/openSeaChest_Erase.c:29: ../../utils/C/openSeaChest/openSeaChest_Erase.c: In function 'main': ../../include/openseachest_util_options.h:3216:25: warning: variable 'scanSDandSG' set but not used [-Wunused-but-set-variable] bool scanSDandSG = false;\ ^~~~~~~~~~~ ../../utils/C/openSeaChest/openSeaChest_Erase.c:98:5: note: in expansion of macro 'SCAN_FLAGS_UTIL_VARS' SCAN_FLAGS_UTIL_VARS ^~~~~~~~~~~~~~~~~~~~ ../../include/openseachest_util_options.h:3215:25: warning: variable 'scanSD' set but not used [-Wunused-but-set-variable] bool scanSD = false;\ ^~~~~~ ../../utils/C/openSeaChest/openSeaChest_Erase.c:98:5: note: in expansion of macro 'SCAN_FLAGS_UTIL_VARS' SCAN_FLAGS_UTIL_VARS ^~~~~~~~~~~~~~~~~~~~ ../../utils/C/openSeaChest/openSeaChest_Erase.c:590:17: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(CHILD_FW_STRING_FLAG, optarg, M_Min(9, strlen(optarg))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../utils/C/openSeaChest/openSeaChest_Erase.c:27: ../../utils/C/openSeaChest/openSeaChest_Erase.c:590:64: note: length computed here strncpy(CHILD_FW_STRING_FLAG, optarg, M_Min(9, strlen(optarg))); ../../opensea-common/include/common.h:285:35: note: in definition of macro 'M_Min' #define M_Min(a,b) (((a)<(b))?(a):(b)) ^ ../../utils/C/openSeaChest/openSeaChest_Erase.c:585:17: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(CHILD_MODEL_STRING_FLAG, optarg, M_Min(40, strlen(optarg))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../utils/C/openSeaChest/openSeaChest_Erase.c:27: ../../utils/C/openSeaChest/openSeaChest_Erase.c:585:68: note: length computed here strncpy(CHILD_MODEL_STRING_FLAG, optarg, M_Min(40, strlen(optarg))); ../../opensea-common/include/common.h:285:35: note: in definition of macro 'M_Min' #define M_Min(a,b) (((a)<(b))?(a):(b)) ^ ../../utils/C/openSeaChest/openSeaChest_Erase.c:580:17: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(FW_STRING_FLAG, optarg, M_Min(9, strlen(optarg))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../utils/C/openSeaChest/openSeaChest_Erase.c:27: ../../utils/C/openSeaChest/openSeaChest_Erase.c:580:58: note: length computed here strncpy(FW_STRING_FLAG, optarg, M_Min(9, strlen(optarg))); ../../opensea-common/include/common.h:285:35: note: in definition of macro 'M_Min' #define M_Min(a,b) (((a)<(b))?(a):(b)) ^ ../../utils/C/openSeaChest/openSeaChest_Erase.c:575:17: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(MODEL_STRING_FLAG, optarg, M_Min(40, strlen(optarg))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../utils/C/openSeaChest/openSeaChest_Erase.c:27: ../../utils/C/openSeaChest/openSeaChest_Erase.c:575:62: note: length computed here strncpy(MODEL_STRING_FLAG, optarg, M_Min(40, strlen(optarg))); ../../opensea-common/include/common.h:285:35: note: in definition of macro 'M_Min' #define M_Min(a,b) (((a)<(b))?(a):(b)) ^ cc -pipe -Wall -c -std=gnu99 -O2 -fno-strict-aliasing -O3 -I../../opensea-common/include -I../../opensea-transport/include -I../../opensea-transport/include/vendor -I../../include -I../../opensea-operations/include -DDISABLE_TCG_SUPPORT ../../src/EULA.c -o ../../src/EULA.o ../../src/EULA.c: In function 'print_Open_Source_Licenses': ../../src/EULA.c:421:3: error: #error Please update #if for system library licenses! #error Please update #if for system library licenses! ^~~~~ gmake[1]: *** [Makefile:274: ../../src/EULA.o] Error 1 gmake[1]: Leaving directory '/construction/sysutils/openseachest/openSeaChest-20.02.28/Make/gcc' *** Error code 1 Stop. make: stopped in /xports/sysutils/openseachest FAILED 00:00:02