Date: Mon, 9 Mar 2026 14:31:32 +0300 From: Sergei Vyshenski <svysh.fbsd@gmail.com> To: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: stage-qa ignores non-striped *.so Message-ID: <b55181d7-a56c-40b6-a72b-283cc5027e5d@gmail.com>
index | next in thread | raw e-mail
More details.
FreeBSD 15.0-RELEASE-p4
poudriere-devel-3.4.99.20260303
git-lite-2.53.0
perl 5.42.0_1
> git -C /usr/ports status
On branch main
Your branch is up to date with 'origin/main'.
====================================
Hi,
Recently Q/A tests (stage-qa) started to ignore non-striped *.so
libraries for me.
Explicitly checked that script Mk/Scripts/qa.sh is called.
I have:
DEVELOPER=yes
in files:
/etc/make.conf
/usr/local/etc/poudriere.d/make.conf
For example:
cd security/p5-Crypt-Argon2
comment out STRIP_CMD from Makefile:
#post-install:
# ${STRIP_CMD}
${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Argon2/Argon2.so
> make -V DEVELOPER
yes
> make -V WITH_DEBUG
(is empty)
> make clean stage stage-qa
====> Running Q/A tests (stage-qa)
(is empty)
And NO usual warning is signaled in a way as it has been happening before:
Warning: 'lib/perl5/site_perl/mach/5.42/auto/Crypt/Argon2/Argon2.so' is not
stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Building in "poudriere testport" also does not signal this warning.
Please advice me how to restore the usual operation of Q/A tests (stage-qa).
Regards, Sergei
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b55181d7-a56c-40b6-a72b-283cc5027e5d>
