D: [iurt_root_command] chroot
Installing /home/iurt/rpmbuild/SRPMS/openipmi-2.0.28-3.mga8.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FPQexK
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf OpenIPMI-2.0.28
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/OpenIPMI-2.0.28.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd OpenIPMI-2.0.28
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0001-man.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0002-readline-includes.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ sed -i 's|import Tix|import tix|' configure.ac
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ON9vQH
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd OpenIPMI-2.0.28
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ export PYTHONDONTWRITEBYTECODE=
+ PYTHONDONTWRITEBYTECODE=
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables '
+ export FCFLAGS
+ LDFLAGS=' -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ export LDFLAGS
+ CONFIGURE_TOP=.
+ '[' 1 = 1 ']'
++ find . -name config.guess -o -name config.sub
+ for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub)
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/mageia/config.sub ']'
++ basename ./config.sub
+ cp -af /usr/lib/rpm/mageia/config.sub ./config.sub
+ for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub)
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/mageia/config.guess ']'
++ basename ./config.guess
+ cp -af /usr/lib/rpm/mageia/config.guess ./config.guess
+ /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool
Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html)
+ /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking
Fixing libtool's ltmain.sh to prevent overlinking (cf http://wiki.mandriva.com/en/Overlinking)
+ /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs .
Fixing libtool inside configure to pass -Wl,xxx options before libraries
+ /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64
Forcing run-time library search path definition in configure to prevent libtool from adding rpath for standard directories (configure was generated with libtool without support for autodetection)
+ ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --with-perlinstall=/usr/lib64/perl5/vendor_perl --with-pythoninstall=/usr/lib64/python3.8/site-packages --with-python=/usr/bin/python3 --with-tkinter=yes --with-pythonusepthreads=yes --with-perlusepthreads=yes --with-tcl=yes '--with-tclcflags=-I /usr/include'
checking build system type... aarch64-mageia-linux-gnu
checking host system type... aarch64-mageia-linux-gnu
checking target system type... aarch64-mageia-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/missing: Unknown `--is-lightweight' option
Try `/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for aarch64-mageia-linux-gnu-gcc... aarch64-mageia-linux-gnu-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 aarch64-mageia-linux-gnu-gcc accepts -g... yes
checking for aarch64-mageia-linux-gnu-gcc option to accept ISO C89... none needed
checking whether aarch64-mageia-linux-gnu-gcc understands -c and -o together... yes
checking dependency style of aarch64-mageia-linux-gnu-gcc... none
checking for aarch64-mageia-linux-gnu-ar... aarch64-mageia-linux-gnu-ar
checking the archiver (aarch64-mageia-linux-gnu-ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by aarch64-mageia-linux-gnu-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/aarch64-mageia-linux-gnu-nm -p
checking the name lister (/usr/bin/aarch64-mageia-linux-gnu-nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-mageia-linux-gnu file names to aarch64-mageia-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-mageia-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for aarch64-mageia-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for aarch64-mageia-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for aarch64-mageia-linux-gnu-ar... (cached) aarch64-mageia-linux-gnu-ar
checking for archiver @FILE support... @
checking for aarch64-mageia-linux-gnu-strip... no
checking for strip... strip
checking for aarch64-mageia-linux-gnu-ranlib... aarch64-mageia-linux-gnu-ranlib
checking command to parse /usr/bin/aarch64-mageia-linux-gnu-nm -p output from aarch64-mageia-linux-gnu-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for aarch64-mageia-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... aarch64-mageia-linux-gnu-gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if aarch64-mageia-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for aarch64-mageia-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if aarch64-mageia-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if aarch64-mageia-linux-gnu-gcc static flag -static works... no
checking if aarch64-mageia-linux-gnu-gcc supports -c -o file.o... yes
checking if aarch64-mageia-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the aarch64-mageia-linux-gnu-gcc linker (/usr/bin/ld) 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... no
checking for ANSI C header files... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking netinet/ether.h usability... yes
checking netinet/ether.h presence... yes
checking for netinet/ether.h... yes
checking sys/ethernet.h usability... no
checking sys/ethernet.h presence... no
checking for sys/ethernet.h... no
checking for clock_gettime in -lc... yes
checking popt.h usability... yes
checking popt.h presence... yes
checking for popt.h... yes
checking for poptGetContext in -lpopt... yes
checking gdbm.h usability... yes
checking gdbm.h presence... yes
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes
checking for pkg-config... /usr/bin/pkg-config
checking for glib... yes
checking for Tcl_DoOneEvent in -ltcl... yes
checking for tcl... yes
Have Tcl_GetTime
checking for perl... /usr/bin/perl
checking for perl threads... yes
checking for python... /usr/bin/python3
checking for a version of Python >= '2.1.0'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python3.8
checking for Python library path... -L/usr/lib64 -lpython3.8
checking for Python site-packages path... /usr/lib/python3.8/site-packages
checking python extra libraries... -lcrypt -lintl -lpthread -ldl  -lutil -lm -lm
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
checking for python version... 3.8.7
checking for python threads... yes
checking for tkinter... yes
checking for swig... /usr/bin/swig
checking SWIG version... 4.0.2
checking for SWIG library... /usr/share/swig/4.0.2
checking net-snmp/net-snmp-config.h usability... yes
checking net-snmp/net-snmp-config.h presence... yes
checking for net-snmp/net-snmp-config.h... yes
checking for snmp_add in -lnetsnmp... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking for CRYPTO_malloc in -lcrypto... yes
checking for bind in -lsocket... no
checking for getaddrinfo in -lsocket... no
checking for getaddrinfo... yes
checking for syslog... yes
checking for dia... no
checking for latex... no
checking for bibtex... no
checking for dvipdf... no
dia, latex, bibtex, and/or dvipdf is not present or not valid, you cannot regenerate documentation
The documentation comes already generated, so this is generally not a problem
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking for Linux epoll(7) interface with signals extension... yes
checking for tgetent in -lcurses... yes
checking for cfmakeraw... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating utils/Makefile
config.status: creating lib/Makefile
config.status: creating unix/Makefile
config.status: creating glib/Makefile
config.status: creating tcl/Makefile
config.status: creating ui/Makefile
config.status: creating lanserv/Makefile
config.status: creating lanserv/OpenIPMI/Makefile
config.status: creating lanserv/sdrcomp/Makefile
config.status: creating lanserv/marvell-bmc/Makefile
config.status: creating sample/Makefile
config.status: creating doc/Makefile
config.status: creating man/Makefile
config.status: creating swig/Makefile
config.status: creating swig/perl/Makefile
config.status: creating swig/python/Makefile
config.status: creating swig/python/openipmigui/Makefile
config.status: creating cmdlang/Makefile
config.status: creating include/Makefile
config.status: creating include/OpenIPMI/Makefile
config.status: creating include/OpenIPMI/ipmiif.h
config.status: creating include/OpenIPMI/internal/Makefile
config.status: creating OpenIPMI.spec
config.status: creating OpenIPMIutils.pc
config.status: creating OpenIPMI.pc
config.status: creating OpenIPMIpthread.pc
config.status: creating OpenIPMIposix.pc
config.status: creating OpenIPMIglib.pc
config.status: creating OpenIPMItcl.pc
config.status: creating OpenIPMIcmdlang.pc
config.status: creating OpenIPMIui.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
+ make
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.15 -I m4
 cd . && automake-1.15 --gnu
lanserv/sdrcomp/Makefile.am:21: warning: user target 'sdrcomp_build$(EXEEXT)' defined here ...
/usr/share/automake-1.16/am/program.am: ... overrides Automake target 'sdrcomp_build$(EXEEXT)' defined here
lanserv/sdrcomp/Makefile.am:8:   while processing program 'sdrcomp_build'
CDPATH="${ZSH_VERSION+.}:" && cd . && autoconf
configure.ac:5: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:5: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:5: the top level
configure.ac:271: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:271: You should run autoupdate.
m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from...
configure.ac:271: the top level
configure.ac:272: warning: The macro `AC_STDC_HEADERS' is obsolete.
configure.ac:272: You should run autoupdate.
./lib/autoconf/oldnames.m4:75: AC_STDC_HEADERS is expanded from...
configure.ac:272: the top level
configure.ac:272: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:272: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
./lib/autoconf/oldnames.m4:75: AC_STDC_HEADERS is expanded from...
configure.ac:272: the top level
configure.ac:710: warning: The macro `AC_HAVE_FUNCS' is obsolete.
configure.ac:710: You should run autoupdate.
./lib/autoconf/functions.m4:230: AC_HAVE_FUNCS is expanded from...
configure.ac:710: the top level
configure.ac:781: warning: AC_OUTPUT should be used without arguments.
configure.ac:781: You should run autoupdate.
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --with-perlinstall=/usr/lib64/perl5/vendor_perl --with-pythoninstall=/usr/lib64/python3.8/site-packages --with-python=/usr/bin/python3 --with-tkinter=yes --with-pythonusepthreads=yes --with-perlusepthreads=yes --with-tcl=yes --with-tclcflags=-I /usr/include build_alias=aarch64-mageia-linux-gnu host_alias=aarch64-mageia-linux-gnu CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables LDFLAGS= -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags --no-create --no-recursion
checking build system type... aarch64-mageia-linux-gnu
checking host system type... aarch64-mageia-linux-gnu
checking target system type... aarch64-mageia-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/missing: Unknown `--is-lightweight' option
Try `/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
checking for aarch64-mageia-linux-gnu-gcc... aarch64-mageia-linux-gnu-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 aarch64-mageia-linux-gnu-gcc accepts -g... yes
checking for aarch64-mageia-linux-gnu-gcc option to enable C11 features... none needed
checking whether aarch64-mageia-linux-gnu-gcc understands -c and -o together... yes
checking dependency style of aarch64-mageia-linux-gnu-gcc... none
checking for aarch64-mageia-linux-gnu-ar... aarch64-mageia-linux-gnu-ar
checking the archiver (aarch64-mageia-linux-gnu-ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by aarch64-mageia-linux-gnu-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/aarch64-mageia-linux-gnu-nm -p
checking the name lister (/usr/bin/aarch64-mageia-linux-gnu-nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-mageia-linux-gnu file names to aarch64-mageia-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-mageia-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for aarch64-mageia-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for aarch64-mageia-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for aarch64-mageia-linux-gnu-ar... (cached) aarch64-mageia-linux-gnu-ar
checking for archiver @FILE support... @
checking for aarch64-mageia-linux-gnu-strip... no
checking for strip... strip
checking for aarch64-mageia-linux-gnu-ranlib... aarch64-mageia-linux-gnu-ranlib
checking command to parse /usr/bin/aarch64-mageia-linux-gnu-nm -p output from aarch64-mageia-linux-gnu-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for aarch64-mageia-linux-gnu-mt... no
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 dlfcn.h... yes
checking for objdir... .libs
checking if aarch64-mageia-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for aarch64-mageia-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if aarch64-mageia-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if aarch64-mageia-linux-gnu-gcc static flag -static works... no
checking if aarch64-mageia-linux-gnu-gcc supports -c -o file.o... yes
checking if aarch64-mageia-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the aarch64-mageia-linux-gnu-gcc linker (/usr/bin/ld) 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... no
checking for egrep... (cached) /usr/bin/grep -E
checking for execinfo.h... yes
checking for netinet/ether.h... yes
checking for sys/ethernet.h... no
checking for clock_gettime in -lc... yes
checking for popt.h... yes
checking for poptGetContext in -lpopt... yes
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes
checking for pkg-config... /usr/bin/pkg-config
checking for glib... yes
checking for Tcl_DoOneEvent in -ltcl... yes
checking for tcl... yes
Have Tcl_GetTime
checking for perl... /usr/bin/perl
checking for perl threads... yes
checking for python... /usr/bin/python3
checking for a version of Python >= '2.1.0'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python3.8
checking for Python library path... -L/usr/lib64 -lpython3.8
checking for Python site-packages path... /usr/lib/python3.8/site-packages
checking python extra libraries... -lcrypt -lintl -lpthread -ldl  -lutil -lm -lm
checking python extra linking flags... -Xlinker -export-dynamic
checking consistency of all components of python development environment... yes
checking for python version... 3.8.7
checking for python threads... yes
checking for tkinter... yes
checking for swig... /usr/bin/swig
checking SWIG version... 4.0.2
checking for SWIG library... /usr/share/swig/4.0.2
checking for net-snmp/net-snmp-config.h... yes
checking for snmp_add in -lnetsnmp... yes
checking for openssl/crypto.h... yes
checking for CRYPTO_malloc in -lcrypto... yes
checking for bind in -lsocket... no
checking for getaddrinfo in -lsocket... no
checking for getaddrinfo... yes
checking for syslog... yes
checking for dia... no
checking for latex... no
checking for bibtex... no
checking for dvipdf... no
dia, latex, bibtex, and/or dvipdf is not present or not valid, you cannot regenerate documentation
The documentation comes already generated, so this is generally not a problem
checking for linux/version.h... yes
checking for Linux epoll(7) interface with signals extension... yes
checking for tgetent in -lcurses... yes
checking for cfmakeraw... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating utils/Makefile
config.status: creating lib/Makefile
config.status: creating unix/Makefile
config.status: creating glib/Makefile
config.status: creating tcl/Makefile
config.status: creating ui/Makefile
config.status: creating lanserv/Makefile
config.status: creating lanserv/OpenIPMI/Makefile
config.status: creating lanserv/sdrcomp/Makefile
config.status: creating lanserv/marvell-bmc/Makefile
config.status: creating sample/Makefile
config.status: creating doc/Makefile
config.status: creating man/Makefile
config.status: creating swig/Makefile
config.status: creating swig/perl/Makefile
config.status: creating swig/python/Makefile
config.status: creating swig/python/openipmigui/Makefile
config.status: creating cmdlang/Makefile
config.status: creating include/Makefile
config.status: creating include/OpenIPMI/Makefile
config.status: creating include/OpenIPMI/ipmiif.h
config.status: creating include/OpenIPMI/internal/Makefile
config.status: creating OpenIPMI.spec
config.status: creating OpenIPMIutils.pc
config.status: creating OpenIPMI.pc
config.status: creating OpenIPMIpthread.pc
config.status: creating OpenIPMIposix.pc
config.status: creating OpenIPMIglib.pc
config.status: creating OpenIPMItcl.pc
config.status: creating OpenIPMIcmdlang.pc
config.status: creating OpenIPMIui.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
(CDPATH="${ZSH_VERSION+.}:" && cd . && autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
make  all-recursive
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28'
Making all in include
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include'
Making all in OpenIPMI
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI'
Making all in internal
make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI/internal'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI/internal'
make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI'
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI'
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include'
Making all in utils
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils'
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o md5.lo md5.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c md5.c  -fPIC -DPIC -o .libs/md5.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o md2.lo md2.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c md2.c  -fPIC -DPIC -o .libs/md2.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmi_auth.lo ipmi_auth.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ipmi_auth.c  -fPIC -DPIC -o .libs/ipmi_auth.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmi_malloc.lo ipmi_malloc.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ipmi_malloc.c  -fPIC -DPIC -o .libs/ipmi_malloc.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ilist.lo ilist.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ilist.c  -fPIC -DPIC -o .libs/ilist.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o locks.lo locks.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c locks.c  -fPIC -DPIC -o .libs/locks.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o hash.lo hash.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c hash.c  -fPIC -DPIC -o .libs/hash.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o locked_list.lo locked_list.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c locked_list.c  -fPIC -DPIC -o .libs/locked_list.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o os_handler.lo os_handler.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c os_handler.c  -fPIC -DPIC -o .libs/os_handler.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o string.lo string.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c string.c  -fPIC -DPIC -o .libs/string.o
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -version-info 0:1:0 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMIutils.la -rpath /usr/lib64 md5.lo md2.lo ipmi_auth.lo ipmi_malloc.lo ilist.lo locks.lo hash.lo locked_list.lo os_handler.lo string.lo  
libtool: link: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/md5.o .libs/md2.o .libs/ipmi_auth.o .libs/ipmi_malloc.o .libs/ilist.o .libs/locks.o .libs/hash.o .libs/locked_list.o .libs/os_handler.o .libs/string.o    -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libOpenIPMIutils.so.0 -o .libs/libOpenIPMIutils.so.0.0.1
libtool: link: (cd ".libs" && rm -f "libOpenIPMIutils.so.0" && ln -s "libOpenIPMIutils.so.0.0.1" "libOpenIPMIutils.so.0")
libtool: link: (cd ".libs" && rm -f "libOpenIPMIutils.so" && ln -s "libOpenIPMIutils.so.0.0.1" "libOpenIPMIutils.so")
libtool: link: ( cd ".libs" && rm -f "libOpenIPMIutils.la" && ln -s "../libOpenIPMIutils.la" "libOpenIPMIutils.la" )
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils'
Making all in lib
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lib'
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o entity.lo entity.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c entity.c  -fPIC -DPIC -o .libs/entity.o
entity.c: In function 'domain_cb':
entity.c:5517:6: warning: 'ent' may be used uninitialized in this function [-Wmaybe-uninitialized]
 5517 |      i_ipmi_entity_put(ent);
      |      ^~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmi.lo ipmi.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ipmi.c  -fPIC -DPIC -o .libs/ipmi.o
ipmi.c: In function 'ipmi_shutdown':
ipmi.c:580:5: warning: implicit declaration of function 'ipmi_malloc_shutdown'; did you mean 'i_ipmi_hmac_shutdown'? [-Wimplicit-function-declaration]
  580 |     ipmi_malloc_shutdown();
      |     ^~~~~~~~~~~~~~~~~~~~
      |     i_ipmi_hmac_shutdown
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o domain.lo domain.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c domain.c  -fPIC -DPIC -o .libs/domain.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o mc.lo mc.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c mc.c  -fPIC -DPIC -o .libs/mc.o
In file included from /usr/include/string.h:519,
                 from mc.c:35:
In function 'strncpy',
    inlined from 'i_ipmi_create_mc' at mc.c:726:5:
/usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 64 bytes from a string of length 64 [-Wstringop-truncation]
   91 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o sdr.lo sdr.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c sdr.c  -fPIC -DPIC -o .libs/sdr.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o control.lo control.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c control.c  -fPIC -DPIC -o .libs/control.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmi_utils.lo ipmi_utils.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ipmi_utils.c  -fPIC -DPIC -o .libs/ipmi_utils.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o conn.lo conn.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c conn.c  -fPIC -DPIC -o .libs/conn.o
conn.c: In function 'ipmi_conn_check_oem_handlers':
conn.c:272:22: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  272 |     unsigned int     count = 0;
      |                      ^~~~~
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o fru.lo fru.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c fru.c  -fPIC -DPIC -o .libs/fru.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o chassis.lo chassis.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c chassis.c  -fPIC -DPIC -o .libs/chassis.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o pet.lo pet.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c pet.c  -fPIC -DPIC -o .libs/pet.o
pet.c: In function 'ipmi_pet_create_mc':
pet.c:982:48: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 63 [-Wformat-truncation=]
  982 |     snprintf(pet->name, sizeof(pet->name), "%s.%d", domain_name,
      |                                                ^~
pet.c:982:44: note: using the range [-2147483648, 2147483647] for directive argument
  982 |     snprintf(pet->name, sizeof(pet->name), "%s.%d", domain_name,
      |                                            ^~~~~~~
In file included from /usr/include/stdio.h:866,
                 from pet.c:44:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 3 and 76 bytes into a destination of size 64
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o event.lo event.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c event.c  -fPIC -DPIC -o .libs/event.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o opq.lo opq.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c opq.c  -fPIC -DPIC -o .libs/opq.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o sel.lo sel.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c sel.c  -fPIC -DPIC -o .libs/sel.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o sensor.lo sensor.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c sensor.c  -fPIC -DPIC -o .libs/sensor.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o pef.lo pef.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c pef.c  -fPIC -DPIC -o .libs/pef.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o lanparm.lo lanparm.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c lanparm.c  -fPIC -DPIC -o .libs/lanparm.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o strings.lo strings.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c strings.c  -fPIC -DPIC -o .libs/strings.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o normal_fru.lo normal_fru.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c normal_fru.c  -fPIC -DPIC -o .libs/normal_fru.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o oem_force_conn.lo oem_force_conn.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c oem_force_conn.c  -fPIC -DPIC -o .libs/oem_force_conn.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o oem_motorola_mxp.lo oem_motorola_mxp.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c oem_motorola_mxp.c  -fPIC -DPIC -o .libs/oem_motorola_mxp.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o oem_atca_conn.lo oem_atca_conn.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c oem_atca_conn.c  -fPIC -DPIC -o .libs/oem_atca_conn.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o oem_atca.lo oem_atca.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c oem_atca.c  -fPIC -DPIC -o .libs/oem_atca.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmi_lan.lo ipmi_lan.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ipmi_lan.c  -fPIC -DPIC -o .libs/ipmi_lan.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o oem_test.lo oem_test.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c oem_test.c  -fPIC -DPIC -o .libs/oem_test.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o oem_intel.lo oem_intel.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c oem_intel.c  -fPIC -DPIC -o .libs/oem_intel.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmi_payload.lo ipmi_payload.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ipmi_payload.c  -fPIC -DPIC -o .libs/ipmi_payload.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o rakp.lo rakp.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c rakp.c  -fPIC -DPIC -o .libs/rakp.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o aes_cbc.lo aes_cbc.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c aes_cbc.c  -fPIC -DPIC -o .libs/aes_cbc.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o hmac.lo hmac.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c hmac.c  -fPIC -DPIC -o .libs/hmac.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o md5.lo md5.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c md5.c  -fPIC -DPIC -o .libs/md5.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmi_smi.lo ipmi_smi.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ipmi_smi.c  -fPIC -DPIC -o .libs/ipmi_smi.o
ipmi_smi.c: In function 'smi_args_get_val':
ipmi_smi.c:1647:30: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=]
 1647 |  len = snprintf(dummy, 1, "%d", sargs->ifnum);
      |                              ^
In file included from /usr/include/stdio.h:866,
                 from ipmi_smi.c:45:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmi_sol.lo ipmi_sol.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ipmi_sol.c  -fPIC -DPIC -o .libs/ipmi_sol.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o oem_kontron_conn.lo oem_kontron_conn.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c oem_kontron_conn.c  -fPIC -DPIC -o .libs/oem_kontron_conn.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o oem_atca_fru.lo oem_atca_fru.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c oem_atca_fru.c  -fPIC -DPIC -o .libs/oem_atca_fru.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o fru_spd_decode.lo fru_spd_decode.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c fru_spd_decode.c  -fPIC -DPIC -o .libs/fru_spd_decode.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o solparm.lo solparm.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c solparm.c  -fPIC -DPIC -o .libs/solparm.o
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -version-info 0:5:0 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMI.la -rpath /usr/lib64 entity.lo ipmi.lo domain.lo mc.lo sdr.lo control.lo ipmi_utils.lo conn.lo fru.lo chassis.lo pet.lo event.lo opq.lo sel.lo sensor.lo pef.lo lanparm.lo strings.lo normal_fru.lo oem_force_conn.lo oem_motorola_mxp.lo oem_atca_conn.lo oem_atca.lo ipmi_lan.lo oem_test.lo oem_intel.lo ipmi_payload.lo rakp.lo aes_cbc.lo hmac.lo md5.lo ipmi_smi.lo ipmi_sol.lo oem_kontron_conn.lo oem_atca_fru.lo fru_spd_decode.lo solparm.lo -lm ../utils/libOpenIPMIutils.la -lcrypto   
libtool: link: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/entity.o .libs/ipmi.o .libs/domain.o .libs/mc.o .libs/sdr.o .libs/control.o .libs/ipmi_utils.o .libs/conn.o .libs/fru.o .libs/chassis.o .libs/pet.o .libs/event.o .libs/opq.o .libs/sel.o .libs/sensor.o .libs/pef.o .libs/lanparm.o .libs/strings.o .libs/normal_fru.o .libs/oem_force_conn.o .libs/oem_motorola_mxp.o .libs/oem_atca_conn.o .libs/oem_atca.o .libs/ipmi_lan.o .libs/oem_test.o .libs/oem_intel.o .libs/ipmi_payload.o .libs/rakp.o .libs/aes_cbc.o .libs/hmac.o .libs/md5.o .libs/ipmi_smi.o .libs/ipmi_sol.o .libs/oem_kontron_conn.o .libs/oem_atca_fru.o .libs/fru_spd_decode.o .libs/solparm.o   -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils/.libs -Wl,-rpath -Wl,/usr/lib64 -lm ../utils/.libs/libOpenIPMIutils.so -lcrypto  -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libOpenIPMI.so.0 -o .libs/libOpenIPMI.so.0.0.5
libtool: link: (cd ".libs" && rm -f "libOpenIPMI.so.0" && ln -s "libOpenIPMI.so.0.0.5" "libOpenIPMI.so.0")
libtool: link: (cd ".libs" && rm -f "libOpenIPMI.so" && ln -s "libOpenIPMI.so.0.0.5" "libOpenIPMI.so")
libtool: link: ( cd ".libs" && rm -f "libOpenIPMI.la" && ln -s "../libOpenIPMI.la" "libOpenIPMI.la" )
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lib'
Making all in unix
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/unix'
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o test_heap.o test_heap.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o test_heap test_heap.o  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o test_heap test_heap.o 
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o test_handlers.o test_handlers.c
test_handlers.c: In function 'timeout_handler':
test_handlers.c:138:20: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
  138 |     int            rv;
      |                    ^~
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o posix_os_hnd.lo posix_os_hnd.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c posix_os_hnd.c  -fPIC -DPIC -o .libs/posix_os_hnd.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o selector.lo selector.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c selector.c  -fPIC -DPIC -o .libs/selector.o
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -version-info 0:1:0 -L/usr/lib64 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMIposix.la -rpath /usr/lib64 posix_os_hnd.lo selector.lo ../utils/libOpenIPMIutils.la -lgdbm  
libtool: link: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/posix_os_hnd.o .libs/selector.o   -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils/.libs -Wl,-rpath -Wl,/usr/lib64 -L/usr/lib64 ../utils/.libs/libOpenIPMIutils.so -lgdbm  -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libOpenIPMIposix.so.0 -o .libs/libOpenIPMIposix.so.0.0.1
libtool: link: (cd ".libs" && rm -f "libOpenIPMIposix.so.0" && ln -s "libOpenIPMIposix.so.0.0.1" "libOpenIPMIposix.so.0")
libtool: link: (cd ".libs" && rm -f "libOpenIPMIposix.so" && ln -s "libOpenIPMIposix.so.0.0.1" "libOpenIPMIposix.so")
libtool: link: ( cd ".libs" && rm -f "libOpenIPMIposix.la" && ln -s "../libOpenIPMIposix.la" "libOpenIPMIposix.la" )
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o posix_thread_os_hnd.lo posix_thread_os_hnd.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c posix_thread_os_hnd.c  -fPIC -DPIC -o .libs/posix_thread_os_hnd.o
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -version-info 0:1:0 -L/usr/lib64 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMIpthread.la -rpath /usr/lib64 posix_thread_os_hnd.lo selector.lo -lpthread -lgdbm ../utils/libOpenIPMIutils.la  
libtool: link: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/posix_thread_os_hnd.o .libs/selector.o   -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils/.libs -Wl,-rpath -Wl,/usr/lib64 -L/usr/lib64 -lpthread -lgdbm ../utils/.libs/libOpenIPMIutils.so  -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libOpenIPMIpthread.so.0 -o .libs/libOpenIPMIpthread.so.0.0.1
libtool: link: (cd ".libs" && rm -f "libOpenIPMIpthread.so.0" && ln -s "libOpenIPMIpthread.so.0.0.1" "libOpenIPMIpthread.so.0")
libtool: link: (cd ".libs" && rm -f "libOpenIPMIpthread.so" && ln -s "libOpenIPMIpthread.so.0.0.1" "libOpenIPMIpthread.so")
libtool: link: ( cd ".libs" && rm -f "libOpenIPMIpthread.la" && ln -s "../libOpenIPMIpthread.la" "libOpenIPMIpthread.la" )
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o test_handlers test_handlers.o libOpenIPMIposix.la libOpenIPMIpthread.la ../utils/libOpenIPMIutils.la -lgdbm 
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/test_handlers test_handlers.o  ./.libs/libOpenIPMIposix.so ./.libs/libOpenIPMIpthread.so ../utils/.libs/libOpenIPMIutils.so -lgdbm -Wl,-rpath -Wl,/usr/lib64
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/unix'
Making all in glib
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/glib'
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -Wall -Wsign-compare -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libOpenIPMIglib_la-glib_os_hnd.lo `test -f 'glib_os_hnd.c' || echo './'`glib_os_hnd.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -Wsign-compare -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c glib_os_hnd.c  -fPIC -DPIC -o .libs/libOpenIPMIglib_la-glib_os_hnd.o
glib_os_hnd.c:294:1: warning: 'GStaticPrivate' is deprecated: Use 'GPrivate' instead [-Wdeprecated-declarations]
  294 | static GStaticPrivate vlog_private = G_STATIC_PRIVATE_INIT;
      | ^~~~~~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:236:8: note: declared here
  236 | struct _GStaticPrivate
      |        ^~~~~~~~~~~~~~~
glib_os_hnd.c:294:13: warning: Deprecated pre-processor symbol, replace with 
  294 | static GStaticPrivate vlog_private = G_STATIC_PRIVATE_INIT;
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
glib_os_hnd.c: In function 'get_vlog_data':
glib_os_hnd.c:318:5: warning: 'g_static_private_get' is deprecated: Use 'g_private_get' instead [-Wdeprecated-declarations]
  318 |     rv = g_static_private_get(&vlog_private);
      |     ^~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:247:10: note: declared here
  247 | gpointer g_static_private_get            (GStaticPrivate *private_key);
      |          ^~~~~~~~~~~~~~~~~~~~
glib_os_hnd.c:328:6: warning: 'g_static_private_set' is deprecated: Use 'g_private_set' instead [-Wdeprecated-declarations]
  328 |      g_static_private_set(&vlog_private, rv, vlog_data_destroy);
      |      ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:250:10: note: declared here
  250 | void     g_static_private_set            (GStaticPrivate *private_key,
      |          ^~~~~~~~~~~~~~~~~~~~
glib_os_hnd.c: In function 'create_lock':
glib_os_hnd.c:451:5: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  451 |     lock->mutex = g_mutex_new();
      |     ^~~~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:273:17: note: declared here
  273 | GMutex *        g_mutex_new             (void);
      |                 ^~~~~~~~~~~
glib_os_hnd.c: In function 'destroy_lock':
glib_os_hnd.c:465:5: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
  465 |     g_mutex_free(id->mutex);
      |     ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:275:17: note: declared here
  275 | void            g_mutex_free            (GMutex *mutex);
      |                 ^~~~~~~~~~~~
glib_os_hnd.c: In function 'create_cond':
glib_os_hnd.c:500:5: warning: 'g_cond_new' is deprecated [-Wdeprecated-declarations]
  500 |     cond->cond = g_cond_new();
      |     ^~~~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here
  277 | GCond *         g_cond_new              (void);
      |                 ^~~~~~~~~~
glib_os_hnd.c: In function 'destroy_cond':
glib_os_hnd.c:514:5: warning: 'g_cond_free' is deprecated [-Wdeprecated-declarations]
  514 |     g_cond_free(cond->cond);
      |     ^~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:279:17: note: declared here
  279 | void            g_cond_free             (GCond  *cond);
      |                 ^~~~~~~~~~~
glib_os_hnd.c: In function 'cond_timedwait':
glib_os_hnd.c:534:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  534 |     GTimeVal timeout;
      |     ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
glib_os_hnd.c:535:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  535 |     GTimeVal now;
      |     ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
glib_os_hnd.c:538:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  538 |     g_get_current_time(&now);
      |     ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
                 from /usr/include/glib-2.0/glib.h:54,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/gmain.h:681:8: note: declared here
  681 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
glib_os_hnd.c:546:5: warning: 'g_cond_timed_wait' is deprecated [-Wdeprecated-declarations]
  546 |     rv = g_cond_timed_wait(cond->cond, lock->mutex, &timeout);
      |     ^~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:281:17: note: declared here
  281 | gboolean        g_cond_timed_wait       (GCond          *cond,
      |                 ^~~~~~~~~~~~~~~~~
glib_os_hnd.c: In function 'perform_one_op':
glib_os_hnd.c:614:13: warning: Deprecated pre-processor symbol, replace with 
  614 |     g_main_iteration(TRUE);
      |             ^~~~~~~~~~~~~~~                                 
glib_os_hnd.c: In function 'operation_loop':
glib_os_hnd.c:623:13: warning: Deprecated pre-processor symbol, replace with 
  623 |  g_main_iteration(TRUE);
      |             ^~~~~~~~~~~~                                    
glib_os_hnd.c: In function 'free_os_handler':
glib_os_hnd.c:632:5: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations]
  632 |     g_mutex_free(info->gdbm_lock);
      |     ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:275:17: note: declared here
  275 | void            g_mutex_free            (GMutex *mutex);
      |                 ^~~~~~~~~~~~
glib_os_hnd.c: In function 'get_glib_time':
glib_os_hnd.c:790:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  790 |     GTimeVal gtv;
      |     ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
glib_os_hnd.c:793:5: warning: 'g_date_time_to_timeval' is deprecated: Use 'g_date_time_to_unix' instead [-Wdeprecated-declarations]
  793 |     g_date_time_to_timeval(now, &gtv);
      |     ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gbookmarkfile.h:26,
                 from /usr/include/glib-2.0/glib.h:37,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/gdatetime.h:245:25: note: declared here
  245 | gboolean                g_date_time_to_timeval                          (GDateTime      *datetime,
      |                         ^~~~~~~~~~~~~~~~~~~~~~
glib_os_hnd.c: In function 'ipmi_glib_get_os_handler':
glib_os_hnd.c:857:13: warning: Deprecated pre-processor symbol
  857 |     if (!g_thread_supported ())
      |             ^~~~~~~~~~~~~~~~~~~              
glib_os_hnd.c:858:2: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
  858 |  g_thread_init(NULL);
      |  ^~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:261:10: note: declared here
  261 | void     g_thread_init                   (gpointer vtable);
      |          ^~~~~~~~~~~~~
glib_os_hnd.c:874:5: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations]
  874 |     info->gdbm_lock = g_mutex_new();
      |     ^~~~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from glib_os_hnd.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:273:17: note: declared here
  273 | GMutex *        g_mutex_new             (void);
      |                 ^~~~~~~~~~~
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -Wall -Wsign-compare -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -version-info 0:1:0 -lgthread-2.0 -pthread -lglib-2.0  -rpath /usr/lib64 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMIglib.la  libOpenIPMIglib_la-glib_os_hnd.lo -lgdbm 
libtool: link: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/libOpenIPMIglib_la-glib_os_hnd.o   -lgthread-2.0 -lglib-2.0 -lgdbm  -pthread -O2 -g -fstack-protector -pthread -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -pthread -Wl,-soname -Wl,libOpenIPMIglib.so.0 -o .libs/libOpenIPMIglib.so.0.0.1
libtool: link: (cd ".libs" && rm -f "libOpenIPMIglib.so.0" && ln -s "libOpenIPMIglib.so.0.0.1" "libOpenIPMIglib.so.0")
libtool: link: (cd ".libs" && rm -f "libOpenIPMIglib.so" && ln -s "libOpenIPMIglib.so.0.0.1" "libOpenIPMIglib.so")
libtool: link: ( cd ".libs" && rm -f "libOpenIPMIglib.la" && ln -s "../libOpenIPMIglib.la" "libOpenIPMIglib.la" )
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/glib'
Making all in tcl
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/tcl'
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o test_handlers-test_handlers.o `test -f 'test_handlers.c' || echo './'`test_handlers.c
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libOpenIPMItcl_la-tcl_os_hnd.lo `test -f 'tcl_os_hnd.c' || echo './'`tcl_os_hnd.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c tcl_os_hnd.c  -fPIC -DPIC -o .libs/libOpenIPMItcl_la-tcl_os_hnd.o
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -version-info 0:1:0 -ltcl -rpath /usr/lib64 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMItcl.la  libOpenIPMItcl_la-tcl_os_hnd.lo -lgdbm 
libtool: link: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/libOpenIPMItcl_la-tcl_os_hnd.o   -ltcl -lgdbm  -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libOpenIPMItcl.so.0 -o .libs/libOpenIPMItcl.so.0.0.1
libtool: link: (cd ".libs" && rm -f "libOpenIPMItcl.so.0" && ln -s "libOpenIPMItcl.so.0.0.1" "libOpenIPMItcl.so.0")
libtool: link: (cd ".libs" && rm -f "libOpenIPMItcl.so" && ln -s "libOpenIPMItcl.so.0.0.1" "libOpenIPMItcl.so")
libtool: link: ( cd ".libs" && rm -f "libOpenIPMItcl.la" && ln -s "../libOpenIPMItcl.la" "libOpenIPMItcl.la" )
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o test_handlers test_handlers-test_handlers.o libOpenIPMItcl.la ../utils/libOpenIPMIutils.la -lgdbm -ltcl 
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/test_handlers test_handlers-test_handlers.o  ./.libs/libOpenIPMItcl.so ../utils/.libs/libOpenIPMIutils.so -lgdbm -ltcl -Wl,-rpath -Wl,/usr/lib64
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/tcl'
Making all in cmdlang
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/cmdlang'
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmish.o ipmish.c
ipmish.c: In function 'main':
ipmish.c:1064:2: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations]
 1064 |  g_thread_init(NULL);
      |  ^~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:111,
                 from ipmish.c:57:
/usr/include/glib-2.0/glib/deprecated/gthread.h:261:10: note: declared here
  261 | void     g_thread_init                   (gpointer vtable);
      |          ^~~~~~~~~~~~~
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o os_debug.o os_debug.c
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmdlang.lo cmdlang.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmdlang.c  -fPIC -DPIC -o .libs/cmdlang.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_domain.lo cmd_domain.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_domain.c  -fPIC -DPIC -o .libs/cmd_domain.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_entity.lo cmd_entity.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_entity.c  -fPIC -DPIC -o .libs/cmd_entity.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_mc.lo cmd_mc.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_mc.c  -fPIC -DPIC -o .libs/cmd_mc.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_pet.lo cmd_pet.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_pet.c  -fPIC -DPIC -o .libs/cmd_pet.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_sensor.lo cmd_sensor.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_sensor.c  -fPIC -DPIC -o .libs/cmd_sensor.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_control.lo cmd_control.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_control.c  -fPIC -DPIC -o .libs/cmd_control.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_sel.lo cmd_sel.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_sel.c  -fPIC -DPIC -o .libs/cmd_sel.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_lanparm.lo cmd_lanparm.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_lanparm.c  -fPIC -DPIC -o .libs/cmd_lanparm.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_pef.lo cmd_pef.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_pef.c  -fPIC -DPIC -o .libs/cmd_pef.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_conn.lo cmd_conn.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_conn.c  -fPIC -DPIC -o .libs/cmd_conn.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_fru.lo cmd_fru.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_fru.c  -fPIC -DPIC -o .libs/cmd_fru.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o out_fru.lo out_fru.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c out_fru.c  -fPIC -DPIC -o .libs/out_fru.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o cmd_solparm.lo cmd_solparm.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c cmd_solparm.c  -fPIC -DPIC -o .libs/cmd_solparm.o
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -version-info 0:5:0 -L/usr/lib64 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMIcmdlang.la -rpath /usr/lib64 cmdlang.lo cmd_domain.lo cmd_entity.lo cmd_mc.lo cmd_pet.lo cmd_sensor.lo cmd_control.lo cmd_sel.lo cmd_lanparm.lo cmd_pef.lo cmd_conn.lo cmd_fru.lo out_fru.lo cmd_solparm.lo -lm ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la 
libtool: link: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/cmdlang.o .libs/cmd_domain.o .libs/cmd_entity.o .libs/cmd_mc.o .libs/cmd_pet.o .libs/cmd_sensor.o .libs/cmd_control.o .libs/cmd_sel.o .libs/cmd_lanparm.o .libs/cmd_pef.o .libs/cmd_conn.o .libs/cmd_fru.o .libs/out_fru.o .libs/cmd_solparm.o   -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils/.libs -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lib/.libs -Wl,-rpath -Wl,/usr/lib64 -L/usr/lib64 -lm ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so  -pthread -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -pthread -Wl,-soname -Wl,libOpenIPMIcmdlang.so.0 -o .libs/libOpenIPMIcmdlang.so.0.0.5
libtool: link: (cd ".libs" && rm -f "libOpenIPMIcmdlang.so.0" && ln -s "libOpenIPMIcmdlang.so.0.0.5" "libOpenIPMIcmdlang.so.0")
libtool: link: (cd ".libs" && rm -f "libOpenIPMIcmdlang.so" && ln -s "libOpenIPMIcmdlang.so.0.0.5" "libOpenIPMIcmdlang.so")
libtool: link: ( cd ".libs" && rm -f "libOpenIPMIcmdlang.la" && ln -s "../libOpenIPMIcmdlang.la" "libOpenIPMIcmdlang.la" )
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o openipmish ipmish.o os_debug.o libOpenIPMIcmdlang.la ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lreadline -lcurses -lnetsnmp  ../glib/libOpenIPMIglib.la -lgthread-2.0 -pthread -lglib-2.0  ../tcl/libOpenIPMItcl.la -ltcl -lcrypto  -lgdbm  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/openipmish ipmish.o os_debug.o -pthread  ./.libs/libOpenIPMIcmdlang.so ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so ../unix/.libs/libOpenIPMIposix.so -lreadline -lcurses -lnetsnmp ../glib/.libs/libOpenIPMIglib.so -lgthread-2.0 -lglib-2.0 ../tcl/.libs/libOpenIPMItcl.so -ltcl -lcrypto -lgdbm -pthread -Wl,-rpath -Wl,/usr/lib64
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/cmdlang'
Making all in ui
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/ui'
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o basic_ui.o basic_ui.c
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ui.lo ui.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ui.c  -fPIC -DPIC -o .libs/ui.o
ui.c: In function 'vlog_pad_out':
ui.c:210:2: warning: 'vwprintw' is deprecated [-Wdeprecated-declarations]
  210 |  vw_printw(log_pad, format, ap);
      |  ^~~~~~~~~
In file included from ui.c:37:
/usr/include/curses.h:776:28: note: declared here
  776 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */
      |                            ^~~~~~~~
ui.c: In function 'display_pad_out':
ui.c:269:2: warning: 'vwprintw' is deprecated [-Wdeprecated-declarations]
  269 |  vw_printw(display_pad, format, ap);
      |  ^~~~~~~~~
In file included from ui.c:37:
/usr/include/curses.h:776:28: note: declared here
  776 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */
      |                            ^~~~~~~~
ui.c: In function 'cmd_win_out':
ui.c:282:2: warning: 'vwprintw' is deprecated [-Wdeprecated-declarations]
  282 |  vw_printw(cmd_win, format, ap);
      |  ^~~~~~~~~
In file included from ui.c:37:
/usr/include/curses.h:776:28: note: declared here
  776 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */
      |                            ^~~~~~~~
ui.c: In function 'ui_vlog':
ui.c:482:2: warning: 'vwprintw' is deprecated [-Wdeprecated-declarations]
  482 |  vw_printw(dummy_pad, format, ap);
      |  ^~~~~~~~~
In file included from ui.c:37:
/usr/include/curses.h:776:28: note: declared here
  776 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */
      |                            ^~~~~~~~
ui.c:436:13: warning: variable 'max_y' set but not used [-Wunused-but-set-variable]
  436 |  int max_x, max_y, i, j;
      |             ^~~~~
ui.c: In function 'ui_log':
ui.c:570:2: warning: 'vwprintw' is deprecated [-Wdeprecated-declarations]
  570 |  vw_printw(dummy_pad, format, ap);
      |  ^~~~~~~~~
In file included from ui.c:37:
/usr/include/curses.h:776:28: note: declared here
  776 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list) GCC_DEPRECATED(use vw_printw); /* implemented */
      |                            ^~~~~~~~
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ui_os.lo ui_os.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ui_os.c  -fPIC -DPIC -o .libs/ui_os.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ui_keypad.lo ui_keypad.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ui_keypad.c  -fPIC -DPIC -o .libs/ui_keypad.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ui_command.lo ui_command.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ui_command.c  -fPIC -DPIC -o .libs/ui_command.o
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -version-info 1:1:0 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMIui.la -rpath /usr/lib64 ui.lo ui_os.lo ui_keypad.lo ui_command.lo  
libtool: link: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/ui.o .libs/ui_os.o .libs/ui_keypad.o .libs/ui_command.o    -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libOpenIPMIui.so.1 -o .libs/libOpenIPMIui.so.1.0.1
libtool: link: (cd ".libs" && rm -f "libOpenIPMIui.so.1" && ln -s "libOpenIPMIui.so.1.0.1" "libOpenIPMIui.so.1")
libtool: link: (cd ".libs" && rm -f "libOpenIPMIui.so" && ln -s "libOpenIPMIui.so.1.0.1" "libOpenIPMIui.so")
libtool: link: ( cd ".libs" && rm -f "libOpenIPMIui.la" && ln -s "../libOpenIPMIui.la" "libOpenIPMIui.la" )
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ipmi_ui basic_ui.o libOpenIPMIui.la ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcurses -lnetsnmp  -lcrypto  -lgdbm 
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/ipmi_ui basic_ui.o  ./.libs/libOpenIPMIui.so ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so ../unix/.libs/libOpenIPMIposix.so -lcurses -lnetsnmp -lcrypto -lgdbm -Wl,-rpath -Wl,/usr/lib64
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/ui'
Making all in lanserv
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv'
Making all in OpenIPMI
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/OpenIPMI'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/OpenIPMI'
Making all in sdrcomp
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/sdrcomp'
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..  -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../../include -I../../lanserv -I../../utils -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o sdrcomp.o sdrcomp.c
/bin/sh ../../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../../include -I../../lanserv -I../../utils -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -lm -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o sdrcomp sdrcomp.o  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../../include -I../../lanserv -I../../utils -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o sdrcomp sdrcomp.o  -lm
aarch64-mageia-linux-gnu-gcc -o sdrcomp_build ../../lanserv/sdrcomp/sdrcomp.c -Wall -Wsign-compare -I../../include -I../../lanserv -I../../utils -lm
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/sdrcomp'
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv'
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmi_sim.o ipmi_sim.c
ipmi_sim.c: In function 'handle_user_char':
ipmi_sim.c:945:10: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  945 |   (void) write(info->outfd, "\b \b", 3);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c:952:10: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  952 |   (void) write(info->outfd, "\n", 1);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c:960:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  960 |      (void) write(info->outfd, "\n", 1);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c:962:10: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  962 |   (void) write(info->outfd, "\r", 1);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c:970:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  970 |  (void) write(info->outfd, "> ", 2);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c:978:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  978 |      (void) write(info->outfd, msg, strlen(msg));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c:983:10: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  983 |   (void) write(info->outfd, &c, 1);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c: In function 'handle_telnet':
ipmi_sim.c:909:12: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  909 |     (void) write(info->outfd, info->tn_buf, 3);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c:914:12: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  914 |     (void) write(info->outfd, info->tn_buf, 3);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c: In function 'emu_printf':
ipmi_sim.c:846:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  846 |      (void) write(info->outfd, buffer + start, pos - start + 1);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c:847:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  847 |      (void) write(info->outfd, "\r", 1);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c:852:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  852 |  (void) write(info->outfd, buffer + start, pos - start);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c: In function 'handle_sigchld':
ipmi_sim.c:1345:12: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
 1345 |     (void) write(sigpipeh[1], &c, 1);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c: In function 'isim_log':
ipmi_sim.c:681:9: warning: ' channel=' directive output truncated writing 9 bytes into a region of size 1 [-Wformat-truncation=]
  681 |  len += snprintf(&dummy, 1, mformat, msg->channel, msg->netfn,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  682 |    msg->cmd, msg->rs_addr, msg->rs_lun, msg->rq_addr,
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  683 |    msg->rq_lun, msg->rq_seq);
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~
ipmi_sim.c:681:9: note: directive argument in the range [0, 255]
ipmi_sim.c:681:9: note: directive argument in the range [0, 255]
ipmi_sim.c:681:9: note: directive argument in the range [0, 255]
ipmi_sim.c:681:9: note: directive argument in the range [0, 255]
ipmi_sim.c:681:9: note: directive argument in the range [0, 255]
ipmi_sim.c:681:9: note: directive argument in the range [0, 255]
ipmi_sim.c:681:9: note: directive argument in the range [0, 255]
ipmi_sim.c:681:9: note: directive argument in the range [0, 255]
In file included from /usr/include/stdio.h:866,
                 from ipmi_sim.c:66:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 88 and 97 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o bmc.o bmc.c
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o emu_cmd.o emu_cmd.c
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o sol.o sol.c
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o bmc_storage.o bmc_storage.c
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o bmc_app.o bmc_app.c
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o bmc_chassis.o bmc_chassis.c
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o bmc_transport.o bmc_transport.c
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o bmc_sensor.o bmc_sensor.c
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o bmc_picmg.o bmc_picmg.c
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o lanserv_ipmi.lo lanserv_ipmi.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c lanserv_ipmi.c  -fPIC -DPIC -o .libs/lanserv_ipmi.o
lanserv_ipmi.c: In function 'raw_send':
lanserv_ipmi.c:242:16: warning: 'Raw LAN msg:' directive output truncated writing 12 bytes into a region of size 1 [-Wformat-truncation=]
  242 | #define format "Raw LAN msg:"
      |                ^~~~~~~~~~~~~~
lanserv_ipmi.c:251:29: note: in expansion of macro 'format'
  251 |  slen = snprintf(&dummy, 1, format);
      |                             ^~~~~~
lanserv_ipmi.c:242:18: note: format string is defined here
  242 | #define format "Raw LAN msg:"
      |                 ~^~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/openssl/bio.h:16,
                 from /usr/include/openssl/evp.h:16,
                 from /usr/include/openssl/hmac.h:15,
                 from lanserv_ipmi.c:62:
/usr/include/bits/stdio2.h:70:10: note: '__builtin_snprintf' output 13 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o lanserv_asf.lo lanserv_asf.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c lanserv_asf.c  -fPIC -DPIC -o .libs/lanserv_asf.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o priv_table.lo priv_table.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c priv_table.c  -fPIC -DPIC -o .libs/priv_table.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o lanserv_oem_force.lo lanserv_oem_force.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c lanserv_oem_force.c  -fPIC -DPIC -o .libs/lanserv_oem_force.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o lanserv_config.lo lanserv_config.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c lanserv_config.c  -fPIC -DPIC -o .libs/lanserv_config.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o config.lo config.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c config.c  -fPIC -DPIC -o .libs/config.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o serv.lo serv.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c serv.c  -fPIC -DPIC -o .libs/serv.o
serv.c: In function 'debug_log_raw_msg':
serv.c:255:13: warning: '%ld' directive output truncated writing between 1 and 20 bytes into a region of size 0 [-Wformat-truncation=]
  255 |     slen += snprintf(&dummy, 1, " %ld.%6.6ld", tv.tv_sec, tv.tv_usec);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from ./OpenIPMI/serv.h:60,
                 from serv.c:65:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 10 and 43 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o serial_ipmi.lo serial_ipmi.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c serial_ipmi.c  -fPIC -DPIC -o .libs/serial_ipmi.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o persist.lo persist.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c persist.c  -fPIC -DPIC -o .libs/persist.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o extcmd.lo extcmd.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c extcmd.c  -fPIC -DPIC -o .libs/extcmd.o
/bin/sh ../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmb_ipmi.lo ipmb_ipmi.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DSYSCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c ipmb_ipmi.c  -fPIC -DPIC -o .libs/ipmb_ipmi.o
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -version-info 0:1:0 ../utils/libOpenIPMIutils.la -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libIPMIlanserv.la -rpath /usr/lib64 lanserv_ipmi.lo lanserv_asf.lo priv_table.lo lanserv_oem_force.lo lanserv_config.lo config.lo serv.lo serial_ipmi.lo persist.lo extcmd.lo ipmb_ipmi.lo -lcrypto  -ldl  
libtool: link: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/lanserv_ipmi.o .libs/lanserv_asf.o .libs/priv_table.o .libs/lanserv_oem_force.o .libs/lanserv_config.o .libs/config.o .libs/serv.o .libs/serial_ipmi.o .libs/persist.o .libs/extcmd.o .libs/ipmb_ipmi.o   -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils/.libs -Wl,-rpath -Wl,/usr/lib64 ../utils/.libs/libOpenIPMIutils.so -lcrypto -ldl  -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libIPMIlanserv.so.0 -o .libs/libIPMIlanserv.so.0.0.1
libtool: link: (cd ".libs" && rm -f "libIPMIlanserv.so.0" && ln -s "libIPMIlanserv.so.0.0.1" "libIPMIlanserv.so.0")
libtool: link: (cd ".libs" && rm -f "libIPMIlanserv.so" && ln -s "libIPMIlanserv.so.0.0.1" "libIPMIlanserv.so")
libtool: link: ( cd ".libs" && rm -f "libIPMIlanserv.la" && ln -s "../libIPMIlanserv.la" "libIPMIlanserv.la" )
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic ../unix/libOpenIPMIposix.la ../utils/libOpenIPMIutils.la  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ipmi_sim ipmi_sim.o bmc.o emu_cmd.o sol.o bmc_storage.o bmc_app.o bmc_chassis.o bmc_transport.o bmc_sensor.o bmc_picmg.o -lpopt libIPMIlanserv.la -lpthread  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/ipmi_sim ipmi_sim.o bmc.o emu_cmd.o sol.o bmc_storage.o bmc_app.o bmc_chassis.o bmc_transport.o bmc_sensor.o bmc_picmg.o  ../unix/.libs/libOpenIPMIposix.so ../utils/.libs/libOpenIPMIutils.so -lpopt ./.libs/libIPMIlanserv.so -lpthread -Wl,-rpath -Wl,/usr/lib64
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o lanserv.o lanserv.c
lanserv.c: In function 'ilanserv_log.constprop':
lanserv.c:444:9: warning: ' channel=' directive output truncated writing 9 bytes into a region of size 1 [-Wformat-truncation=]
  444 |  len += snprintf(&dummy, 1, mformat, msg->channel, msg->netfn,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  445 |    msg->cmd, msg->rs_addr, msg->rs_lun, msg->rq_addr,
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  446 |    msg->rq_lun, msg->rq_seq);
      |    ~~~~~~~~~~~~~~~~~~~~~~~~~
lanserv.c:444:9: note: directive argument in the range [0, 255]
lanserv.c:444:9: note: directive argument in the range [0, 255]
lanserv.c:444:9: note: directive argument in the range [0, 255]
lanserv.c:444:9: note: directive argument in the range [0, 255]
lanserv.c:444:9: note: directive argument in the range [0, 255]
lanserv.c:444:9: note: directive argument in the range [0, 255]
lanserv.c:444:9: note: directive argument in the range [0, 255]
lanserv.c:444:9: note: directive argument in the range [0, 255]
In file included from /usr/include/stdio.h:866,
                 from lanserv.c:64:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 88 and 97 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic ../unix/libOpenIPMIposix.la ../utils/libOpenIPMIutils.la -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ipmilan lanserv.o -lpopt libIPMIlanserv.la -ldl  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/ipmilan lanserv.o  ../unix/.libs/libOpenIPMIposix.so ../utils/.libs/libOpenIPMIutils.so -lpopt ./.libs/libIPMIlanserv.so -ldl -Wl,-rpath -Wl,/usr/lib64
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR='"/etc"' -DSTATEDIR='"/var"'  -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmi_checksum.o ipmi_checksum.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS  -DPVERSION="\""1.0.13"\"" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ipmi_checksum ipmi_checksum.o  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ipmi_checksum ipmi_checksum.o 
sdrcomp/sdrcomp_build -o ipmisim1.bsdr ipmisim1.sdrs
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv'
Making all in sample
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/sample'
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmicmd.o ipmicmd.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o openipmicmd ipmicmd.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/openipmicmd ipmicmd.o  ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so ../unix/.libs/libOpenIPMIposix.so -lcrypto -Wl,-rpath -Wl,/usr/lib64
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o solterm.o solterm.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o solterm solterm.o -lpopt ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/solterm solterm.o  -lpopt ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so ../unix/.libs/libOpenIPMIposix.so -lcrypto -Wl,-rpath -Wl,/usr/lib64
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o rmcp_ping.o rmcp_ping.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o rmcp_ping rmcp_ping.o  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o rmcp_ping rmcp_ping.o 
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o eventd.o eventd.c
eventd.c: In function 'main':
eventd.c:736:2: warning: ignoring return value of 'daemon' declared with attribute 'warn_unused_result' [-Wunused-result]
  736 |  daemon(0, 0);
      |  ^~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from eventd.c:34:
In function 'printf',
    inlined from 'con_usage' at eventd.c:113:5:
/usr/include/bits/stdio2.h:110:10: warning: '%s' directive argument is null [-Wformat-overflow=]
  110 |   return __printf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ());
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o openipmi_eventd eventd.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/openipmi_eventd eventd.o  ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so ../unix/.libs/libOpenIPMIposix.so -lcrypto -Wl,-rpath -Wl,/usr/lib64
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o sample.o sample.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ipmisample sample.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/ipmisample sample.o  ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so ../unix/.libs/libOpenIPMIposix.so -lcrypto -Wl,-rpath -Wl,/usr/lib64
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o sample2.o sample2.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ipmisample2 sample2.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIpthread.la -lpthread -lcrypto  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/ipmisample2 sample2.o  ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so ../unix/.libs/libOpenIPMIpthread.so -lpthread -lcrypto -Wl,-rpath -Wl,/usr/lib64
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o sample3.o sample3.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ipmisample3 sample3.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/ipmisample3 sample3.o  ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so ../unix/.libs/libOpenIPMIposix.so -lcrypto -Wl,-rpath -Wl,/usr/lib64
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -I ../libedit -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ipmi_serial_bmc_emu-ipmi_serial_bmc_emu.o `test -f 'ipmi_serial_bmc_emu.c' || echo './'`ipmi_serial_bmc_emu.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -I ../libedit -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ipmi_serial_bmc_emu ipmi_serial_bmc_emu-ipmi_serial_bmc_emu.o -lreadline -lcurses  
libtool: link: aarch64-mageia-linux-gnu-gcc -I ../libedit -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ipmi_serial_bmc_emu ipmi_serial_bmc_emu-ipmi_serial_bmc_emu.o  -lreadline -lcurses
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o dump_sensors.o dump_sensors.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ipmi_dump_sensors dump_sensors.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/ipmi_dump_sensors dump_sensors.o  ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so ../unix/.libs/libOpenIPMIposix.so -lcrypto -Wl,-rpath -Wl,/usr/lib64
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o waiter_sample.o waiter_sample.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o waiter_sample waiter_sample.o ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la ../unix/libOpenIPMIposix.la -lcrypto  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o .libs/waiter_sample waiter_sample.o  ../utils/.libs/libOpenIPMIutils.so ../lib/.libs/libOpenIPMI.so ../unix/.libs/libOpenIPMIposix.so -lcrypto -Wl,-rpath -Wl,/usr/lib64
aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o linux_cmd_handler.o linux_cmd_handler.c
/bin/sh ../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables  -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o linux_cmd_handler linux_cmd_handler.o  
libtool: link: aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o linux_cmd_handler linux_cmd_handler.o 
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/sample'
Making all in doc
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/doc'
Making all in man
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/man'
Making all in swig
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig'
Making all in perl
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/perl'
/bin/sh ../../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..    -include ../../config.h -I /usr/lib64/perl5/CORE -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I ../../include -I ../../include -I ../../swig/perl -DPERL_HAS_POSIX_THREADS=1 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o OpenIPMI_perl.lo OpenIPMI_perl.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -include ../../config.h -I /usr/lib64/perl5/CORE -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I ../../include -I ../../include -I ../../swig/perl -DPERL_HAS_POSIX_THREADS=1 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c OpenIPMI_perl.c  -fPIC -DPIC -o .libs/OpenIPMI_perl.o
/usr/bin/swig -DHAVE_CONFIG_H -perl5 -o OpenIPMI_wrap.c -I../../swig/perl ../../swig/OpenIPMI.i
/bin/sh ../../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..    -include ../../config.h -I /usr/lib64/perl5/CORE -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I ../../include -I ../../include -I ../../swig/perl -DPERL_HAS_POSIX_THREADS=1 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o OpenIPMI_wrap.lo OpenIPMI_wrap.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -include ../../config.h -I /usr/lib64/perl5/CORE -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I ../../include -I ../../include -I ../../swig/perl -DPERL_HAS_POSIX_THREADS=1 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c OpenIPMI_wrap.c  -fPIC -DPIC -o .libs/OpenIPMI_wrap.o
OpenIPMI_wrap.c: In function 'mc_channel_got_users':
OpenIPMI_wrap.c:3089:62: warning: format '%o' expects argument of type 'unsigned int', but argument 10 has type 'swig_ref *' [-Wformat=]
 3089 |     swig_call_cb(cb, "mc_channel_got_users_cb", "%p%d%d%d%d%*o", &mc_ref, err,
      |                                                            ~~^
      |                                                              |
      |                                                              unsigned int
 3090 |    max, enabled, fixed, count, info_ref);
      |                                ~~~~~~~~                       
      |                                |
      |                                swig_ref *
OpenIPMI_wrap.c: In function 'sol_data_received_cb':
OpenIPMI_wrap.c:4508:61: warning: unknown conversion type character 'b' in format [-Wformat=]
 4508 |     swig_call_cb_rv('i', &rv, cb, "sol_data_received", "%p%*b",
      |                                                             ^
OpenIPMI_wrap.c:4508:56: warning: too many arguments for format [-Wformat-extra-args]
 4508 |     swig_call_cb_rv('i', &rv, cb, "sol_data_received", "%p%*b",
      |                                                        ^~~~~~~
OpenIPMI_wrap.c: In function '_wrap_strconstarray_val_set':
OpenIPMI_wrap.c:10538:27: warning: assignment to 'const char **' from incompatible pointer type 'char **' [-Wincompatible-pointer-types]
10538 |     if (arg1) (arg1)->val = arg2;
      |                           ^
In file included from /usr/lib64/perl5/CORE/perl.h:5603,
                 from OpenIPMI_wrap.c:740:
OpenIPMI_wrap.c: In function '_wrap_ipmi_sol_conn_t_write':
/usr/lib64/perl5/CORE/sv.h:1726:57: warning: passing argument 3 of 'Perl_sv_2pv_flags' from incompatible pointer type [-Wincompatible-pointer-types]
 1726 |      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
/usr/lib64/perl5/CORE/embed.h:559:55: note: in definition of macro 'sv_2pv_flags'
  559 | #define sv_2pv_flags(a,b,c) Perl_sv_2pv_flags(aTHX_ a,b,c)
      |                                                       ^
/usr/lib64/perl5/CORE/sv.h:1720:30: note: in expansion of macro 'SvPV_flags'
 1720 | #define SvPV(sv, lp)         SvPV_flags(sv, lp, SV_GMAGIC)
      |                              ^~~~~~~~~~
OpenIPMI_wrap.c:27711:24: note: in expansion of macro 'SvPV'
27711 |         (&arg2)->val = SvPV(tempsv, (&arg2)->len);
      |                        ^~~~
In file included from /usr/lib64/perl5/CORE/perl.h:5564,
                 from OpenIPMI_wrap.c:740:
/usr/lib64/perl5/CORE/proto.h:3248:73: note: expected 'STRLEN * const' {aka 'long unsigned int * const'} but argument is of type 'int *'
 3248 | PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags);
      |                                                           ~~~~~~~~~~~~~~^~
OpenIPMI_wrap.c: In function 'thresholds_to_str':
OpenIPMI_wrap.c:3597:13: warning: 'aa ' directive output truncated writing 3 bytes into a region of size 1 [-Wformat-truncation=]
 3597 |      len += snprintf(dummy, 1, "aa %f:", val) + 1;
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:3597:13: note: assuming directive output of 8 bytes
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 8 and 322 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_fru_node_t_get_field':
OpenIPMI_wrap.c:6287:32: warning: '%lf' directive output truncated writing between 3 and 317 bytes into a region of size 1 [-Wformat-truncation=]
 6287 |      len = snprintf(dummy, 1, "%lf", floatval);
      |                                ^~~
OpenIPMI_wrap.c:6287:31: note: assuming directive output of 8 bytes
 6287 |      len = snprintf(dummy, 1, "%lf", floatval);
      |                               ^~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 4 and 318 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:6329:34: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=]
 6329 |      len = snprintf(dummy, 1, "%d", intval);
      |                                  ^
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:6273:34: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=]
 6273 |      len = snprintf(dummy, 1, "%d", intval);
      |                                  ^
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:6266:34: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=]
 6266 |      len = snprintf(dummy, 1, "%d", intval);
      |                                  ^
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:6280:35: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=]
 6280 |      len = snprintf(dummy, 1, "%ld", (long) time);
      |                                   ^
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 2 and 21 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_pet_t_get_mac_addr':
OpenIPMI_wrap.c:8819:29: warning: '%d' directive writing between 1 and 3 bytes into a region of size between 2 and 10 [-Wformat-overflow=]
 8819 |  sprintf(dval, "%d:%d:%d:%d:%d:%d", d[0], d[1], d[2], d[3], d[4], d[5]);
      |                             ^~
OpenIPMI_wrap.c:8819:16: note: directive argument in the range [0, 255]
 8819 |  sprintf(dval, "%d:%d:%d:%d:%d:%d", d[0], d[1], d[2], d[3], d[4], d[5]);
      |                ^~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:8819:16: note: directive argument in the range [0, 255]
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 12 and 24 bytes into a destination of size 18
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function 'control_val_get_light_handler':
OpenIPMI_wrap.c:4097:10: warning: ' ' directive output truncated writing 1 byte into a region of size 0 [-Wformat-truncation=]
 4097 |  size += snprintf(dummy, 1, "%d ", val);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 3 and 13 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:4100:10: warning: ' ' directive output truncated writing 1 byte into a region of size 0 [-Wformat-truncation=]
 4100 |  size += snprintf(dummy, 1, "%d ", val);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 3 and 13 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_fru_t_get_multirecord':
OpenIPMI_wrap.c:5937:34: warning: ' ' directive output truncated writing 1 byte into a region of size 0 [-Wformat-truncation=]
 5937 |  str_len = snprintf(dummy, 1, "%d %d", type, version);
      |                                  ^
OpenIPMI_wrap.c:5937:31: note: directive argument in the range [0, 255]
 5937 |  str_len = snprintf(dummy, 1, "%d %d", type, version);
      |                               ^~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 4 and 8 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_fru_t_get':
OpenIPMI_wrap.c:5888:35: warning: ' ascii ' directive output truncated writing 7 bytes into a region of size 1 [-Wformat-truncation=]
 5888 |      len = snprintf(dummy, 1, "%s ascii %s", name, data);
      |                                  ~^~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 8 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:5868:35: warning: ' binary' directive output truncated writing 7 bytes into a region of size 1 [-Wformat-truncation=]
 5868 |      len = snprintf(dummy, 1, "%s binary", name);
      |                                  ~^~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 8 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:5878:35: warning: ' unicode' directive output truncated writing 8 bytes into a region of size 1 [-Wformat-truncation=]
 5878 |      len = snprintf(dummy, 1, "%s unicode", name);
      |                                  ~^~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 9 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:5856:35: warning: ' integer ' directive output truncated writing 9 bytes into a region of size 1 [-Wformat-truncation=]
 5856 |      len = snprintf(dummy, 1, "%s integer %d", name, intval);
      |                                  ~^~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:5862:35: warning: ' time ' directive output truncated writing 6 bytes into a region of size 1 [-Wformat-truncation=]
 5862 |      len = snprintf(dummy, 1, "%s time %ld", name, (long) time);
      |                                  ~^~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 8 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_pef_config_t_get_val':
OpenIPMI_wrap.c:8694:12: warning: ' data' directive output truncated writing 5 bytes into a region of size 1 [-Wformat-truncation=]
 8694 |      len = snprintf(dummy, 1, "%s data", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 6 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:8704:12: warning: ' string ' directive output truncated writing 8 bytes into a region of size 1 [-Wformat-truncation=]
 8704 |      len = snprintf(dummy, 1, "%s string %s", name, (char *) dval);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 9 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:8680:12: warning: ' integer ' directive output truncated writing 9 bytes into a region of size 1 [-Wformat-truncation=]
 8680 |      len = snprintf(dummy, 1, "%s integer %d", name, ival);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:8680:12: note: using the range [-2147483648, 2147483647] for directive argument
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:8686:12: warning: ' bool ' directive output truncated writing 6 bytes into a region of size 1 [-Wformat-truncation=]
 8686 |      len = snprintf(dummy, 1, "%s bool %s", name,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 8687 |       ival ? "true" : "false");
      |       ~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 12) into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_sol_config_t_get_val':
OpenIPMI_wrap.c:9197:12: warning: ' data' directive output truncated writing 5 bytes into a region of size 1 [-Wformat-truncation=]
 9197 |      len = snprintf(dummy, 1, "%s data", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 6 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:9207:12: warning: ' ip' directive output truncated writing 3 bytes into a region of size 1 [-Wformat-truncation=]
 9207 |      len = snprintf(dummy, 1, "%s ip", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 4 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:9215:12: warning: ' mac' directive output truncated writing 4 bytes into a region of size 1 [-Wformat-truncation=]
 9215 |      len = snprintf(dummy, 1, "%s mac", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 5 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:9183:12: warning: ' integer ' directive output truncated writing 9 bytes into a region of size 1 [-Wformat-truncation=]
 9183 |      len = snprintf(dummy, 1, "%s integer %d", name, ival);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:9183:12: note: using the range [-2147483648, 2147483647] for directive argument
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:9189:12: warning: ' bool ' directive output truncated writing 6 bytes into a region of size 1 [-Wformat-truncation=]
 9189 |      len = snprintf(dummy, 1, "%s bool %s", name,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 9190 |       ival ? "true" : "false");
      |       ~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 12) into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_lan_config_t_get_val':
OpenIPMI_wrap.c:8362:12: warning: ' data' directive output truncated writing 5 bytes into a region of size 1 [-Wformat-truncation=]
 8362 |      len = snprintf(dummy, 1, "%s data", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 6 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:8372:12: warning: ' ip' directive output truncated writing 3 bytes into a region of size 1 [-Wformat-truncation=]
 8372 |      len = snprintf(dummy, 1, "%s ip", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 4 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:8380:12: warning: ' mac' directive output truncated writing 4 bytes into a region of size 1 [-Wformat-truncation=]
 8380 |      len = snprintf(dummy, 1, "%s mac", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 5 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:8348:12: warning: ' integer ' directive output truncated writing 9 bytes into a region of size 1 [-Wformat-truncation=]
 8348 |      len = snprintf(dummy, 1, "%s integer %d", name, ival);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:8348:12: note: using the range [-2147483648, 2147483647] for directive argument
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:8354:12: warning: ' bool ' directive output truncated writing 6 bytes into a region of size 1 [-Wformat-truncation=]
 8354 |      len = snprintf(dummy, 1, "%s bool %s", name,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 8355 |       ival ? "true" : "false");
      |       ~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/lib64/perl5/CORE/perlio.h:41,
                 from /usr/lib64/perl5/CORE/iperlsys.h:50,
                 from /usr/lib64/perl5/CORE/perl.h:3876,
                 from OpenIPMI_wrap.c:740:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 12) into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -include ../../config.h -I /usr/lib64/perl5/CORE -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I ../../include -I ../../include -I ../../swig/perl -DPERL_HAS_POSIX_THREADS=1 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rpath /nowhere -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMI.la  OpenIPMI_perl.lo OpenIPMI_wrap.lo  
libtool: link: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/OpenIPMI_perl.o .libs/OpenIPMI_wrap.o    -O2 -g -fstack-protector -fstack-protector-strong -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libOpenIPMI.so.0 -o .libs/libOpenIPMI.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libOpenIPMI.so.0" && ln -s "libOpenIPMI.so.0.0.0" "libOpenIPMI.so.0")
libtool: link: (cd ".libs" && rm -f "libOpenIPMI.so" && ln -s "libOpenIPMI.so.0.0.0" "libOpenIPMI.so")
libtool: link: ( cd ".libs" && rm -f "libOpenIPMI.la" && ln -s "../libOpenIPMI.la" "libOpenIPMI.la" )
cp .libs/libOpenIPMI.so OpenIPMI.so
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/perl'
Making all in python
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python'
Making all in .
make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python'
/usr/bin/swig -DHAVE_CONFIG_H -python -py3 -o OpenIPMI_wrap.c \
	-I../../swig/python ../../swig/OpenIPMI.i
/bin/sh ../../libtool  --tag=CC   --mode=compile aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..    -I/usr/include/python3.8 -I ../.. -I ../../include -I ../../include -I ../../swig/python -DPYTHON_HAS_POSIX_THREADS=1 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o OpenIPMI_wrap.lo OpenIPMI_wrap.c
libtool: compile:  aarch64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/python3.8 -I ../.. -I ../../include -I ../../include -I ../../swig/python -DPYTHON_HAS_POSIX_THREADS=1 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c OpenIPMI_wrap.c  -fPIC -DPIC -o .libs/OpenIPMI_wrap.o
OpenIPMI_wrap.c: In function 'mc_channel_got_users':
OpenIPMI_wrap.c:4679:62: warning: format '%o' expects argument of type 'unsigned int', but argument 10 has type 'swig_ref *' [-Wformat=]
 4679 |     swig_call_cb(cb, "mc_channel_got_users_cb", "%p%d%d%d%d%*o", &mc_ref, err,
      |                                                            ~~^
      |                                                              |
      |                                                              unsigned int
 4680 |    max, enabled, fixed, count, info_ref);
      |                                ~~~~~~~~                       
      |                                |
      |                                swig_ref *
OpenIPMI_wrap.c: In function 'sol_data_received_cb':
OpenIPMI_wrap.c:6098:61: warning: unknown conversion type character 'b' in format [-Wformat=]
 6098 |     swig_call_cb_rv('i', &rv, cb, "sol_data_received", "%p%*b",
      |                                                             ^
OpenIPMI_wrap.c:6098:56: warning: too many arguments for format [-Wformat-extra-args]
 6098 |     swig_call_cb_rv('i', &rv, cb, "sol_data_received", "%p%*b",
      |                                                        ^~~~~~~
OpenIPMI_wrap.c: In function '_wrap_strconstarray_val_set':
OpenIPMI_wrap.c:12148:25: warning: assignment to 'const char **' from incompatible pointer type 'char **' [-Wincompatible-pointer-types]
12148 |   if (arg1) (arg1)->val = arg2;
      |                         ^
OpenIPMI_wrap.c: In function 'thresholds_to_str':
OpenIPMI_wrap.c:5187:13: warning: 'aa ' directive output truncated writing 3 bytes into a region of size 1 [-Wformat-truncation=]
 5187 |      len += snprintf(dummy, 1, "aa %f:", val) + 1;
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:5187:13: note: assuming directive output of 8 bytes
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 8 and 322 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_fru_node_t_get_field':
OpenIPMI_wrap.c:7958:32: warning: '%lf' directive output truncated writing between 3 and 317 bytes into a region of size 1 [-Wformat-truncation=]
 7958 |      len = snprintf(dummy, 1, "%lf", floatval);
      |                                ^~~
OpenIPMI_wrap.c:7958:31: note: assuming directive output of 8 bytes
 7958 |      len = snprintf(dummy, 1, "%lf", floatval);
      |                               ^~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 4 and 318 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:8000:34: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=]
 8000 |      len = snprintf(dummy, 1, "%d", intval);
      |                                  ^
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:7944:34: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=]
 7944 |      len = snprintf(dummy, 1, "%d", intval);
      |                                  ^
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:7937:34: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=]
 7937 |      len = snprintf(dummy, 1, "%d", intval);
      |                                  ^
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:7951:35: warning: '__builtin___snprintf_chk' output truncated before the last format character [-Wformat-truncation=]
 7951 |      len = snprintf(dummy, 1, "%ld", (long) time);
      |                                   ^
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 2 and 21 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_pef_config_t_get_val':
OpenIPMI_wrap.c:10361:12: warning: ' data' directive output truncated writing 5 bytes into a region of size 1 [-Wformat-truncation=]
10361 |      len = snprintf(dummy, 1, "%s data", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 6 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10371:12: warning: ' string ' directive output truncated writing 8 bytes into a region of size 1 [-Wformat-truncation=]
10371 |      len = snprintf(dummy, 1, "%s string %s", name, (char *) dval);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 9 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10347:12: warning: ' integer ' directive output truncated writing 9 bytes into a region of size 1 [-Wformat-truncation=]
10347 |      len = snprintf(dummy, 1, "%s integer %d", name, ival);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10347:12: note: using the range [-2147483648, 2147483647] for directive argument
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10353:12: warning: ' bool ' directive output truncated writing 6 bytes into a region of size 1 [-Wformat-truncation=]
10353 |      len = snprintf(dummy, 1, "%s bool %s", name,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10354 |       ival ? "true" : "false");
      |       ~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 12) into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function 'control_val_get_light_handler':
OpenIPMI_wrap.c:5687:10: warning: ' ' directive output truncated writing 1 byte into a region of size 0 [-Wformat-truncation=]
 5687 |  size += snprintf(dummy, 1, "%d ", val);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 3 and 13 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:5690:10: warning: ' ' directive output truncated writing 1 byte into a region of size 0 [-Wformat-truncation=]
 5690 |  size += snprintf(dummy, 1, "%d ", val);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 3 and 13 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_pet_t_get_mac_addr':
OpenIPMI_wrap.c:10486:29: warning: '%d' directive writing between 1 and 3 bytes into a region of size between 2 and 10 [-Wformat-overflow=]
10486 |  sprintf(dval, "%d:%d:%d:%d:%d:%d", d[0], d[1], d[2], d[3], d[4], d[5]);
      |                             ^~
OpenIPMI_wrap.c:10486:16: note: directive argument in the range [0, 255]
10486 |  sprintf(dval, "%d:%d:%d:%d:%d:%d", d[0], d[1], d[2], d[3], d[4], d[5]);
      |                ^~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10486:16: note: directive argument in the range [0, 255]
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 12 and 24 bytes into a destination of size 18
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_fru_t_get_multirecord':
OpenIPMI_wrap.c:7608:34: warning: ' ' directive output truncated writing 1 byte into a region of size 0 [-Wformat-truncation=]
 7608 |  str_len = snprintf(dummy, 1, "%d %d", type, version);
      |                                  ^
OpenIPMI_wrap.c:7608:31: note: directive argument in the range [0, 255]
 7608 |  str_len = snprintf(dummy, 1, "%d %d", type, version);
      |                               ^~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 4 and 8 bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_sol_config_t_get_val':
OpenIPMI_wrap.c:10852:12: warning: ' data' directive output truncated writing 5 bytes into a region of size 1 [-Wformat-truncation=]
10852 |      len = snprintf(dummy, 1, "%s data", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 6 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10862:12: warning: ' ip' directive output truncated writing 3 bytes into a region of size 1 [-Wformat-truncation=]
10862 |      len = snprintf(dummy, 1, "%s ip", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 4 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10870:12: warning: ' mac' directive output truncated writing 4 bytes into a region of size 1 [-Wformat-truncation=]
10870 |      len = snprintf(dummy, 1, "%s mac", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 5 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10838:12: warning: ' integer ' directive output truncated writing 9 bytes into a region of size 1 [-Wformat-truncation=]
10838 |      len = snprintf(dummy, 1, "%s integer %d", name, ival);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10838:12: note: using the range [-2147483648, 2147483647] for directive argument
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10844:12: warning: ' bool ' directive output truncated writing 6 bytes into a region of size 1 [-Wformat-truncation=]
10844 |      len = snprintf(dummy, 1, "%s bool %s", name,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10845 |       ival ? "true" : "false");
      |       ~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 12) into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_fru_t_get':
OpenIPMI_wrap.c:7559:35: warning: ' ascii ' directive output truncated writing 7 bytes into a region of size 1 [-Wformat-truncation=]
 7559 |      len = snprintf(dummy, 1, "%s ascii %s", name, data);
      |                                  ~^~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 8 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:7539:35: warning: ' binary' directive output truncated writing 7 bytes into a region of size 1 [-Wformat-truncation=]
 7539 |      len = snprintf(dummy, 1, "%s binary", name);
      |                                  ~^~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 8 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:7549:35: warning: ' unicode' directive output truncated writing 8 bytes into a region of size 1 [-Wformat-truncation=]
 7549 |      len = snprintf(dummy, 1, "%s unicode", name);
      |                                  ~^~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 9 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:7527:35: warning: ' integer ' directive output truncated writing 9 bytes into a region of size 1 [-Wformat-truncation=]
 7527 |      len = snprintf(dummy, 1, "%s integer %d", name, intval);
      |                                  ~^~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:7533:35: warning: ' time ' directive output truncated writing 6 bytes into a region of size 1 [-Wformat-truncation=]
 7533 |      len = snprintf(dummy, 1, "%s time %ld", name, (long) time);
      |                                  ~^~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 8 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c: In function '_wrap_ipmi_lan_config_t_get_val':
OpenIPMI_wrap.c:10029:12: warning: ' data' directive output truncated writing 5 bytes into a region of size 1 [-Wformat-truncation=]
10029 |      len = snprintf(dummy, 1, "%s data", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 6 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10039:12: warning: ' ip' directive output truncated writing 3 bytes into a region of size 1 [-Wformat-truncation=]
10039 |      len = snprintf(dummy, 1, "%s ip", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 4 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10047:12: warning: ' mac' directive output truncated writing 4 bytes into a region of size 1 [-Wformat-truncation=]
10047 |      len = snprintf(dummy, 1, "%s mac", name);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 5 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10015:12: warning: ' integer ' directive output truncated writing 9 bytes into a region of size 1 [-Wformat-truncation=]
10015 |      len = snprintf(dummy, 1, "%s integer %d", name, ival);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10015:12: note: using the range [-2147483648, 2147483647] for directive argument
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OpenIPMI_wrap.c:10021:12: warning: ' bool ' directive output truncated writing 6 bytes into a region of size 1 [-Wformat-truncation=]
10021 |      len = snprintf(dummy, 1, "%s bool %s", name,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10022 |       ival ? "true" : "false");
      |       ~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
                 from /usr/include/python3.8/Python.h:25,
                 from OpenIPMI_wrap.c:154:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 11 or more bytes (assuming 12) into a destination of size 1
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../../libtool  --tag=CC   --mode=link aarch64-mageia-linux-gnu-gcc -I/usr/include/python3.8 -I ../.. -I ../../include -I ../../include -I ../../swig/python -DPYTHON_HAS_POSIX_THREADS=1 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -module -avoid-version -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o _OpenIPMI.la -rpath /usr/lib64/python3.8/site-packages OpenIPMI_wrap.lo ../../unix/libOpenIPMIpthread.la ../../lib/libOpenIPMI.la ../../utils/libOpenIPMIutils.la ../../cmdlang/libOpenIPMIcmdlang.la ../../glib/libOpenIPMIglib.la ../../tcl/libOpenIPMItcl.la ../../unix/libOpenIPMIpthread.la 
libtool: link: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/OpenIPMI_wrap.o   -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lib/.libs -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils/.libs -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/cmdlang/.libs -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/glib/.libs -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/tcl/.libs -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/unix/.libs -Wl,-rpath -Wl,/usr/lib64 ../../lib/.libs/libOpenIPMI.so ../../utils/.libs/libOpenIPMIutils.so ../../cmdlang/.libs/libOpenIPMIcmdlang.so ../../glib/.libs/libOpenIPMIglib.so ../../tcl/.libs/libOpenIPMItcl.so ../../unix/.libs/libOpenIPMIpthread.so  -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -pthread -Wl,-soname -Wl,_OpenIPMI.so -o .libs/_OpenIPMI.so
libtool: link: ( cd ".libs" && rm -f "_OpenIPMI.la" && ln -s "../_OpenIPMI.la" "_OpenIPMI.la" )
make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python'
Making all in openipmigui
make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python/openipmigui'
for i in _control.py _domain.py _entity.py _mc.py _sensor.py gui_domainDialog.py gui.py __init__.py _saveprefs.py _fru.py _sel.py _oi_logging.py _mc_chan.py _mc_lanparm.py _mc_user.py _conn.py gui_cmdwin.py _term.py gui_SoL.py _mc_solparm.py _mc_pefparm.py gui_errstr.py gui_popup.py gui_setdialog.py gui_lightset.py gui_treelist.py gui_list.py gui_term.py _misc.py gui_winsys.py; do \
	if ! cmp ./$i $i 2>/dev/null; then \
		echo "Copying $i"; \
		cp ./$i $i; \
	fi \
done
make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python/openipmigui'
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python'
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hVqJrK
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64
+ cd OpenIPMI-2.0.28
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64 'INSTALL=/usr/bin/install -p' PYTHON_GUI_DIR=openipmigui
Making install in include
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include'
Making install in OpenIPMI
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI'
Making install in internal
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI/internal'
make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI/internal'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/include/OpenIPMI/internal'
 /usr/bin/install -p -m 644 ilist.h ipmi_entity.h ipmi_malloc.h ipmi_sensor.h md2.h ipmi_control.h ipmi_int.h ipmi_mc.h ipmi_utils.h md5.h ipmi_domain.h ipmi_locks.h ipmi_sel.h locked_list.h opq.h ipmi_event.h ipmi_oem.h ipmi_fru.h '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/include/OpenIPMI/internal'
make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI/internal'
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI/internal'
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI'
make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/include/OpenIPMI'
 /usr/bin/install -p -m 644 ipmi_addr.h ipmi_err.h ipmi_log.h ipmi_posix.h mxp.h ipmi_auth.h ipmi_msgbits.h ipmi_sdr.h os_handler.h ipmi_bits.h ipmi_fru.h ipmi_glib.h ipmi_smi.h selector.h ipmi_mc.h ipmi_user.h ipmi_cmdlang.h ipmiif.h ipmi_pef.h ipmi_types.h ipmi_conn.h ipmi_lan.h ipmi_pet.h ipmi_ui.h ipmi_debug.h ipmi_lanparm.h ipmi_picmg.h ipmi_string.h ipmi_sol.h ipmi_solparm.h ipmi_tcl.h deprecator.h '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/include/OpenIPMI'
make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI'
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include/OpenIPMI'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include'
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/include'
Making install in utils
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -p   libOpenIPMIutils.la '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
libtool: install: /usr/bin/install -p .libs/libOpenIPMIutils.so.0.0.1 /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIutils.so.0.0.1
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so.0 || { rm -f libOpenIPMIutils.so.0 && ln -s libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so.0; }; })
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so || { rm -f libOpenIPMIutils.so && ln -s libOpenIPMIutils.so.0.0.1 libOpenIPMIutils.so; }; })
libtool: install: /usr/bin/install -p .libs/libOpenIPMIutils.lai /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIutils.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/utils'
Making install in lib
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lib'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lib'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -p   libOpenIPMI.la '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
libtool: warning: relinking 'libOpenIPMI.la'
libtool: install: (cd /home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lib; /bin/sh "/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/libtool"  --tag CC --mode=relink aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -version-info 0:5:0 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMI.la -rpath /usr/lib64 entity.lo ipmi.lo domain.lo mc.lo sdr.lo control.lo ipmi_utils.lo conn.lo fru.lo chassis.lo pet.lo event.lo opq.lo sel.lo sensor.lo pef.lo lanparm.lo strings.lo normal_fru.lo oem_force_conn.lo oem_motorola_mxp.lo oem_atca_conn.lo oem_atca.lo ipmi_lan.lo oem_test.lo oem_intel.lo ipmi_payload.lo rakp.lo aes_cbc.lo hmac.lo md5.lo ipmi_smi.lo ipmi_sol.lo oem_kontron_conn.lo oem_atca_fru.lo fru_spd_decode.lo solparm.lo -lm ../utils/libOpenIPMIutils.la -lcrypto -inst-prefix-dir /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64)
libtool: relink: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/entity.o .libs/ipmi.o .libs/domain.o .libs/mc.o .libs/sdr.o .libs/control.o .libs/ipmi_utils.o .libs/conn.o .libs/fru.o .libs/chassis.o .libs/pet.o .libs/event.o .libs/opq.o .libs/sel.o .libs/sensor.o .libs/pef.o .libs/lanparm.o .libs/strings.o .libs/normal_fru.o .libs/oem_force_conn.o .libs/oem_motorola_mxp.o .libs/oem_atca_conn.o .libs/oem_atca.o .libs/ipmi_lan.o .libs/oem_test.o .libs/oem_intel.o .libs/ipmi_payload.o .libs/rakp.o .libs/aes_cbc.o .libs/hmac.o .libs/md5.o .libs/ipmi_smi.o .libs/ipmi_sol.o .libs/oem_kontron_conn.o .libs/oem_atca_fru.o .libs/fru_spd_decode.o .libs/solparm.o   -Wl,-rpath -Wl,/usr/lib64 -lm -L/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 -L/usr/lib64 -lOpenIPMIutils -lcrypto  -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libOpenIPMI.so.0 -o .libs/libOpenIPMI.so.0.0.5
libtool: install: /usr/bin/install -p .libs/libOpenIPMI.so.0.0.5T /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMI.so.0.0.5
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMI.so.0.0.5 libOpenIPMI.so.0 || { rm -f libOpenIPMI.so.0 && ln -s libOpenIPMI.so.0.0.5 libOpenIPMI.so.0; }; })
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMI.so.0.0.5 libOpenIPMI.so || { rm -f libOpenIPMI.so && ln -s libOpenIPMI.so.0.0.5 libOpenIPMI.so; }; })
libtool: install: /usr/bin/install -p .libs/libOpenIPMI.lai /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMI.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lib'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lib'
Making install in unix
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/unix'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/unix'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -p   libOpenIPMIposix.la libOpenIPMIpthread.la '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
libtool: warning: relinking 'libOpenIPMIposix.la'
libtool: install: (cd /home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/unix; /bin/sh "/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/libtool"  --tag CC --mode=relink aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -version-info 0:1:0 -L/usr/lib64 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMIposix.la -rpath /usr/lib64 posix_os_hnd.lo selector.lo ../utils/libOpenIPMIutils.la -lgdbm -inst-prefix-dir /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64)
libtool: relink: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/posix_os_hnd.o .libs/selector.o   -Wl,-rpath -Wl,/usr/lib64 -L/usr/lib64 -L/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 -lOpenIPMIutils -lgdbm  -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libOpenIPMIposix.so.0 -o .libs/libOpenIPMIposix.so.0.0.1
libtool: install: /usr/bin/install -p .libs/libOpenIPMIposix.so.0.0.1T /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIposix.so.0.0.1
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so.0 || { rm -f libOpenIPMIposix.so.0 && ln -s libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so.0; }; })
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so || { rm -f libOpenIPMIposix.so && ln -s libOpenIPMIposix.so.0.0.1 libOpenIPMIposix.so; }; })
libtool: install: /usr/bin/install -p .libs/libOpenIPMIposix.lai /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIposix.la
libtool: warning: relinking 'libOpenIPMIpthread.la'
libtool: install: (cd /home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/unix; /bin/sh "/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/libtool"  --tag CC --mode=relink aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -version-info 0:1:0 -L/usr/lib64 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMIpthread.la -rpath /usr/lib64 posix_thread_os_hnd.lo selector.lo -lpthread -lgdbm ../utils/libOpenIPMIutils.la -inst-prefix-dir /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64)
libtool: relink: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/posix_thread_os_hnd.o .libs/selector.o   -Wl,-rpath -Wl,/usr/lib64 -L/usr/lib64 -lpthread -lgdbm -L/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 -lOpenIPMIutils  -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libOpenIPMIpthread.so.0 -o .libs/libOpenIPMIpthread.so.0.0.1
libtool: install: /usr/bin/install -p .libs/libOpenIPMIpthread.so.0.0.1T /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIpthread.so.0.0.1
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so.0 || { rm -f libOpenIPMIpthread.so.0 && ln -s libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so.0; }; })
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so || { rm -f libOpenIPMIpthread.so && ln -s libOpenIPMIpthread.so.0.0.1 libOpenIPMIpthread.so; }; })
libtool: install: /usr/bin/install -p .libs/libOpenIPMIpthread.lai /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIpthread.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/unix'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/unix'
Making install in glib
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/glib'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/glib'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -p   libOpenIPMIglib.la '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
libtool: install: /usr/bin/install -p .libs/libOpenIPMIglib.so.0.0.1 /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIglib.so.0.0.1
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIglib.so.0.0.1 libOpenIPMIglib.so.0 || { rm -f libOpenIPMIglib.so.0 && ln -s libOpenIPMIglib.so.0.0.1 libOpenIPMIglib.so.0; }; })
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIglib.so.0.0.1 libOpenIPMIglib.so || { rm -f libOpenIPMIglib.so && ln -s libOpenIPMIglib.so.0.0.1 libOpenIPMIglib.so; }; })
libtool: install: /usr/bin/install -p .libs/libOpenIPMIglib.lai /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIglib.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/glib'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/glib'
Making install in tcl
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/tcl'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/tcl'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -p   libOpenIPMItcl.la '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
libtool: install: /usr/bin/install -p .libs/libOpenIPMItcl.so.0.0.1 /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMItcl.so.0.0.1
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMItcl.so.0.0.1 libOpenIPMItcl.so.0 || { rm -f libOpenIPMItcl.so.0 && ln -s libOpenIPMItcl.so.0.0.1 libOpenIPMItcl.so.0; }; })
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMItcl.so.0.0.1 libOpenIPMItcl.so || { rm -f libOpenIPMItcl.so && ln -s libOpenIPMItcl.so.0.0.1 libOpenIPMItcl.so; }; })
libtool: install: /usr/bin/install -p .libs/libOpenIPMItcl.lai /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMItcl.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/tcl'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/tcl'
Making install in cmdlang
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/cmdlang'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/cmdlang'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -p   libOpenIPMIcmdlang.la '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
libtool: warning: relinking 'libOpenIPMIcmdlang.la'
libtool: install: (cd /home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/cmdlang; /bin/sh "/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/libtool"  --tag CC --mode=relink aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -I../include -DIPMI_CHECK_LOCKS -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I /usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -rdynamic -version-info 0:5:0 -L/usr/lib64 -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libOpenIPMIcmdlang.la -rpath /usr/lib64 cmdlang.lo cmd_domain.lo cmd_entity.lo cmd_mc.lo cmd_pet.lo cmd_sensor.lo cmd_control.lo cmd_sel.lo cmd_lanparm.lo cmd_pef.lo cmd_conn.lo cmd_fru.lo out_fru.lo cmd_solparm.lo -lm ../utils/libOpenIPMIutils.la ../lib/libOpenIPMI.la -inst-prefix-dir /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64)
libtool: relink: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/cmdlang.o .libs/cmd_domain.o .libs/cmd_entity.o .libs/cmd_mc.o .libs/cmd_pet.o .libs/cmd_sensor.o .libs/cmd_control.o .libs/cmd_sel.o .libs/cmd_lanparm.o .libs/cmd_pef.o .libs/cmd_conn.o .libs/cmd_fru.o .libs/out_fru.o .libs/cmd_solparm.o   -Wl,-rpath -Wl,/usr/lib64 -L/usr/lib64 -lm -L/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 -lOpenIPMIutils -lOpenIPMI  -pthread -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -pthread -Wl,-soname -Wl,libOpenIPMIcmdlang.so.0 -o .libs/libOpenIPMIcmdlang.so.0.0.5
libtool: install: /usr/bin/install -p .libs/libOpenIPMIcmdlang.so.0.0.5T /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIcmdlang.so.0.0.5
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so.0 || { rm -f libOpenIPMIcmdlang.so.0 && ln -s libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so.0; }; })
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so || { rm -f libOpenIPMIcmdlang.so && ln -s libOpenIPMIcmdlang.so.0.0.5 libOpenIPMIcmdlang.so; }; })
libtool: install: /usr/bin/install -p .libs/libOpenIPMIcmdlang.lai /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIcmdlang.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -p openipmish '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin'
libtool: warning: 'libOpenIPMIcmdlang.la' has not been installed in '/usr/lib64'
libtool: warning: '../utils/libOpenIPMIutils.la' has not been installed in '/usr/lib64'
libtool: warning: '../lib/libOpenIPMI.la' has not been installed in '/usr/lib64'
libtool: warning: '../unix/libOpenIPMIposix.la' has not been installed in '/usr/lib64'
libtool: warning: '../glib/libOpenIPMIglib.la' has not been installed in '/usr/lib64'
libtool: warning: '../tcl/libOpenIPMItcl.la' has not been installed in '/usr/lib64'
libtool: install: /usr/bin/install -p .libs/openipmish /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmish
rm -f /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmish
ln -s openipmish /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmish
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/cmdlang'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/cmdlang'
Making install in ui
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/ui'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/ui'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -p   libOpenIPMIui.la '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
libtool: install: /usr/bin/install -p .libs/libOpenIPMIui.so.1.0.1 /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIui.so.1.0.1
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIui.so.1.0.1 libOpenIPMIui.so.1 || { rm -f libOpenIPMIui.so.1 && ln -s libOpenIPMIui.so.1.0.1 libOpenIPMIui.so.1; }; })
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libOpenIPMIui.so.1.0.1 libOpenIPMIui.so || { rm -f libOpenIPMIui.so && ln -s libOpenIPMIui.so.1.0.1 libOpenIPMIui.so; }; })
libtool: install: /usr/bin/install -p .libs/libOpenIPMIui.lai /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIui.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -p ipmi_ui '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin'
libtool: warning: 'libOpenIPMIui.la' has not been installed in '/usr/lib64'
libtool: warning: '../utils/libOpenIPMIutils.la' has not been installed in '/usr/lib64'
libtool: warning: '../lib/libOpenIPMI.la' has not been installed in '/usr/lib64'
libtool: warning: '../unix/libOpenIPMIposix.la' has not been installed in '/usr/lib64'
libtool: install: /usr/bin/install -p .libs/ipmi_ui /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmi_ui
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/ui'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/ui'
Making install in lanserv
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv'
Making install in OpenIPMI
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/OpenIPMI'
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/OpenIPMI'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/include/OpenIPMI'
 /usr/bin/install -p -m 644 lanserv.h serserv.h serv.h extcmd.h persist.h msg.h mcserv.h ipmbserv.h '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/include/OpenIPMI'
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/OpenIPMI'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/OpenIPMI'
Making install in sdrcomp
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/sdrcomp'
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/sdrcomp'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -p sdrcomp '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin'
libtool: install: /usr/bin/install -p sdrcomp /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/sdrcomp
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/sdrcomp'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv/sdrcomp'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv'
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -p   libIPMIlanserv.la '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64'
libtool: warning: relinking 'libIPMIlanserv.la'
libtool: install: (cd /home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv; /bin/sh "/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/libtool"  --tag CC --mode=relink aarch64-mageia-linux-gnu-gcc -Wall -Wsign-compare -I../include -DIPMI_CHECK_LOCKS -DPVERSION=\"1.0.13\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -version-info 0:1:0 ../utils/libOpenIPMIutils.la -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libIPMIlanserv.la -rpath /usr/lib64 lanserv_ipmi.lo lanserv_asf.lo priv_table.lo lanserv_oem_force.lo lanserv_config.lo config.lo serv.lo serial_ipmi.lo persist.lo extcmd.lo ipmb_ipmi.lo -lcrypto -ldl -inst-prefix-dir /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64)
libtool: relink: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/lanserv_ipmi.o .libs/lanserv_asf.o .libs/priv_table.o .libs/lanserv_oem_force.o .libs/lanserv_config.o .libs/config.o .libs/serv.o .libs/serial_ipmi.o .libs/persist.o .libs/extcmd.o .libs/ipmb_ipmi.o   -Wl,-rpath -Wl,/usr/lib64 -L/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 -L/usr/lib64 -lOpenIPMIutils -lcrypto -ldl  -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -Wl,-soname -Wl,libIPMIlanserv.so.0 -o .libs/libIPMIlanserv.so.0.0.1
libtool: install: /usr/bin/install -p .libs/libIPMIlanserv.so.0.0.1T /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libIPMIlanserv.so.0.0.1
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libIPMIlanserv.so.0.0.1 libIPMIlanserv.so.0 || { rm -f libIPMIlanserv.so.0 && ln -s libIPMIlanserv.so.0.0.1 libIPMIlanserv.so.0; }; })
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 && { ln -s -f libIPMIlanserv.so.0.0.1 libIPMIlanserv.so || { rm -f libIPMIlanserv.so && ln -s libIPMIlanserv.so.0.0.1 libIPMIlanserv.so; }; })
libtool: install: /usr/bin/install -p .libs/libIPMIlanserv.lai /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libIPMIlanserv.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -p ipmi_sim ipmilan '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin'
libtool: warning: '../unix/libOpenIPMIposix.la' has not been installed in '/usr/lib64'
libtool: warning: '../utils/libOpenIPMIutils.la' has not been installed in '/usr/lib64'
libtool: warning: 'libIPMIlanserv.la' has not been installed in '/usr/lib64'
libtool: install: /usr/bin/install -p .libs/ipmi_sim /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmi_sim
libtool: warning: '../unix/libOpenIPMIposix.la' has not been installed in '/usr/lib64'
libtool: warning: '../utils/libOpenIPMIutils.la' has not been installed in '/usr/lib64'
libtool: warning: 'libIPMIlanserv.la' has not been installed in '/usr/lib64'
libtool: install: /usr/bin/install -p .libs/ipmilan /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmilan
/usr/bin/install -p -m 755 -d "/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/etc/ipmi/"; \
/usr/bin/install -p -m 644 ./lan.conf "/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/etc/ipmi/"; 
/usr/bin/install -p -m 644 ./ipmisim1.emu "/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/etc/ipmi/"; 
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/man/man1'
 /usr/bin/install -p -m 644 ipmi_sim.1 '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/man/man1'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/man/man5'
 /usr/bin/install -p -m 644 ipmi_lan.5 ipmi_sim_cmd.5 '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/man/man5'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/man/man8'
 /usr/bin/install -p -m 644 ipmilan.8 '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/man/man8'
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/lanserv'
Making install in sample
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/sample'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/sample'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -p openipmicmd solterm rmcp_ping openipmi_eventd '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin'
libtool: warning: '../utils/libOpenIPMIutils.la' has not been installed in '/usr/lib64'
libtool: warning: '../lib/libOpenIPMI.la' has not been installed in '/usr/lib64'
libtool: warning: '../unix/libOpenIPMIposix.la' has not been installed in '/usr/lib64'
libtool: install: /usr/bin/install -p .libs/openipmicmd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmicmd
libtool: warning: '../utils/libOpenIPMIutils.la' has not been installed in '/usr/lib64'
libtool: warning: '../lib/libOpenIPMI.la' has not been installed in '/usr/lib64'
libtool: warning: '../unix/libOpenIPMIposix.la' has not been installed in '/usr/lib64'
libtool: install: /usr/bin/install -p .libs/solterm /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/solterm
libtool: install: /usr/bin/install -p rmcp_ping /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/rmcp_ping
libtool: warning: '../utils/libOpenIPMIutils.la' has not been installed in '/usr/lib64'
libtool: warning: '../lib/libOpenIPMI.la' has not been installed in '/usr/lib64'
libtool: warning: '../unix/libOpenIPMIposix.la' has not been installed in '/usr/lib64'
libtool: install: /usr/bin/install -p .libs/openipmi_eventd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmi_eventd
rm -f /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmicmd
ln -s openipmicmd /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmicmd
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/sample'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/sample'
Making install in doc
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/doc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/doc'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/doc'
Making install in man
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/man'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/man/man1'
 /usr/bin/install -p -m 644 ipmi_ui.1 openipmicmd.1 openipmish.1 openipmigui.1 solterm.1 rmcp_ping.1 openipmi_eventd.1 '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/man/man1'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/man/man7'
 /usr/bin/install -p -m 644 ipmi_cmdlang.7 openipmi_conparms.7 '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/man/man7'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/man'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/man'
