Bug#1143662: infinipath-psm: FTBFS: psm_mpool.c:359:12: error: variable 'nbytes' set but not used [-Werror=unused-but-set-variable=]

Santiago Vila <[email protected]> Wed, 05 Aug 2026 11:24:01 +0000
Newsgroups gmane.linux.debian.devel.bugs.rc
Message-ID <E1wrZj7-00Gxi0-11__16679.2417921656$1785929212$gmane$org@paradis.debian.org>
Package: src:infinipath-psm
Version: 3.3+20.604758e7-6.4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:infinipath-psm, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --parallel
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make INSTALL_PREFIX=/usr libdir=/usr/lib/x86_64-linux-gnu PSM_HAVE_SCIF=0 USE_PSM_UUID=0 arch=x86_64 distclean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f /<<PKGBUILDDIR>>/include/linux-ppc64
rm -f /<<PKGBUILDDIR>>/include/linux-x86_64
rm -f _revision.c
for subdir in ptl_self ptl_ips ptl_am libuuid ipath; do \
	/usr/bin/make -C $subdir clean ;\
done
make[3]: Entering directory '/<<PKGBUILDDIR>>/ptl_self'
rm -f *.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ptl_self'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ptl_ips'
rm -f *.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ptl_ips'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ptl_am'
rm -f *.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ptl_am'
make[3]: Entering directory '/<<PKGBUILDDIR>>/libuuid'
rm -f *.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libuuid'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ipath'
rm -f _revision.c
rm -f *.o libinfinipath.*
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ipath'
rm -f *.o libpsm_infinipath.*
rm -f *.spec *.srclist
rm -f *.tar.gz
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
rm -f include/linux-i386/linux-i386 include/linux-ppc/linux-ppc
[ ! -f debian/libpsm-infinipath1.postinst ] || rm debian/libpsm-infinipath1.postinst
[ ! -f debian/libpsm-infinipath1.prerm ] || rm debian/libpsm-infinipath1.prerm
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean -O--parallel
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use)
 debian/rules binary
dh binary --parallel
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_update_autotools_config -O--parallel
   dh_auto_configure -O--parallel
dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
sed 	-e 's/@DEB_HOST_MULTIARCH@/x86_64-linux-gnu/g' 	\
	-e 's/@PSM_LIB_VERSION@/1.16/g'		\
	-e 's/@PSM_LIB_MAJOR@/1/g'		\
	debian/libpsm-infinipath1.postinst.in > debian/libpsm-infinipath1.postinst
sed	-e 's/@DEB_HOST_MULTIARCH@/x86_64-linux-gnu/g'	\
	-e 's/@PSM_LIB_VERSION@/1.16/g'		\
	-e 's/@PSM_LIB_MAJOR@/1/g'		\
	debian/libpsm-infinipath1.prerm.in > debian/libpsm-infinipath1.prerm
sed	-e 's/@DEB_HOST_MULTIARCH@/x86_64-linux-gnu/g'	\
	-e 's/@PSM_LIB_VERSION@/1.16/g'		\
	-e 's/@PSM_LIB_MAJOR@/1/g'		\
	debian/libpsm-infinipath1.postrm.in > debian/libpsm-infinipath1.postrm
