The following packages will be installed: extundelete Fetching README... 0%100%100%100%100%100%Done Fetching extundelete-e2fsprogs-1.44.1.patch... 0%100%100%100%100%100%Done Fetching extundelete.SlackBuild... 0%100%100%100%100%100%Done Fetching extundelete.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done extundelete-0.2.4/ extundelete-0.2.4/acinclude.m4 extundelete-0.2.4/missing extundelete-0.2.4/autogen.sh extundelete-0.2.4/aclocal.m4 extundelete-0.2.4/configure extundelete-0.2.4/LICENSE extundelete-0.2.4/README extundelete-0.2.4/install-sh extundelete-0.2.4/config.h.in extundelete-0.2.4/src/ extundelete-0.2.4/src/extundelete.cc extundelete-0.2.4/src/block.h extundelete-0.2.4/src/kernel-jbd.h extundelete-0.2.4/src/insertionops.cc extundelete-0.2.4/src/block.c extundelete-0.2.4/src/cli.cc extundelete-0.2.4/src/extundelete-priv.h extundelete-0.2.4/src/extundelete.h extundelete-0.2.4/src/jfs_compat.h extundelete-0.2.4/src/Makefile.in extundelete-0.2.4/src/Makefile.am extundelete-0.2.4/configure.ac extundelete-0.2.4/depcomp extundelete-0.2.4/Makefile.in extundelete-0.2.4/Makefile.am patching file src/insertionops.cc Configuring extundelete 0.2.4 Writing generated files to disk make -s all-recursive Making all in src extundelete.cc: In function ‘int extundelete_test_inode_bitmap(ext2_filsys, ext2_ino_t)’: extundelete.cc:196:12: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses] 196 | if(! EXT2_SB(fs->super)->s_feature_incompat & EXT4_FEATURE_INCOMPAT_64BIT) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extundelete.cc: In function ‘ext2_ino_t find_inode(ext2_filsys, ext2_filsys, ext2_inode*, std::string, int)’: extundelete.cc:1271:35: warning: narrowing conversion of ‘search_flags’ from ‘int’ to ‘ext2_ino_t’ {aka ‘unsigned int’} [-Wnarrowing] 1271 | struct dir_context ctx = {search_flags, DIRENT_FLAG_INCLUDE_REMOVED, | ^~~~~~~~~~~~ extundelete.cc: In function ‘errcode_t restore_file(ext2_filsys, ext2_filsys, const string&)’: extundelete.cc:1522:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 1522 | if (LINUX_S_ISDIR(inode->i_mode) && inode->i_blocks > 0) | ^~ extundelete.cc:1524:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 1524 | print_directory_inode(fs, inode, ino); | ^~~~~~~~~~~~~~~~~~~~~ cli.cc: In function ‘errcode_t examine_fs(ext2_filsys)’: cli.cc:337:33: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 337 | if(strlen(name) > 0) | ^~ cli.cc:339:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 339 | if(errcode) com_err(Config::progname.c_str(), errcode, "while restoring file %s.", name); | ^~ Making install in src /usr/bin/ginstall -c extundelete '/usr/src/slapt-src-i486/system/extundelete/package-extundelete/usr/bin' 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/system/extundelete/extundelete-0.2.4-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/extundelete usr/doc/ usr/doc/extundelete-0.2.4/ usr/doc/extundelete-0.2.4/LICENSE usr/doc/extundelete-0.2.4/README usr/doc/extundelete-0.2.4/extundelete.SlackBuild Slackware package /usr/src/slapt-src-i486/system/extundelete/extundelete-0.2.4-i586-1salix15.0.txz created. Installing package extundelete-0.2.4-i586-1salix15.0... | extundelete (An ext3 and ext4 file system undeletion utility) | | extundelete is a utility that can recover deleted files from an ext3 | or ext4 partition. extundelete is based partly on ext3grep (c) Carlo | Wood (GPLv2 or later) and uses the information stored in the | partition's journal to attempt to recover a file that has been | deleted from the partition. | extundelete was written by Nic Case. It's GPLv2 | | Homepage: http://extundelete.sourceforge.net/ | | |