Use of autoconf option --mandir is discouraged, because support is incomplete. Rewrote `/usr/man' to `/usr/man' and used that as the MANDIR Make variable. autoconf option --docdir ignored autoconf option --build ignored . 0%100%100%100%100%100%Done Fetching pqiv.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done pqiv-2.11/ pqiv-2.11/GNUmakefile pqiv-2.11/LICENSE pqiv-2.11/README.markdown pqiv-2.11/backends/ pqiv-2.11/backends/archive.c pqiv-2.11/backends/archive.mime pqiv-2.11/backends/archive_cbx.c pqiv-2.11/backends/archive_cbx.mime pqiv-2.11/backends/gdkpixbuf.c pqiv-2.11/backends/gdkpixbuf.mime pqiv-2.11/backends/libav.c pqiv-2.11/backends/libav.mime pqiv-2.11/backends/poppler.c pqiv-2.11/backends/poppler.mime pqiv-2.11/backends/shared-initializer.c pqiv-2.11/backends/spectre.c pqiv-2.11/backends/spectre.mime pqiv-2.11/backends/wand.c pqiv-2.11/backends/wand.mime pqiv-2.11/backends/webp.c pqiv-2.11/backends/webp.mime pqiv-2.11/configure pqiv-2.11/lib/ pqiv-2.11/lib/bostree.c pqiv-2.11/lib/bostree.h pqiv-2.11/lib/config_parser.c pqiv-2.11/lib/config_parser.h pqiv-2.11/lib/filebuffer.c pqiv-2.11/lib/filebuffer.h pqiv-2.11/lib/strnatcmp.c pqiv-2.11/lib/strnatcmp.h pqiv-2.11/lib/thumbnailcache.c pqiv-2.11/lib/thumbnailcache.h pqiv-2.11/lib/update.sh pqiv-2.11/pqiv.1 pqiv-2.11/pqiv.c pqiv-2.11/pqiv.h Determining executable extension.. (none) Checking for supported backends.. archive archive_cbx gdkpixbuf libav poppler spectre wand webp Building with backends: archive archive_cbx gdkpixbuf libav poppler spectre wand webp Checking if the prerequisites are installed.. ok Writing config.make. Checking if affected by liblcms bug.. no Done. Run `make install' to install pqiv. CC pqiv.o /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/pqiv.c: In function ‘load_images_handle_parameter’: /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/pqiv.c:1731:49: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 1731 | GTimeVal result; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/pqiv.h:26, from /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/pqiv.c:21: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/pqiv.c:1732:49: warning: ‘g_file_info_get_modification_time’ is deprecated: Use 'g_file_info_get_modification_date_time' instead [-Wdeprecated-declarations] 1732 | g_file_info_get_modification_time(file_info, &result); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gio/gio.h:81, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/pqiv.h:27, from /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/pqiv.c:21: /usr/include/glib-2.0/gio/gfileinfo.h:1210:19: note: declared here 1210 | void g_file_info_get_modification_time (GFileInfo *info, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC lib/strnatcmp.o CC lib/bostree.o CC lib/filebuffer.o CC lib/config_parser.o CC lib/thumbnailcache.o CC backends/archive.o CC backends/archive_cbx.o CC backends/gdkpixbuf.o /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/backends/gdkpixbuf.c:35:9: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 35 | GTimeVal animation_time; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/backends/../pqiv.h:26, from /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/backends/gdkpixbuf.c:21: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ CC backends/libav.o CC backends/poppler.o /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/backends/poppler.c: In function ‘file_type_poppler_alloc’: /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/backends/poppler.c:60:17: warning: ‘poppler_document_new_from_data’ is deprecated: Use poppler_document_new_from_bytes instead [-Wdeprecated-declarations] 60 | PopplerDocument *poppler_document = poppler_document_new_from_data(data_ptr, (int)data_size, NULL, &error_pointer); | ^~~~~~~~~~~~~~~ In file included from /usr/include/poppler/glib/poppler.h:246, from /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/backends/poppler.c:23: /usr/include/poppler/glib/poppler-document.h:298:18: note: declared here 298 | PopplerDocument *poppler_document_new_from_data(char *data, int length, const char *password, GError **error) G_GNUC_DEPRECATED_FOR(poppler_document_new_from_bytes); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/backends/poppler.c: In function ‘file_type_poppler_load’: /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/backends/poppler.c:121:17: warning: ‘poppler_document_new_from_data’ is deprecated: Use poppler_document_new_from_bytes instead [-Wdeprecated-declarations] 121 | PopplerDocument *document = poppler_document_new_from_data(data_ptr, (int)data_size, NULL, error_pointer); | ^~~~~~~~~~~~~~~ In file included from /usr/include/poppler/glib/poppler.h:246, from /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/backends/poppler.c:23: /usr/include/poppler/glib/poppler-document.h:298:18: note: declared here 298 | PopplerDocument *poppler_document_new_from_data(char *data, int length, const char *password, GError **error) G_GNUC_DEPRECATED_FOR(poppler_document_new_from_bytes); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC backends/spectre.o CC backends/wand.o In file included from /usr/include/ImageMagick-7/MagickCore/MagickCore.h:135, from /usr/include/ImageMagick-7/MagickWand/MagickWand.h:77, from /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/backends/wand.c:38: /usr/include/ImageMagick-7/MagickCore/pixel-accessor.h: In function ‘IsPixelAtDepth’: /usr/include/ImageMagick-7/MagickCore/pixel-accessor.h:481:16: warning: comparing floating-point with ‘==’ or ‘!=’ is unsafe [-Wfloat-equal] 481 | return(pixel == quantum ? MagickTrue : MagickFalse); | ^~ CC backends/webp.o GEN backends/initializer-archive-archive_cbx-gdkpixbuf-libav-poppler-spectre-wand-webp.c CC backends/initializer-archive-archive_cbx-gdkpixbuf-libav-poppler-spectre-wand-webp.o CCLD pqiv GEN pqiv.desktop mkdir -p /usr/src/slapt-src/graphics/pqiv/package-pqiv/usr/bin install pqiv /usr/src/slapt-src/graphics/pqiv/package-pqiv/usr/bin/pqiv mkdir -p /usr/src/slapt-src/graphics/pqiv/package-pqiv/usr/man/man1 install -m 644 /usr/src/slapt-src/graphics/pqiv/pqiv-2.11/pqiv.1 /usr/src/slapt-src/graphics/pqiv/package-pqiv/usr/man/man1/pqiv.1 mkdir -p /usr/src/slapt-src/graphics/pqiv/package-pqiv/usr/share/applications install -m 644 pqiv.desktop /usr/src/slapt-src/graphics/pqiv/package-pqiv/usr/share/applications/pqiv.desktop 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/graphics/pqiv/pqiv-2.11-x86_64-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/pqiv usr/doc/ usr/doc/pqiv-2.11/ usr/doc/pqiv-2.11/LICENSE usr/doc/pqiv-2.11/README.markdown usr/doc/pqiv-2.11/pqiv.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/pqiv.1.gz usr/share/ usr/share/applications/ usr/share/applications/pqiv.desktop Slackware package /usr/src/slapt-src/graphics/pqiv/pqiv-2.11-x86_64-1salix15.0.txz created. Installing package pqiv-2.11-x86_64-1salix15.0... | pqiv (Powerful image viewer with minimal UI) | | pqiv is a powerful GTK 3 based command-line image viewer with a | minimal UI. It is highly customizable, can be fully controlled from | scripts, and has support for various file formats including PDF, | Postscript, video files and archives. It is optimized to be quick and | responsive. | | | Homepage: http://www.pberndt.com/Programme/Linux/pqiv/index.html | | |