Your message dated Mon, 16 Feb 2026 22:35:01 +0000
with message-id <[email protected]>
and subject line Bug#1127115: fixed in distro-info 1.15
has caused the Debian Bug report #1127115,
regarding distro-info: will FTBFS during forky support period
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.)


-- 
1127115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1127115
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:distro-info
Version: 1.14
Severity: important
Tags: ftbfs forky sid
User: [email protected]
Usertags: ftbfs-during-forky-support-period

Dear maintainer:

During a rebuild of all packages in unstable with the system clock set
at 2030-08-09 (estimated to be three years after the release date of forky),
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/ftbfs-future/

About the archive rebuild: This is an effort to keep forky free from
FTBFS bugs during its lifetime as a supported distribution, as
explained here for trixie:

https://lists.debian.org/debian-devel/2024/05/msg00414.html

This category of bugs is considered to be RC for forky, but I will
wait two months from now before raising to serious to give people a
little bit more time to fix them.

The build was made 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:distro-info, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
        make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf debian-distro-info ubuntu-distro-info python/build python/*.egg-info 
python/.pylint.d
find python -name '*.pyc' -delete
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
        make -j2 INSTALL="install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wextra -g -O2 -std=gnu99 -Wl,-z,relro -Wl,-z,now -o debian-distro-info 
debian-distro-info.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wextra -g -O2 -std=gnu99 -Wl,-z,relro -Wl,-z,now -o ubuntu-distro-info 
ubuntu-distro-info.c
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test
        make -j2 test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
./test-debian-distro-info
cd perl && ./test.pl
testAlias
testAll
testDevel
testOldstable
testStable
testSupported
testLTS
testELTS
testUnsupported
testTesting
testFullname
1..35
ok 1 - unique: Matching lists
ok 2 - symmetric_difference: Matching lists
ok 3 - unique: 1 Unique Item
ok 4 - unique: 1 Unique Item in the haystack
ok 5 - symmetric_difference: 1 Unique Item
ok 6 - Debian all
ok 7 - Debian devel
ok 8 - Debian oldstable
ok 9 - Debian stable
ok 10 - Debian testing
ok 11 - Debian valid
ok 12 - Debian valid
ok 13 - Debian invalid
ok 14 - Debian supported
ok 15 - Debian LTS
ok 16 - Debian ELTS
ok 17 - Debian unsupported
ok 18 - Debian codename, invalid
ok 19 - Debian codename
ok 20 - Debian version, invalid
ok 21 - Debian version
ok 22 - Ubuntu all
ok 23 - Ubuntu version
ok 24 - Ubuntu LTS version
ok 25 - Ubuntu devel
ok 26 - Ubuntu LTS
ok 27 - Ubuntu stable
ok 28 - Ubuntu valid
ok 29 - Ubuntu invalid
ok 30 - Ubuntu is_lts
ok 31 - Ubuntu !is_lts
ok 32 - Ubuntu !is_lts
ok 33 - Ubuntu supported
ok 34 - Ubuntu ESM
ok 35 - Ubuntu unsupported
testRelease
testSeries
testCombinedShortform
testReleaseDate
py3versions: no X-Python3-Version in control file, using supported versions
cd python && python3.14 -m unittest discover
testHelp
testExactlyOne
testUnrecognizedOption
testUnrecognizedArguments
testMissingArgumentAlias
testMissingArgumentDate
testMissingArgumentSeries
testInvalidAlias
testInvalidDate
testInvalidSeries
testMultipleAlias
testMultipleDates
testMultipleSeries
testUnknownSeries
testSourceDateEpoch
ASSERT:error output of ./debian-distro-info --stable
 expected:<debian-distro-info: Environment variable 
SOURCE_DATE_EPOCH='badcoffee' not a valid epoch. Ignoring.> but 
was:<debian-distro-info: Environment variable SOURCE_DATE_EPOCH='badcoffee' not 
a valid epoch. Ignoring.
debian-distro-info: Distribution data outdated.
Please check for an update for distro-info-data. See 
/usr/share/doc/distro-info-data/README.Debian for details.>
shunit2:ERROR testSourceDateEpoch() returned non-zero return code.
testDays
...............................
Ran 31 tests.

FAILED (failures=2)
make[1]: *** [Makefile:32: test-commandline] Error 1
make[1]: *** Waiting for unfinished jobs....
..........
----------------------------------------------------------------------
Ran 41 tests in 4.707s

OK
cd python && python3.13 -m unittest discover
.........................................
----------------------------------------------------------------------
Ran 41 tests in 3.053s

OK
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 test returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: distro-info
Source-Version: 1.15
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
distro-info, 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.
Benjamin Drung <[email protected]> (supplier of updated distro-info 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: Mon, 16 Feb 2026 23:18:29 +0100
Source: distro-info
Built-For-Profiles: noudeb
Architecture: source
Version: 1.15
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1127115
Changes:
 distro-info (1.15) unstable; urgency=medium
 .
   * test: Fix testAlias when SOURCE_DATE_EPOCH is set to 2030 (Closes: 
#1127115)
   * Remove redundant Rules-Requires-Root
   * Remove redundant priority optional field
   * Bump Standards-Version to 4.7.3
Checksums-Sha1:
 6ae88bf71156c238d9eed0bb358952568f8f4826 2085 distro-info_1.15.dsc
 864da512f93efcef3f09c8490ef0f7861d8f1cfa 34352 distro-info_1.15.tar.xz
 1eba5cb6a69a280e5b3fbee9c1516e5da0b5dc5a 7729 distro-info_1.15_source.buildinfo
Checksums-Sha256:
 5e5f3b3132e93c149207e2e599e50d2807783aa7e1ebd754aa39922ba02be71e 2085 
distro-info_1.15.dsc
 495319385b527dd73344ee02636e44d44692daa2ef881f29cda2df202cc144a6 34352 
distro-info_1.15.tar.xz
 4fe32daf7c9dafa9de164ed4dad0a4a6e005825648840e9029e0536229264aad 7729 
distro-info_1.15_source.buildinfo
Files:
 d96dfca3f27097b835910e9e2dd1b341 2085 devel optional distro-info_1.15.dsc
 cc2b41199664d99a9c13d8a27c48ea17 34352 devel optional distro-info_1.15.tar.xz
 66cb97737a7500fcddbc7bd8ff3dfe28 7729 devel optional 
distro-info_1.15_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmmTmFYACgkQFZ61xO/I
d0w//hAAgkBtInsPAT6PuH8CIbiuuus+kOTTQXZtIlHyryykAIzmoDcW8EpUtwHi
7o+yQyzAvtQSzNQ1gCcQ7ozLByYJXK5E/HevNE0JVCGqMlu74n2kl5RgZ3W2Ivgi
zScNjUVNiCbXBFjj/iZPi7oe231dSmFlhLuSpkGRRel64kEsDUPeFVnc9ud/hFcc
+z7GuzFjd++poJIrpjSwjTYLnV6QJgguyrAc7JOMINertQIo0E+HLfjapfqDDlji
krhMbTMrJbrViFUX+/azvuA7LbPDI2p7egKC1U8GX1KEQWz2CW55a3ys91TRgnqc
l0WIiOeAGcXrTmRhiDOBsMRStZ1P67OH0ThOGAP7sDh30QSlTFwyBVLMYDtnXB7Y
l4/4KKulaXLDdJYYt7dqZCLDIQqXRwiPwjYiti2ZTAm6jg/ghic6aXPNiBvvjnGI
Fv57MCAypbS4NoTURhNTBew6jUAhaiQ/LpMrzzRVoWGYGJvOKI3Qe//zg4/Yiigo
NNsnYrTE8ELzazy70W1TIHF/yaIMSNDbVFLG/6sKj7X22v02y+9C6AGZsICVx171
X86mKHRH9jJAcGwp1a7BfpklUW4jgZDP/niLP7r1+RFeLtKAJ+biZdfRHMF9gcvf
9vteu1EsOsEs0S3ZV2YlbDDjMd+YVp86p523zA8Pr6Jb1nwdnxg=
=br5y
-----END PGP SIGNATURE-----

Attachment: pgpr6lU1hf9GH.pgp
Description: PGP signature


--- End Message ---

Reply via email to