------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> iat-0.1.7 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> iat-0.1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by iat-0.1.7 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> iat-0.1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by iat-0.1.7 for building => SHA256 Checksum OK for iat-0.1.7.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> iat-0.1.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by iat-0.1.7 for building ===> Extracting for iat-0.1.7 => SHA256 Checksum OK for iat-0.1.7.tar.bz2. Extracted Memory Use: 0.61M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for iat-0.1.7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for iat-0.1.7 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for uint16_t... (cached) yes checking for uint32_t... (cached) yes checking for uint8_t... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for working memcmp... yes checking for memmove... (cached) yes checking for memset... (cached) yes checking for strcspn... (cached) yes checking for strerror... (cached) yes checking for strrchr... (cached) yes checking for strspn... yes configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for iat-0.1.7 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- util.o --- --- calculate_pregap.o --- --- convert_2_iso.o --- --- debug.o --- --- cmdline.o --- --- mkcue.o --- --- mktoc.o --- --- mkcore.o --- --- main.o --- --- util.o --- cc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -pipe -O2 -fno-strict-aliasing -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c util.c: In function 'smart_name': util.c:103:24: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] if ( 0 > ( length = tmp_buffer - original ) ) return ( buffer ); ^~~~~~~~~~ util.c:115:24: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] if ( 0 > ( length = tmp_buffer - original ) ) return ( buffer ); ^~~~~~~~~~ util.c: In function 'lba2msf': util.c:167:30: warning: conversion from 'off_t' {aka 'long int'} to 'unsigned char' may change value [-Wconversion] (*( msf_block->frame ) ) = lba % 75; ^~~ --- calculate_pregap.o --- cc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -pipe -O2 -fno-strict-aliasing -MT calculate_pregap.o -MD -MP -MF .deps/calculate_pregap.Tpo -c -o calculate_pregap.o calculate_pregap.c calculate_pregap.c: In function 'calculate_pregap_length': calculate_pregap.c:86:25: warning: conversion to 'long unsigned int' from 'off_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion] return ( ( cd_id_start - ( img_struct -> block * 16 ) ) - header - 1); ^ calculate_pregap.c:86:58: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] return ( ( cd_id_start - ( img_struct -> block * 16 ) ) - header - 1); ^ calculate_pregap.c:86:67: warning: conversion to 'off_t' {aka 'long int'} from 'long unsigned int' may change the sign of the result [-Wsign-conversion] --- convert_2_iso.o --- cc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -pipe -O2 -fno-strict-aliasing -MT convert_2_iso.o -MD -MP -MF .deps/convert_2_iso.Tpo -c -o convert_2_iso.o convert_2_iso.c --- util.o --- util.c:168:30: warning: conversion from 'off_t' {aka 'long int'} to 'unsigned char' may change value [-Wconversion] (*( msf_block->second ) ) = ( ( lba / 75 ) + 2 ) % 60; ^ util.c:169:30: warning: conversion from 'off_t' {aka 'long int'} to 'unsigned char' may change value [-Wconversion] (*( msf_block->minute ) ) = ( ( lba / 75 ) + 2 ) / 60; ^ util.c: In function 'img_2_img': util.c:304:71: warning: conversion to 'long unsigned int' from 'off_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion] for ( n_loop = img_struct -> pregap ; n_loop < n_img_size ; n_loop += img_struct -> block ) { ^~ util.c:304:74: warning: conversion to 'off_t' {aka 'long int'} from 'long unsigned int' may change the sign of the result [-Wsign-conversion] for ( n_loop = img_struct -> pregap ; n_loop < n_img_size ; n_loop += img_struct -> block ) { --- calculate_pregap.o --- return ( ( cd_id_start - ( img_struct -> block * 16 ) ) - header - 1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ calculate_pregap.c: In function 'calculate_block_size': calculate_pregap.c:102:18: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'off_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion] size_t block = cd_id_end - cd_id_start; ^~~~~~~~~ calculate_pregap.c:104:35: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] img_struct -> block = ( ( block % block_sizes [ 0 ] ) == 0 ) ? block_sizes [ 0 ] : ^ calculate_pregap.c:105:13: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] ( ( block % block_sizes [ 1 ] ) == 0 ) ? block_sizes [ 1 ] : ^ --- cmdline.o --- cc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -pipe -O2 -fno-strict-aliasing -MT cmdline.o -MD -MP -MF .deps/cmdline.Tpo -c -o cmdline.o cmdline.c --- mkcue.o --- cc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -pipe -O2 -fno-strict-aliasing -MT mkcue.o -MD -MP -MF .deps/mkcue.Tpo -c -o mkcue.o mkcue.c --- mktoc.o --- cc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -pipe -O2 -fno-strict-aliasing -MT mktoc.o -MD -MP -MF .deps/mktoc.Tpo -c -o mktoc.o mktoc.c --- util.o --- ^~~~~~~~~~ --- calculate_pregap.o --- calculate_pregap.c:106:13: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] ( ( block % block_sizes [ 2 ] ) == 0 ) ? block_sizes [ 2 ] : ^ calculate_pregap.c:107:13: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] ( ( block % block_sizes [ 3 ] ) == 0 ) ? block_sizes [ 3 ] : ^ calculate_pregap.c:104:25: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] img_struct -> block = ( ( block % block_sizes [ 0 ] ) == 0 ) ? block_sizes [ 0 ] : ^ calculate_pregap.c:104:25: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] calculate_pregap.c:104:25: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] --- debug.o --- cc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -pipe -O2 -fno-strict-aliasing -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c --- main.o --- cc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -pipe -O2 -fno-strict-aliasing -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c --- calculate_pregap.o --- calculate_pregap.c:104:25: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] calculate_pregap.c:104:25: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] calculate_pregap.c: In function 'calculate_pregap': calculate_pregap.c:196:26: warning: conversion from 'off_t' {aka 'long int'} to 'int' may change value [-Wconversion] img_struct -> pregap = calculate_pregap_length ( cd_id_start, img_struct , header ); ^~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/calculate_pregap.Tpo .deps/calculate_pregap.Po --- mkcore.o --- cc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -pipe -O2 -fno-strict-aliasing -MT mkcore.o -MD -MP -MF .deps/mkcore.Tpo -c -o mkcore.o mkcore.c --- mkcue.o --- mkcue.c: In function 'create_first_track': mkcue.c:113:15: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'int' may change value [-Wconversion] cue->block = img_struct->block; ^~~~~~~~~~ mkcue.c: In function 'create_vcd_cue': mkcue.c:240:10: warning: conversion to 'long unsigned int' from 'off_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion] n_loop += img_struct -> block; ^~ mkcue.c:240:13: warning: conversion to 'off_t' {aka 'long int'} from 'long unsigned int' may change the sign of the result [-Wsign-conversion] n_loop += img_struct -> block; ^~~~~~~~~~ --- mktoc.o --- mktoc.c: In function 'print_toc_vcd_time': mktoc.c:144:19: warning: conversion to 'long unsigned int' from 'off_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion] if ( ( loop_last * img_struct-> block ) > 0 ) ^ mktoc.c:145:51: warning: conversion to 'long unsigned int' from 'off_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion] fprintf ( fptrs-> fdesc , "\t#%d", ( loop_last * img_struct->block ) ); ^ mktoc.c:155:64: warning: conversion to 'long unsigned int' from 'off_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion] fprintf ( fptrs->fdesc, " // length in bytes: %d\n", ( l_loop * img_struct->block ) ); ^ mktoc.c: In function 'toc_first_track': mktoc.c:178:15: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'int' may change value [-Wconversion] toc->block = img_struct->block; ^~~~~~~~~~ mktoc.c: In function 'create_vcd_toc': mktoc.c:286:10: warning: conversion to 'long unsigned int' from 'off_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion] n_loop += img_struct->block; ^~ mktoc.c:286:13: warning: conversion to 'off_t' {aka 'long int'} from 'long unsigned int' may change the sign of the result [-Wsign-conversion] n_loop += img_struct->block; ^~~~~~~~~~ --- cmdline.o --- cmdline.c: In function 'cmdline_parser_create_argv': cmdline.c:785:12: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'int' may change value [-Wconversion] for (i = (n-1); i >= 0; --i) ^ cmdline.c:794:10: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'unsigned int' may change value [-Wconversion] return n; ^ cmdline.c: In function 'cmdline_parser_string_ext': cmdline.c:829:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] cmdline_parser_internal (argc, argv_ptr, args_info, params, 0); ^~~~ --- debug.o --- debug.c: In function 'get_udf_pvd_block': debug.c:435:81: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] set_file_pointer ( fptrs -> fsource, ( off_t ) ( ( img_struct -> block * 256 ) + ( img_struct -> pregap ) ) ); ^ debug.c:454:81: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] ( off_t ) ( ( img_struct -> block * ( udf_avd.main_vol_desc_seq_ext.loc ) ) + ( img_struct -> pregap ) ) ); ^ debug.c:457:103: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] printf ( "\n AVDP Block not found at Location 256: %d\n", ( off_t ) ( ( img_struct -> block * 256 ) + ( img_struct -> pregap ) ) ); ^ debug.c: In function 'debug': debug.c:546:84: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] set_file_pointer ( fptrs -> fsource, ( off_t ) ( ( img_struct -> block * 16 ) + ( img_struct -> pregap ) ) ); ^ debug.c:558:11: warning: conversion to 'long unsigned int' from 'off_t' {aka 'long int'} may change the sign of the result [-Wsign-conversion] n_loop += img_struct -> block; ^~ debug.c:558:14: warning: conversion to 'off_t' {aka 'long int'} from 'long unsigned int' may change the sign of the result [-Wsign-conversion] n_loop += img_struct -> block; ^~~~~~~~~~ --- mkcue.o --- mv -f .deps/mkcue.Tpo .deps/mkcue.Po --- mktoc.o --- mv -f .deps/mktoc.Tpo .deps/mktoc.Po --- convert_2_iso.o --- mv -f .deps/convert_2_iso.Tpo .deps/convert_2_iso.Po --- util.o --- mv -f .deps/util.Tpo .deps/util.Po --- mkcore.o --- mv -f .deps/mkcore.Tpo .deps/mkcore.Po --- cmdline.o --- mv -f .deps/cmdline.Tpo .deps/cmdline.Po --- main.o --- mv -f .deps/main.Tpo .deps/main.Po --- debug.o --- mv -f .deps/debug.Tpo .deps/debug.Po --- iat --- cc -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -pipe -O2 -fno-strict-aliasing -o iat util.o calculate_pregap.o convert_2_iso.o debug.o cmdline.o mkcue.o mktoc.o mkcore.o main.o Making all in man SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for iat-0.1.7 ===> Generating temporary packing list Making install in src test -z "/usr/local/bin" || /bin/mkdir -p "/construction/sysutils/iat/stage/usr/local/bin" install -s -m 555 'iat' '/construction/sysutils/iat/stage/usr/local/bin/iat' Making install in man test -z "/usr/local/man/man1" || /bin/mkdir -p "/construction/sysutils/iat/stage/usr/local/man/man1" install -m 0644 './iat.1' '/construction/sysutils/iat/stage/usr/local/man/man1/iat.1' ====> 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 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for iat-0.1.7 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:08