On 12/18/25 9:36 PM, Richard Shaw wrote:
I've been doing some testing for Fedora/EPEL and ran into
this issue when running "make test":
+ make test
cd md5 && make test_dynamic
make[1]: Entering directory
'/builddir/build/BUILD/BackupPC-XS-0.63rc1-build/backuppc-xs-0.63rc1/md5'
No tests defined for BackupPC::XS::md5 extension.
make[1]: Leaving directory
'/builddir/build/BUILD/BackupPC-XS-0.63rc1-build/backuppc-xs-0.63rc1/md5'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM"
"-MTest::Harness" "-e" "undef *Test::Harness::Switches;
test_harness(0, '', '')" t/*.t
# Failed test 'use BackupPC::XS;'
# at t/BackupPC_XS.t line 12.
# Tried to use 'BackupPC::XS'.
# Error: Can't locate BackupPC/XS.pm in @INC (you may
need to install the BackupPC::XS module) (@INC entries
checked:
/builddir/build/BUILD/BackupPC-XS-0.63rc1-build/backuppc-xs-0.63rc1
/usr/local/lib64/perl5/5.42 /usr/local/share/perl5/5.42
/usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl
/usr/lib64/perl5 /usr/share/perl5 .) at t/BackupPC_XS.t
line 12.
# BEGIN failed--compilation aborted at t/BackupPC_XS.t
line 12.
# Looks like you failed 1 test of 1.
t/BackupPC_XS.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
t/BackupPC_XS.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.00 sys +
0.02 cusr 0.00 csys = 0.03 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
make: *** [Makefile:845: test_dynamic] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.kGL3QM (%check)
Thanks,
Richard
Richard,
I downloaded the build.log you submitted in a followup post
to this one, I only get digest at the end of day, and "Meld"
compared it to my own log after fixing for zlib.h.
I found that our logs matched almost line for line except
some naming conventions and Rust flags till near the bottom
beginning with this statement:
+ cd BackupPC-XS-0.63rc1
+ make pure_install
DESTDIR=/builddir/build/BUILDROOT/BackupPC-XS-0.63rc1-23.1.el10.x86_64
make: *** No rule to make target 'pure_install'. Stop.
RPM build errors:
......................................................................................
My log ends shortly thereafter.
Where your log continues with:
cd backuppc-xs-0.63rc1
+ make install
DESTDIR=/builddir/build/BUILD/BackupPC-XS-0.63rc1-build/BUILDROOT
Making install in md5
make[1]: Entering directory
'/builddir/build/BUILD/BackupPC-XS-0.63rc1-build/backuppc-xs-0.63rc1/md5'
make[1]: Nothing to be done for 'install'.
and dozens more similar lines.
........................................................................................
I'm over my head here so am going to sit back and wait for
clarification
--
Jim KR
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/