Source: tome
Version: 2.4.0-ah-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/package.php?p=tome&suite=sid
...
/<<PKGBUILDDIR>>/src/loadsave.cc: In instantiation of ‘void
{anonymous}::do_flag_set(flag_set<Tiers>*, ls_flag_t) [with unsigned int Tiers
= 6]’:
/<<PKGBUILDDIR>>/src/loadsave.cc:391:34: required from here
/<<PKGBUILDDIR>>/src/loadsave.cc:280:10: error: invalid conversion from
‘uint32_t*’ {aka ‘unsigned int*’} to ‘u32b*’ {aka ‘long unsigned int*’}
[-fpermissive]
280 | do_u32b(&(*flags)[i], flag);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~
| |
| uint32_t* {aka unsigned int*}
/<<PKGBUILDDIR>>/src/loadsave.cc:190:27: note: initializing argument 1 of
‘void do_u32b(u32b*, ls_flag_t)’
190 | static void do_u32b(u32b *ip, ls_flag_t flag)
| ~~~~~~^~
/<<PKGBUILDDIR>>/src/loadsave.cc: In instantiation of ‘void
{anonymous}::do_flag_set(flag_set<Tiers>*, ls_flag_t) [with unsigned int Tiers
= 1]’:
/<<PKGBUILDDIR>>/src/loadsave.cc:430:34: required from here
/<<PKGBUILDDIR>>/src/loadsave.cc:280:10: error: invalid conversion from
‘uint32_t*’ {aka ‘unsigned int*’} to ‘u32b*’ {aka ‘long unsigned int*’}
[-fpermissive]
280 | do_u32b(&(*flags)[i], flag);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~
| |
| uint32_t* {aka unsigned int*}
/<<PKGBUILDDIR>>/src/loadsave.cc:190:27: note: initializing argument 1 of
‘void do_u32b(u32b*, ls_flag_t)’
190 | static void do_u32b(u32b *ip, ls_flag_t flag)
| ~~~~~~^~
/<<PKGBUILDDIR>>/src/loadsave.cc: In instantiation of ‘void
{anonymous}::do_flag_set(flag_set<Tiers>*, ls_flag_t) [with unsigned int Tiers
= 2]’:
/<<PKGBUILDDIR>>/src/loadsave.cc:1366:34: required from here
/<<PKGBUILDDIR>>/src/loadsave.cc:280:10: error: invalid conversion from
‘uint32_t*’ {aka ‘unsigned int*’} to ‘u32b*’ {aka ‘long unsigned int*’}
[-fpermissive]
280 | do_u32b(&(*flags)[i], flag);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~
| |
| uint32_t* {aka unsigned int*}
/<<PKGBUILDDIR>>/src/loadsave.cc:190:27: note: initializing argument 1 of
‘void do_u32b(u32b*, ls_flag_t)’
190 | static void do_u32b(u32b *ip, ls_flag_t flag)
| ~~~~~~^~
...