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%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done -- The C compiler identification is GNU 11.2.0 -- The CXX 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 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Checking for module 'gtk+-2.0' -- Found gtk+-2.0, version 2.24.33 -- Configuring done -- Generating done -- Build files have been written to: /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/build [ 0%] Built target i18n [ 16%] Building C object src/CMakeFiles/encryptedfolders.dir/encryptedfolders.c.o In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/encryptedfolders.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/encryptedfolders.c:1: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/encryptedfolders.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/encryptedfolders.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/encryptedfolders.c: In function ‘mount_encryptedfolder’: /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/encryptedfolders.c:115:9: warning: implicit declaration of function ‘g_mkdir’; did you mean ‘rmdir’? [-Wimplicit-function-declaration] 115 | g_mkdir (mountpoint, 0700); | ^~~~~~~ | rmdir /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/encryptedfolders.c: In function ‘umount_encryptedfolder’: /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/encryptedfolders.c:134:9: warning: implicit declaration of function ‘g_rmdir’; did you mean ‘rmdir’? [-Wimplicit-function-declaration] 134 | g_rmdir (mountpoint); | ^~~~~~~ | rmdir [ 33%] Linking C static library libencryptedfolders.a [ 33%] Built target encryptedfolders [ 50%] Building C object src/CMakeFiles/gencfs.dir/gencfs.c.o In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/gencfs.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/gencfs.c:1: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/gencfs.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/gencfs.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [ 66%] Linking C executable gencfs [ 66%] Built target gencfs [ 83%] Building C object src/CMakeFiles/gencfs-askpass.dir/gencfs-askpass.c.o In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/gencfs-askpass.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/gencfs-askpass.c:1: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/gencfs-askpass.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2/src/gencfs-askpass.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ [100%] Linking C executable gencfs-askpass [100%] Built target gencfs-askpass [ 0%] Built target i18n Consolidate compiler generated dependencies of target encryptedfolders [ 33%] Built target encryptedfolders Consolidate compiler generated dependencies of target gencfs [ 66%] Built target gencfs Consolidate compiler generated dependencies of target gencfs-askpass [100%] Built target gencfs-askpass Installing the project stripped... -- Install configuration: "Release" -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/doc/gencfs-1.2 -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/doc/gencfs-1.2/INSTALL -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/doc/gencfs-1.2/README -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/doc/gencfs-1.2/ChangeLog -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/doc/gencfs-1.2/AUTHORS -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/doc/gencfs-1.2/LICENSE -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/doc/gencfs-1.2/TODO -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/share/locale/fr/LC_MESSAGES/gencfs.mo -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/bin/gencfs-askpass -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/share/gencfs/gencfs-askpass.ui -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/bin/gencfs -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/share/gencfs/gencfs.ui -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/share/applications/gencfs.desktop -- Installing: /usr/src/slapt-src-i486/system/gencfs/package-gencfs/usr/share/pixmaps/gencfs.png 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/gencfs/gencfs-1.2-i586-3salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/gencfs usr/bin/gencfs-askpass usr/doc/ usr/doc/gencfs-1.2/ usr/doc/gencfs-1.2/AUTHORS usr/doc/gencfs-1.2/ChangeLog usr/doc/gencfs-1.2/LICENSE usr/doc/gencfs-1.2/README usr/doc/gencfs-1.2/TODO usr/doc/gencfs-1.2/gencfs.SlackBuild usr/share/ usr/share/applications/ usr/share/applications/gencfs.desktop usr/share/gencfs/ usr/share/gencfs/gencfs-askpass.ui usr/share/gencfs/gencfs.ui usr/share/locale/ usr/share/locale/fr/ usr/share/locale/fr/LC_MESSAGES/ usr/share/locale/fr/LC_MESSAGES/gencfs.mo usr/share/pixmaps/ usr/share/pixmaps/gencfs.png Slackware package /usr/src/slapt-src-i486/system/gencfs/gencfs-1.2-i586-3salix15.0.txz created. Installing package gencfs-1.2-i586-3salix15.0... | gencfs (Gencfs) | | Gencfs is a simple graphical front end for encfs. | With encfs directories and their files can be crypted. | Gencfs easily can mount such a directory to an encrypted copy. | | Homepage: https://web-beta.archive.org/web/20150720005846/ | sallu.tuxfamily.org/-Desktop-utilities,7- | | | | |