Cook: nagios-nrpe 2.14 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): openssl-dev-1.1.1d-i486 Installing (pkg/local): libwrap-7.6.24-i486 Installing (pkg/local): tcpd-7.6.24-i486 Installing (pkg/local): libwrap-dev-7.6.24-any Extracting source archive "nrpe-2.14.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed Applying patch nagios-nrpe-2.14-Makefile.u patching file Makefile.in patching file src/Makefile.in Hunk #1 succeeded at 26 (offset 2 lines). configure: loading site script /etc/slitaz/cook.site checking for a BSD-compatible install... /usr/bin/install -c checking build system type... i486-slitaz-linux-gnu checking host system type... i486-slitaz-linux-gnu checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... i486-slitaz-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... 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 ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking tcpd.h usability... yes checking tcpd.h presence... yes checking for tcpd.h... yes checking for unistd.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking socket.h usability... no checking socket.h presence... no checking for socket.h... no checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for sys/wait.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for mode_t... yes checking for pid_t... yes checking for size_t... yes checking return type of signal handlers... void checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking size of int... 4 checking size of short... 2 checking size of long... 4 checking for uint32_t... yes checking for u_int32_t... yes checking for int32_t... yes checking for va_copy... yes checking for vsnprintf... yes checking for snprintf... yes checking for asprintf... yes checking for vasprintf... yes checking for C99 vsnprintf... yes checking for getopt_long... yes checking for main in -lnsl... no checking for socket in -lsocket... no checking for main in -lwrap... yes checking for strdup... yes checking for strstr... yes checking for strtoul... yes checking for initgroups... yes checking for closesocket... no checking for socklen_t... yes checking for type of socket size... size_t checking for SSL headers... SSL headers found in /usr checking for SSL libraries... SSL libraries found in /usr/lib *** Generating DH Parameters for SSL/TLS *** Generating DH parameters, 512 bit long safe prime, generator 2 This is going to take a long time ...+.........+.....................................................................+.....................+.......................................................+...................+.........................+................................+.................+.................+.................................+.....+..+.......................+..........................................+........................+................+...................+.+...............................+......................+..............+..............+....++*++*++*++*++* checking for Kerberos include files... could not find include files checking for perl... no configure: creating ./config.status config.status: creating Makefile config.status: creating subst config.status: creating src/Makefile config.status: creating package/solaris/Makefile config.status: creating init-script config.status: creating init-script.debian config.status: creating init-script.suse config.status: creating nrpe.spec config.status: creating sample-config/nrpe.cfg config.status: creating sample-config/nrpe.xinetd config.status: creating include/config.h ./configure: line 8925: perl: not found ./configure: line 8926: perl: not found ./configure: line 8927: perl: not found ./configure: line 8928: perl: not found ./configure: line 8929: perl: not found *** Configuration summary for nrpe 2.14 12-21-2012 ***: General Options: ------------------------- NRPE port: 5666 NRPE user: nagios NRPE group: nagios Nagios user: nagios Nagios group: nagios Review the options above for accuracy. If they look okay, type 'make all' to compile the NRPE daemon and client. cd ./src/; make ; cd .. make[1]: Entering directory '/home/slitaz/wok/nagios-nrpe/source/nagios-nrpe-2.14/src' i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -I ../include -I ./../include -o nrpe ./nrpe.c ./utils.c ./acl.c -Wl,-Os,--as-needed -L/usr/lib -lssl -lcrypto -lwrap i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -I ../include -I ./../include -o check_nrpe ./check_nrpe.c ./utils.c -Wl,-Os,--as-needed -L/usr/lib -lssl -lcrypto ./check_nrpe.c: In function 'main': ./check_nrpe.c:126:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] meth=SSLv23_client_method(); ^ ./nrpe.c: In function 'main': ./nrpe.c:107:2: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration] asprintf(&env_string,"NRPE_MULTILINESUPPORT=1"); ^~~~~~~~ vsprintf ./nrpe.c:223:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] meth=SSLv23_server_method(); ^ ./nrpe.c:191:3: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(config_file,sizeof(config_file)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./nrpe.c:296:3: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); ^~~~~~~~~~ ./nrpe.c:366:3: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir("/"); ^~~~~~~~~~ ./nrpe.c: In function 'my_system': ./nrpe.c:1368:2: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe(fd); ^~~~~~~~ ./nrpe.c:1421:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd[1],buffer,strlen(buffer)+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./nrpe.c:1431:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd[1],buffer,bytes_read); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./nrpe.c: In function 'write_pid_file': ./nrpe.c:1643:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd,pbuf,strlen(pbuf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/slitaz/wok/nagios-nrpe/source/nagios-nrpe-2.14/src' *** Compile finished *** If the NRPE daemon and client compiled without any errors, you can continue with the installation or upgrade process. Read the PDF documentation (NRPE.pdf) for information on the next steps you should take to complete the installation or upgrade. cd ./src/ && make install make[1]: Entering directory '/home/slitaz/wok/nagios-nrpe/source/nagios-nrpe-2.14/src' make install-plugin make[2]: Entering directory '/home/slitaz/wok/nagios-nrpe/source/nagios-nrpe-2.14/src' /usr/bin/install -c -m 775 -d /home/slitaz/wok/nagios-nrpe/install/usr/lib/nagios/plugins /usr/bin/install -c -m 775 check_nrpe /home/slitaz/wok/nagios-nrpe/install/usr/lib/nagios/plugins make[2]: Leaving directory '/home/slitaz/wok/nagios-nrpe/source/nagios-nrpe-2.14/src' make install-daemon make[2]: Entering directory '/home/slitaz/wok/nagios-nrpe/source/nagios-nrpe-2.14/src' /usr/bin/install -c -m 775 -d /home/slitaz/wok/nagios-nrpe/install/usr/bin /usr/bin/install -c -m 775 nrpe /home/slitaz/wok/nagios-nrpe/install/usr/bin make[2]: Leaving directory '/home/slitaz/wok/nagios-nrpe/source/nagios-nrpe-2.14/src' make[1]: Leaving directory '/home/slitaz/wok/nagios-nrpe/source/nagios-nrpe-2.14/src' ================================================================================ Executing strip on all files... Done Time: 0.11s. Size: 78676 B -> 62484 B. Save: 16 KB. ================================================================================ Build dependencies to remove: 4 Removing: libwrap libwrap-dev openssl-dev tcpd Pack: nagios-nrpe 2.14 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "nagios-nrpe-2.14-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "nagios-nrpe-2.14-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/nagios-nrpe-2.14... Done Checking site script in source/nagios-nrpe-2.14... Done Checking ownership in install... Done Checking permissions in install... Failed Problems found: 0775 /usr/bin/ 0775 /usr/bin/nrpe 0775 /usr/lib/nagios/plugins/ 0775 /usr/lib/nagios/plugins/check_nrpe Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: nagios-nrpe 2.14 ================================================================================ Src file : nrpe-2.14.tar.gz Src size : 416.0K Source dir : 1.2M Produced : 120.0K Cook time : 7s Cook date : 2022-07-22 14:58 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 136.0K : 22.4K : 5 : nagios-nrpe-2.14-i486.tazpkg ================================================================================