CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. 00%100%100%100%Done dfc-3.1.1/AUTHORS.md dfc-3.1.1/CHANGELOG.md dfc-3.1.1/CMakeLists.txt dfc-3.1.1/HACKING.md dfc-3.1.1/LICENSE dfc-3.1.1/Makefile dfc-3.1.1/README.md dfc-3.1.1/TRANSLATORS.md dfc-3.1.1/cmake/ dfc-3.1.1/cmake/cmake_uninstall.cmake.in dfc-3.1.1/cmake/modules/ dfc-3.1.1/cmake/modules/COPYING-CMAKE-SCRIPTS dfc-3.1.1/cmake/modules/FindLibintl.cmake dfc-3.1.1/cmake/modules/GettextTranslate.cmake dfc-3.1.1/conf/ dfc-3.1.1/conf/dfcrc dfc-3.1.1/conf/fr/ dfc-3.1.1/conf/fr/dfcrc dfc-3.1.1/conf/nl/ dfc-3.1.1/conf/nl/dfcrc dfc-3.1.1/man/ dfc-3.1.1/man/dfc.1 dfc-3.1.1/man/fr/ dfc-3.1.1/man/fr/dfc.1 dfc-3.1.1/man/nl/ dfc-3.1.1/man/nl/dfc.1 dfc-3.1.1/po/ dfc-3.1.1/po/CMakeLists.txt dfc-3.1.1/po/LINGUAS dfc-3.1.1/po/Makevars dfc-3.1.1/po/POTFILES.in dfc-3.1.1/po/sv.po dfc-3.1.1/po/nl.po dfc-3.1.1/po/fr.po dfc-3.1.1/src/ dfc-3.1.1/src/dfc.c dfc-3.1.1/src/dfc.h dfc-3.1.1/src/dotfile.c dfc-3.1.1/src/dotfile.h dfc-3.1.1/src/export/ dfc-3.1.1/src/export/csv.c dfc-3.1.1/src/export/display.h dfc-3.1.1/src/export/export.h dfc-3.1.1/src/export/html.c dfc-3.1.1/src/export/json.c dfc-3.1.1/src/export/tex.c dfc-3.1.1/src/export/text.c dfc-3.1.1/src/extern.h dfc-3.1.1/src/list.c dfc-3.1.1/src/list.h dfc-3.1.1/src/platform/ dfc-3.1.1/src/platform/services-bsd.c dfc-3.1.1/src/platform/services-linux.c dfc-3.1.1/src/platform/services-solaris.c dfc-3.1.1/src/platform/services.h dfc-3.1.1/src/util.c dfc-3.1.1/src/util.h -- The C compiler identification is GNU 11.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Looking for gettext -- Looking for gettext - found -- Found Libintl: /usr/include -- Performing Test HAS_WSIGN_CONVERSION -- Performing Test HAS_WSIGN_CONVERSION - Success -- Performing Test HAS_WDOUBLE_PROMOTION -- Performing Test HAS_WDOUBLE_PROMOTION - Success -- Performing Test HAS_WLOGICAL_OP -- Performing Test HAS_WLOGICAL_OP - Success -- Performing Test HAS_WJUMP_MISSES_INIT -- Performing Test HAS_WJUMP_MISSES_INIT - Success -- Configuring done -- Generating done -- Build files have been written to: /usr/src/slapt-src-i486/system/dfc/dfc-3.1.1/build [ 5%] Generating ../../po/dfc.pot [ 5%] Built target dfc.pot-update [ 11%] Generating ../../po/nl.po ............ done. [ 16%] Built target generate-dfc-nl-po [ 22%] Generating nl.gmo /usr/src/slapt-src-i486/system/dfc/dfc-3.1.1/po/nl.po: 54 translated messages, 1 untranslated message. [ 22%] Built target generate-dfc-nl-gmo [ 27%] Generating ../../po/fr.po ............ done. [ 33%] Built target generate-dfc-fr-po [ 38%] Generating fr.gmo /usr/src/slapt-src-i486/system/dfc/dfc-3.1.1/po/fr.po: 54 translated messages, 1 untranslated message. [ 38%] Built target generate-dfc-fr-gmo [ 38%] Built target update-gmo [ 44%] Building C object CMakeFiles/dfc.dir/src/dotfile.c.o In file included from /usr/src/slapt-src-i486/system/dfc/dfc-3.1.1/src/dotfile.c:51: /usr/src/slapt-src-i486/system/dfc/dfc-3.1.1/src/dotfile.c: In function ‘config_file’: /usr/src/slapt-src-i486/system/dfc/dfc-3.1.1/src/dotfile.c:122:19: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ [-Wformat=] 122 | _("Config file path is longer than %lu and was truncated. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src-i486/system/dfc/dfc-3.1.1/src/dotfile.c:122:17: note: in expansion of macro ‘_’ 122 | _("Config file path is longer than %lu and was truncated. " | ^ /usr/src/slapt-src-i486/system/dfc/dfc-3.1.1/src/dotfile.c:122:54: note: format string is defined here 122 | _("Config file path is longer than %lu and was truncated. " | ~~^ | | | long unsigned int | %u [ 50%] Building C object CMakeFiles/dfc.dir/src/dfc.c.o [ 55%] Building C object CMakeFiles/dfc.dir/src/list.c.o [ 61%] Building C object CMakeFiles/dfc.dir/src/util.c.o [ 66%] Building C object CMakeFiles/dfc.dir/src/export/csv.c.o [ 72%] Building C object CMakeFiles/dfc.dir/src/export/html.c.o [ 77%] Building C object CMakeFiles/dfc.dir/src/export/json.c.o [ 83%] Building C object CMakeFiles/dfc.dir/src/export/tex.c.o [ 88%] Building C object CMakeFiles/dfc.dir/src/export/text.c.o [ 94%] Building C object CMakeFiles/dfc.dir/src/platform/services-linux.c.o [100%] Linking C executable bin/Release/dfc [100%] Built target dfc [ 5%] Built target dfc.pot-update [ 16%] Built target generate-dfc-nl-po [ 22%] Built target generate-dfc-nl-gmo [ 33%] Built target generate-dfc-fr-po [ 38%] Built target generate-dfc-fr-gmo [ 38%] Built target update-gmo Consolidate compiler generated dependencies of target dfc [100%] Built target dfc Install the project... -- Install configuration: "Release" -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/bin/dfc -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/man/man1/dfc.1 -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/etc/xdg/dfc/dfcrc -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/man/fr/man1/dfc.1 -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/etc/xdg/dfc/fr/dfcrc -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/man/nl/man1/dfc.1 -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/etc/xdg/dfc/nl/dfcrc -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/doc/dfc-3.1.1/AUTHORS.md -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/doc/dfc-3.1.1/CHANGELOG.md -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/doc/dfc-3.1.1/HACKING.md -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/doc/dfc-3.1.1/LICENSE -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/doc/dfc-3.1.1/README.md -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/doc/dfc-3.1.1/TRANSLATORS.md -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/share/locale/fr/LC_MESSAGES/dfc.mo -- Installing: /usr/src/slapt-src-i486/system/dfc/package-dfc/usr/share/locale/nl/LC_MESSAGES/dfc.mo 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/dfc/dfc-3.1.1-i586-1salix15.0.txz ./ etc/ etc/xdg/ etc/xdg/dfc/ etc/xdg/dfc/dfcrc etc/xdg/dfc/fr/ etc/xdg/dfc/fr/dfcrc etc/xdg/dfc/nl/ etc/xdg/dfc/nl/dfcrc install/ install/slack-desc usr/ usr/bin/ usr/bin/dfc usr/doc/ usr/doc/dfc-3.1.1/ usr/doc/dfc-3.1.1/AUTHORS.md usr/doc/dfc-3.1.1/CHANGELOG.md usr/doc/dfc-3.1.1/HACKING.md usr/doc/dfc-3.1.1/LICENSE usr/doc/dfc-3.1.1/README.md usr/doc/dfc-3.1.1/TRANSLATORS.md usr/doc/dfc-3.1.1/dfc.SlackBuild usr/man/ usr/man/fr/ usr/man/fr/man1/ usr/man/fr/man1/dfc.1.gz usr/man/man1/ usr/man/man1/dfc.1.gz usr/man/nl/ usr/man/nl/man1/ usr/man/nl/man1/dfc.1.gz usr/share/ usr/share/locale/ usr/share/locale/fr/ usr/share/locale/fr/LC_MESSAGES/ usr/share/locale/fr/LC_MESSAGES/dfc.mo usr/share/locale/nl/ usr/share/locale/nl/LC_MESSAGES/ usr/share/locale/nl/LC_MESSAGES/dfc.mo Slackware package /usr/src/slapt-src-i486/system/dfc/dfc-3.1.1-i586-1salix15.0.txz created. Installing package dfc-3.1.1-i586-1salix15.0... | dfc (disk usage in color) | | Dfc displays file system space usage using graphs and colors, and | also supports output in csv and html formats. | | | | | | | | |