The following packages will be installed: cbmfs Fetching README... 0%100%100%100%100%100%Done Fetching cbmfs.SlackBuild... 0%100%100%100%100%100%Done Fetching cbmfs.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done cbmfs-1.0/ cbmfs-1.0/Makefile cbmfs-1.0/TODO cbmfs-1.0/fuse_ops.c cbmfs-1.0/main.cpp cbmfs-1.0/cbmfs_ops.cpp cbmfs-1.0/cbmdisk.cpp cbmfs-1.0/cbmfs.hpp cbmfs-1.0/README cbmfs-1.0/d81.cpp cbmfs-1.0/cbmfs.cpp cbmfs-1.0/d64.cpp cbmfs-1.0/d71.cpp cbmfs-1.0/d64.hpp cbmfs-1.0/d64speed.cpp cbmfs-1.0/d82.hpp cbmfs-1.0/d64speed.hpp cbmfs-1.0/cbmdisk.hpp cbmfs-1.0/d82.cpp cbmfs-1.0/d71.hpp cbmfs-1.0/d81.hpp cbmfs-1.0/d64prologic.hpp cbmfs-1.0/d80.cpp cbmfs-1.0/d64dolphin.cpp cbmfs-1.0/d64prologic.cpp cbmfs-1.0/d80.hpp cbmfs-1.0/d64dolphin.hpp g++ -O2 -fPIC -Wall `pkg-config --cflags fuse` -DCBMFSVERSION=\"1.0\" -O2 -c -o main.o main.cpp main.cpp: In function 'void cbmfs_cleanup()': main.cpp:70:12: warning: deleting object of abstract class type 'CBMdisk' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor] delete disk; ^ g++ -O2 -fPIC -Wall `pkg-config --cflags fuse` -DCBMFSVERSION=\"1.0\" -O2 -c -o cbmfs_ops.o cbmfs_ops.cpp cbmfs_ops.cpp: In function 'int cbmfs_read(const char*, char*, size_t, off_t, fuse_file_info*)': cbmfs_ops.cpp:183:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(offset+size > filesize) ^ g++ -O2 -fPIC -Wall `pkg-config --cflags fuse` -DCBMFSVERSION=\"1.0\" -O2 -c -o cbmfs.o cbmfs.cpp cc -O2 -fPIC -Wall `pkg-config --cflags fuse` -DCBMFSVERSION=\"1.0\" -O2 -c -o fuse_ops.o fuse_ops.c g++ -O2 -fPIC -Wall `pkg-config --cflags fuse` -DCBMFSVERSION=\"1.0\" -O2 -c -o cbmdisk.o cbmdisk.cpp cbmdisk.cpp: In member function 'CBMdisk::direntry* CBMdisk::new_direntry()': cbmdisk.cpp:218:18: warning: iteration 39u invokes undefined behavior [-Waggressive-loop-optimizations] if(used_sec[i] == 0) ^ cbmdisk.cpp:217:22: note: containing loop for(unsigned i=1; i Makefile.dep make[1]: Leaving directory '/usr/src/slapt-src/system/cbmfs/cbmfs-1.0' 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/cbmfs/cbmfs-1.0-x86_64-1salix.txz ./ usr/ usr/bin/ usr/bin/cbmfsmount usr/doc/ usr/doc/cbmfs-1.0/ usr/doc/cbmfs-1.0/README usr/doc/cbmfs-1.0/cbmfs.SlackBuild usr/doc/cbmfs-1.0/TODO install/ install/slack-desc Slackware package /usr/src/slapt-src/system/cbmfs/cbmfs-1.0-x86_64-1salix.txz created. Installing package cbmfs-1.0-x86_64-1salix... | cbmfs (A fuse filesystem for Commodore disk images) | | cbmfs can mount your 8-bit Commodore disk images into your local | filesystem. Currently d64, d71, d81, d80, d82 images are supported in | read and write mode. | | cbmfs tries to resemble the commodore filetype by setting some unix | access permissions. If you change the file permissions on unix with | chmod you can alter the commodore file type. | | | |