I knew about the version bump but somehow missed implementing it,
resulting in stage failures for those slave ports that have pkg-plist
defined. Bump them all as well.
sources/misc.cpp:43:65: error: narrowing conversion of '4294967248u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_0c = {SPR_ENDSPR_1+0x0c,0x0020,0xFFFFFFD0};
^
sources/misc.cpp:46:65: error: narrowing conversion of '4294967282u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_0f = {SPR_ENDSPR_1+0x0f,0x005E,0xFFFFFFF2};
^
sources/misc.cpp:47:65: error: narrowing conversion of '4294967290u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_10 = {SPR_ENDSPR_1+0x10,0x007E,0xFFFFFFFA};
^
sources/misc.cpp:48:65: error: narrowing conversion of '4294967289u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_11 = {SPR_ENDSPR_1+0x11,0x008E,0xFFFFFFF9};
^
sources/misc.cpp:50:65: error: narrowing conversion of '4294967291u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_13 = {SPR_ENDSPR_1+0x13,0x00B2,0xFFFFFFFB};
^
sources/misc.cpp:51:65: error: narrowing conversion of '4294967290u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_14 = {SPR_ENDSPR_1+0x14,0x00C2,0xFFFFFFFA};
^
sources/misc.cpp:60:65: error: narrowing conversion of '4294967280u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_1d = {SPR_ENDSPR_1+0x1d,0x0030,0xFFFFFFF0};
^
PR: 216707
Reported by: antoine (via exp-run)
In file included from /usr/local/include/efi/efi.h:35:0,
from shim.c:36:
/usr/local/include/efi/x86_64/efibind.h:88:24: fatal error: stdint.h: No such file or directory
PR: 216707
Reported by: antoine (via exp-run)
./arch/mips/libmips.a(decoder.o): In function `decode':
arch/mips/common/decoder.c:1105: undefined reference to `sign_extend_UInt32'
./arch/mips/libmips.a(decoder.o): In function `decode':
arch/mips/common/decoder.c:240: undefined reference to `divide_UInt32'
arch/mips/common/decoder.c:231: undefined reference to `divide_Int32'
arch/mips/common/decoder.c:64: undefined reference to `sign_extend_UInt32'
collect2: error: ld returned 1 exit status
PR: 216707
Reported by: antoine (via exp-run)
linux-gnu-sdl/object/games/ctribebl.o: In function `ExecuteCombaTribesFrame':
ctribebl.c:(.text+0x148): undefined reference to `TechnosSoundOld_Frame'
linux-gnu-sdl/object/68020/a020core.o: In function `L_8_409':
core.c:(.data+0x35d85): undefined reference to `m68k_do_jsr'
linux-gnu-sdl/object/68020/a020core.o: In function `op_4e90':
[...]
PR: 216707
Reported by: antoine (via exp-run)
board.o: In function `doRules':
board.c:(.text+0x14b1): undefined reference to `getTicks'
draw.o: In function `drawPath':
draw.c:(.text+0x90d): undefined reference to `plotPixel'
draw.o: In function `draw':
draw.c:(.text+0x9aa): undefined reference to `setting'
[...]
PR: 216707
Reported by: antoine (via exp-run)