Making install in swig
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig'
Making install in perl
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/perl'
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/perl'
/usr/bin/install -p -d "/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/OpenIPMI"
/usr/bin/install -p OpenIPMI.so "/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/OpenIPMI"
/usr/bin/install -p -m 644 OpenIPMI.pm "/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/perl5/vendor_perl"
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/perl'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/perl'
Making install in python
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python'
Making install in .
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python'
make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python'
/usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/python3.8/site-packages
/usr/bin/install -p -m 644 OpenIPMI.py "/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/python3.8/site-packages"
if test "xopenipmigui" = "xopenipmigui"; then \
    /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin; \
    /usr/bin/install -p ./openipmigui.py "/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmigui";\
fi
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/python3.8/site-packages'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -p   _OpenIPMI.la '/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/python3.8/site-packages'
libtool: warning: relinking '_OpenIPMI.la'
libtool: install: (cd /home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python; /bin/sh "/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/libtool"  --tag CC --mode=relink aarch64-mageia-linux-gnu-gcc -I/usr/include/python3.8 -I ../.. -I ../../include -I ../../include -I ../../swig/python -DPYTHON_HAS_POSIX_THREADS=1 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -module -avoid-version -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o _OpenIPMI.la -rpath /usr/lib64/python3.8/site-packages OpenIPMI_wrap.lo ../../unix/libOpenIPMIpthread.la ../../lib/libOpenIPMI.la ../../utils/libOpenIPMIutils.la ../../cmdlang/libOpenIPMIcmdlang.la ../../glib/libOpenIPMIglib.la ../../tcl/libOpenIPMItcl.la ../../unix/libOpenIPMIpthread.la -inst-prefix-dir /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64)
libtool: relink: aarch64-mageia-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/OpenIPMI_wrap.o   -Wl,-rpath -Wl,/usr/lib64 -L/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64 -L/usr/lib64 -lOpenIPMI -lOpenIPMIutils -lOpenIPMIcmdlang -lOpenIPMIglib -lOpenIPMItcl -lOpenIPMIpthread  -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags   -pthread -Wl,-soname -Wl,_OpenIPMI.so -o .libs/_OpenIPMI.so
libtool: install: /usr/bin/install -p .libs/_OpenIPMI.soT /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/python3.8/site-packages/_OpenIPMI.so
libtool: install: /usr/bin/install -p .libs/_OpenIPMI.lai /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/python3.8/site-packages/_OpenIPMI.la
libtool: warning: remember to run 'libtool --finish /usr/lib64/python3.8/site-packages'
make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python'
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python'
Making install in openipmigui
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python/openipmigui'
for i in _control.py _domain.py _entity.py _mc.py _sensor.py gui_domainDialog.py gui.py __init__.py _saveprefs.py _fru.py _sel.py _oi_logging.py _mc_chan.py _mc_lanparm.py _mc_user.py _conn.py gui_cmdwin.py _term.py gui_SoL.py _mc_solparm.py _mc_pefparm.py gui_errstr.py gui_popup.py gui_setdialog.py gui_lightset.py gui_treelist.py gui_list.py gui_term.py _misc.py gui_winsys.py; do \
	if ! cmp ./$i $i 2>/dev/null; then \
		echo "Copying $i"; \
		cp ./$i $i; \
	fi \