/usr/bin/make INSTALL_PREFIX=/usr libdir=/usr/lib/x86_64-linux-gnu PSM_HAVE_SCIF=0 USE_PSM_UUID=0 arch=x86_64
make[2]: Entering directory '/<<PKGBUILDDIR>>'
/bin/sh: 1: [[: not found
/bin/sh: 1: [[: not found
for subdir in ptl_self ptl_ips ptl_am libuuid ipath; do \
	/usr/bin/make -C $subdir ;\
done
make[3]: Entering directory '/<<PKGBUILDDIR>>/ptl_self'
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -c ptl.c -o ptl.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ptl_self'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ptl_ips'
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ptl.c -o ptl.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ptl_rcvthread.c -o ptl_rcvthread.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_proto.c -o ips_proto.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ipserror.c -o ipserror.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_recvq.c -o ips_recvq.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_recvhdrq.c -o ips_recvhdrq.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_spio.c -o ips_spio.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_proto_recv.c -o ips_proto_recv.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_proto_connect.c -o ips_proto_connect.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_proto_dump.c -o ips_proto_dump.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_proto_mq.c -o ips_proto_mq.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_subcontext.c -o ips_subcontext.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_writehdrq.c -o ips_writehdrq.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_proto_expected.c -o ips_proto_expected.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/ptl_ips -c ips_tid.c -o ips_tid.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ptl_ips'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ptl_am'
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>  -c am_reqrep.c -o am_reqrep.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>  -c am_reqrep_shmem.c -o am_reqrep_shmem.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>  -c ptl.c -o ptl.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>  -c kcopyrwu.c -o kcopyrwu.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>  -c knemrwu.c -o knemrwu.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>  -c scifrwu.c -o scifrwu.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ptl_am'
make[3]: Entering directory '/<<PKGBUILDDIR>>/libuuid'
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -DPSM_UUID=1 -Wno-unused-function -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>> -I/libuuid -c psm_uuid.c -o psm_uuid.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libuuid'
make[3]: Entering directory '/<<PKGBUILDDIR>>/ipath'
cc   -Wall   -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips -c ipath_debug.c -o ipath_debug.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips  -c ipath_time.c -o ipath_time.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips  -c ipath_proto.c -o ipath_proto.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips  -c ipath_utils.c -o ipath_utils.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips  -c ipath_service.c -o ipath_service.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips  -c ipath_protomic.c -o ipath_protomic.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips  -c ipath_dwordcpy-x86_64.c -o ipath_dwordcpy-x86_64.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips  -c ipath_i2cflash.c -o ipath_i2cflash.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips  -c ipath_sysfs.c -o ipath_sysfs.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips  -c ipath_syslog.c -o ipath_syslog.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips  -c ipath_write_pio-x86_64.c -o ipath_write_pio-x86_64.o
cc   -g3 -fpic   -g3 -fpic -c ipath_dwordcpy-x86_64-fast.S -o ipath_dwordcpy-x86_64-fast.o
/tmp/ccu1i2F8.s: Assembler messages:
ipath_dwordcpy-x86_64-fast.S:50: Warning: found `movsd'; assuming `movsl' was meant
printf 'static __attribute__ ((unused)) char __psc_infinipath_revision[] ="$""Date: %s InfiniPath $";\n' "2025-04-05 21:16" > _revision.c
cc -c   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID -D_GNU_SOURCE -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -I/<<PKGBUILDDIR>>/ptl_ips _revision.c -o _revision.o
cc -o libinfinipath.so.4.0 -Wl,-soname=libinfinipath.so.4 -shared \
	-Wl,--unique='*fastpath*' \
	ipath_debug.o ipath_time.o ipath_proto.o ipath_utils.o ipath_service.o ipath_protomic.o ipath_dwordcpy-x86_64.o ipath_i2cflash.o ipath_sysfs.o ipath_syslog.o ipath_write_pio-x86_64.o ipath_dwordcpy-x86_64-fast.o _revision.o -Wl,-z,relro   
ln -fs libinfinipath.so.4.0 libinfinipath.so.4
ln -fs libinfinipath.so.4.0 libinfinipath.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ipath'
/usr/bin/make libpsm_infinipath.so
make[3]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -c psm_context.c -o psm_context.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -c psm_ep.c -o psm_ep.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -c psm_ep_connect.c -o psm_ep_connect.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -c psm_error.c -o psm_error.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -c psm_utils.c -o psm_utils.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -c psm_timer.c -o psm_timer.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -c psm_am.c -o psm_am.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -c psm_mq.c -o psm_mq.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -c psm_mq_utils.c -o psm_mq_utils.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -c psm_mq_recv.c -o psm_mq_recv.o
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fcommon   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3   -DNVALGRIND   -Wall -Werror  -fpic -fPIC -D_GNU_SOURCE -funwind-tables   -O3 -g3  -DPSM_USE_SYS_UUID  -DNVALGRIND -I. -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/mpspawn -I/<<PKGBUILDDIR>>/include/linux-x86_64  -c psm_mpool.c -o psm_mpool.o
psm_mpool.c: In function ‘psmi_mpool_destroy’:
psm_mpool.c:359:12: error: variable ‘nbytes’ set but not used [-Werror=unused-but-set-variable=]
  359 |     size_t nbytes = mp->mp_num_obj * mp->mp_elm_size;
      |            ^~~~~~
cc1: all warnings being treated as errors
make[3]: *** [Makefile:282: psm_mpool.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:155: libs] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:45: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------