From https://github.com/archlinux/svntogit-community * branch packages/libpgm -> FETCH_HEAD * [new branch] packages/libpgm -> community/packages/libpgm Cloning into 'libpgm'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 131k 100 131k 0 0 387k 0 --:--:-- --:--:-- --:--:-- 387k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8548k 100 8548k 0 0 20.9M 0 --:--:-- --:--:-- --:--:-- 20.9M 100 8548k 100 8548k 0 0 20.9M 0 --:--:-- --:--:-- --:--:-- 20.9M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 413k 0 --:--:-- --:--:-- --:--:-- 414k :: Starting full system upgrade... there is nothing to do ==> Making package: libpgm 5.3.128-2 (Tue Aug 1 00:29:59 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading libpgm-5.3.128.tgz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658k 0 658k 0 0 1865k 0 --:--:-- --:--:-- --:--:-- 1865k ==> Validating source files with sha256sums... libpgm-5.3.128.tgz ... Passed ==> Extracting sources... -> Extracting libpgm-5.3.128.tgz with bsdtar ==> Starting prepare()... /usr/sbin/2to3:3: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ from lib2to3.main import main RefactoringTool: Skipping optional fixer: buffer RefactoringTool: Skipping optional fixer: idioms RefactoringTool: Skipping optional fixer: set_literal RefactoringTool: Skipping optional fixer: ws_comma RefactoringTool: Refactored version_generator.py RefactoringTool: Files that were modified: RefactoringTool: version_generator.py --- version_generator.py (original) +++ version_generator.py (refactored) @@ -14,7 +14,7 @@ build_system = 'BuildSystem' build_machine = 'BuildMachine' -print (""" +print((""" /* vim:ts=8:sts=8:sw=4:noai:noexpandtab * * OpenPGM version. @@ -56,7 +56,7 @@ /* eof */ -""".format (build_date, build_time, build_system, build_machine, build_rev)) +""".format (build_date, build_time, build_system, build_machine, build_rev))) # end of file ==> Starting build()... ビルド環境をチェックする... libtoolize (GNU libtool) 2.4.7.4-1ec8f-dirty を使用する aclocal (GNU automake) 1.16.5 を使用する autoheader (GNU Autoconf) 2.71 を使用する automake (GNU automake) 1.16.5 を使用する autoconf (GNU Autoconf) 2.71 を使用する ビルドスクリプトを生成する... libtoolize を実行している... libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' aclocal を実行している... autoheader を実行している... automake を実行している... autoconf を実行している... ブートストラップスクリプトが正常に完了しました。 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/sbin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking dependency style of gcc... gcc3 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/sbin/sed checking for grep that handles long lines and -e... /usr/sbin/grep checking for egrep... /usr/sbin/grep -E checking for fgrep... /usr/sbin/grep -F checking for ld used by gcc... /usr/sbin/ld checking if the linker (/usr/sbin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B checking the name lister (/usr/sbin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/sbin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/sbin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/sbin/dd checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/param.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for perl... /usr/sbin/perl checking for python... /usr/sbin/python checking for library containing sqrt... -lm checking for library containing pthread_mutex_trylock... none required checking for library containing clock_gettime... none required checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for float.h... yes checking for inttypes.h... (cached) yes checking for libintl.h... yes checking for limits.h... yes checking for locale.h... yes checking for malloc.h... yes checking for memory.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/param.h... (cached) yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for sys/timeb.h... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for wchar.h... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for inline... inline checking for flexible array members... yes checking for C/C++ restrict keyword... __restrict__ checking how to run the C preprocessor... gcc -E checking for variable-length arrays... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for mode_t... yes checking for size_t... (cached) yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for getpagesize... yes checking for working mmap... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether strerror_r is declared... yes checking whether strerror_r returns char *... no checking for atexit... yes checking for clock_gettime... yes checking for floor... yes checking for ftime... yes checking for gethostbyaddr... yes checking for gethostbyname... yes checking for gethostname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memmove... yes checking for memset... yes checking for regcomp... yes checking for select... yes checking for setenv... yes checking for setlocale... yes checking for socket... yes checking for sqrt... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strpbrk... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for strtoull... yes checking for pthread_spinlock... yes checking for sa_len member in struct sockaddr... no checking for __ss_family member in struct sockaddr_storage... no checking for getprotobyname_r... yes checking whether getprotobyname_r returns struct protoent *... no checking whether getprotobyname_r takes 3 parameters... no checking for getnetent... yes checking for C99 variadic macros... yes checking for GNU-style variadic macros... yes checking for working alloca.h... (cached) yes checking for alloca... (cached) checking for eventfd... yes checking for /proc/cpuinfo... yes checking for backtrace... yes checking for pselect... yes checking for /dev/rtc... no checking for RDTSC instruction... ./configure: line 15599: :1: command not found yes checking for /dev/hpet... no checking for poll... yes checking for epoll_ctl... yes checking for getifaddrs... yes checking for struct ifreq.ifr_netmask... no checking for struct _WSAMSG.name... no checking for struct group_req.gr_interface... yes checking for struct ip_mreqn.imr_ifindex... yes checking for struct ip_msfilter.imsf_multiaddr... no checking for printf thousands' grouping... yes checking for vasprintf... yes checking for hidden visibility attribute... yes checking for raw IP sockets ip_{len,off} host byte ordering... no checking if unaligned access fails... no checking for intrinsic atomic ops... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating openpgm-5.3.pc config.status: creating openpgm.spec config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands CC libpgm_noinst_la-cpu.lo CC libpgm_noinst_la-thread.lo CC libpgm_noinst_la-mem.lo CC libpgm_noinst_la-string.lo CC libpgm_noinst_la-list.lo CC libpgm_noinst_la-slist.lo CC libpgm_noinst_la-queue.lo CC libpgm_noinst_la-hashtable.lo CC libpgm_noinst_la-messages.lo CC libpgm_noinst_la-error.lo CC libpgm_noinst_la-math.lo CC libpgm_noinst_la-packet_parse.lo CC libpgm_noinst_la-packet_test.lo CC libpgm_noinst_la-sockaddr.lo CC libpgm_noinst_la-time.lo In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from list.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from math.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/ctype.h:25, from mem.c:27: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from cpu.c:31: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/limits.h:205, from /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/syslimits.h:7, from /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/limits.h:34, from string.c:30: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from slist.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from packet_parse.c:26: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from queue.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from messages.c:26: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/errno.h:25, from thread.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/netdb.h:25, from error.c:30: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from hashtable.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/errno.h:25, from sockaddr.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from /usr/include/errno.h:25, from time.c:27: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/ctype.h:25, from packet_test.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from mem.c:33: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from string.c:34: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from messages.c:32: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from thread.c:26: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from time.c:35: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from sockaddr.c:30: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from error.c:33: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ messages.c: In function 'pgm__logv': messages.c:193:24: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 193 | (void) write (STDOUT_FILENO, tbuf, strlen (tbuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ messages.c:194:24: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 194 | (void) write (STDOUT_FILENO, "\n", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from packet_test.c:34: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ CC libpgm_noinst_la-if.lo CC libpgm_noinst_la-inet_lnaof.lo CC libpgm_noinst_la-getifaddrs.lo CC libpgm_noinst_la-get_nprocs.lo CC libpgm_noinst_la-getnetbyname.lo CC libpgm_noinst_la-getnodeaddr.lo CC libpgm_noinst_la-getprotobyname.lo CC libpgm_noinst_la-indextoaddr.lo CC libpgm_noinst_la-indextoname.lo CC libpgm_noinst_la-nametoindex.lo In file included from /usr/include/errno.h:25, from if.c:30: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libpgm_noinst_la-inet_network.lo In file included from /usr/include/errno.h:25, from getifaddrs.c:34: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from if.c:43: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from getnetbyname.c:30: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from inet_lnaof.c:27: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/errno.h:25, from getnodeaddr.c:29: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from getifaddrs.c:53: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from /usr/include/sched.h:22, from get_nprocs.c:32: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from getprotobyname.c:26: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from indextoname.c:31: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from nametoindex.c:31: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libpgm_noinst_la-md5.lo In file included from /usr/include/ctype.h:25, from inet_network.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from indextoaddr.c:32: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from inet_lnaof.c:30: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from getnodeaddr.c:38: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from get_nprocs.c:42: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from getnetbyname.c:31: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from getprotobyname.c:27: ./include/impl/security.h: In function 'pgm_ftime_s': CC libpgm_noinst_la-rand.lo ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from inet_network.c:26: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ CC libpgm_noinst_la-gsi.lo CC libpgm_noinst_la-tsi.lo CC libpgm_noinst_la-txw.lo In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from md5.c:29: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/errno.h:25, from rand.c:27: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libpgm_noinst_la-rxw.lo CC libpgm_noinst_la-skbuff.lo CC libpgm_noinst_la-socket.lo In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ CC libpgm_noinst_la-source.lo In file included from /usr/include/errno.h:25, from gsi.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libpgm_noinst_la-receiver.lo In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from tsi.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libpgm_noinst_la-recv.lo In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from rand.c:30: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from txw.c:26: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from skbuff.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/errno.h:25, from socket.c:26: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libpgm_noinst_la-engine.lo In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from gsi.c:31: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from /usr/include/errno.h:25, from source.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/errno.h:25, from receiver.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from rxw.c:26: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from socket.c:35: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from tsi.c:26: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ CC libpgm_noinst_la-timer.lo In file included from /usr/include/errno.h:25, from recv.c:30: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ socket.c: In function 'pgm_setsockopt': socket.c:1566:49: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1566 | void* restrict tmp_optval = optval; | ^~~~~~ socket.c:1617:49: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1617 | void* restrict tmp_optval = optval; | ^~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from source.c:27: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from recv.c:40: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from receiver.c:27: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ CC libpgm_noinst_la-net.lo In file included from /usr/include/netdb.h:25, from engine.c:39: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libpgm_noinst_la-rate_control.lo CC libpgm_noinst_la-checksum.lo In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from engine.c:43: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from timer.c:26: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ engine.c: In function 'pgm_drop_superuser': engine.c:275:17: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result] 275 | setgid((gid_t)65534); | ^~~~~~~~~~~~~~~~~~~~ engine.c:276:17: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result] 276 | setuid((uid_t)65534); | ^~~~~~~~~~~~~~~~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from rate_control.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/errno.h:25, from net.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libpgm_noinst_la-reed_solomon.lo CC libpgm_noinst_la-galois_tables.lo In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ CC libpgm_noinst_la-wsastrerror.lo In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from net.c:35: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from checksum.c:40: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libpgm_noinst_la-histogram.lo In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from reed_solomon.c:30: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from wsastrerror.c:24: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ GEN version.c In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from galois_tables.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ CC libpgm_noinst_la-version.lo In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/limits.h:205, from /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/syslimits.h:7, from /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/limits.h:34, from histogram.c:25: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from /usr/include/sys/types.h:25, from /usr/include/sys/param.h:25, from ./include/pgm/types.h:29, from ./include/pgm/atomic.h:46, from ./include/impl/framework.h:30, from version.c:26: /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68, from histogram.c:29: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ In file included from ./include/impl/sockaddr.h:42, from ./include/impl/notify.h:46, from ./include/impl/framework.h:68: ./include/impl/security.h: In function 'pgm_ftime_s': ./include/impl/security.h:57:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 57 | return ftime (timeptr); | ^~~~~~ In file included from ./include/impl/security.h:43: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ CCLD libpgm_noinst.la CCLD libpgm.la ==> Entering fakeroot environment... ==> Starting package()... make[1]: Entering directory '/tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/src/openpgm-release-5-3-128/openpgm/pgm' /usr/sbin/mkdir -p '/tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/lib/pkgconfig' /usr/bin/install -c -m 644 openpgm-5.3.pc '/tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/lib/pkgconfig' /usr/sbin/mkdir -p '/tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/include/pgm-5.3/pgm' /usr/sbin/mkdir -p '/tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c libpgm.la '/tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/lib' /usr/bin/install -c -m 644 include/pgm/atomic.h include/pgm/engine.h include/pgm/error.h include/pgm/gsi.h include/pgm/if.h include/pgm/in.h include/pgm/list.h include/pgm/macros.h include/pgm/mem.h include/pgm/messages.h include/pgm/msgv.h include/pgm/packet.h include/pgm/pgm.h include/pgm/skbuff.h include/pgm/socket.h include/pgm/time.h include/pgm/tsi.h include/pgm/types.h include/pgm/version.h include/pgm/winint.h include/pgm/wininttypes.h include/pgm/zinttypes.h '/tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/include/pgm-5.3/pgm' libtool: install: /usr/bin/install -c .libs/libpgm-5.3.so.0.0.128 /tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/lib/libpgm-5.3.so.0.0.128 libtool: install: (cd /tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/lib && { ln -s -f libpgm-5.3.so.0.0.128 libpgm-5.3.so.0 || { rm -f libpgm-5.3.so.0 && ln -s libpgm-5.3.so.0.0.128 libpgm-5.3.so.0; }; }) libtool: install: (cd /tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/lib && { ln -s -f libpgm-5.3.so.0.0.128 libpgm.so || { rm -f libpgm.so && ln -s libpgm-5.3.so.0.0.128 libpgm.so; }; }) libtool: install: /usr/bin/install -c .libs/libpgm.lai /tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/lib/libpgm.la libtool: install: /usr/bin/install -c .libs/libpgm.a /tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/lib/libpgm.a libtool: install: chmod 644 /tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/lib/libpgm.a libtool: install: ranlib /tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/pkg/libpgm/usr/lib/libpgm.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[1]: Leaving directory '/tmp/archlinux-ci/libpgm-archlinuxrb-build-I5y6Ggyx/libpgm/trunk/src/openpgm-release-5-3-128/openpgm/pgm' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "libpgm"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: libpgm 5.3.128-2 (Tue Aug 1 00:30:51 2023)