done
make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python/openipmigui'
/usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/python3.8/site-packages/openipmigui
/usr/bin/install -p -m 644 _control.py _domain.py _entity.py _mc.py _sensor.py gui_domainDialog.py gui.py __init__.py _saveprefs.py _fru.py _sel.py _oi_logging.py _mc_chan.py _mc_lanparm.py _mc_user.py _conn.py gui_cmdwin.py _term.py gui_SoL.py _mc_solparm.py _mc_pefparm.py gui_errstr.py gui_popup.py gui_setdialog.py gui_lightset.py gui_treelist.py gui_list.py gui_term.py _misc.py gui_winsys.py /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/python3.8/site-packages/openipmigui
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python/openipmigui'
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python/openipmigui'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig/python'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig'
make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/swig'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28'
make[2]: Nothing to be done for 'install-exec-am'.
/bin/sh /home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28/install-sh -d /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/pkgconfig
/usr/bin/install -p -m 644 OpenIPMIutils.pc OpenIPMI.pc OpenIPMIui.pc OpenIPMIposix.pc OpenIPMIpthread.pc OpenIPMIcmdlang.pc OpenIPMIglib.pc  OpenIPMItcl.pc /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/pkgconfig
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28'
+ find /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64 -name '*.la' -delete
+ install -m755 ipmi.init -D /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64//etc/init.d/ipmi
+ install -m644 ipmi.sysconf -D /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64//etc/sysconfig/ipmi
+ pathfix.py -pni '/usr/bin/python3 -s' /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmigui
/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmigui: updating
+ /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 2.0.28-3.mga8 --unique-debug-suffix -2.0.28-3.mga8.aarch64 --unique-debug-src-base openipmi-2.0.28-3.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/OpenIPMI-2.0.28

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmicmd
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmilan
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/sdrcomp
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmi_ui
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmi_eventd
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmi_ui
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmicmd
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/sdrcomp
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmi_sim
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmish
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmi_eventd
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/rmcp_ping
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/openipmish
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmi_sim
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/rmcp_ping
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/ipmilan
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/solterm
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/bin/solterm
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libIPMIlanserv.so.0.0.1
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMI.so.0.0.5
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMI.so.0.0.5
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libIPMIlanserv.so.0.0.1
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIcmdlang.so.0.0.5
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIcmdlang.so.0.0.5
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIglib.so.0.0.1
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIglib.so.0.0.1
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIposix.so.0.0.1
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIposix.so.0.0.1
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIpthread.so.0.0.1
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIpthread.so.0.0.1
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMItcl.so.0.0.1
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMItcl.so.0.0.1
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIui.so.1.0.1
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIui.so.1.0.1
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIutils.so.0.0.1
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/libOpenIPMIutils.so.0.0.1
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/OpenIPMI/OpenIPMI.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/perl5/vendor_perl/auto/OpenIPMI/OpenIPMI.so
explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/python3.8/site-packages/_OpenIPMI.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/python3.8/site-packages/_OpenIPMI.so
original debug info size: 12728kB, size after compression: 11984kB
/usr/lib/rpm/sepdebugcrcfix: Updated 20 CRC32s, 0 CRC32s did match.
13071 blocks
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
Warning: unused libraries in /usr/lib64/libOpenIPMIcmdlang.so.0.0.5: libpthread.so.0

