openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:15
Overview
Data
Wrapper Log
1Using Python: python3
2Build configuration:
3Updating derived/x86_64-linux-unittest/config/Version.ii...
4 Platform: x86_64-linux
5 Flavour: unittest
6 Compiler: g++
7 Subset: full build
8Compiling DebugDevice.cc...
9Compiling DeviceFactory.cc...
10Compiling MSXE6Timer.cc...
11Compiling MSXHiResTimer.cc...
12Compiling MSXMatsushita.cc...
13Compiling MSXRTC.cc...
14Compiling RP5C01.cc...
15Compiling Version.cc...
16Compiling cpu/CPUCore.cc...
17Compiling cpu/MSXCPU.cc...
18Compiling cpu/MSXCPUInterface.cc...
19Compiling cpu/VDPIODelay.cc...
20Compiling fdc/MSXFDC.cc...
21Compiling fdc/NowindInterface.cc...
22Compiling fdc/RealDrive.cc...
23In file included from src/utils/StringOp.hh:12,
24 from src/serialize.hh:6,
25 from src/EmuDuration.hh:4,
26 from src/EmuTime.hh:4,
27 from src/MSXDevice.hh:5,
28 from src/fdc/NowindInterface.hh:4,
29 from src/fdc/NowindInterface.cc:1:
30In constructor ‘constexpr std::_Optional_payload_base<_Tp>::_Storage<_Up, <anonymous> >::_Storage(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Up = unsigned int; bool <anonymous> = true; _Tp = unsigned int]’,
31 inlined from ‘constexpr std::_Optional_payload_base<_Tp>::_Optional_payload_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; _Tp = unsigned int]’ at /usr/include/c++/12/optional:126:4,
32 inlined from ‘constexpr std::_Optional_payload<unsigned int, true, true, true>::_Optional_payload(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}][inherited from std::_Optional_payload_base<unsigned int>]’ at /usr/include/c++/12/optional:339:42,
33 inlined from ‘constexpr std::_Optional_base<_Tp, true, true>::_Optional_base(std::in_place_t, _Args&& ...) [with _Args = {unsigned int}; typename std::enable_if<is_constructible_v<_Tp, _Args ...>, bool>::type <anonymous> = false; _Tp = unsigned int]’ at /usr/include/c++/12/optional:650:4,
34 inlined from ‘constexpr std::optional<_Tp>::optional(_Up&&) [with _Up = unsigned int; typename std::enable_if<__and_v<std::__not_<std::is_same<std::optional<_Tp>, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::__not_<std::is_same<std::in_place_t, typename std::remove_cv<typename std::remove_reference<_Iter>::type>::type> >, std::is_constructible<_Tp, _Up>, std::is_convertible<_Iter, _Iterator> >, bool>::type <anonymous> = true; _Tp = unsigned int]’ at /usr/include/c++/12/optional:749:47,
35 inlined from ‘std::optional<_Up> StringOp::stringToBase(std::string_view) [with int BASE = 2; T = unsigned int]’ at src/utils/StringOp.hh:151:11,
36 inlined from ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’ at src/utils/StringOp.hh:189:31:
37/usr/include/c++/12/optional:214:15: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
38 214 | : _M_value(std::forward<_Args>(__args)...)
39 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40src/utils/StringOp.hh: In function ‘std::optional<_Tp> StringOp::stringTo(std::string_view) [with T = unsigned int]’:
41src/utils/StringOp.hh:146:19: note: ‘result’ was declared here
42 146 | T result;
43 | ^~~~~~
44Compiling fdc/TC8566AF.cc...
45Compiling fdc/WD2793.cc...
46Compiling input/Mouse.cc...
47In file included from /usr/include/SDL2/SDL_video.h:33,
48 from /usr/include/SDL2/SDL_events.h:33,
49 from /usr/include/SDL2/SDL.h:41,
50 from src/input/Mouse.cc:10:
51/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
52/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
53 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
54 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
55/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
56 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
57 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
58/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
59 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
60 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
61/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
62 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
63 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
64Compiling input/Touchpad.cc...
65Compiling laserdisc/LaserdiscPlayer.cc...
66Compiling laserdisc/PioneerLDControl.cc...
67Compiling memory/Carnivore2.cc...
68Compiling memory/ESE_SCC.cc...
69Compiling memory/KonamiUltimateCollection.cc...
70Compiling memory/MegaFlashRomSCCPlus.cc...
71Compiling memory/MegaFlashRomSCCPlusSD.cc...
72Compiling memory/ReproCartridgeV1.cc...
73Compiling memory/ReproCartridgeV2.cc...
74Compiling memory/RomFactory.cc...
75Compiling memory/RomKonamiSCC.cc...
76Compiling memory/RomManbow2.cc...
77Compiling sound/MSXAudio.cc...
78Compiling sound/MSXMoonSound.cc...
79Compiling sound/MSXSCCPlusCart.cc...
80Compiling sound/MSXTurboRPCM.cc...
81Compiling sound/SCC.cc...
82Compiling sound/Y8950.cc...
83Compiling sound/Y8950Adpcm.cc...
84Compiling sound/Y8950Periphery.cc...
85Compiling unittest/DivMod_test.cc...
86Compiling utils/DivModBySame.cc...
87Compiling video/ADVram.cc...
88Compiling video/CharacterConverter.cc...
89Compiling video/PixelRenderer.cc...
90Compiling video/SDLRasterizer.cc...
91Compiling video/SDLVideoSystem.cc...
92In file included from /usr/include/SDL2/SDL_video.h:33,
93 from /usr/include/SDL2/SDL_events.h:33,
94 from /usr/include/SDL2/SDL.h:41,
95 from src/video/SDLOutputSurface.hh:6,
96 from src/video/SDLVisibleSurfaceBase.hh:4,
97 from src/video/SDLVisibleSurface.hh:4,
98 from src/video/SDLVideoSystem.cc:2:
99/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
100/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
101 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
102 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
103/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
104 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
105 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
106/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
107 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
108 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
109/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
110 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
111 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
112Compiling video/SpriteChecker.cc...
113Compiling video/VDP.cc...
114Compiling video/VDPAccessSlots.cc...
115Compiling video/VDPCmdEngine.cc...
116Compiling video/VDPVRAM.cc...
117Compiling video/v9990/V9990.cc...
118Compiling video/v9990/V9990BitmapConverter.cc...
119Compiling video/v9990/V9990CmdEngine.cc...
120Compiling video/v9990/V9990PixelRenderer.cc...
121Compiling video/v9990/V9990PxConverter.cc...
122Compiling video/v9990/V9990SDLRasterizer.cc...
123Compiling video/v9990/V9990VRAM.cc...
124Compiling video/v9990/Video9000.cc...
125Linking openmsx...
126Removing any old binary package...
127Creating binary package:
128 Executable...
129 Data files...
130 Documentation...
131 C-BIOS...
132 Creating symlinks...