openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:43
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 PluggableFactory.cc...
9Compiling DeviceFactory.cc...
10Compiling Printer.cc...
11Compiling Reactor.cc...
12Compiling ReverseManager.cc...
13Compiling Version.cc...
14Compiling cassette/WavImage.cc...
15Compiling console/CommandConsole.cc...
16Compiling console/OSDConsoleRenderer.cc...
17Compiling console/OSDGUI.cc...
18Compiling console/OSDGUILayer.cc...
19Compiling console/OSDImageBasedWidget.cc...
20Compiling console/OSDRectangle.cc...
21Compiling console/OSDText.cc...
22Compiling console/OSDTopWidget.cc...
23Compiling console/OSDWidget.cc...
24Compiling console/TTFFont.cc...
25Compiling file/FilePool.cc...
26Compiling ide/HD.cc...
27Compiling ide/SunriseIDE.cc...
28Compiling input/ColecoJoystickIO.cc...
29Compiling input/Mouse.cc...
30Compiling input/Touchpad.cc...
31Compiling laserdisc/LaserdiscPlayer.cc...
32Compiling laserdisc/yuv2rgb.cc...
33Compiling memory/Carnivore2.cc...
34Compiling memory/RomInfo.cc...
35Compiling sound/AY8910.cc...
36Compiling sound/BlipBuffer.cc...
37Compiling sound/MSXAudio.cc...
38Compiling sound/SCC.cc...
39Compiling sound/SN76489.cc...
40Compiling sound/VLM5030.cc...
41Compiling sound/WavWriter.cc...
42Compiling sound/Y8950.cc...
43Compiling sound/Y8950Adpcm.cc...
44Compiling sound/Y8950Periphery.cc...
45Compiling sound/YM2151.cc...
46Compiling sound/YM2413.cc...
47Compiling sound/YM2413Burczynski.cc...
48Compiling sound/YM2413NukeYKT.cc...
49Compiling sound/YM2413Okazaki.cc...
50Compiling sound/YMF262.cc...
51src/sound/YM2151.cc: In member function ‘void openmsx::YM2151::serialize(Archive&, unsigned int) [with Archive = openmsx::MemInputArchive]’:
52src/sound/YM2151.cc:1600:6: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
53 1600 | void YM2151::serialize(Archive& a, unsigned /*version*/)
54 | ^~~~~~
55src/sound/YM2413NukeYKT.cc: In member function ‘void openmsx::YM2413NukeYKT::YM2413::step18(std::span<float*, 14>) [with bool TEST_MODE = true]’:
56src/sound/YM2413NukeYKT.cc:832:19: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
57 832 | NEVER_INLINE void YM2413::step18(std::span<float*, 9 + 5> out)
58 | ^~~~~~
59Compiling unittest/Math_test.cc...
60In file included from src/unittest/Math_test.cc:1:
61src/unittest/Math_test.cc: In function ‘void ____C_A_T_C_H____T_E_S_T____0()’:
62src/unittest/Math_test.cc:6:21: error: ‘clipIntToShort’ is not a member of ‘Math’
63 6 | CHECK(Math::clipIntToShort(-100000) == -32768);
64 | ^~~~~~~~~~~~~~
65src/unittest/Math_test.cc:6:21: error: ‘clipIntToShort’ is not a member of ‘Math’
66 6 | CHECK(Math::clipIntToShort(-100000) == -32768);
67 | ^~~~~~~~~~~~~~
68src/unittest/Math_test.cc:6:21: error: ‘clipIntToShort’ is not a member of ‘Math’
69 6 | CHECK(Math::clipIntToShort(-100000) == -32768);
70 | ^~~~~~~~~~~~~~
71src/unittest/Math_test.cc:7:21: error: ‘clipIntToShort’ is not a member of ‘Math’
72 7 | CHECK(Math::clipIntToShort( -32769) == -32768);
73 | ^~~~~~~~~~~~~~
74src/unittest/Math_test.cc:7:21: error: ‘clipIntToShort’ is not a member of ‘Math’
75 7 | CHECK(Math::clipIntToShort( -32769) == -32768);
76 | ^~~~~~~~~~~~~~
77src/unittest/Math_test.cc:7:21: error: ‘clipIntToShort’ is not a member of ‘Math’
78 7 | CHECK(Math::clipIntToShort( -32769) == -32768);
79 | ^~~~~~~~~~~~~~
80src/unittest/Math_test.cc:8:21: error: ‘clipIntToShort’ is not a member of ‘Math’
81 8 | CHECK(Math::clipIntToShort( -32768) == -32768);
82 | ^~~~~~~~~~~~~~
83src/unittest/Math_test.cc:8:21: error: ‘clipIntToShort’ is not a member of ‘Math’
84 8 | CHECK(Math::clipIntToShort( -32768) == -32768);
85 | ^~~~~~~~~~~~~~
86src/unittest/Math_test.cc:8:21: error: ‘clipIntToShort’ is not a member of ‘Math’
87 8 | CHECK(Math::clipIntToShort( -32768) == -32768);
88 | ^~~~~~~~~~~~~~
89src/unittest/Math_test.cc:9:21: error: ‘clipIntToShort’ is not a member of ‘Math’
90 9 | CHECK(Math::clipIntToShort( -32767) == -32767);
91 | ^~~~~~~~~~~~~~
92src/unittest/Math_test.cc:9:21: error: ‘clipIntToShort’ is not a member of ‘Math’
93 9 | CHECK(Math::clipIntToShort( -32767) == -32767);
94 | ^~~~~~~~~~~~~~
95src/unittest/Math_test.cc:9:21: error: ‘clipIntToShort’ is not a member of ‘Math’
96 9 | CHECK(Math::clipIntToShort( -32767) == -32767);
97 | ^~~~~~~~~~~~~~
98src/unittest/Math_test.cc:10:21: error: ‘clipIntToShort’ is not a member of ‘Math’
99 10 | CHECK(Math::clipIntToShort( -10000) == -10000);
100 | ^~~~~~~~~~~~~~
101src/unittest/Math_test.cc:10:21: error: ‘clipIntToShort’ is not a member of ‘Math’
102 10 | CHECK(Math::clipIntToShort( -10000) == -10000);
103 | ^~~~~~~~~~~~~~
104src/unittest/Math_test.cc:10:21: error: ‘clipIntToShort’ is not a member of ‘Math’
105 10 | CHECK(Math::clipIntToShort( -10000) == -10000);
106 | ^~~~~~~~~~~~~~
107src/unittest/Math_test.cc:11:21: error: ‘clipIntToShort’ is not a member of ‘Math’
108 11 | CHECK(Math::clipIntToShort( -10) == -10);
109 | ^~~~~~~~~~~~~~
110src/unittest/Math_test.cc:11:21: error: ‘clipIntToShort’ is not a member of ‘Math’
111 11 | CHECK(Math::clipIntToShort( -10) == -10);
112 | ^~~~~~~~~~~~~~
113src/unittest/Math_test.cc:11:21: error: ‘clipIntToShort’ is not a member of ‘Math’
114 11 | CHECK(Math::clipIntToShort( -10) == -10);
115 | ^~~~~~~~~~~~~~
116src/unittest/Math_test.cc:12:21: error: ‘clipIntToShort’ is not a member of ‘Math’
117 12 | CHECK(Math::clipIntToShort( -1) == -1);
118 | ^~~~~~~~~~~~~~
119src/unittest/Math_test.cc:12:21: error: ‘clipIntToShort’ is not a member of ‘Math’
120 12 | CHECK(Math::clipIntToShort( -1) == -1);
121 | ^~~~~~~~~~~~~~
122src/unittest/Math_test.cc:12:21: error: ‘clipIntToShort’ is not a member of ‘Math’
123 12 | CHECK(Math::clipIntToShort( -1) == -1);
124 | ^~~~~~~~~~~~~~
125src/unittest/Math_test.cc:13:21: error: ‘clipIntToShort’ is not a member of ‘Math’
126 13 | CHECK(Math::clipIntToShort( 0) == 0);
127 | ^~~~~~~~~~~~~~
128src/unittest/Math_test.cc:13:21: error: ‘clipIntToShort’ is not a member of ‘Math’
129 13 | CHECK(Math::clipIntToShort( 0) == 0);
130 | ^~~~~~~~~~~~~~
131src/unittest/Math_test.cc:13:21: error: ‘clipIntToShort’ is not a member of ‘Math’
132 13 | CHECK(Math::clipIntToShort( 0) == 0);
133 | ^~~~~~~~~~~~~~
134src/unittest/Math_test.cc:14:21: error: ‘clipIntToShort’ is not a member of ‘Math’
135 14 | CHECK(Math::clipIntToShort( 1) == 1);
136 | ^~~~~~~~~~~~~~
137src/unittest/Math_test.cc:14:21: error: ‘clipIntToShort’ is not a member of ‘Math’
138 14 | CHECK(Math::clipIntToShort( 1) == 1);
139 | ^~~~~~~~~~~~~~
140src/unittest/Math_test.cc:14:21: error: ‘clipIntToShort’ is not a member of ‘Math’
141 14 | CHECK(Math::clipIntToShort( 1) == 1);
142 | ^~~~~~~~~~~~~~
143src/unittest/Math_test.cc:15:21: error: ‘clipIntToShort’ is not a member of ‘Math’
144 15 | CHECK(Math::clipIntToShort( 10) == 10);
145 | ^~~~~~~~~~~~~~
146src/unittest/Math_test.cc:15:21: error: ‘clipIntToShort’ is not a member of ‘Math’
147 15 | CHECK(Math::clipIntToShort( 10) == 10);
148 | ^~~~~~~~~~~~~~
149src/unittest/Math_test.cc:15:21: error: ‘clipIntToShort’ is not a member of ‘Math’
150 15 | CHECK(Math::clipIntToShort( 10) == 10);
151 | ^~~~~~~~~~~~~~
152src/unittest/Math_test.cc:16:21: error: ‘clipIntToShort’ is not a member of ‘Math’
153 16 | CHECK(Math::clipIntToShort( 9876) == 9876);
154 | ^~~~~~~~~~~~~~
155src/unittest/Math_test.cc:16:21: error: ‘clipIntToShort’ is not a member of ‘Math’
156 16 | CHECK(Math::clipIntToShort( 9876) == 9876);
157 | ^~~~~~~~~~~~~~
158src/unittest/Math_test.cc:16:21: error: ‘clipIntToShort’ is not a member of ‘Math’
159 16 | CHECK(Math::clipIntToShort( 9876) == 9876);
160 | ^~~~~~~~~~~~~~
161src/unittest/Math_test.cc:17:21: error: ‘clipIntToShort’ is not a member of ‘Math’
162 17 | CHECK(Math::clipIntToShort( 32766) == 32766);
163 | ^~~~~~~~~~~~~~
164src/unittest/Math_test.cc:17:21: error: ‘clipIntToShort’ is not a member of ‘Math’
165 17 | CHECK(Math::clipIntToShort( 32766) == 32766);
166 | ^~~~~~~~~~~~~~
167src/unittest/Math_test.cc:17:21: error: ‘clipIntToShort’ is not a member of ‘Math’
168 17 | CHECK(Math::clipIntToShort( 32766) == 32766);
169 | ^~~~~~~~~~~~~~
170src/unittest/Math_test.cc:18:21: error: ‘clipIntToShort’ is not a member of ‘Math’
171 18 | CHECK(Math::clipIntToShort( 32767) == 32767);
172 | ^~~~~~~~~~~~~~
173src/unittest/Math_test.cc:18:21: error: ‘clipIntToShort’ is not a member of ‘Math’
174 18 | CHECK(Math::clipIntToShort( 32767) == 32767);
175 | ^~~~~~~~~~~~~~
176src/unittest/Math_test.cc:18:21: error: ‘clipIntToShort’ is not a member of ‘Math’
177 18 | CHECK(Math::clipIntToShort( 32767) == 32767);
178 | ^~~~~~~~~~~~~~
179src/unittest/Math_test.cc:19:21: error: ‘clipIntToShort’ is not a member of ‘Math’
180 19 | CHECK(Math::clipIntToShort( 32768) == 32767);
181 | ^~~~~~~~~~~~~~
182src/unittest/Math_test.cc:19:21: error: ‘clipIntToShort’ is not a member of ‘Math’
183 19 | CHECK(Math::clipIntToShort( 32768) == 32767);
184 | ^~~~~~~~~~~~~~
185src/unittest/Math_test.cc:19:21: error: ‘clipIntToShort’ is not a member of ‘Math’
186 19 | CHECK(Math::clipIntToShort( 32768) == 32767);
187 | ^~~~~~~~~~~~~~
188src/unittest/Math_test.cc:20:21: error: ‘clipIntToShort’ is not a member of ‘Math’
189 20 | CHECK(Math::clipIntToShort( 100000) == 32767);
190 | ^~~~~~~~~~~~~~
191src/unittest/Math_test.cc:20:21: error: ‘clipIntToShort’ is not a member of ‘Math’
192 20 | CHECK(Math::clipIntToShort( 100000) == 32767);
193 | ^~~~~~~~~~~~~~
194src/unittest/Math_test.cc:20:21: error: ‘clipIntToShort’ is not a member of ‘Math’
195 20 | CHECK(Math::clipIntToShort( 100000) == 32767);
196 | ^~~~~~~~~~~~~~
197make: *** [build/main.mk:500: derived/x86_64-linux-unittest/obj/unittest/Math_test.cc.o] Error 1
198make: *** Waiting for unfinished jobs....
199src/sound/YM2413NukeYKT.cc: In member function ‘void openmsx::YM2413NukeYKT::YM2413::step18(std::span<float*, 14>) [with bool TEST_MODE = false]’:
200src/sound/YM2413NukeYKT.cc:832:19: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without