The following packages will be installed: fuseiso Fetching README... 0%100%100%100%100%100%Done Fetching fuseiso.SlackBuild... 0%100%100%100%100%100%Done Fetching fuseiso.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done fuseiso-20070708/ fuseiso-20070708/depcomp fuseiso-20070708/zAppRun/ fuseiso-20070708/zAppRun/zAppRun fuseiso-20070708/zAppRun/Makefile.am fuseiso-20070708/zAppRun/Makefile.in fuseiso-20070708/INSTALL fuseiso-20070708/README fuseiso-20070708/src/ fuseiso-20070708/src/fuseiso.c fuseiso-20070708/src/Makefile.am fuseiso-20070708/src/Makefile.in fuseiso-20070708/src/isofs.c fuseiso-20070708/src/isofs.h fuseiso-20070708/COPYING fuseiso-20070708/Makefile.am fuseiso-20070708/missing fuseiso-20070708/Makefile.in fuseiso-20070708/NEWS fuseiso-20070708/fuseiso.spec fuseiso-20070708/configure fuseiso-20070708/TODO fuseiso-20070708/config.h.in fuseiso-20070708/aclocal.m4 fuseiso-20070708/configure.in fuseiso-20070708/ltmain.sh fuseiso-20070708/linux/ fuseiso-20070708/linux/rock.h fuseiso-20070708/linux/iso_fs.h fuseiso-20070708/ChangeLog fuseiso-20070708/AUTHORS fuseiso-20070708/mkinstalldirs fuseiso-20070708/config.sub fuseiso-20070708/install-sh fuseiso-20070708/config.guess checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes 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 build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by gcc... /usr/x86_64-slackware-linux/bin/ld checking if the linker (/usr/x86_64-slackware-linux/bin/ld) is GNU ld... yes checking for /usr/x86_64-slackware-linux/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 recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking for correct ltmain.sh version... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/x86_64-slackware-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 static flag -static works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for fuse.h... yes checking for fuse_main in -lfuse... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating zAppRun/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708' Making all in src make[2]: Entering directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_FILE_OFFSET_BITS=64 `pkg-config --cflags fuse glib-2.0` -Wall -O2 -fPIC -MT fuseiso.o -MD -MP -MF ".deps/fuseiso.Tpo" -c -o fuseiso.o fuseiso.c; \ then mv -f ".deps/fuseiso.Tpo" ".deps/fuseiso.Po"; else rm -f ".deps/fuseiso.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_FILE_OFFSET_BITS=64 `pkg-config --cflags fuse glib-2.0` -Wall -O2 -fPIC -MT isofs.o -MD -MP -MF ".deps/isofs.Tpo" -c -o isofs.o isofs.c; \ then mv -f ".deps/isofs.Tpo" ".deps/isofs.Po"; else rm -f ".deps/isofs.Tpo"; exit 1; fi In file included from /usr/include/stdio.h:27:0, from isofs.c:24: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ isofs.c: In function 'isofs_real_preinit': isofs.c:101:29: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t {aka long int}' [-Wformat=] fprintf(stderr, "only %d bytes read from position %d, %d required; is it really supported file?\n", ^ isofs.c:101:29: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long unsigned int' [-Wformat=] isofs.c:152:29: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ssize_t {aka long int}' [-Wformat=] fprintf(stderr, "only %d bytes read from volume descriptor %d, %d required\n", ^ isofs.c:152:29: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long unsigned int' [-Wformat=] isofs.c:181:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "init: wrong block data size %d, using default 2048\n", context.data_size); ^ isofs.c: In function 'isofs_real_init': isofs.c:327:16: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("Data block size: %d\n", context.block_size); ^ isofs.c: In function 'isofs_check_rr': isofs.c:369:25: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "check_rr: directory record length too small: %d\n", record_length); ^ isofs.c:374:25: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "check_rr: file name length too big for . record: %d\n", name_len); ^ isofs.c:380:25: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "check_rr: wrong name_len in directory entry: %d, record_length %d\n", ^ isofs.c:380:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] isofs.c: In function 'isofs_read_raw_block': isofs.c:482:25: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "isofs_read_raw_block: can`t read full block, read only %d bytes from offset %d, %d required; errno %d, message %s\n", ^ isofs.c:482:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] isofs.c: In function 'isofs_parse_sa': isofs.c:1059:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] "parse_sa: too long NM entry: %d\n", ^ isofs.c:1123:41: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "parse_sa: CL entry: directory record length too small: %d\n", record_length); ^ isofs.c:1128:41: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "parse_sa: file name length too big for . record: %d\n", name_len); ^ isofs.c:1134:41: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "parse_sa: CL record: wrong name_len in directory entry: %d, record_length %d\n", ^ isofs.c:1134:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] isofs.c: In function 'isofs_real_readdir': isofs.c:1427:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "readdir: directory record length too small: %d\n", record_length); ^ isofs.c:1433:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "readdir: file name length too big: %d\n", name_len); ^ isofs.c:1439:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] fprintf(stderr, "readdir: wrong name_len in directory entry: %d, record_length %d\n", ^ isofs.c:1439:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] /bin/sh ../libtool --tag=CC --mode=link gcc -D_FILE_OFFSET_BITS=64 `pkg-config --cflags fuse glib-2.0` -Wall -O2 -fPIC `pkg-config --libs fuse glib-2.0` -lz -o fuseiso fuseiso.o isofs.o -lfuse mkdir .libs gcc -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -O2 -fPIC -pthread -o fuseiso fuseiso.o isofs.o /usr/lib64/libglib-2.0.so -lpthread -lz /lib64/libfuse.so -ldl make[2]: Leaving directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708/src' Making all in zAppRun make[2]: Entering directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708/zAppRun' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708/zAppRun' make[2]: Entering directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708' make[2]: Leaving directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708' make[1]: Leaving directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708' make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/system/fuseiso/fuseiso-20070708/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/system/fuseiso/fuseiso-20070708/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z 'strip' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='strip'"` install make[1]: Entering directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708' Making install in src make[2]: Entering directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708/src' make[3]: Entering directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708/src' test -z "/usr/bin" || mkdir -p -- "/usr/src/slapt-src/system/fuseiso/package-fuseiso/usr/bin" STRIPPROG='strip' /bin/sh ../libtool --mode=install /bin/sh /usr/src/slapt-src/system/fuseiso/fuseiso-20070708/install-sh -c -s 'fuseiso' '/usr/src/slapt-src/system/fuseiso/package-fuseiso/usr/bin/fuseiso' /bin/sh /usr/src/slapt-src/system/fuseiso/fuseiso-20070708/install-sh -c -s fuseiso /usr/src/slapt-src/system/fuseiso/package-fuseiso/usr/bin/fuseiso make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708/src' make[2]: Leaving directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708/src' Making install in zAppRun make[2]: Entering directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708/zAppRun' make[3]: Entering directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708/zAppRun' 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/system/fuseiso/fuseiso-20070708/zAppRun' make[2]: Leaving directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708/zAppRun' make[2]: Entering directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708' make[3]: Entering directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708' 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/system/fuseiso/fuseiso-20070708' make[2]: Leaving directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708' make[1]: Leaving directory '/usr/src/slapt-src/system/fuseiso/fuseiso-20070708' Slackware package maker, version 3.141593. 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/system/fuseiso/fuseiso-20070708-x86_64-1salix.txz ./ usr/ usr/bin/ usr/bin/fuseiso usr/doc/ usr/doc/fuseiso-20070708/ usr/doc/fuseiso-20070708/README usr/doc/fuseiso-20070708/COPYING usr/doc/fuseiso-20070708/NEWS usr/doc/fuseiso-20070708/AUTHORS usr/doc/fuseiso-20070708/TODO usr/doc/fuseiso-20070708/ChangeLog usr/doc/fuseiso-20070708/fuseiso.SlackBuild usr/doc/fuseiso-20070708/INSTALL install/ install/slack-desc WARNING: zero length file usr/doc/fuseiso-20070708/TODO Slackware package /usr/src/slapt-src/system/fuseiso/fuseiso-20070708-x86_64-1salix.txz created. Installing package fuseiso-20070708-x86_64-1salix... | fuseiso (FUSE module to mount ISO filesystem images) | | FuseISO is a FUSE module to mount ISO filesystem images (.iso, .nrg, | .bin, .mdf and .img files). It currently support plain ISO9660 Level | 1 and 2, Rock Ridge, Joliet, and zisofs. | | | | | https://sourceforge.net/projects/fuseiso/ | | |