Bug#1086249: xapian-core FTBFS on i386 with gcc 14

2024-11-06 Thread Olly Betts
On Tue, Oct 29, 2024 at 10:43:25PM +0200, Adrian Bunk wrote: > On Tue, Oct 29, 2024 at 06:32:43PM +, Olly Betts wrote: > > On Tue, Oct 29, 2024 at 07:48:32PM +0200, Adrian Bunk wrote: > > > ../../tests/unittest.cc:962:49: warning: left shift count >= width of > > > type [-Wshift-count-overflow

Bug#1086249: xapian-core FTBFS on i386 with gcc 14

2024-10-29 Thread Adrian Bunk
On Tue, Oct 29, 2024 at 06:32:43PM +, Olly Betts wrote: > On Tue, Oct 29, 2024 at 07:48:32PM +0200, Adrian Bunk wrote: > > ../../tests/unittest.cc:962:49: warning: left shift count >= width of type > > [-Wshift-count-overflow] > > 962 | constexpr off_t high_offset = (off_t{1} << 32)

Bug#1086249: xapian-core FTBFS on i386 with gcc 14

2024-10-29 Thread Olly Betts
On Tue, Oct 29, 2024 at 07:48:32PM +0200, Adrian Bunk wrote: > ../../tests/unittest.cc:962:49: warning: left shift count >= width of type > [-Wshift-count-overflow] > 962 | constexpr off_t high_offset = (off_t{1} << 32) + BLOCK_SIZE; > |~

Bug#1086249: xapian-core FTBFS on i386 with gcc 14

2024-10-29 Thread Adrian Bunk
Source: xapian-core Version: 1.4.25-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/fetch.php?pkg=xapian-core&arch=i386&ver=1.4.25-1%2Bb1&stamp=1730210311&raw=0 ... ../../tests/unittest.cc:962:49: warning: left shift count >= width of type [-Wshift-count-overflow] 962 |