Bug#1070042: libarchive: archive_entry_stat returns zero size on mips64el with _FILE_OFFSET_BITS=64

2024-04-30 Thread Theodore Ts'o
reassign 1070042 e2fsprogs 1.47.1~rc1-1 retitle mke2fs -d foo.tar is broken on mips64el thanks On Tue, Apr 30, 2024 at 11:12:36AM +0300, Peter Pentchev wrote: > > AC_SYS_LARGEFILE was added to e2fsprogs configure.ac 2 years ago, > > therefore manual > > #define _FILE_OFFSET_BITS 64 > >

Bug#1070042: libarchive: archive_entry_stat returns zero size on mips64el with _FILE_OFFSET_BITS=64

2024-04-30 Thread Peter Pentchev
On Tue, Apr 30, 2024 at 09:45:27AM +0300, Adrian Bunk wrote: > On Mon, Apr 29, 2024 at 11:12:54AM +0200, Johannes Schauer Marin Rodrigues > wrote: > >... > > I attached a minimal reproducer. It includes an embedded gzipped tarball > > with a > > single file called "myfilename" of size 10. It

Bug#1070042: libarchive: archive_entry_stat returns zero size on mips64el with _FILE_OFFSET_BITS=64

2024-04-30 Thread Adrian Bunk
On Mon, Apr 29, 2024 at 11:12:54AM +0200, Johannes Schauer Marin Rodrigues wrote: >... > I attached a minimal reproducer. It includes an embedded gzipped tarball with > a > single file called "myfilename" of size 10. It works fine if _FILE_OFFSET_BITS > is not set but with it, it reports a wrong

Bug#1070042: libarchive: archive_entry_stat returns zero size on mips64el with _FILE_OFFSET_BITS=64

2024-04-29 Thread Theodore Ts'o
On Mon, Apr 29, 2024 at 11:12:54AM +0200, Johannes Schauer Marin Rodrigues wrote: > Source: libarchive > Version: 3.7.2-2 > Severity: normal > X-Debbugs-Cc: debian-m...@lists.debian.org, ty...@mit.edu > Control: affects -1 src:e2fsprogs > > the upload of e2fsprogs 1.47.1~rc1-1 to unstable

Bug#1070042: libarchive: archive_entry_stat returns zero size on mips64el with _FILE_OFFSET_BITS=64

2024-04-29 Thread Johannes Schauer Marin Rodrigues
Source: libarchive Version: 3.7.2-2 Severity: normal X-Debbugs-Cc: debian-m...@lists.debian.org, ty...@mit.edu Control: affects -1 src:e2fsprogs Hi, the upload of e2fsprogs 1.47.1~rc1-1 to unstable yesterday uses a new feature where libarchive is used to create filesystem images from tarballs.