openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 06:34
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 DeviceFactory.cc...
9Compiling GlobalSettings.cc...
10Compiling MSXPPI.cc...
11Compiling PluggableFactory.cc...
12Compiling Printer.cc...
13Compiling Reactor.cc...
14Compiling ReverseManager.cc...
15In file included from /usr/include/c++/10/cassert:44,
16 from src/utils/span.hh:25,
17 from src/CLIOption.hh:4,
18 from src/CommandLineParser.hh:4,
19 from src/Reactor.cc:2:
20src/utils/span.hh: In instantiation of ‘constexpr ElementType& span<ElementType, Extent>::operator[](span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::reference = const openmsx::TclObject&; span<ElementType, Extent>::index_type = long unsigned int]’:
21src/Reactor.cc:689:22: required from here
22src/utils/span.hh:305:14: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
23 305 | assert(idx >= 0 && idx < size());
24 | ~~~~^~~~
25In file included from /usr/include/c++/10/cassert:44,
26 from src/utils/span.hh:25,
27 from src/commands/Completer.hh:5,
28 from src/commands/Command.hh:4,
29 from src/ReverseManager.hh:7,
30 from src/ReverseManager.cc:1:
31src/utils/span.hh: In instantiation of ‘constexpr span<ElementType, 18446744073709551615> span<ElementType, Extent>::subspan(span<ElementType, Extent>::index_type, span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::index_type = long unsigned int]’:
32src/ReverseManager.cc:265:51: required from here
33src/utils/span.hh:290:18: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
34 290 | assert((offset >= 0 && offset <= size()) &&
35 | ~~~~~~~^~~~
36src/utils/span.hh:291:45: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
37 291 | (count == dynamic_extent || (count >= 0 && offset + count <= size())));
38 | ~~~~~~^~~~
39src/utils/span.hh: In instantiation of ‘constexpr ElementType& span<ElementType, Extent>::operator[](span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::reference = const openmsx::TclObject&; span<ElementType, Extent>::index_type = long unsigned int]’:
40src/ReverseManager.cc:971:28: required from here
41src/utils/span.hh:305:14: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
42 305 | assert(idx >= 0 && idx < size());
43 | ~~~~^~~~
44Compiling SVIPPI.cc...
45Compiling Version.cc...
46Compiling console/CommandConsole.cc...
47Compiling console/OSDConsoleRenderer.cc...
48Compiling console/OSDGUI.cc...
49Compiling console/OSDRectangle.cc...
50Compiling console/OSDText.cc...
51In file included from /usr/include/c++/10/cassert:44,
52 from src/utils/span.hh:25,
53 from src/commands/TclObject.hh:4,
54 from src/console/OSDWidget.hh:4,
55 from src/console/OSDTopWidget.hh:4,
56 from src/console/OSDGUI.hh:4,
57 from src/console/OSDGUI.cc:1:
58src/utils/span.hh: In instantiation of ‘constexpr ElementType& span<ElementType, Extent>::operator[](span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::reference = const openmsx::TclObject&; span<ElementType, Extent>::index_type = long unsigned int]’:
59src/console/OSDGUI.cc:46:28: required from here
60src/utils/span.hh:305:14: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
61 305 | assert(idx >= 0 && idx < size());
62 | ~~~~^~~~
63src/utils/span.hh: In instantiation of ‘constexpr span<ElementType, 18446744073709551615> span<ElementType, Extent>::subspan(span<ElementType, Extent>::index_type, span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::index_type = long unsigned int]’:
64src/console/OSDGUI.cc:77:37: required from here
65src/utils/span.hh:290:18: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
66 290 | assert((offset >= 0 && offset <= size()) &&
67 | ~~~~~~~^~~~
68src/utils/span.hh:291:45: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
69 291 | (count == dynamic_extent || (count >= 0 && offset + count <= size())));
70 | ~~~~~~^~~~
71Compiling console/OSDWidget.cc...
72Compiling console/TTFFont.cc...
73Compiling events/EventDistributor.cc...
74Compiling events/HotKey.cc...
75Compiling events/InputEventFactory.cc...
76Compiling events/InputEventGenerator.cc...
77In file included from /usr/include/c++/10/cassert:44,
78 from src/utils/span.hh:25,
79 from src/commands/Completer.hh:5,
80 from src/commands/Command.hh:4,
81 from src/events/HotKey.hh:6,
82 from src/events/HotKey.cc:1:
83src/utils/span.hh: In instantiation of ‘constexpr span<ElementType, 18446744073709551615> span<ElementType, Extent>::subspan(span<ElementType, Extent>::index_type, span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::index_type = long unsigned int]’:
84src/events/HotKey.cc:652:61: required from here
85src/utils/span.hh:290:18: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
86 290 | assert((offset >= 0 && offset <= size()) &&
87 | ~~~~~~~^~~~
88src/utils/span.hh:291:45: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
89 291 | (count == dynamic_extent || (count >= 0 && offset + count <= size())));
90 | ~~~~~~^~~~
91src/utils/span.hh: In instantiation of ‘constexpr ElementType& span<ElementType, Extent>::operator[](span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::reference = const openmsx::TclObject&; span<ElementType, Extent>::index_type = long unsigned int]’:
92src/events/HotKey.cc:698:33: required from here
93src/utils/span.hh:305:14: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
94 305 | assert(idx >= 0 && idx < size());
95 | ~~~~^~~~
96Compiling events/InputEvents.cc...
97Compiling events/Keys.cc...
98Compiling input/ArkanoidPad.cc...
99Compiling input/ColecoJoystickIO.cc...
100Compiling input/EventDelay.cc...
101Compiling input/JoyMega.cc...
102Compiling input/Joystick.cc...
103Compiling input/KeyJoystick.cc...
104Compiling input/Keyboard.cc...
105In file included from /usr/include/c++/10/cassert:44,
106 from src/utils/span.hh:25,
107 from src/commands/TclObject.hh:4,
108 from src/settings/Setting.hh:5,
109 from src/settings/EnumSetting.hh:4,
110 from src/input/KeyboardSettings.hh:5,
111 from src/input/Keyboard.hh:4,
112 from src/input/Keyboard.cc:1:
113src/utils/span.hh: In instantiation of ‘constexpr ElementType& span<ElementType, Extent>::operator[](span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::reference = const openmsx::TclObject&; span<ElementType, Extent>::index_type = long unsigned int]’:
114src/input/Keyboard.cc:677:26: required from here
115src/utils/span.hh:305:14: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
116 305 | assert(idx >= 0 && idx < size());
117 | ~~~~^~~~
118src/utils/span.hh: In instantiation of ‘constexpr span<ElementType, 18446744073709551615> span<ElementType, Extent>::subspan(span<ElementType, Extent>::index_type, span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::index_type = long unsigned int]’:
119src/input/Keyboard.cc:1088:66: required from here
120src/utils/span.hh:290:18: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
121 290 | assert((offset >= 0 && offset <= size()) &&
122 | ~~~~~~~^~~~
123src/utils/span.hh:291:45: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
124 291 | (count == dynamic_extent || (count >= 0 && offset + count <= size())));
125 | ~~~~~~^~~~
126Compiling input/KeyboardSettings.cc...
127Compiling input/Mouse.cc...
128Compiling input/Paddle.cc...
129Compiling input/Touchpad.cc...
130Compiling input/Trackball.cc...
131Compiling laserdisc/PioneerLDControl.cc...
132Compiling settings/KeyCodeSetting.cc...
133Compiling sound/Mixer.cc...
134Compiling sound/SDLSoundDriver.cc...
135Compiling unittest/Keys_test.cc...
136Compiling video/Display.cc...
137Compiling video/FBPostProcessor.cc...
138Compiling video/FrameSource.cc...
139In file included from /usr/include/c++/10/cassert:44,
140 from src/utils/span.hh:25,
141 from src/commands/TclObject.hh:4,
142 from src/settings/Setting.hh:5,
143 from src/settings/BooleanSetting.hh:4,
144 from src/video/RenderSettings.hh:4,
145 from src/video/Display.hh:4,
146 from src/video/Display.cc:1:
147src/utils/span.hh: In instantiation of ‘constexpr span<ElementType, 18446744073709551615> span<ElementType, Extent>::subspan(span<ElementType, Extent>::index_type, span<ElementType, Extent>::index_type) const [with ElementType = const openmsx::TclObject; long unsigned int Extent = 18446744073709551615; span<ElementType, Extent>::index_type = long unsigned int]’:
148src/video/Display.cc:419:66: required from here
149src/utils/span.hh:290:18: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
150 290 | assert((offset >= 0 && offset <= size()) &&
151 | ~~~~~~~^~~~
152src/utils/span.hh:291:45: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
153 291 | (count == dynamic_extent || (count >= 0 && offset + count <= size())));
154 | ~~~~~~^~~~
155Compiling video/GLImage.cc...
156Compiling video/PNG.cc...
157Compiling video/PostProcessor.cc...
158Compiling video/SDLGLOffScreenSurface.cc...
159Compiling video/SDLGLVisibleSurface.cc...
160Compiling video/SDLImage.cc...
161Compiling video/SDLOffScreenSurface.cc...
162Compiling video/SDLOutputSurface.cc...
163Compiling video/SDLSnow.cc...
164Compiling video/SDLVideoSystem.cc...
165Compiling video/SDLVisibleSurface.cc...
166Compiling video/SDLVisibleSurfaceBase.cc...
167Compiling video/SuperImposedFrame.cc...
168Compiling video/SuperImposedVideoFrame.cc...
169Compiling video/VisibleSurface.cc...
170Compiling video/scalers/DirectScalerOutput.cc...
171Compiling video/scalers/GLHQLiteScaler.cc...
172Compiling video/scalers/GLHQScaler.cc...
173Compiling video/scalers/HQ2xLiteScaler.cc...
174Compiling video/scalers/HQ2xScaler.cc...
175Compiling video/scalers/HQ3xLiteScaler.cc...
176Compiling video/scalers/HQ3xScaler.cc...
177Compiling video/scalers/RGBTriplet3xScaler.cc...
178Compiling video/scalers/Scaler1.cc...
179Compiling video/scalers/Scaler2.cc...
180Compiling video/scalers/Scaler3.cc...
181Compiling video/scalers/Simple2xScaler.cc...
182Compiling video/scalers/Simple3xScaler.cc...
183Compiling video/scalers/StretchScalerOutput.cc...
184Compiling video/scalers/SuperImposeScalerOutput.cc...
185Linking openmsx...
186Removing any old binary package...
187Creating binary package:
188 Executable...
189 Data files...
190 Documentation...
191 C-BIOS...
192 Creating symlinks...