Bug 2208965 - lasso-2.8.2-1.fc39 FTBFS: a test fails
Summary: lasso-2.8.2-1.fc39 FTBFS: a test fails
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: lasso
Version: 39
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Simo Sorce
QA Contact: Fedora Extras Quality Assurance
URL: https://koji.fedoraproject.org/koji/b...
Whiteboard:
Depends On:
Blocks: F39FTBFS F40FTBFS, RAWHIDEFTBFS
TreeView+ depends on / blocked
 
Reported: 2023-05-22 08:21 UTC by Petr Pisar
Modified: 2023-08-16 08:09 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2023-05-22 08:21:20 UTC
lasso-2.8.2-1.fc39 fails to build in Fedora 39 because a test fails:

+ cd lasso-2.8.2
+ make check CK_TIMEOUT_MULTIPLIER=10
make  check-recursive
make[1]: Entering directory '/builddir/build/BUILD/lasso-2.8.2'
Making check in lasso
make[2]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/lasso'
/usr/bin/python3 ./build_strerror.py . >.errors.c.new
if ! cmp -s ./errors.c .errors.c.new; then \
mv -f .errors.c.new errors.c; else \
rm .errors.c.new; fi
make  check-recursive
make[3]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/lasso'
Making check in xml
make[4]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml'
Making check in saml-2.0
make[5]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml/saml-2.0'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml/saml-2.0'
Making check in soap-1.1
make[5]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml/soap-1.1'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml/soap-1.1'
Making check in dsig
make[5]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml/dsig'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml/dsig'
Making check in ecp
make[5]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml/ecp'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml/ecp'
make[5]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml'
make[4]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/lasso/xml'
Making check in id-ff
make[4]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/lasso/id-ff'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/lasso/id-ff'
Making check in saml-2.0
make[4]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/lasso/saml-2.0'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/lasso/saml-2.0'
make[4]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/lasso'
/usr/bin/python3 ./build_strerror.py . >.errors.c.new
if ! cmp -s ./errors.c .errors.c.new; then \
mv -f .errors.c.new errors.c; else \
rm .errors.c.new; fi
make[4]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/lasso'
make[3]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/lasso'
make[2]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/lasso'
Making check in tests
make[2]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/tests'
Making check in data
make[3]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/tests/data'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/tests/data'
make[3]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/tests'
make  check-TESTS
make[4]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/tests'
make[5]: Entering directory '/builddir/build/BUILD/lasso-2.8.2/tests'
FAIL: tests
PASS: tests2
============================================================================
Testsuite summary for lasso 2.8.2
============================================================================
# TOTAL: 2
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to lasso-devel.libre-entreprise.org
============================================================================
make[5]: Leaving directory '/builddir/build/BUILD/lasso-2.8.2/tests'
make[5]: *** [Makefile:976: test-suite.log] Error 1


Reproducible: Always

Comment 1 Fedora Release Engineering 2023-08-16 08:09:37 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle.
Changing version to 39.


Note You need to log in before you can comment on or make changes to this bug.