Your message dated Thu, 01 Jan 2026 15:45:43 +0000
with message-id <[email protected]>
and subject line Bug#1124191: fixed in php-league-csv 9.28.0+dfsg-1
has caused the Debian Bug report #1124191,
regarding php-league-csv: FTBFS: There were 2 failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1124191: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124191
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:php-league-csv
Version: 9.24.1+dfsg-2
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/202512/

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:php-league-csv, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/php-league-csv.substvars debian/files
        rm -fr -- debian/php-league-csv/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) 
-prune -exec rm -rf {} + \) \)
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules execute_before_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
phpabtpl \
  --basedir src \
  composer.json > debian/autoload.php.tpl
phpab \
        --output src/autoload.php \
        --template debian/autoload.php.tpl \
        --exclude '*Test.php' \
        --exclude '*TestCase.php' \
        src
phpab %development% - Copyright (C) 2009 - 2025 by Arne Blankerts and 
Contributors

Scanning directory src

Autoload file src/autoload.php generated.

make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules execute_before_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Build classloader for tests
mkdir --parents vendor
phpabtpl \
        --require-file ../src/autoload.php \
        --require doctrine/collections \
        > debian/autoload.tests.php.tpl
Proceeding without a composer.json file.phpab \
        --output vendor/autoload.php \
        --template debian/autoload.tests.php.tpl \
        src/*Test.php src/*TestCase.php \
        src/*/*Test.php src/*/*TestCase.php \
        src/*/*/*Test.php src/*/*/*TestCase.php
phpab %development% - Copyright (C) 2009 - 2025 by Arne Blankerts and 
Contributors

Scanning file src/AbstractCsvTest.php
Scanning file src/BomTest.php
Scanning file src/BufferTest.php
Scanning file src/CallbackStreamFilterTest.php
Scanning file src/CannotInsertRecordTest.php
Scanning file src/CharsetConverterTest.php
Scanning file src/ColumnConsistencyTest.php
Scanning file src/EncloseFieldTest.php
Scanning file src/EscapeFormulaTest.php
Scanning file src/HTMLConverterTest.php
Scanning file src/InfoTest.php
Scanning file src/JsonConverterTest.php
Scanning file src/MapIteratorTest.php
Scanning file src/RFC4180FieldTest.php
Scanning file src/RdbmsResultTest.php
Scanning file src/ReaderTest.php
Scanning file src/ResultSetTest.php
Scanning file src/StatementTest.php
Scanning file src/StreamTest.php
Scanning file src/SwapDelimiterTest.php
Scanning file src/WriterTest.php
Scanning file src/XMLConverterTest.php
Scanning file src/TabularDataReaderTestCase.php
Scanning file src/Serializer/CastToArrayTest.php
Scanning file src/Serializer/CastToBoolTest.php
Scanning file src/Serializer/CastToDateTest.php
Scanning file src/Serializer/CastToEnumTest.php
Scanning file src/Serializer/CastToFloatTest.php
Scanning file src/Serializer/CastToIntTest.php
Scanning file src/Serializer/CastToStringTest.php
Scanning file src/Serializer/DenormalizerTest.php
Scanning file src/Serializer/TypeCastingFailedTest.php
Scanning file src/Query/QueryTestCase.php
Scanning file src/Query/Constraint/ColumnTest.php
Scanning file src/Query/Constraint/ComparisonTest.php
Scanning file src/Query/Constraint/CriteriaTest.php
Scanning file src/Query/Constraint/OffsetTest.php
Scanning file src/Query/Constraint/TwoColumnsTest.php
Scanning file src/Query/Ordering/ColumnTest.php
Scanning file src/Query/Ordering/MultiSortTest.php

Autoload file vendor/autoload.php generated.

make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# TODO Remove XDEBUG_MODE=debug once https://bugs.xdebug.org/view.php?id=2328 
is fixed
XDEBUG_MODE=debug phpunit --exclude-group network --no-coverage
PHPUnit 12.5.4 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.4.16
Configuration: /<<PKGBUILDDIR>>/phpunit.xml

...............................................................  63 / 684 (  9%)
............................................................... 126 / 684 ( 18%)
..........DDDDD................................................ 189 / 684 ( 27%)
....................................DDDDDDDDDDD................ 252 / 684 ( 36%)
............................................................... 315 / 684 ( 46%)
............................................................... 378 / 684 ( 55%)
............................................................... 441 / 684 ( 64%)
............................................................... 504 / 684 ( 73%)
............................................................... 567 / 684 ( 82%)
.......................D....................................... 630 / 684 ( 92%)
.....sbb,one
...FF............................................          684 / 684 (100%)

Time: 00:00.339, Memory: 16.00 MB

There were 2 failures:

1) League\Csv\StreamTest::testRewindThrowsException
Failed asserting that exception of type "League\Csv\UnavailableFeature" is 
thrown.

2) League\Csv\StreamTest::testCreateStreamWithNonSeekableStream
Failed asserting that exception of type "League\Csv\UnavailableFeature" is 
thrown.

FAILURES!
Tests: 684, Assertions: 1204, Failures: 2, Deprecations: 16.
make[1]: *** [debian/rules:40: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:5: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: php-league-csv
Source-Version: 9.28.0+dfsg-1
Done: Fab Stz <[email protected]>

We believe that the bug you reported is fixed in the latest version of
php-league-csv, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fab Stz <[email protected]> (supplier of updated php-league-csv package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 01 Jan 2026 15:59:05 +0100
Source: php-league-csv
Architecture: source
Version: 9.28.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <[email protected]>
Changed-By: Fab Stz <[email protected]>
Closes: 1124191
Changes:
 php-league-csv (9.28.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
   * remove patch merged upstream (Fix-JsonConverterTest)
   * Add upstream patch to fix failing test with PHP 8.4.14+ Closes: #1124191
Checksums-Sha1:
 557d8af4ffc34720a333514ed2e95a42e89b10cf 2300 php-league-csv_9.28.0+dfsg-1.dsc
 d7dad6212e57beeb336cde871ad9569a81ceb710 804068 
php-league-csv_9.28.0+dfsg.orig.tar.xz
 00ad112b1c4174ffccbca3ddedd02082164fff00 4604 
php-league-csv_9.28.0+dfsg-1.debian.tar.xz
 df3b3c4f49bb2944e2f000eea682d0f953af719d 8674 
php-league-csv_9.28.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 76f7a2194b5a0c32a7ce904466a1ea978ebb0a29811721edeb3562f5017c1169 2300 
php-league-csv_9.28.0+dfsg-1.dsc
 4dab8b5c413c3ac4cbcedb16db21da0b5bb6330229045b1ac5be3e81c3afee28 804068 
php-league-csv_9.28.0+dfsg.orig.tar.xz
 5cea5ecd794e543bd6f249d844578827b12f56b6bc7101cb062fe428d461d2bb 4604 
php-league-csv_9.28.0+dfsg-1.debian.tar.xz
 884c8e017e08d7382976bc0648e52099a6ae8a0b48e8069b9970e6f4f391596e 8674 
php-league-csv_9.28.0+dfsg-1_source.buildinfo
Files:
 ed4c584cc2378c6576edd7a535b0e8f4 2300 php optional 
php-league-csv_9.28.0+dfsg-1.dsc
 b0bf964f1a53f63079cfc08954ee66fd 804068 php optional 
php-league-csv_9.28.0+dfsg.orig.tar.xz
 a61cc280314cee408ffc62233bf84801 4604 php optional 
php-league-csv_9.28.0+dfsg-1.debian.tar.xz
 08155b7bb1b2c4ff2e665d43bb33f478 8674 php optional 
php-league-csv_9.28.0+dfsg-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEgBW52p/iQkghvSWBknUCmH1XxUsFAmlWkP8ACgkQknUCmH1X
xUvExg//XVq73CxTr/PoFoUesouev/kkbITYKj4qsc5/jLfhRLzs3w3xbU7xuOf6
jULnDzATlHpQqN+QjGum9E6t1KtRNVu5NfM6Gfc3bJ3jR2lMzsFCYHJbn77SgvGR
68Rc67UzNstMBDVezRzBYMsS86tyOIRlq4nXIrHk2h5yaccT7B7wHuwFHtq0wMpv
lOZ6pz6wRrxLOfMB3yPPU8QaVflvc8CU8uF8xDxe3oXLgvp3e/7yJ3XezPGHiOtX
xB0QcyRRGVnwLJOaRFdVez06aVYw3lGE12An8lSfVI7uL0ZuvDtNw8jme9At9VWE
k9oGMouFpxC8roFiF1x581VIgVijLo02D0HOTTbS6DkIpks6TWYY+hJ6Zv5q+y/m
/ndRCLGSCUpMV6ou/xvG26netbHo9nBDEKDy2WhW/RlqvKi0LmIShgR94NuJNoRH
YxDFS2fNoMsRTXjoLNKeL01AhgRgyzKvNL4dOYkjLxloiXBwtmgZQWSlLdl5H31y
ykzhBQNW11ld5P+SsqRqQ0LSvAYkhu1sWoqcXoZUKUaFNjmniXtxQrCR7mo+C74U
bSmigjeOjygAT0DcyKWdsh7AVViYHtHOq/Ic45erWgB6sZO9jsbdnAgde6NN79Ik
f+1eqebHqB0/VbDL/jWLV6MXTBHMp7nPd9SNYw/pyJywv7ZikVo=
=ANEk
-----END PGP SIGNATURE-----

Attachment: pgp1ojRbko4gZ.pgp
Description: PGP signature


--- End Message ---

Reply via email to