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 | constexpr off_t high_offset = (off_t{1} << 32) + BLOCK_SIZE;
| ~~~~~~~~~^~~~~
../../tests/unittest.cc:962:49: error: right operand of shift expression ‘(1 <<
32)’ is greater than or equal to the precision 32 of the left operand
[-fpermissive]
962 | constexpr off_t high_offset = (off_t{1} << 32) + BLOCK_SIZE;
| ~~~~~~~~~~^~~~~~
make[6]: *** [Makefile:998: unittest.o] Error 1