The following packages will be installed: iat Fetching README... 0%100%100%100%100%100%Done Fetching iat.SlackBuild... 0%100%100%100%100%100%Done Fetching iat.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done iat-0.1.7/ iat-0.1.7/COPYING iat-0.1.7/AUTHORS iat-0.1.7/src/ iat-0.1.7/src/debug.h iat-0.1.7/src/define.h iat-0.1.7/src/debug.c iat-0.1.7/src/cmdline.c iat-0.1.7/src/mktoc.h iat-0.1.7/src/cmdline.h iat-0.1.7/src/mkcore.h iat-0.1.7/src/mkcue.h iat-0.1.7/src/ecma167.h iat-0.1.7/src/calculate_pregap.c iat-0.1.7/src/convert_2_iso.c iat-0.1.7/src/mktoc.c iat-0.1.7/src/mkcue.c iat-0.1.7/src/Makefile.in iat-0.1.7/src/convert_2_iso.h iat-0.1.7/src/util.c iat-0.1.7/src/main.c iat-0.1.7/src/mkcore.c iat-0.1.7/src/Makefile.am iat-0.1.7/src/mmc2r11.h iat-0.1.7/src/util.h iat-0.1.7/src/calculate_pregap.h iat-0.1.7/src/ecma119.h iat-0.1.7/NEWS iat-0.1.7/config.h.in iat-0.1.7/iat.ggo iat-0.1.7/install-sh iat-0.1.7/configure.ac iat-0.1.7/configure iat-0.1.7/README iat-0.1.7/Makefile.in iat-0.1.7/iat.h2m iat-0.1.7/INSTALL iat-0.1.7/ChangeLog iat-0.1.7/Makefile.am iat-0.1.7/aclocal.m4 iat-0.1.7/missing iat-0.1.7/depcomp iat-0.1.7/man/ iat-0.1.7/man/Makefile.in iat-0.1.7/man/iat.1 iat-0.1.7/man/Makefile.am checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... 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... yes checking for size_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for memmove... yes checking for memset... yes checking for strcspn... yes checking for strerror... yes checking for strrchr... 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 make all-recursive make[1]: Entering directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7' Making all in src make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/src' gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -O2 -march=i586 -mtune=i686 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c util.c: In function ‘smart_name’: util.c:103:45: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 103 | if ( 0 > ( length = tmp_buffer - original ) ) return ( buffer ); | ^~~~~~~~~~ util.c:115:45: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 115 | if ( 0 > ( length = tmp_buffer - original ) ) return ( buffer ); | ^~~~~~~~~~ util.c: In function ‘lba2msf’: util.c:167:37: warning: conversion from ‘off_t’ {aka ‘long long int’} to ‘unsigned char’ may change value [-Wconversion] 167 | (*( msf_block->frame ) ) = lba % 75; | ^~~ util.c:168:37: warning: conversion from ‘off_t’ {aka ‘long long int’} to ‘unsigned char’ may change value [-Wconversion] 168 | (*( msf_block->second ) ) = ( ( lba / 75 ) + 2 ) % 60; | ^ util.c:169:37: warning: conversion from ‘off_t’ {aka ‘long long int’} to ‘unsigned char’ may change value [-Wconversion] 169 | (*( msf_block->minute ) ) = ( ( lba / 75 ) + 2 ) / 60; | ^ mv -f .deps/util.Tpo .deps/util.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -O2 -march=i586 -mtune=i686 -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_block_size’: calculate_pregap.c:102:25: warning: conversion from ‘off_t’ {aka ‘long long int’} to ‘size_t’ {aka ‘unsigned int’} may change value [-Wconversion] 102 | size_t block = cd_id_end - cd_id_start; | ^~~~~~~~~ calculate_pregap.c:104:42: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 104 | img_struct -> block = ( ( block % block_sizes [ 0 ] ) == 0 ) ? block_sizes [ 0 ] : | ^ calculate_pregap.c:105:27: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 105 | ( ( block % block_sizes [ 1 ] ) == 0 ) ? block_sizes [ 1 ] : | ^ calculate_pregap.c:106:27: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 106 | ( ( block % block_sizes [ 2 ] ) == 0 ) ? block_sizes [ 2 ] : | ^ calculate_pregap.c:107:27: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 107 | ( ( block % block_sizes [ 3 ] ) == 0 ) ? block_sizes [ 3 ] : | ^ calculate_pregap.c:104:32: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 104 | img_struct -> block = ( ( block % block_sizes [ 0 ] ) == 0 ) ? block_sizes [ 0 ] : | ^ calculate_pregap.c: In function ‘calculate_pregap’: calculate_pregap.c:196:40: warning: conversion from ‘off_t’ {aka ‘long long int’} to ‘int’ may change value [-Wconversion] 196 | img_struct -> pregap = calculate_pregap_length ( cd_id_start, img_struct , header ); | ^~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/calculate_pregap.Tpo .deps/calculate_pregap.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -O2 -march=i586 -mtune=i686 -MT convert_2_iso.o -MD -MP -MF .deps/convert_2_iso.Tpo -c -o convert_2_iso.o convert_2_iso.c mv -f .deps/convert_2_iso.Tpo .deps/convert_2_iso.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -O2 -march=i586 -mtune=i686 -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c debug.c: In function ‘get_udf_pvd_block’: debug.c:435:88: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 435 | set_file_pointer ( fptrs -> fsource, ( off_t ) ( ( img_struct -> block * 256 ) + ( img_struct -> pregap ) ) ); | ^ debug.c:454:109: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 454 | ( off_t ) ( ( img_struct -> block * ( udf_avd.main_vol_desc_seq_ext.loc ) ) + ( img_struct -> pregap ) ) ); | ^ debug.c:457:117: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 457 | 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:119: warning: conversion to ‘size_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion] 546 | set_file_pointer ( fptrs -> fsource, ( off_t ) ( ( img_struct -> block * 16 ) + ( img_struct -> pregap ) ) ); | ^ mv -f .deps/debug.Tpo .deps/debug.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -O2 -march=i586 -mtune=i686 -MT cmdline.o -MD -MP -MF .deps/cmdline.Tpo -c -o cmdline.o cmdline.c cmdline.c: In function ‘cmdline_parser_create_argv’: cmdline.c:785:12: warning: conversion to ‘int’ from ‘size_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion] 785 | for (i = (n-1); i >= 0; --i) | ^ 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] 829 | cmdline_parser_internal (argc, argv_ptr, args_info, params, 0); | ^~~~ mv -f .deps/cmdline.Tpo .deps/cmdline.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -O2 -march=i586 -mtune=i686 -MT mkcue.o -MD -MP -MF .deps/mkcue.Tpo -c -o mkcue.o mkcue.c mkcue.c: In function ‘create_first_track’: mkcue.c:113:22: warning: conversion to ‘int’ from ‘size_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion] 113 | cue->block = img_struct->block; | ^~~~~~~~~~ mv -f .deps/mkcue.Tpo .deps/mkcue.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -O2 -march=i586 -mtune=i686 -MT mktoc.o -MD -MP -MF .deps/mktoc.Tpo -c -o mktoc.o mktoc.c mktoc.c: In function ‘toc_first_track’: mktoc.c:178:22: warning: conversion to ‘int’ from ‘size_t’ {aka ‘unsigned int’} may change the sign of the result [-Wsign-conversion] 178 | toc->block = img_struct->block; | ^~~~~~~~~~ mv -f .deps/mktoc.Tpo .deps/mktoc.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -O2 -march=i586 -mtune=i686 -MT mkcore.o -MD -MP -MF .deps/mkcore.Tpo -c -o mkcore.o mkcore.c mv -f .deps/mkcore.Tpo .deps/mkcore.Po gcc -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -O2 -march=i586 -mtune=i686 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po gcc -D_FILE_OFFSET_BITS=64 -pedantic -Wconversion -Wpointer-arith -Wcast-align -O2 -march=i586 -mtune=i686 -o iat util.o calculate_pregap.o convert_2_iso.o debug.o cmdline.o mkcue.o mktoc.o mkcore.o main.o make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/src' Making all in man make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/man' make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7' make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7' make[1]: Leaving directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7' make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z '' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install make[1]: Entering directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7' Making install in src make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/src' make[3]: Entering directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/bin" /bin/sh /usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/install-sh -c -s 'iat' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/bin/iat' test -z "/usr/include" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include" /usr/bin/ginstall -c -m 644 'util.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/util.h' /usr/bin/ginstall -c -m 644 'calculate_pregap.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/calculate_pregap.h' /usr/bin/ginstall -c -m 644 'convert_2_iso.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/convert_2_iso.h' /usr/bin/ginstall -c -m 644 'cmdline.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/cmdline.h' /usr/bin/ginstall -c -m 644 'define.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/define.h' /usr/bin/ginstall -c -m 644 'mmc2r11.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/mmc2r11.h' /usr/bin/ginstall -c -m 644 'debug.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/debug.h' /usr/bin/ginstall -c -m 644 'ecma119.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/ecma119.h' /usr/bin/ginstall -c -m 644 'mkcue.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/mkcue.h' /usr/bin/ginstall -c -m 644 'mktoc.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/mktoc.h' /usr/bin/ginstall -c -m 644 'mkcore.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/mkcore.h' /usr/bin/ginstall -c -m 644 'ecma167.h' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/include/ecma167.h' make[3]: Leaving directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/src' make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/src' Making install in man make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/man' make[3]: Entering directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/man' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/man/man1" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/man/man1" /usr/bin/ginstall -c -m 644 './iat.1' '/usr/src/slapt-src-i486/multimedia/iat/package-iat/usr/man/man1/iat.1' make[3]: Leaving directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/man' make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7/man' make[2]: Entering directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7' make[3]: Entering directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7' make[2]: Leaving directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7' make[1]: Leaving directory '/usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7' Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/iat usr/doc/ usr/doc/iat-0.1.7/ usr/doc/iat-0.1.7/AUTHORS usr/doc/iat-0.1.7/COPYING usr/doc/iat-0.1.7/INSTALL usr/doc/iat-0.1.7/NEWS usr/doc/iat-0.1.7/README usr/doc/iat-0.1.7/iat.SlackBuild usr/include/ usr/include/calculate_pregap.h usr/include/cmdline.h usr/include/convert_2_iso.h usr/include/debug.h usr/include/define.h usr/include/ecma119.h usr/include/ecma167.h usr/include/mkcore.h usr/include/mkcue.h usr/include/mktoc.h usr/include/mmc2r11.h usr/include/util.h usr/man/ usr/man/man1/ usr/man/man1/iat.1.gz Slackware package /usr/src/slapt-src-i486/multimedia/iat/iat-0.1.7-i586-1salix15.0.txz created. Installing package iat-0.1.7-i586-1salix15.0... | iat (iso9660 analyzer tool) | | IAT (Iso9660 Analyzer Tool) is a tool for detecting the structure | of many types of CD/DVD images and is part of iGnus Project. | | With Iso9660 Analyzer Tool you can: | * Create Cuesheet file from image CD/DVD | * Create TOC file from image CD/DVD | * Convert image CD/DVD to ISO9660 | * Debug image | | |