1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598 | phablet@ubuntu-phablet:~/sdl/SDL2-new-mir-ABI$ debuild -uc -us
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: source package libsdl2
dpkg-buildpackage: source version 2.0.3
dpkg-buildpackage: source distribution UNRELEASED
dpkg-buildpackage: source changed by Sam Lantinga <slouken@libsdl.org>
dpkg-source --before-build SDL2-new-mir-ABI
dpkg-buildpackage: host architecture armhf
fakeroot debian/rules clean
dh clean --parallel
dh_testdir -O--parallel
debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/phablet/sdl/SDL2-new-mir-ABI'
dh_auto_clean -Bbuilddir/all
rm -f debian/examples.tar.gz
make[1]: Leaving directory '/home/phablet/sdl/SDL2-new-mir-ABI'
dh_clean -O--parallel
dpkg-source -b SDL2-new-mir-ABI
dpkg-source: info: using source format `3.0 (native)'
dpkg-source: info: building libsdl2 in libsdl2_2.0.3.tar.xz
dpkg-source: info: building libsdl2 in libsdl2_2.0.3.dsc
debian/rules build
dh build --parallel
dh_testdir -O--parallel
debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/phablet/sdl/SDL2-new-mir-ABI'
dh_auto_configure -Bbuilddir/all -- --disable-rpath --disable-video-directfb --disable-nas --disable-esd --disable-arts --disable-alsa-shared --disable-pulseaudio-shared --disable-x11-shared
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking build system type... arm-unknown-linux-gnueabihf
checking host system type... arm-unknown-linux-gnueabihf
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert arm-unknown-linux-gnueabihf file names to arm-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert arm-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for windres... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for linker option --no-undefined... yes
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for size_t... yes
checking for M_PI in math.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking for working strtod... yes
checking for mprotect... yes
checking for malloc... yes
checking for calloc... yes
checking for realloc... yes
checking for free... yes
checking for getenv... yes
checking for setenv... yes
checking for putenv... yes
checking for unsetenv... yes
checking for qsort... yes
checking for abs... yes
checking for bcopy... yes
checking for memset... yes
checking for memcpy... yes
checking for memmove... yes
checking for strlen... yes
checking for strlcpy... no
checking for strlcat... no
checking for strdup... yes
checking for _strrev... no
checking for _strupr... no
checking for _strlwr... no
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for itoa... no
checking for _ltoa... no
checking for _uitoa... no
checking for _ultoa... no
checking for strtol... yes
checking for strtoul... yes
checking for _i64toa... no
checking for _ui64toa... no
checking for strtoll... yes
checking for strtoull... yes
checking for atoi... yes
checking for atof... yes
checking for strcmp... yes
checking for strncmp... yes
checking for _stricmp... no
checking for strcasecmp... yes
checking for _strnicmp... no
checking for strncasecmp... yes
checking for vsscanf... yes
checking for vsnprintf... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for sigaction... yes
checking for setjmp... yes
checking for nanosleep... yes
checking for sysconf... yes
checking for sysctlbyname... no
checking for pow in -lm... yes
checking for atan... yes
checking for atan2... yes
checking for acos... yes
checking for asin... yes
checking for ceil... yes
checking for copysign... yes
checking for cos... yes
checking for cosf... yes
checking for fabs... yes
checking for floor... yes
checking for log... yes
checking for pow... yes
checking for scalbn... yes
checking for sin... yes
checking for sinf... yes
checking for sqrt... yes
checking for sqrtf... yes
checking for tan... yes
checking for tanf... yes
checking for iconv_open in -liconv... no
checking for iconv... yes
checking for struct sigaction.sa_sigaction... yes
checking for GCC builtin atomic operations... yes
checking for GCC -mmmx option... no
checking for GCC -m3dnow option... no
checking for GCC -msse option... no
checking for Altivec with GCC altivec.h and -maltivec option... no
checking for Altivec with GCC -maltivec option... no
checking for Altivec with GCC altivec.h and -faltivec option... no
checking for Altivec with GCC -faltivec option... no
checking for GCC -fvisibility=hidden option... yes
checking for dlopen... yes
checking for dlopen in -lc... no
checking for dlopen in -ldl... yes
checking for OSS audio support... yes
checking for ALSA CFLAGS...
checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
checking for libasound headers version >= 0.9.0... found.
checking for snd_ctl_open in -lasound... yes
checking for pkg-config... /usr/bin/pkg-config
checking for PulseAudio 0.9 support... yes
checking sndio.h usability... no
checking sndio.h presence... no
checking for sndio.h... no
checking for sio_open in -lsndio... no
checking for sndio audio support... no
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/extensions/Xext.h... yes
checking for const parameter to XextAddDisplay... yes
checking for XGenericEvent... yes
checking for XkbKeycodeToKeysym in -lX11... yes
checking for X11/Xcursor/Xcursor.h... yes
checking for XcursorImageCreate in -lXcursor... yes
checking for X11/extensions/Xdbe.h... yes
checking for X11/extensions/Xinerama.h... yes
checking for XineramaQueryExtension in -lXinerama... yes
checking for X11/extensions/XInput2.h... yes
checking for XOpenDevice in -lXi... yes
checking for xinput2 multitouch... yes
checking for XRRQueryExtension in -lXrandr... yes
checking for X11/extensions/scrnsaver.h... yes
checking for XScreenSaverSuspend in -lXss... yes
checking for X11/extensions/shape.h... yes
checking for X11/extensions/xf86vmode.h... yes
checking for XF86VidModeQueryVersion in -lXxf86vm... yes
checking for OpenGL (GLX) support... yes
checking for EGL support... yes
checking for OpenGL ES v1 headers... no
checking for OpenGL ES v2 headers... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for Mir support... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for Wayland support... yes
-- dynamic libwayland-client -> libwayland-client.so.0
-- dynamic libwayland-egl -> libwayland-egl.so.1
-- dynamic libwayland-cursor -> libwayland-cursor.so.0
-- dynamic libxkbcommon -> libxkbcommon.so.0
checking libudev.h usability... yes
checking libudev.h presence... yes
checking for libudev.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking dbus/dbus.h usability... yes
checking dbus/dbus.h presence... no
configure: WARNING: dbus/dbus.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: dbus/dbus.h: proceeding with the compiler's result
checking for dbus/dbus.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking ibus-1.0/ibus.h usability... yes
checking ibus-1.0/ibus.h presence... no
configure: WARNING: ibus-1.0/ibus.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: ibus-1.0/ibus.h: proceeding with the compiler's result
checking for ibus-1.0/ibus.h... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for Linux 2.4 unified input interface... yes
checking for Linux kd.h... yes
checking for Touchscreen library support... no
checking for pthreads... yes
checking for recursive mutexes... yes
checking for pthread semaphores... yes
checking for sem_timedwait... yes
checking for pthread_np.h... no
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for clock_gettime in -lrt... yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking for Vivante VDK API... no
checking for Vivante FB API... no
checking for GCC -Wall option... yes
checking for necessary GCC -Wno-multichar option... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sdl2-config
config.status: creating sdl2-config.cmake
config.status: creating SDL2.spec
config.status: creating sdl2.pc
config.status: creating include/SDL_config.h
config.status: executing libtool commands
config.status: executing sdl2_config commands
config.status: executing summary commands
SDL2 Configure Summary:
Building Shared Libraries
Building Static Libraries
Enabled modules : atomic audio video render events joystick haptic power filesystem threads timers file loadso cpuinfo assembly
Assembly Math :
Audio drivers : disk dummy oss alsa pulse
Video drivers : dummy x11 opengl opengl_es2 wayland(dynamic)
X11 libraries : xcursor xdbe xinerama xinput2 xinput2_multitouch xrandr xscrnsaver xshape xvidmode
Input drivers : linuxev linuxkd
Using libudev : YES
Using dbus : YES
Using ibus : YES
configure: WARNING: unrecognized options: --disable-maintainer-mode
make[1]: Leaving directory '/home/phablet/sdl/SDL2-new-mir-ABI'
debian/rules override_dh_auto_build
make[1]: Entering directory '/home/phablet/sdl/SDL2-new-mir-ABI'
dh_auto_build -Bbuilddir/all
make[2]: Entering directory '/home/phablet/sdl/SDL2-new-mir-ABI/builddir/all'
/bin/bash ../../build-scripts/mkinstalldirs build
mkdir -p -- build
/bin/bash ../../build-scripts/updaterev.sh
CC build/SDL.lo
CC build/SDL_assert.lo
CC build/SDL_error.lo
CC build/SDL_hints.lo
CC build/SDL_log.lo
CC build/SDL_atomic.lo
CC build/SDL_spinlock.lo
CC build/SDL_audio.lo
CC build/SDL_audiocvt.lo
CC build/SDL_audiodev.lo
CC build/SDL_audiotypecvt.lo
CC build/SDL_mixer.lo
CC build/SDL_wave.lo
CC build/SDL_cpuinfo.lo
CC build/SDL_dynapi.lo
CC build/SDL_clipboardevents.lo
CC build/SDL_dropevents.lo
CC build/SDL_events.lo
CC build/SDL_gesture.lo
CC build/SDL_keyboard.lo
CC build/SDL_mouse.lo
CC build/SDL_quit.lo
CC build/SDL_touch.lo
CC build/SDL_windowevents.lo
CC build/SDL_rwops.lo
CC build/SDL_haptic.lo
CC build/SDL_gamecontroller.lo
CC build/SDL_joystick.lo
CC build/e_atan2.lo
CC build/e_log.lo
CC build/e_pow.lo
CC build/e_rem_pio2.lo
CC build/e_sqrt.lo
CC build/k_cos.lo
CC build/k_rem_pio2.lo
CC build/k_sin.lo
CC build/k_tan.lo
CC build/s_atan.lo
CC build/s_copysign.lo
CC build/s_cos.lo
CC build/s_fabs.lo
CC build/s_floor.lo
CC build/s_scalbn.lo
CC build/s_sin.lo
CC build/s_tan.lo
CC build/SDL_power.lo
CC build/SDL_d3dmath.lo
CC build/SDL_render.lo
CC build/SDL_yuv_mmx.lo
CC build/SDL_yuv_sw.lo
CC build/SDL_render_d3d.lo
CC build/SDL_render_d3d11.lo
CC build/SDL_render_gl.lo
CC build/SDL_shaders_gl.lo
CC build/SDL_render_gles.lo
CC build/SDL_render_gles2.lo
CC build/SDL_shaders_gles2.lo
CC build/SDL_render_psp.lo
CC build/SDL_blendfillrect.lo
CC build/SDL_blendline.lo
CC build/SDL_blendpoint.lo
CC build/SDL_drawline.lo
CC build/SDL_drawpoint.lo
CC build/SDL_render_sw.lo
CC build/SDL_rotate.lo
CC build/SDL_getenv.lo
CC build/SDL_iconv.lo
CC build/SDL_malloc.lo
CC build/SDL_qsort.lo
CC build/SDL_stdlib.lo
CC build/SDL_string.lo
CC build/SDL_thread.lo
CC build/SDL_timer.lo
CC build/SDL_RLEaccel.lo
CC build/SDL_blit.lo
CC build/SDL_blit_0.lo
CC build/SDL_blit_1.lo
CC build/SDL_blit_A.lo
CC build/SDL_blit_N.lo
CC build/SDL_blit_auto.lo
CC build/SDL_blit_copy.lo
CC build/SDL_blit_slow.lo
CC build/SDL_bmp.lo
CC build/SDL_clipboard.lo
CC build/SDL_egl.lo
CC build/SDL_fillrect.lo
CC build/SDL_pixels.lo
CC build/SDL_rect.lo
CC build/SDL_shape.lo
CC build/SDL_stretch.lo
CC build/SDL_surface.lo
CC build/SDL_video.lo
CC build/SDL_nullevents.lo
CC build/SDL_nullframebuffer.lo
CC build/SDL_nullvideo.lo
CC build/SDL_diskaudio.lo
CC build/SDL_dummyaudio.lo
CC build/SDL_sysloadso.lo
CC build/SDL_dspaudio.lo
CC build/SDL_alsa_audio.lo
CC build/SDL_pulseaudio.lo
/home/phablet/sdl/SDL2-new-mir-ABI/src/audio/pulseaudio/SDL_pulseaudio.c: In function 'load_pulseaudio_syms':
/home/phablet/sdl/SDL2-new-mir-ABI/src/audio/pulseaudio/SDL_pulseaudio.c:165:46: warning: assignment from incompatible pointer type
#define SDL_PULSEAUDIO_SYM(x) PULSEAUDIO_##x = x
^
/home/phablet/sdl/SDL2-new-mir-ABI/src/audio/pulseaudio/SDL_pulseaudio.c:207:5: note: in expansion of macro 'SDL_PULSEAUDIO_SYM'
SDL_PULSEAUDIO_SYM(pa_stream_connect_playback);
^
CC build/SDL_x11clipboard.lo
CC build/SDL_x11dyn.lo
/home/phablet/sdl/SDL2-new-mir-ABI/src/video/x11/SDL_x11dyn.c: In function 'SDL_X11_UnloadSymbols':
/home/phablet/sdl/SDL2-new-mir-ABI/src/video/x11/SDL_x11dyn.c:136:17: warning: unused variable 'i' [-Wunused-variable]
int i;
^
In file included from /home/phablet/sdl/SDL2-new-mir-ABI/src/video/x11/SDL_x11dyn.c:211:0:
/home/phablet/sdl/SDL2-new-mir-ABI/src/video/x11/SDL_x11sym.h: In function 'SDL_X11_LoadSymbols':
/home/phablet/sdl/SDL2-new-mir-ABI/src/video/x11/SDL_x11sym.h:173:1: warning: 'XKeycodeToKeysym' is deprecated (declared at /usr/include/X11/Xlib.h:1699) [-Wdeprecated-declarations]
SDL_X11_SYM(KeySym,XKeycodeToKeysym,(Display* a,KeyCode b,int c),(a,b,c),return)
^
CC build/SDL_x11events.lo
CC build/SDL_x11framebuffer.lo
CC build/SDL_x11keyboard.lo
CC build/SDL_x11messagebox.lo
CC build/SDL_x11modes.lo
CC build/SDL_x11mouse.lo
CC build/SDL_x11opengl.lo
CC build/SDL_x11opengles.lo
CC build/SDL_x11shape.lo
CC build/SDL_x11touch.lo
CC build/SDL_x11video.lo
CC build/SDL_x11window.lo
CC build/SDL_x11xinput2.lo
CC build/edid-parse.lo
CC build/imKStoUCS.lo
CC build/SDL_waylanddyn.lo
CC build/SDL_waylandevents.lo
CC build/SDL_waylandmouse.lo
CC build/SDL_waylandopengles.lo
CC build/SDL_waylandtouch.lo
CC build/SDL_waylandvideo.lo
CC build/SDL_waylandwindow.lo
CC build/SDL_dbus.lo
CC build/SDL_ibus.lo
CC build/SDL_systhread.lo
CC build/SDL_syssem.lo
CC build/SDL_sysmutex.lo
CC build/SDL_syscond.lo
CC build/SDL_systls.lo
CC build/SDL_sysjoystick.lo
CC build/SDL_syshaptic.lo
CC build/SDL_syspower.lo
CC build/SDL_sysfilesystem.lo
CC build/SDL_systimer.lo
CC build/SDL_udev.lo
CC build/SDL_evdev.lo
LTLINK build/libSDL2.la
CC build/SDL_dummy_main.o
AR build/libSDL2main.a
RANLIB build/libSDL2main.a
CC build/SDL_test_assert.o
CC build/SDL_test_common.o
CC build/SDL_test_compare.o
CC build/SDL_test_crc32.o
CC build/SDL_test_font.o
CC build/SDL_test_fuzzer.o
CC build/SDL_test_harness.o
CC build/SDL_test_imageBlit.o
CC build/SDL_test_imageBlitBlend.o
CC build/SDL_test_imageFace.o
CC build/SDL_test_imagePrimitives.o
CC build/SDL_test_imagePrimitivesBlend.o
CC build/SDL_test_log.o
CC build/SDL_test_md5.o
CC build/SDL_test_random.o
AR build/libSDL2_test.a
RANLIB build/libSDL2_test.a
make[2]: Leaving directory '/home/phablet/sdl/SDL2-new-mir-ABI/builddir/all'
tar czf debian/examples.tar.gz test
make[1]: Leaving directory '/home/phablet/sdl/SDL2-new-mir-ABI'
dh_auto_test -O--parallel
fakeroot debian/rules binary
dh binary --parallel
dh_testroot -O--parallel
dh_prep -O--parallel
debian/rules override_dh_auto_install
make[1]: Entering directory '/home/phablet/sdl/SDL2-new-mir-ABI'
dh_auto_install -Bbuilddir/all
make[2]: Entering directory '/home/phablet/sdl/SDL2-new-mir-ABI/builddir/all'
/bin/bash ../../build-scripts/updaterev.sh
/bin/bash ../../build-scripts/mkinstalldirs /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/bin
mkdir -p -- /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/bin
/usr/bin/install -c -m 755 sdl2-config /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/bin/sdl2-config
/bin/bash ../../build-scripts/mkinstalldirs /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/include/SDL2
mkdir -p -- /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/include/SDL2
for file in SDL.h SDL_assert.h SDL_atomic.h SDL_audio.h SDL_bits.h SDL_blendmode.h SDL_clipboard.h SDL_cpuinfo.h SDL_egl.h SDL_endian.h SDL_error.h SDL_events.h SDL_filesystem.h SDL_gamecontroller.h SDL_gesture.h SDL_haptic.h SDL_hints.h SDL_joystick.h SDL_keyboard.h SDL_keycode.h SDL_loadso.h SDL_log.h SDL_main.h SDL_messagebox.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_opengl_glext.h SDL_opengles.h SDL_opengles2_gl2ext.h SDL_opengles2_gl2.h SDL_opengles2_gl2platform.h SDL_opengles2.h SDL_opengles2_khrplatform.h SDL_pixels.h SDL_platform.h SDL_power.h SDL_quit.h SDL_rect.h SDL_render.h SDL_rwops.h SDL_scancode.h SDL_shape.h SDL_stdinc.h SDL_surface.h SDL_system.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_touch.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h SDL_test_assert.h SDL_test_common.h SDL_test_compare.h SDL_test_crc32.h SDL_test_font.h SDL_test_fuzzer.h SDL_test.h SDL_test_harness.h SDL_test_images.h SDL_test_log.h SDL_test_md5.h SDL_test_random.h; do \
/usr/bin/install -c -m 644 /home/phablet/sdl/SDL2-new-mir-ABI/include/$file /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/include/SDL2/$file; \
done
/usr/bin/install -c -m 644 include/SDL_config.h /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/include/SDL2/SDL_config.h
if test -f include/SDL_revision.h; then \
/usr/bin/install -c -m 644 include/SDL_revision.h /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/include/SDL2/SDL_revision.h; \
else \
/usr/bin/install -c -m 644 /home/phablet/sdl/SDL2-new-mir-ABI/include/SDL_revision.h /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/include/SDL2/SDL_revision.h; \
fi
/bin/bash ../../build-scripts/mkinstalldirs /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf
mkdir -p -- /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf
/bin/bash ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2.la /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf/libSDL2.la
libtool: install: warning: remember to run `libtool --finish /usr/lib/arm-linux-gnueabihf'
/usr/bin/install -c -m 644 build/libSDL2main.a /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf/libSDL2main.a
ranlib /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf/libSDL2main.a
/usr/bin/install -c -m 644 build/libSDL2_test.a /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf/libSDL2_test.a
ranlib /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf/libSDL2_test.a
/bin/bash ../../build-scripts/mkinstalldirs /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/share/aclocal
mkdir -p -- /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/share/aclocal
/usr/bin/install -c -m 644 /home/phablet/sdl/SDL2-new-mir-ABI/sdl2.m4 /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/share/aclocal/sdl2.m4
/bin/bash ../../build-scripts/mkinstalldirs /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf/pkgconfig
mkdir -p -- /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf/pkgconfig
/usr/bin/install -c -m 644 sdl2.pc /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf/pkgconfig
/bin/bash ../../build-scripts/mkinstalldirs /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf/cmake/SDL2
mkdir -p -- /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf/cmake/SDL2
/usr/bin/install -c -m 644 sdl2-config.cmake /home/phablet/sdl/SDL2-new-mir-ABI/debian/tmp/usr/lib/arm-linux-gnueabihf/cmake/SDL2
make[2]: Leaving directory '/home/phablet/sdl/SDL2-new-mir-ABI/builddir/all'
make[1]: Leaving directory '/home/phablet/sdl/SDL2-new-mir-ABI'
debian/rules override_dh_install
make[1]: Entering directory '/home/phablet/sdl/SDL2-new-mir-ABI'
dh_install --remaining-packages --fail-missing -XlibSDL2.la
dh_install: usr/lib/arm-linux-gnueabihf/cmake/SDL2/sdl2-config.cmake exists in debian/tmp but is not installed to anywhere
dh_install: missing files, aborting
debian/rules:29: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 2
make[1]: Leaving directory '/home/phablet/sdl/SDL2-new-mir-ABI'
debian/rules:12: recipe for target 'binary' failed
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc failed
phablet@ubuntu-phablet:~/sdl/SDL2-new-mir-ABI$
|