+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1
Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8
Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/lib64/python3.8 using /usr/bin/python3.8
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
mangling shebang in /etc/init.d/ipmi from /bin/sh to #!/usr/bin/sh
Processing files: openipmi-2.0.28-3.mga8.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HCt7CI
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd OpenIPMI-2.0.28
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/openipmi
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/openipmi
+ cp -pr FAQ /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/openipmi
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/openipmi
+ cp -pr README.Force /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/openipmi
+ cp -pr README.MotorolaMXP /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/openipmi
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: config(openipmi) = 2.0.28-3.mga8 libOpenIPMI.so.0()(64bit) libOpenIPMIcmdlang.so.0()(64bit) libOpenIPMIglib.so.0()(64bit) libOpenIPMIposix.so.0()(64bit) libOpenIPMIpthread.so.0()(64bit) libOpenIPMIutils.so.0()(64bit) openipmi = 2.0.28-3.mga8 openipmi(aarch-64) = 2.0.28-3.mga8
Requires(interp): /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(pre): rpm-helper
Requires(post): rpm-helper
Requires(preun): /bin/sh
Requires(postun): /bin/sh
Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libOpenIPMI.so.0()(64bit) libOpenIPMIutils.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libgdbm.so.6()(64bit) libglib-2.0.so.0()(64bit) libgthread-2.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit)
Processing files: openipmi-devel-2.0.28-3.mga8.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iTvAnI
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd OpenIPMI-2.0.28
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/openipmi-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/openipmi-devel
+ cp -pr doc/IPMI.pdf /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/openipmi-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: devel(libIPMIlanserv(64bit)) devel(libOpenIPMI(64bit)) devel(libOpenIPMIcmdlang(64bit)) devel(libOpenIPMIglib(64bit)) devel(libOpenIPMIposix(64bit)) devel(libOpenIPMIpthread(64bit)) devel(libOpenIPMItcl(64bit)) devel(libOpenIPMIui(64bit)) devel(libOpenIPMIutils(64bit)) openipmi-devel = 2.0.28-3.mga8 openipmi-devel(aarch-64) = 2.0.28-3.mga8 pkgconfig(OpenIPMI) = 2.0.28 pkgconfig(OpenIPMIcmdlang) = 2.0.28 pkgconfig(OpenIPMIglib) = 2.0.28 pkgconfig(OpenIPMIposix) = 2.0.28 pkgconfig(OpenIPMIpthread) = 2.0.28 pkgconfig(OpenIPMItcl) = 2.0.28 pkgconfig(OpenIPMIui) = 2.0.28 pkgconfig(OpenIPMIutils) = 2.0.28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: devel(libOpenIPMI(64bit)) devel(libOpenIPMIutils(64bit)) devel(libcrypto(64bit)) devel(libdl(64bit)) devel(libgdbm(64bit)) devel(libglib-2.0(64bit)) devel(libgthread-2.0(64bit)) devel(libm(64bit)) devel(libtcl8.6(64bit)) pkgconfig pkgconfig(OpenIPMI) pkgconfig(OpenIPMIutils) pkgconfig(ncurses)
Processing files: perl-openipmi-2.0.28-3.mga8.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yz18xJ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd OpenIPMI-2.0.28
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/perl-openipmi
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/perl-openipmi
+ cp -pr swig/OpenIPMI.i /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/perl-openipmi
+ cp -pr swig/perl/sample /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/perl-openipmi
+ cp -pr swig/perl/ipmi_powerctl /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/perl-openipmi
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: libOpenIPMI.so.0()(64bit) perl(OpenIPMI) perl(OpenIPMI::argarray) perl(OpenIPMI::iargarray) perl(OpenIPMI::ipmi_args_t) perl(OpenIPMI::ipmi_channel_access_t) perl(OpenIPMI::ipmi_channel_info_t) perl(OpenIPMI::ipmi_cmdlang_event_t) perl(OpenIPMI::ipmi_cmdlang_t) perl(OpenIPMI::ipmi_control_id_t) perl(OpenIPMI::ipmi_control_t) perl(OpenIPMI::ipmi_domain_id_t) perl(OpenIPMI::ipmi_domain_t) perl(OpenIPMI::ipmi_entity_id_t) perl(OpenIPMI::ipmi_entity_t) perl(OpenIPMI::ipmi_event_t) perl(OpenIPMI::ipmi_fru_node_t) perl(OpenIPMI::ipmi_fru_t) perl(OpenIPMI::ipmi_lan_config_t) perl(OpenIPMI::ipmi_lanparm_t) perl(OpenIPMI::ipmi_mc_t) perl(OpenIPMI::ipmi_mcid_t) perl(OpenIPMI::ipmi_pef_config_t) perl(OpenIPMI::ipmi_pef_t) perl(OpenIPMI::ipmi_pet_t) perl(OpenIPMI::ipmi_sensor_id_t) perl(OpenIPMI::ipmi_sensor_t) perl(OpenIPMI::ipmi_sol_config_t) perl(OpenIPMI::ipmi_sol_conn_t) perl(OpenIPMI::ipmi_solparm_t) perl(OpenIPMI::ipmi_user_t) perl(OpenIPMI::strconstarray) perl(OpenIPMIc) perl-openipmi = 2.0.28-3.mga8 perl-openipmi(aarch-64) = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) perl(DynaLoader) perl(Exporter) perl(OpenIPMI) perl(base) perl(vars) perl-base >= 2:5.32.0
Processing files: python3-openipmi-2.0.28-3.mga8.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5VcPJL
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd OpenIPMI-2.0.28
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/python3-openipmi
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/python3-openipmi
+ cp -pr swig/OpenIPMI.i /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64/usr/share/doc/python3-openipmi
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-openipmi = 2.0.28-3.mga8 python3-openipmi = 2.0.28-3.mga8 python3-openipmi(aarch-64) = 2.0.28-3.mga8 python3.8-openipmi = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libOpenIPMI.so.0()(64bit) libOpenIPMIcmdlang.so.0()(64bit) libOpenIPMIglib.so.0()(64bit) libOpenIPMIpthread.so.0()(64bit) libOpenIPMItcl.so.0()(64bit) libOpenIPMIutils.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) python(abi) = 3.8
Obsoletes: python-openipmi < 2.0.24-3 python-openipmi < 2.0.28-3.mga8 python2-openipmi < 2.0.25-5
Processing files: tcl-openipmi-2.0.28-3.mga8.aarch64
Provides: libOpenIPMItcl.so.0()(64bit) tcl-openipmi = 2.0.28-3.mga8 tcl-openipmi(aarch-64) = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgdbm.so.6()(64bit) libtcl8.6.so()(64bit)
Processing files: openipmi-gui-2.0.28-3.mga8.aarch64
Provides: openipmi-gui = 2.0.28-3.mga8 openipmi-gui(aarch-64) = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.8
Processing files: openipmi-ui-2.0.28-3.mga8.aarch64
Provides: libOpenIPMIui.so.1()(64bit) openipmi-ui = 2.0.28-3.mga8 openipmi-ui(aarch-64) = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libOpenIPMI.so.0()(64bit) libOpenIPMIcmdlang.so.0()(64bit) libOpenIPMIglib.so.0()(64bit) libOpenIPMIposix.so.0()(64bit) libOpenIPMItcl.so.0()(64bit) libOpenIPMIui.so.1()(64bit) libOpenIPMIutils.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgdbm.so.6()(64bit) libglib-2.0.so.0()(64bit) libgthread-2.0.so.0()(64bit) libncurses.so.6()(64bit) libnetsnmp.so.40()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libreadline.so.8()(64bit)
Processing files: openipmi-lanserv-2.0.28-3.mga8.aarch64
Provides: config(openipmi-lanserv) = 2.0.28-3.mga8 libIPMIlanserv.so.0()(64bit) openipmi-lanserv = 2.0.28-3.mga8 openipmi-lanserv(aarch-64) = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libIPMIlanserv.so.0()(64bit) libOpenIPMIposix.so.0()(64bit) libOpenIPMIutils.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.29)(64bit) libpopt.so.0()(64bit) libpopt.so.0(LIBPOPT_0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit)
Processing files: openipmi-debugsource-2.0.28-3.mga8.aarch64
Provides: openipmi-debugsource = 2.0.28-3.mga8 openipmi-debugsource(aarch-64) = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: openipmi-debuginfo-2.0.28-3.mga8.aarch64
Provides: debuginfo(build-id) = 2a65069f47738f7d6bfcd9e96b4e21e9ac76d4b3 debuginfo(build-id) = 481df4df75a69188d4801595f389f94bf2171c83 debuginfo(build-id) = 9b317a327f6313f6b2352169cc3683b5f5fe6ee3 debuginfo(build-id) = bbc3fd3475f516fab931288fe190f544844b815f debuginfo(build-id) = bde9ffb4db8db2a9a6d3c6cb459d3ef8732dd81b debuginfo(build-id) = cb74596be966fd8f4f513ce165e639fb92dcaf1e openipmi-debuginfo = 2.0.28-3.mga8 openipmi-debuginfo(aarch-64) = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: openipmi-debugsource(aarch-64) = 2.0.28-3.mga8
Processing files: perl-openipmi-debuginfo-2.0.28-3.mga8.aarch64
Provides: debuginfo(build-id) = 0f0f2dc7c8aad06eb14415c41f074976fbebcae1 perl-openipmi-debuginfo = 2.0.28-3.mga8 perl-openipmi-debuginfo(aarch-64) = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: openipmi-debugsource(aarch-64) = 2.0.28-3.mga8
Processing files: python3-openipmi-debuginfo-2.0.28-3.mga8.aarch64
Provides: debuginfo(build-id) = 42bdfe38304484895a3cafc69fbccb8301e397d8 python-openipmi-debuginfo = 2.0.28-3.mga8 python3-openipmi-debuginfo = 2.0.28-3.mga8 python3-openipmi-debuginfo(aarch-64) = 2.0.28-3.mga8 python3.8-openipmi-debuginfo = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: openipmi-debugsource(aarch-64) = 2.0.28-3.mga8
Processing files: tcl-openipmi-debuginfo-2.0.28-3.mga8.aarch64
Provides: debuginfo(build-id) = ffddd9dca0dd0cef7e550a0ca9b8ddc7f535c7d6 tcl-openipmi-debuginfo = 2.0.28-3.mga8 tcl-openipmi-debuginfo(aarch-64) = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: openipmi-debugsource(aarch-64) = 2.0.28-3.mga8
Processing files: openipmi-ui-debuginfo-2.0.28-3.mga8.aarch64
Provides: debuginfo(build-id) = 20893c08ce68bc7746457d2b0604a7ed913b97e9 debuginfo(build-id) = 2db35cc9c63e29e6c6be629242ff0961f216e510 debuginfo(build-id) = 3387e334fb2e86f21abec2a38ea679667094c583 debuginfo(build-id) = 570f4b563eb03bc76773e7ba05c8dab74ccb0b35 debuginfo(build-id) = 8991ffea7562800c8e38abd510dc530b9dd866ca debuginfo(build-id) = 8c1000e9c1bb8e25acba82b486a0cda8bad2f843 debuginfo(build-id) = c89f2fc90619051b5cf625ff77ae7648d88787a5 openipmi-ui-debuginfo = 2.0.28-3.mga8 openipmi-ui-debuginfo(aarch-64) = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: openipmi-debugsource(aarch-64) = 2.0.28-3.mga8
Processing files: openipmi-lanserv-debuginfo-2.0.28-3.mga8.aarch64
Provides: debuginfo(build-id) = 65dfbf21b665cc1e98a803c0028aacd796f5d0e8 debuginfo(build-id) = 8098fa88d86718e9a518d9c595c108d87aeb6b2f debuginfo(build-id) = a10bd750b572f51899cebbdb812f5cd505cb6f2e debuginfo(build-id) = ee4fdc203c4da7f8ca4f70d59540cc2ce2072ce9 openipmi-lanserv-debuginfo = 2.0.28-3.mga8 openipmi-lanserv-debuginfo(aarch-64) = 2.0.28-3.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: openipmi-debugsource(aarch-64) = 2.0.28-3.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-openipmi-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/openipmi-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/openipmi-devel-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-openipmi-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/openipmi-ui-debuginfo-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/openipmi-ui-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tcl-openipmi-debuginfo-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tcl-openipmi-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/openipmi-lanserv-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/openipmi-gui-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/openipmi-lanserv-debuginfo-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-openipmi-debuginfo-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/perl-openipmi-debuginfo-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/openipmi-debuginfo-2.0.28-3.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/openipmi-debugsource-2.0.28-3.mga8.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mEaq7J
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd OpenIPMI-2.0.28
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/openipmi-2.0.28-3.mga8.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HnvjbM
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf OpenIPMI-2.0.28
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!