Your message dated Thu, 19 Aug 2021 20:33:43 +0000
with message-id <e1mgojp-000eca...@fasolo.debian.org>
and subject line Bug#991922: fixed in e2fsprogs 1.46.4-1
has caused the Debian Bug report #991922,
regarding FTBFS on s390x: Tests failed: f_baddotdir
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 ow...@bugs.debian.org
immediately.)


-- 
991922: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991922
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: e2fsprogs
Version: 1.46.3-1
Severity: serious
Justification: fails to build from source

e2fsprogs currently fails to build on s390x buildd, and I was just able
to reproduce it on a porter box.

The full build log is attached, but the only part that I found that
looks relevant is this:

f_baddotdir: bad '.' and '..' entries: failed

-- System Information:
Debian Release: 11.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-8-amd64 (SMP w/4 CPU threads)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), 
LANGUAGE=pt_BR:pt:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- no debconf information

Attachment: e2fsprogs-s390x.log.gz
Description: application/gzip

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: e2fsprogs
Source-Version: 1.46.4-1
Done: Theodore Y. Ts'o <ty...@mit.edu>

We believe that the bug you reported is fixed in the latest version of
e2fsprogs, 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 991...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Theodore Y. Ts'o <ty...@mit.edu> (supplier of updated e2fsprogs 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 18 Aug 2021 22:47:40 -0400
Source: e2fsprogs
Architecture: source
Version: 1.46.4-1
Distribution: unstable
Urgency: medium
Maintainer: Theodore Y. Ts'o <ty...@mit.edu>
Changed-By: Theodore Y. Ts'o <ty...@mit.edu>
Closes: 979411 984472 986332 987641 989612 989630 991349 991922 992094
Changes:
 e2fsprogs (1.46.4-1) unstable; urgency=medium
 .
   * New upstream release
   * Mke2fs now creates 256 byte inodes by default for all non-GNU Hurd
     file systems.   (Previously small file systems would be created
     using 128 byte inodes.)
   * The bigalloc feature is now considered supported when the cluster
     size is no more than 16 times the block size.
   * E2fsck now checks to make sure directory entries do not reference
     internal quota inodes.
   * E2image now includes the quota inodes when creating file system image,
     since they are part of the file system metadata.
   * E2fsck now properly accounts the quota usage of the project quota file.
   * Fix a regression so mke2fs can create a file system into non-existent
     file (Closes: #992094)
   * Fix mke2fs to correctly create Posix ACL's on big-endian systems when
     copying files from a directory hierarchy.
   * Fix FTBFS caused by test failures on big-endian systems.
     (Closes: #991922)
   * Fix FTBFS on GNU Hurd
   * Use WantedBy=multi-user.target in e2scrub_reap.service.
     (Closes: #991349)
   * Updated and clarified the resize2fs man pages.  (Closes: #979411)
   * Update Czech, Dutch, French, Polish, Portuguese, and Swedish
     translations.
 .
 e2fsprogs (1.46.3-1) experimental; urgency=medium
 .
   * New upstream release
   * Fix resize2fs bug when performing an off-line file system expansion
     with MMP and there isn't sufficient reserved block group descriptor
     blocks could lead to file system corruption.  (Closes: #984472)
   * Teach the filefrag program the -V option, which will print the version
     of the tool, or if -V option is specified twice, will print the list
     of supported FIEMAP flags.
   * Fix fast_commit portability problems on sparc64 and arm64
     architectures (the latter when running e2fsprogs compiled for arm32).
     (Closes: #987641)
   * Fix missing mutex unlock in an error path in the Unix I/O manager.
   * Fix Direct I/O support in the Unix I/O manager (this was a regression
     introduced in v1.46.2).
   * Fix mke2fs to avoid discarding blocks beyond the end of the file
     system to be created when creating a file system which is smaller than
     16MB and the file system size was explicitly specified and smaller
     than the size of the block device.  (Closes: #989630)
   * Teach mke2fs to avoid giving a spurious warning about a pre-existing
     partition table and it is creating a file system at a non-zero offset
     (so the partition table wouldn't be overwritten in any case).
     (Closes: #989612)
   * Fix e2image -Q to prevent a multiplication overflow could corrupt
     the generated QCOW2 output file for very large file systems.
   * When e2fsck repairs '.' and '..' entries in corrupted directories, set
     the file type in the directory entry to be EXT2_FT_DIR and do not
     leave the file type as EXT2_FT_UNKNOWN.
   * Fix e2fsck so that the if the s_interval is zero, and the last mount
     or write time is in the future, it will fix invalid last mount/write
     timestamps in the superblock.  (This was a regression introduced in
     v1.45.5.)
   * Fix lsattr and chattr to avoid opening or calling EXT2_IOC_[GS]ETFLAGS
     on devices, since this can cause some devices to react badly as a
     result.  (This fixes a regression introduced in v1.46.2.)
     (Closes: #986332)
   * Fix potential memory leaks and seg faults when memory allocations fail.
   * Fix various compiler and valgrind warnings
   * Updated and clarified the e2image and filefrag man pages.
   * Update Dutch, Malay, and Serbian translations.
Checksums-Sha1:
 9a61ccd5629da27e048ffe2822326554ea610fd2 2846 e2fsprogs_1.46.4-1.dsc
 9aeef4e24aa0d887ae972672fc816bd0ef9d64f2 9521023 e2fsprogs_1.46.4.orig.tar.gz
 5fca7138ffb61809cd08448188f61685ef65de5f 488 e2fsprogs_1.46.4.orig.tar.gz.asc
 f0dac25e57445152715b21dd95044bc772984b00 83128 e2fsprogs_1.46.4-1.debian.tar.xz
Checksums-Sha256:
 d3ec9a1c778d5c1f71b76a6736eb0d396ff76543ceb9fc9c05fb706d5c4cbf65 2846 
e2fsprogs_1.46.4-1.dsc
 7524520b291e901431ce59ea085955b601126de371bf3cfc0f5e4fad78684265 9521023 
e2fsprogs_1.46.4.orig.tar.gz
 e544606bc7fe48134a16d95d79e19fb1ea5d284d3ef47a05ccc1051ccb01ae67 488 
e2fsprogs_1.46.4.orig.tar.gz.asc
 ce747152024765e5a6b33ef5fc63bd7ceba107152811e822c4d3fea54b4ecae9 83128 
e2fsprogs_1.46.4-1.debian.tar.xz
Files:
 d1a83a3316ef43ab079eb493e38d756f 2846 admin required e2fsprogs_1.46.4-1.dsc
 128f5b0f0746b28d1e3ca7e263c57094 9521023 admin required 
e2fsprogs_1.46.4.orig.tar.gz
 bd798b1ca5bcce4f87325d5ac99c0dab 488 admin required 
e2fsprogs_1.46.4.orig.tar.gz.asc
 87780a5609545659fdc1994123d91690 83128 admin required 
e2fsprogs_1.46.4-1.debian.tar.xz

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

iQEzBAEBCAAdFiEEK2m5VNv+CHkogTfJ8vlZVpUNgaMFAmEevNkACgkQ8vlZVpUN
gaOQTggAnXrjEOY62YYBC6Q6tqAsPbXediNe4FUbhAMx1TtiosKRBwHrU8vQ7GgU
8MQOiWyKw5aj4xnw4f0QrSqMfCeoy/sd97C3iI5mofjIfk81vRD57CUIhNXkG/D8
AJ7wU1V3kzsjss9PnVjVSi0DQKmX4mVsuOMt1KulNOCXyt271fZrvlAIQ0UEDxX+
JYCOekEy6GQva2IAttqiAdeiKK98+faEa+Hm2mbj0Nmih9wWkxdIYNVg29Mdj4aK
2T4S8CSWskYPS1Zsb3YXM1OyF9kAy4bwbXwhFRdarrom8TmcKTqCdowLVTjF+G0b
LcfWtshC6EA7idQPfHZO/WHF2j1naQ==
=8Yyo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to