The following packages will be installed: mozplugger Fetching Makefile.in.diff... 0%100%100%100%100%100%Done Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching mozplugger.SlackBuild... 0%100%100%100%100%100%Done Fetching mozplugger.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done mozplugger-2.1.6/ mozplugger-2.1.6/ChangeLog mozplugger-2.1.6/configure.ac mozplugger-2.1.6/pipe_msg.h mozplugger-2.1.6/configure mozplugger-2.1.6/debug.c mozplugger-2.1.6/mozplugger-linker.c mozplugger-2.1.6/widgets.h mozplugger-2.1.6/cmd_flags.h mozplugger-2.1.6/child.c mozplugger-2.1.6/mozplugger.spec mozplugger-2.1.6/child.h mozplugger-2.1.6/mozplugger.h mozplugger-2.1.6/README mozplugger-2.1.6/scriptable_obj.h mozplugger-2.1.6/mozplugger.7 mozplugger-2.1.6/npn-get-helpers.c mozplugger-2.1.6/exportmap mozplugger-2.1.6/Makefile.in mozplugger-2.1.6/plugin_entry.h mozplugger-2.1.6/widgets.c mozplugger-2.1.6/debug.h mozplugger-2.1.6/mozplugger-helper.c mozplugger-2.1.6/mozplugger-update.c mozplugger-2.1.6/mozpluggerrc mozplugger-2.1.6/plugin_name.h mozplugger-2.1.6/config.h.in mozplugger-2.1.6/mozplugger.c mozplugger-2.1.6/COPYING mozplugger-2.1.6/npn-get-helpers.h mozplugger-2.1.6/mozplugger-controller.c mozplugger-2.1.6/npapi/ mozplugger-2.1.6/npapi/npp_func_tab.h mozplugger-2.1.6/npapi/npp_funcs.c mozplugger-2.1.6/npapi/npp_funcs.h mozplugger-2.1.6/npapi/npn_funcs.c mozplugger-2.1.6/npapi/npn_funcs.h mozplugger-2.1.6/npapi/npapi.h mozplugger-2.1.6/npapi/np_funcs.h mozplugger-2.1.6/npapi/npruntime.h mozplugger-2.1.6/npapi/npn_func_tab.h mozplugger-2.1.6/plugin_entry.c mozplugger-2.1.6/scriptable_obj.c patching file Makefile.in Hunk #1 succeeded at 267 (offset 1 line). checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... gcc -E checking for X... libraries , headers checking for ... no checking for ... (cached) no checking for /usr/lib/mozilla/plugins... yes checking for /usr/lib/firefox/plugins... no checking for /usr/local/lib/browser_plugins... no checking for XDisplayName in -lX11... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for int16_t... yes checking for int32_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for library containing gethostbyname... none required checking for library containing socket... none required checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for alarm... yes checking for dup2... yes checking for gethostname... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for putenv... yes checking for rmdir... yes checking for select... yes checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strncasecmp... yes checking for strrchr... yes checking for strstr... yes checking for strdup... yes checking for strtol... yes checking for getpwuid... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h CC mozplugger.c In function ‘NP_strdup2’, inlined from ‘NP_strdup’ at mozplugger.c:696:13: mozplugger.c:673:11: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 673 | strncpy(dupStr, str, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~ mozplugger.c: In function ‘NP_strdup’: mozplugger.c:696:29: note: length computed here 696 | return NP_strdup2(str, strlen(str)); | ^~~~~~~~~~~ In function ‘makeStrStatic’, inlined from ‘parseCfgCmdLine’ at mozplugger.c:776:17, inlined from ‘read_config’ at mozplugger.c:866:34: mozplugger.c:330:11: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation] 330 | strncpy(buf, str, len); | ^~~~~~~~~~~~~~~~~~~~~~ mozplugger.c: In function ‘read_config’: mozplugger.c:776:34: note: length computed here 776 | cmd->cmd = makeStrStatic(x, strlen(x)); | ^~~~~~~~~ In function ‘makeStrStatic’, inlined from ‘parseCfgMimeType’ at mozplugger.c:734:19, inlined from ‘read_config’ at mozplugger.c:846:23: mozplugger.c:330:11: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 330 | strncpy(buf, str, len); | ^~~~~~~~~~~~~~~~~~~~~~ mozplugger.c: In function ‘read_config’: mozplugger.c:734:41: note: length computed here 734 | type->type = makeStrStatic(buffer, strlen(buffer)); | ^~~~~~~~~~~~~~ In function ‘makeStrStatic’, inlined from ‘get_helper_paths.part.0’ at mozplugger.c:494:37: mozplugger.c:330:11: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation] 330 | strncpy(buf, str, len); | ^~~~~~~~~~~~~~~~~~~~~~ mozplugger.c: In function ‘get_helper_paths.part.0’: mozplugger.c:474:35: note: length computed here 474 | int pathLen = strlen(&sep[1]); | ^~~~~~~~~~~~~~~ In function ‘makeStrStatic’, inlined from ‘get_helper_paths.part.0’ at mozplugger.c:490:41: mozplugger.c:330:11: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation] 330 | strncpy(buf, str, len); | ^~~~~~~~~~~~~~~~~~~~~~ mozplugger.c: In function ‘get_helper_paths.part.0’: mozplugger.c:474:35: note: length computed here 474 | int pathLen = strlen(&sep[1]); | ^~~~~~~~~~~~~~~ In function ‘makeStrStatic’, inlined from ‘get_helper_paths.part.0’ at mozplugger.c:486:38: mozplugger.c:330:11: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation] 330 | strncpy(buf, str, len); | ^~~~~~~~~~~~~~~~~~~~~~ mozplugger.c: In function ‘get_helper_paths.part.0’: mozplugger.c:474:35: note: length computed here 474 | int pathLen = strlen(&sep[1]); | ^~~~~~~~~~~~~~~ In function ‘makeStrStatic’, inlined from ‘get_helper_paths.part.0’ at mozplugger.c:482:41: mozplugger.c:330:11: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation] 330 | strncpy(buf, str, len); | ^~~~~~~~~~~~~~~~~~~~~~ mozplugger.c: In function ‘get_helper_paths.part.0’: mozplugger.c:474:35: note: length computed here 474 | int pathLen = strlen(&sep[1]); | ^~~~~~~~~~~~~~~ In function ‘makeStrStatic’, inlined from ‘get_helper_paths.part.0’ at mozplugger.c:478:37: mozplugger.c:330:11: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation] 330 | strncpy(buf, str, len); | ^~~~~~~~~~~~~~~~~~~~~~ mozplugger.c: In function ‘get_helper_paths.part.0’: mozplugger.c:474:35: note: length computed here 474 | int pathLen = strlen(&sep[1]); | ^~~~~~~~~~~~~~~ mozplugger.c: In function ‘NP2_GetMIMEDescription’: mozplugger.c:1600:52: warning: ‘%s’ directive output may be truncated writing up to 511 bytes into a region of size 491 [-Wformat-truncation=] 1600 | snprintf(desc, 511, "dummy/dummy:*.dummy:%s", errMsg); | ^~ ~~~~~~ mozplugger.c:1600:11: note: ‘snprintf’ output between 21 and 532 bytes into a destination of size 511 1600 | snprintf(desc, 511, "dummy/dummy:*.dummy:%s", errMsg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC plugin_entry.c CC scriptable_obj.c CC ./npapi/npn_funcs.c CC ./npapi/npp_funcs.c CC debug.c CC npn-get-helpers.c LD mozplugger.so CC mozplugger-helper.c CC child.c LD mozplugger-helper CC mozplugger-controller.c CC widgets.c LD mozplugger-controller CC mozplugger-linker.c LD mozplugger-linker CC mozplugger-update.c mozplugger-update.c: In function ‘get_cache_dir’: mozplugger-update.c:1287:6: warning: ‘strncpy’ specified bound 512 equals destination size [-Wstringop-truncation] 1287 | strncpy(path, home, sizeof(path)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BIN2O mozplugger_so_blob.o LD mozplugger-update install -d /usr/src/slapt-src-i486/multimedia/mozplugger/package-mozplugger//usr/bin install mozplugger-helper /usr/src/slapt-src-i486/multimedia/mozplugger/package-mozplugger//usr/bin install mozplugger-controller /usr/src/slapt-src-i486/multimedia/mozplugger/package-mozplugger//usr/bin install mozplugger-linker /usr/src/slapt-src-i486/multimedia/mozplugger/package-mozplugger//usr/bin install mozplugger-update /usr/src/slapt-src-i486/multimedia/mozplugger/package-mozplugger//usr/bin for a in /usr/lib/mozilla/plugins; do install -d /usr/src/slapt-src-i486/multimedia/mozplugger/package-mozplugger/$a ; done for a in /usr/lib/mozilla/plugins; do install mozplugger.so /usr/src/slapt-src-i486/multimedia/mozplugger/package-mozplugger/$a ; done install -d /usr/src/slapt-src-i486/multimedia/mozplugger/package-mozplugger//etc install ./mozpluggerrc /usr/src/slapt-src-i486/multimedia/mozplugger/package-mozplugger//etc install -d /usr/src/slapt-src-i486/multimedia/mozplugger/package-mozplugger//usr/man/man7 install ./mozplugger.7 /usr/src/slapt-src-i486/multimedia/mozplugger/package-mozplugger//usr/man/man7/ 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/multimedia/mozplugger/mozplugger-2.1.6-i586-1salix15.0.txz ./ etc/ etc/mozpluggerrc.new install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/mozplugger-controller usr/bin/mozplugger-helper usr/bin/mozplugger-linker usr/bin/mozplugger-update usr/doc/ usr/doc/mozplugger-2.1.6/ usr/doc/mozplugger-2.1.6/COPYING usr/doc/mozplugger-2.1.6/ChangeLog usr/doc/mozplugger-2.1.6/README usr/doc/mozplugger-2.1.6/mozplugger.SlackBuild usr/lib/ usr/lib/mozilla/ usr/lib/mozilla/plugins/ usr/lib/mozilla/plugins/mozplugger.so usr/man/ usr/man/man7/ usr/man/man7/mozplugger.7.gz Slackware package /usr/src/slapt-src-i486/multimedia/mozplugger/mozplugger-2.1.6-i586-1salix15.0.txz created. Installing package mozplugger-2.1.6-i586-1salix15.0... | mozplugger (Mozilla media plugin) | | The goal of the project is to provide a minimalist, clean and | stable general purpose Mozilla plugin module that allows the | user to embed and launch their favourite application to handle | the various different types of media found on the Internet. | | Homepage: http://mozplugger.mozdev.org/ | | | | |