[Spice-devel] kde/spice crashes when firefox is started

Rob Verduijn rob.verduijn at gmail.com
Thu May 30 03:33:31 PDT 2013


Hello,

The 900 patch was to deal with an rpmlint error that prevented the obs
from publishing the package.
The rpmlint error was :
[   32s] I: Statement might be overflowing a buffer in strncat. Common mistake:
[   32s]    BAD: strncat(buffer,charptr,sizeof(buffer)) is wrong, it
takes the left over size as 3rd argument
[   32s]    GOOD: strncat(buffer,charptr,sizeof(buffer)-strlen(buffer)-1)
[   32s] E: xf86-video-qxl bufferoverflowstrncat /usr/include/bits/string3.h:150
I then applied the fix that rpmlint suggested afterwhich rpmlint no
longer complains. (see 9000.patch attachment in previous email)

Regarding the 'latest git patches refuse to compile' error.
I attached the output from an attempt to package the latest git build
with this email.
The error is at the end of the log.

Cheers
Rob







2013/5/30 Christophe Fergeau <cfergeau at redhat.com>:
> On Thu, May 30, 2013 at 10:15:16AM +0200, Rob Verduijn wrote:
>> And one additional patch from myself because rpmlint refuses to build
>> unless that one is applied (9000-fix-strncat-bufferoverflow.patch)
>
> What errors were you getting? I'd go with something like:
> diff --git a/src/spiceqxl_audio.c b/src/spiceqxl_audio.c
> index 3cd80ff..2e39387 100644
> --- a/src/spiceqxl_audio.c
> +++ b/src/spiceqxl_audio.c
> @@ -167,9 +167,10 @@ scan_fifos (struct audio_data *data, const char
> *dirname)
>              return 0;
>          }
>
> -        strncpy(path, dirname, sizeof(path));
> -        strncat(path, "/", sizeof(path));
> -        strncat(path, ent->d_name, sizeof(path));
> +        strncpy(path, dirname, sizeof(path) - 1);
> +        path[sizeof(path) - 1] = '\0'
> +        strncat(path, "/", sizeof(path) - 1);
> +        strncat(path, ent->d_name, sizeof(path) - 1);
>
> Christophe
-------------- next part --------------
VM_IMAGE: , VM_SWAP: 
logging output to /var/tmp/build-root/.build.log...
[    0s] Memory limit set to 21826676KB
[    0s] Using BUILD_ROOT=/var/tmp/build-root
[    0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386
[    0s] 
[    0s] 
[    0s] a8206600bb22.survrech.local started "build xf86-video-qxl.spec" at Thu May 30 10:32:25 UTC 2013.
[    0s] 
[    0s] 
[    0s] processing specfile /home/SURVRECH/kl01e745/obs/home:robverduijn:Spice/xf86-video-qxl/xf86-video-qxl.spec ...
[    0s] running changelog2spec --target rpm --file /home/SURVRECH/kl01e745/obs/home:robverduijn:Spice/xf86-video-qxl/xf86-video-qxl.spec
[    0s] init_buildsystem --configdir /usr/lib/build/configs --cachedir /var/cache/build --rpmlist /tmp/rpmlist.1T2Odf /home/SURVRECH/kl01e745/obs/home:robverduijn:Spice/xf86-video-qxl/xf86-video-qxl.spec ...
[    1s] Warning: ignoring unsupported tag 'cbinstall:'
[    1s] Warning: ignoring unsupported tag 'cbpreinstall:'
[    1s] reordering...cycle: libcrack2 -> cracklib
[    1s]   breaking dependency libcrack2 -> cracklib
[    1s] cycle: coreutils -> pam -> permissions
[    1s]   breaking dependency pam -> permissions
[    1s] cycle: gio-branding-upstream -> libgio-2_0-0
[    1s]   breaking dependency libgio-2_0-0 -> gio-branding-upstream
[    1s] cycle: libudev-mini1 -> udev-mini
[    1s]   breaking dependency udev-mini -> libudev-mini1
[    1s] cycle: mozilla-nss -> libsoftokn3
[    1s]   breaking dependency mozilla-nss -> libsoftokn3
[    1s] cycle: xorg-cf-files -> imake
[    1s]   breaking dependency xorg-cf-files -> imake
[    2s] done
[    2s] deleting xf86-video-qxl
[    6s] [1/321] [2/321] [3/321] [4/321] [5/321] [6/321] [7/321] [8/321] [9/321] [10/321] [11/321] [12/321] [13/321] [14/321] [15/321] [16/321] [17/321] [18/321] [19/321] [20/321] [21/321] [22/321] [23/321] [24/321] [25/321] [26/321] [27/321] [28/321] [29/321] [30/321] [31/321] [32/321] [33/321] [34/321] [35/321] [36/321] [37/321] [38/321] [39/321] [40/321] [41/321] [42/321] [43/321] [44/321] [45/321] [46/321] [47/321] [48/321] [49/321] [50/321] [51/321] [52/321] [53/321] [54/321] [55/321] [56/321] [57/321] [58/321] [59/321] [60/321] [61/321] [62/321] [63/321] [64/321] [65/321] [66/321] [67/321] [68/321] [69/321] [70/321] [71/321] [72/321] [73/321] [74/321] [75/321] [76/321] [77/321] [78/321] [79/321] [80/321] [81/321] [82/321] [83/321] [84/321] [85/321] [86/321] [87/321] [88/321] [89/321] [90/321] [91/321] [92/321] [93/321] [94/321] [95/321] [96/321] [97/321] [98/321] [99/321] [100/321] [101/321] [102/321] [103/321] [104/321] [105/321] [106/321] [107/321] [108/321] [109/321] [110/321] [111/321] [112/321] [113/321] [114/321] [115/321] [116/321] [117/321] [118/321] [119/321] [120/321] [121/321] [122/321] [123/321] [124/321] [125/321] [126/321] [127/321] [128/321] [129/321] [130/321] [131/321] [132/321] [133/321] [134/321] [135/321] [136/321] [137/321] [138/321] [139/321] [140/321] [141/321] [142/321] [143/321] [144/321] [145/321] [146/321] [147/321] [148/321] [149/321] [150/321] [151/321] [152/321] [153/321] [154/321] [155/321] [156/321] [157/321] [158/321] [159/321] [160/321] [161/321] [162/321] [163/321] [164/321] [165/321] [166/321] [167/321] [168/321] [169/321] [170/321] [171/321] [172/321] [173/321] [174/321] [175/321] [176/321] [177/321] [178/321] [179/321] [180/321] [181/321] [182/321] [183/321] [184/321] [185/321] [186/321] [187/321] [188/321] [189/321] [190/321] [191/321] [192/321] [193/321] [194/321] [195/321] [196/321] [197/321] [198/321] [199/321] [200/321] [201/321] [202/321] [203/321] [204/321] [205/321] [206/321] [207/321] [208/321] [209/321] [210/321] [211/321] [212/321] [213/321] [214/321] [215/321] [216/321] [217/321] [218/321] [219/321] [220/321] [221/321] [222/321] [223/321] [224/321] [225/321] [226/321] [227/321] [228/321] [229/321] [230/321] [231/321] [232/321] [233/321] [234/321] [235/321] [236/321] [237/321] [238/321] [239/321] [240/321] [241/321] [242/321] [243/321] [244/321] [245/321] [246/321] [247/321] [248/321] [249/321] [250/321] [251/321] [252/321] [253/321] [254/321] [255/321] [256/321] [257/321] [258/321] [259/321] [260/321] [261/321] [262/321] [263/321] [264/321] [265/321] [266/321] [267/321] [268/321] [269/321] [270/321] [271/321] [272/321] [273/321] [274/321] [275/321] [276/321] [277/321] [278/321] [279/321] [280/321] [281/321] [282/321] [283/321] [284/321] [285/321] [286/321] [287/321] [288/321] [289/321] [290/321] [291/321] [292/321] [293/321] [294/321] [295/321] [296/321] [297/321] [298/321] [299/321] [300/321] [301/321] [302/321] [303/321] [304/321] [305/321] [306/321] [307/321] [308/321] [309/321] [310/321] [311/321] [312/321] [313/321] [314/321] [315/321] [316/321] [317/321] [318/321] [319/321] [320/321] [321/321] now installing cumulated packages
[    6s] removing nis flags from /var/tmp/build-root/etc/nsswitch.conf...
[    6s] now finalizing build dir...
[    6s] cp: omitting directory '/home/SURVRECH/kl01e745/obs/home:robverduijn:Spice/xf86-video-qxl/tmp'
[    7s] -----------------------------------------------------------------
[    7s] I have the following modifications for xf86-video-qxl.spec:
[    7s] -----------------------------------------------------------------
[    7s] ----- building xf86-video-qxl.spec (user abuild)
[    7s] -----------------------------------------------------------------
[    7s] -----------------------------------------------------------------
[    7s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature /home/abuild/rpmbuild/SOURCES/xf86-video-qxl.spec
[    7s] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nV9pU8
[    7s] + umask 022
[    7s] + cd /home/abuild/rpmbuild/BUILD
[    7s] + cd /home/abuild/rpmbuild/BUILD
[    7s] + rm -rf xf86-video-qxl-0.1.0
[    7s] + /usr/bin/bzip2 -dc /home/abuild/rpmbuild/SOURCES/xf86-video-qxl-0.1.0.tar.bz2
[    7s] + /bin/tar -xf -
[    7s] + STATUS=0
[    7s] + '[' 0 -ne 0 ']'
[    7s] + cd xf86-video-qxl-0.1.0
[    7s] + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
[    7s] + echo 'Patch #1 (0001-Change-include-paths-to-fix-rare-compilation-issue.patch):'
[    7s] Patch #1 (0001-Change-include-paths-to-fix-rare-compilation-issue.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0001-Change-include-paths-to-fix-rare-compilation-issue.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/spiceqxl_inputs.c
[    7s] + echo 'Patch #2 (0002-Add-XORG_LIBS-to-LIBADD.patch):'
[    7s] Patch #2 (0002-Add-XORG_LIBS-to-LIBADD.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0002-Add-XORG_LIBS-to-LIBADD.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/Makefile.am
[    7s] + echo 'Patch #3 (0003-Only-include-Xv-headers-if-server-supports-it.patch):'
[    7s] Patch #3 (0003-Only-include-Xv-headers-if-server-supports-it.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0003-Only-include-Xv-headers-if-server-supports-it.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl.h
[    7s] + echo 'Patch #4 (0004-Remove-mibstore.h.patch):'
[    7s] Patch #4 (0004-Remove-mibstore.h.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0004-Remove-mibstore.h.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/uxa/uxa-priv.h
[    7s] + echo 'Patch #5 (0005-Unify-memory-management-for-the-primary-screen.patch):'
[    7s] Patch #5 (0005-Unify-memory-management-for-the-primary-screen.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0005-Unify-memory-management-for-the-primary-screen.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_surface.c
[    7s] + echo 'Patch #6 (0006-Add-a-DeferredFPS-option.patch):'
[    7s] Patch #6 (0006-Add-a-DeferredFPS-option.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0006-Add-a-DeferredFPS-option.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file examples/spiceqxl.xorg.conf.example
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #7 (0007-Shift-the-uxa-function-initialization-to-a-separate-.patch):'
[    7s] Patch #7 (0007-Shift-the-uxa-function-initialization-to-a-separate-.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0007-Shift-the-uxa-function-initialization-to-a-separate-.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #8 (0008-Add-a-deferred-frames-mode.patch):'
[    7s] Patch #8 (0008-Add-a-deferred-frames-mode.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0008-Add-a-deferred-frames-mode.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/Makefile.am
[    7s] patching file src/dfps.c
[    7s] patching file src/dfps.h
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_surface.c
[    7s] + echo 'Patch #9 (0009-Implement-copy-with-fbFill.patch):'
[    7s] Patch #9 (0009-Implement-copy-with-fbFill.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0009-Implement-copy-with-fbFill.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/dfps.c
[    7s] + echo 'Patch #10 (0010-Implement-prepare_copy-using-GC-functions.patch):'
[    7s] Patch #10 (0010-Implement-prepare_copy-using-GC-functions.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0010-Implement-prepare_copy-using-GC-functions.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/dfps.c
[    7s] + echo 'Patch #11 (0011-Enable-the-use-of-SpiceExitOnDisconnect-so-that-Xspi.patch):'
[    7s] Patch #11 (0011-Enable-the-use-of-SpiceExitOnDisconnect-so-that-Xspi.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0011-Enable-the-use-of-SpiceExitOnDisconnect-so-that-Xspi.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file examples/spiceqxl.xorg.conf.example
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/spiceqxl_spice_server.c
[    7s] + echo 'Patch #12 (0012-qxl_driver-remove-unused-enum-ROPDescriptor.patch):'
[    7s] Patch #12 (0012-qxl_driver-remove-unused-enum-ROPDescriptor.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0012-qxl_driver-remove-unused-enum-ROPDescriptor.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #13 (0013-qxl_pre_init-fix-calculation-of-available-video-memo.patch):'
[    7s] Patch #13 (0013-qxl_pre_init-fix-calculation-of-available-video-memo.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0013-qxl_pre_init-fix-calculation-of-available-video-memo.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #14 (0014-qxl_driver-check_crtc-handle-qxl-crtcs-NULL.patch):'
[    7s] Patch #14 (0014-qxl_driver-check_crtc-handle-qxl-crtcs-NULL.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0014-qxl_driver-check_crtc-handle-qxl-crtcs-NULL.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #15 (0015-qxl_driver-simplify-calling-qxl_update_monitors_conf.patch):'
[    7s] Patch #15 (0015-qxl_driver-simplify-calling-qxl_update_monitors_conf.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0015-qxl_driver-simplify-calling-qxl_update_monitors_conf.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #16 (0016-qxl_driver-monitors_config-adjust-to-memory-remap.patch):'
[    7s] Patch #16 (0016-qxl_driver-monitors_config-adjust-to-memory-remap.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0016-qxl_driver-monitors_config-adjust-to-memory-remap.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #17 (0017-Establish-a-preferred-default-of-1024x768-correctly.patch):'
[    7s] Patch #17 (0017-Establish-a-preferred-default-of-1024x768-correctly.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0017-Establish-a-preferred-default-of-1024x768-correctly.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #18 (0018-qxl-split-uxa-related-code-into-separate-file.patch):'
[    7s] Patch #18 (0018-qxl-split-uxa-related-code-into-separate-file.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0018-qxl-split-uxa-related-code-into-separate-file.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/Makefile.am
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_uxa.c
[    7s] + echo 'Patch #19 (0019-qxl-split-user-modesetting-code-and-crtc-code-out.patch):'
[    7s] Patch #19 (0019-qxl-split-user-modesetting-code-and-crtc-code-out.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0019-qxl-split-user-modesetting-code-and-crtc-code-out.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/Makefile.am
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_ums_mode.c
[    7s] + echo 'Patch #20 (0020-qxl-move-io-functions-to-a-separate-file.patch):'
[    7s] Patch #20 (0020-qxl-move-io-functions-to-a-separate-file.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0020-qxl-move-io-functions-to-a-separate-file.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/Makefile.am
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_io.c
[    7s] + echo 'Patch #21 (0021-qxl_mem-drop-unused-if-0-code.patch):'
[    7s] Patch #21 (0021-qxl_mem-drop-unused-if-0-code.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0021-qxl_mem-drop-unused-if-0-code.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_mem.c
[    7s] + echo 'Patch #22 (0022-qxl-move-mem-slots-code-to-qxl_mem.c.patch):'
[    7s] Patch #22 (0022-qxl-move-mem-slots-code-to-qxl_mem.c.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0022-qxl-move-mem-slots-code-to-qxl_mem.c.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_mem.c
[    7s] + echo 'Patch #23 (0023-qxl-move-garbage-collector-alloc-into-qxl_mem.c.patch):'
[    7s] Patch #23 (0023-qxl-move-garbage-collector-alloc-into-qxl_mem.c.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0023-qxl-move-garbage-collector-alloc-into-qxl_mem.c.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_mem.c
[    7s] + echo 'Patch #24 (0024-qxl-move-mspace-setup-to-qxl_mem.c.patch):'
[    7s] Patch #24 (0024-qxl-move-mspace-setup-to-qxl_mem.c.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0024-qxl-move-mspace-setup-to-qxl_mem.c.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_mem.c
[    7s] + echo 'Patch #25 (0025-uxa-port-over-tiled-fill-code-from-EXA.patch):'
[    7s] Patch #25 (0025-uxa-port-over-tiled-fill-code-from-EXA.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0025-uxa-port-over-tiled-fill-code-from-EXA.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/uxa/uxa-accel.c
[    7s] + echo 'Patch #26 (0026-qxl-split-surface-struct-out-into-its-own-header-fil.patch):'
[    7s] Patch #26 (0026-qxl-split-surface-struct-out-into-its-own-header-fil.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0026-qxl-split-surface-struct-out-into-its-own-header-fil.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/Makefile.am
[    7s] patching file src/qxl_surface.c
[    7s] patching file src/qxl_surface.h
[    7s] + echo 'Patch #27 (0027-qxl-pass-qxl-instead-of-surface-cache-to-some-functi.patch):'
[    7s] Patch #27 (0027-qxl-pass-qxl-instead-of-surface-cache-to-some-functi.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0027-qxl-pass-qxl-instead-of-surface-cache-to-some-functi.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_surface.c
[    7s] patching file src/qxl_uxa.c
[    7s] + echo 'Patch #28 (0028-qxl_surface-move-to-using-struct-to-avoid-ordering-i.patch):'
[    7s] Patch #28 (0028-qxl_surface-move-to-using-struct-to-avoid-ordering-i.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0028-qxl_surface-move-to-using-struct-to-avoid-ordering-i.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_surface.h
[    7s] + echo 'Patch #29 (0029-qxl-fix-memory-leak-on-driver-exit.patch):'
[    7s] Patch #29 (0029-qxl-fix-memory-leak-on-driver-exit.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0029-qxl-fix-memory-leak-on-driver-exit.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #30 (0030-qxl-split-common-pre-init-code-out-from-qxl-pre-init.patch):'
[    7s] Patch #30 (0030-qxl-split-common-pre-init-code-out-from-qxl-pre-init.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0030-qxl-split-common-pre-init-code-out-from-qxl-pre-init.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #31 (0031-qxl_edid-add-missing-config.h.patch):'
[    7s] Patch #31 (0031-qxl_edid-add-missing-config.h.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0031-qxl_edid-add-missing-config.h.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_edid.c
[    7s] + echo 'Patch #32 (0032-qxl-pass-surface-struct-instead-of-ids-in-drawable-f.patch):'
[    7s] Patch #32 (0032-qxl-pass-surface-struct-instead-of-ids-in-drawable-f.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0032-qxl-pass-surface-struct-instead-of-ids-in-drawable-f.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_surface.c
[    7s] + echo 'Patch #33 (0033-qxl-add-direct-pointer-from-qxl-surface-to-qxl-scree.patch):'
[    7s] Patch #33 (0033-qxl-add-direct-pointer-from-qxl-surface-to-qxl-scree.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0033-qxl-add-direct-pointer-from-qxl-surface-to-qxl-scree.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_surface.c
[    7s] patching file src/qxl_surface.h
[    7s] + echo 'Patch #34 (0034-qxl-abstract-object-allocation-away-from-surface-ima.patch):'
[    7s] Patch #34 (0034-qxl-abstract-object-allocation-away-from-surface-ima.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0034-qxl-abstract-object-allocation-away-from-surface-ima.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_cursor.c
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_image.c
[    7s] patching file src/qxl_mem.c
[    7s] patching file src/qxl_surface.c
[    7s] patching file src/qxl_surface.h
[    7s] patching file src/qxl_uxa.c
[    7s] + echo 'Patch #35 (0035-qxl-separate-surface-ums-code-out-into-separate-file.patch):'
[    7s] Patch #35 (0035-qxl-separate-surface-ums-code-out-into-separate-file.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0035-qxl-separate-surface-ums-code-out-into-separate-file.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/Makefile.am
[    7s] patching file src/qxl_surface.c
[    7s] patching file src/qxl_surface.h
[    7s] patching file src/qxl_surface_ums.c
[    7s] + echo 'Patch #36 (0036-qxl-fix-build-in-koji.patch):'
[    7s] Patch #36 (0036-qxl-fix-build-in-koji.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0036-qxl-fix-build-in-koji.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_surface.c
[    7s] patching file src/qxl_surface.h
[    7s] patching file src/qxl_surface_ums.c
[    7s] + echo 'Patch #37 (0037-qxl-fix-xspice-build-due-to-missing-include.patch):'
[    7s] Patch #37 (0037-qxl-fix-xspice-build-due-to-missing-include.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0037-qxl-fix-xspice-build-due-to-missing-include.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_uxa.c
[    7s] + echo 'Patch #38 (0038-qxl-use-u64_to_pointer-to-avoid-warnings-when-buildi.patch):'
[    7s] Patch #38 (0038-qxl-use-u64_to_pointer-to-avoid-warnings-when-buildi.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0038-qxl-use-u64_to_pointer-to-avoid-warnings-when-buildi.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_mem.c
[    7s] + echo 'Patch #39 (0039-qxl-drop-pointless-and-wrong-memset.patch):'
[    7s] Patch #39 (0039-qxl-drop-pointless-and-wrong-memset.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0039-qxl-drop-pointless-and-wrong-memset.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #40 (0040-We-re-uploading-a-drawable-from-the-primary-surface-.patch):'
[    7s] Patch #40 (0040-We-re-uploading-a-drawable-from-the-primary-surface-.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0040-We-re-uploading-a-drawable-from-the-primary-surface-.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_surface.c
[    7s] + echo 'Patch #41 (0041-Initialize-our-update-region-at-surface-creation-avo.patch):'
[    7s] Patch #41 (0041-Initialize-our-update-region-at-surface-creation-avo.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0041-Initialize-our-update-region-at-surface-creation-avo.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/dfps.c
[    7s] + echo 'Patch #42 (0042-Handle-cache-and-surface-options-the-same-way-we-han.patch):'
[    7s] Patch #42 (0042-Handle-cache-and-surface-options-the-same-way-we-han.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0042-Handle-cache-and-surface-options-the-same-way-we-han.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file examples/spiceqxl.xorg.conf.example
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #43 (0043-Add-missing-options-to-the-example-xorg.conf-file.patch):'
[    7s] Patch #43 (0043-Add-missing-options-to-the-example-xorg.conf-file.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0043-Add-missing-options-to-the-example-xorg.conf-file.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file examples/spiceqxl.xorg.conf.example
[    7s] + echo 'Patch #44 (0044-Consolidate-and-document-the-missing-parameters.patch):'
[    7s] Patch #44 (0044-Consolidate-and-document-the-missing-parameters.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0044-Consolidate-and-document-the-missing-parameters.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file scripts/Xspice
[    7s] + echo 'Patch #45 (0045-Add-a-auto-flag-to-create-a-temporary-xorg.conf-file.patch):'
[    7s] Patch #45 (0045-Add-a-auto-flag-to-create-a-temporary-xorg.conf-file.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0045-Add-a-auto-flag-to-create-a-temporary-xorg.conf-file.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file scripts/Xspice
[    7s] + echo 'Patch #46 (0046-Enable-the-deferred-fps-and-exit-on-disconnect-optio.patch):'
[    7s] Patch #46 (0046-Enable-the-deferred-fps-and-exit-on-disconnect-optio.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0046-Enable-the-deferred-fps-and-exit-on-disconnect-optio.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file scripts/Xspice
[    7s] + echo 'Patch #47 (0047-Add-a-xsession-option-to-allow-for-an-automatic-star.patch):'
[    7s] Patch #47 (0047-Add-a-xsession-option-to-allow-for-an-automatic-star.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0047-Add-a-xsession-option-to-allow-for-an-automatic-star.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file scripts/Xspice
[    7s] + echo 'Patch #48 (0048-Implement-sending-audio-to-the-client-from-a-directo.patch):'
[    7s] Patch #48 (0048-Implement-sending-audio-to-the-client-from-a-directo.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0048-Implement-sending-audio-to-the-client-from-a-directo.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/Makefile.am
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/spiceqxl_audio.c
[    7s] patching file src/spiceqxl_audio.h
[    7s] + echo 'Patch #49 (0049-Add-an-example-stanza-for-the-FIFO-dir-logic.patch):'
[    7s] Patch #49 (0049-Add-an-example-stanza-for-the-FIFO-dir-logic.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0049-Add-an-example-stanza-for-the-FIFO-dir-logic.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file examples/spiceqxl.xorg.conf.example
[    7s] + echo 'Patch #50 (0050-More-correctly-signal-that-we-only-want-the-first-he.patch):'
[    7s] Patch #50 (0050-More-correctly-signal-that-we-only-want-the-first-he.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0050-More-correctly-signal-that-we-only-want-the-first-he.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_ums_mode.c
[    7s] + echo 'Patch #51 (0051-Eliminate-gcc-warning-on-duplicate-use-of-ARRAY_SIZE.patch):'
[    7s] Patch #51 (0051-Eliminate-gcc-warning-on-duplicate-use-of-ARRAY_SIZE.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0051-Eliminate-gcc-warning-on-duplicate-use-of-ARRAY_SIZE.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/spiceqxl_driver.c
[    7s] patching file src/spiceqxl_spice_server.c
[    7s] + echo 'Patch #52 (0052-Removed-unused-local-variables.patch):'
[    7s] Patch #52 (0052-Removed-unused-local-variables.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0052-Removed-unused-local-variables.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_image.c
[    7s] + echo 'Patch #53 (0053-Document-a-meaningful-warning.patch):'
[    7s] Patch #53 (0053-Document-a-meaningful-warning.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0053-Document-a-meaningful-warning.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_ring.c
[    7s] + echo 'Patch #54 (0054-Eliminate-a-printf-format-warning-on-32-bit-systems.patch):'
[    7s] Patch #54 (0054-Eliminate-a-printf-format-warning-on-32-bit-systems.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0054-Eliminate-a-printf-format-warning-on-32-bit-systems.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/spiceqxl_io_port.c
[    7s] + echo 'Patch #55 (0055-Actually-request-the-forcibly-inline-functions-to-be.patch):'
[    7s] Patch #55 (0055-Actually-request-the-forcibly-inline-functions-to-be.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0055-Actually-request-the-forcibly-inline-functions-to-be.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/murmurhash3.c
[    7s] + echo 'Patch #56 (0056-Eliminate-a-gcc-cast-discards-__attribute__-const-wa.patch):'
[    7s] Patch #56 (0056-Eliminate-a-gcc-cast-discards-__attribute__-const-wa.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0056-Eliminate-a-gcc-cast-discards-__attribute__-const-wa.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/uxa/uxa-accel.c
[    7s] patching file src/uxa/uxa-priv.h
[    7s] + echo 'Patch #57 (0057-Eliminate-gcc-warning-initialization-discards-const-.patch):'
[    7s] Patch #57 (0057-Eliminate-gcc-warning-initialization-discards-const-.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0057-Eliminate-gcc-warning-initialization-discards-const-.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/spiceqxl_inputs.c
[    7s] + echo 'Patch #58 (0058-Make-the-Deferred-FPS-mode-available-in-all-cases-no.patch):'
[    7s] Patch #58 (0058-Make-the-Deferred-FPS-mode-available-in-all-cases-no.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0058-Make-the-Deferred-FPS-mode-available-in-all-cases-no.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/Makefile.am
[    7s] patching file src/dfps.c
[    7s] patching file src/dfps.h
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_uxa.c
[    7s] + echo 'Patch #59 (0059-Add-new-DebugRenderFallbacks-option.patch):'
[    7s] Patch #59 (0059-Add-new-DebugRenderFallbacks-option.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0059-Add-new-DebugRenderFallbacks-option.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] + echo 'Patch #60 (0060-When-DebugRenderFallbacks-is-turned-on-print-debug-s.patch):'
[    7s] Patch #60 (0060-When-DebugRenderFallbacks-is-turned-on-print-debug-s.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0060-When-DebugRenderFallbacks-is-turned-on-print-debug-s.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_uxa.c
[    7s] + echo 'Patch #61 (0061-Modify-X-interfaces-to-better-enable-Xorg-resets.patch):'
[    7s] Patch #61 (0061-Modify-X-interfaces-to-better-enable-Xorg-resets.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0061-Modify-X-interfaces-to-better-enable-Xorg-resets.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/spiceqxl_main_loop.c
[    7s] patching file src/spiceqxl_main_loop.h
[    7s] + echo 'Patch #62 (0062-Set-noreset-on-invocation.patch):'
[    7s] Patch #62 (0062-Set-noreset-on-invocation.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0062-Set-noreset-on-invocation.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file scripts/Xspice
[    7s] + echo 'Patch #63 (0063-qxl-add-KMS-support-v1.2.patch):'
[    7s] Patch #63 (0063-qxl-add-KMS-support-v1.2.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0063-qxl-add-KMS-support-v1.2.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file configure.ac
[    7s] patching file src/Makefile.am
[    7s] patching file src/qxl.h
[    7s] patching file src/qxl_driver.c
[    7s] patching file src/qxl_drmmode.c
[    7s] patching file src/qxl_drmmode.h
[    7s] patching file src/qxl_kms.c
[    7s] patching file src/qxl_surface.c
[    7s] patching file src/qxl_surface.h
[    7s] patching file src/qxl_surface_ums.c
[    7s] patching file src/qxl_uxa.c
[    7s] + echo 'Patch #64 (0064-qxl-kms-recreate-the-host-image-upon-resize.patch):'
[    7s] Patch #64 (0064-qxl-kms-recreate-the-host-image-upon-resize.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0064-qxl-kms-recreate-the-host-image-upon-resize.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file src/qxl_drmmode.c
[    7s] + echo 'Patch #65 (0065-qxl-don-t-enable-kms-unless-we-can-find-qxl_drm.h.patch):'
[    7s] Patch #65 (0065-qxl-don-t-enable-kms-unless-we-can-find-qxl_drm.h.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0065-qxl-don-t-enable-kms-unless-we-can-find-qxl_drm.h.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file configure.ac
[    7s] + echo 'Patch #66 (0066-qxl-fix-32-bit-mmaps.patch):'
[    7s] Patch #66 (0066-qxl-fix-32-bit-mmaps.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/0066-qxl-fix-32-bit-mmaps.patch
[    7s] + /usr/bin/patch -p1 --fuzz=0
[    7s] patching file configure.ac
[    7s] + echo 'Patch #9000 (9000-fix-strncat-bufferoverflow.patch):'
[    7s] Patch #9000 (9000-fix-strncat-bufferoverflow.patch):
[    7s] + /usr/bin/cat /home/abuild/rpmbuild/SOURCES/9000-fix-strncat-bufferoverflow.patch
[    7s] + /usr/bin/patch -p0 --fuzz=0
[    7s] patching file src/spiceqxl_audio.c
[    7s] + exit 0
[    7s] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ePVlAT
[    7s] + umask 022
[    7s] + cd /home/abuild/rpmbuild/BUILD
[    7s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/xf86-video-qxl-0.1.0-1.x86_64
[    7s] ++ dirname /home/abuild/rpmbuild/BUILDROOT/xf86-video-qxl-0.1.0-1.x86_64
[    7s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT
[    7s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/xf86-video-qxl-0.1.0-1.x86_64
[    7s] + cd xf86-video-qxl-0.1.0
[    7s] + autoreconf -f -i
[   10s] libtoolize: putting auxiliary files in `.'.
[   10s] libtoolize: copying file `./ltmain.sh'
[   10s] libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
[   10s] libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
[   10s] libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
[   14s] + CFLAGS='-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables'
[   14s] + export CFLAGS
[   14s] + CXXFLAGS='-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables'
[   14s] + export CXXFLAGS
[   14s] + FFLAGS='-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables'
[   14s] + export FFLAGS
[   14s] + ./configure --host=x86_64-suse-linux-gnu --build=x86_64-suse-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-static --enable-xspice=yes
[   14s] checking build system type... x86_64-suse-linux-gnu
[   14s] checking host system type... x86_64-suse-linux-gnu
[   14s] checking for a BSD-compatible install... /usr/bin/install -c
[   14s] checking whether build environment is sane... yes
[   14s] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[   14s] checking for gawk... gawk
[   14s] checking whether make sets $(MAKE)... yes
[   14s] checking whether make supports nested variables... yes
[   14s] checking whether to enable maintainer-specific portions of Makefiles... no
[   14s] checking for style of include used by make... GNU
[   14s] checking for x86_64-suse-linux-gnu-gcc... no
[   14s] checking for gcc... gcc
[   15s] checking whether the C compiler works... yes
[   15s] checking for C compiler default output file name... a.out
[   15s] checking for suffix of executables... 
[   15s] checking whether we are cross compiling... no
[   15s] checking for suffix of object files... o
[   15s] checking whether we are using the GNU C compiler... yes
[   15s] checking whether gcc accepts -g... yes
[   15s] checking for gcc option to accept ISO C89... none needed
[   15s] checking dependency style of gcc... none
[   15s] checking for special C compiler options needed for large files... no
[   15s] checking for _FILE_OFFSET_BITS value needed for large files... no
[   15s] checking for gcc option to accept ISO C99... -std=gnu99
[   15s] checking how to run the C preprocessor... gcc -std=gnu99 -E
[   15s] checking for grep that handles long lines and -e... /usr/bin/grep
[   15s] checking for egrep... /usr/bin/grep -E
[   15s] checking for ANSI C header files... yes
[   15s] checking for sys/types.h... yes
[   15s] checking for sys/stat.h... yes
[   15s] checking for stdlib.h... yes
[   15s] checking for string.h... yes
[   15s] checking for memory.h... yes
[   15s] checking for strings.h... yes
[   15s] checking for inttypes.h... yes
[   15s] checking for stdint.h... yes
[   15s] checking for unistd.h... yes
[   15s] checking whether __clang__ is declared... no
[   15s] checking whether __INTEL_COMPILER is declared... no
[   16s] checking whether __SUNPRO_C is declared... no
[   16s] checking for x86_64-suse-linux-gnu-pkg-config... no
[   16s] checking for pkg-config... /usr/bin/pkg-config
[   16s] checking pkg-config is at least version 0.9.0... yes
[   16s] checking for a sed that does not truncate output... /usr/bin/sed
[   16s] checking if gcc -std=gnu99 supports -Werror=unknown-warning-option... no
[   16s] checking if gcc -std=gnu99 supports -Werror=unused-command-line-argument... no
[   16s] checking if gcc -std=gnu99 supports-Wall... yes
[   16s] checking if gcc -std=gnu99 supports-Wpointer-arith... yes
[   16s] checking if gcc -std=gnu99 supports-Wmissing-declarations... yes
[   16s] checking if gcc -std=gnu99 supports-Wformat=2... yes
[   16s] checking if gcc -std=gnu99 supports-Wstrict-prototypes... yes
[   16s] checking if gcc -std=gnu99 supports-Wmissing-prototypes... yes
[   16s] checking if gcc -std=gnu99 supports-Wnested-externs... yes
[   16s] checking if gcc -std=gnu99 supports-Wbad-function-cast... yes
[   16s] checking if gcc -std=gnu99 supports-Wold-style-definition... yes
[   16s] checking if gcc -std=gnu99 supports-Wdeclaration-after-statement... yes
[   16s] checking if gcc -std=gnu99 supports-Wunused... yes
[   16s] checking if gcc -std=gnu99 supports-Wuninitialized... yes
[   16s] checking if gcc -std=gnu99 supports-Wshadow... yes
[   16s] checking if gcc -std=gnu99 supports-Wcast-qual... yes
[   16s] checking if gcc -std=gnu99 supports-Wmissing-noreturn... yes
[   16s] checking if gcc -std=gnu99 supports-Wmissing-format-attribute... yes
[   16s] checking if gcc -std=gnu99 supports-Wredundant-decls... yes
[   16s] checking if gcc -std=gnu99 supports-Werror=implicit... yes
[   16s] checking if gcc -std=gnu99 supports-Werror=nonnull... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=init-self... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=main... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=missing-braces... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=sequence-point... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=return-type... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=trigraphs... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=array-bounds... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=write-strings... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=address... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=int-to-pointer-cast... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=pointer-to-int-cast... yes
[   17s] checking if gcc -std=gnu99 supports-pedantic... yes
[   17s] checking if gcc -std=gnu99 supports-Werror... yes
[   17s] checking if gcc -std=gnu99 supports-Werror=attributes... yes
[   17s] checking whether make supports nested variables... (cached) yes
[   17s] checking how to print strings... printf
[   17s] checking for a sed that does not truncate output... (cached) /usr/bin/sed
[   17s] checking for fgrep... /usr/bin/grep -F
[   17s] checking for ld used by gcc -std=gnu99... /usr/x86_64-suse-linux/bin/ld
[   17s] checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
[   17s] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[   17s] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[   17s] checking whether ln -s works... yes
[   17s] checking the maximum length of command line arguments... 1572864
[   17s] checking whether the shell understands some XSI constructs... yes
[   17s] checking whether the shell understands "+="... yes
[   17s] checking how to convert x86_64-suse-linux-gnu file names to x86_64-suse-linux-gnu format... func_convert_file_noop
[   17s] checking how to convert x86_64-suse-linux-gnu file names to toolchain format... func_convert_file_noop
[   17s] checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
[   17s] checking for x86_64-suse-linux-gnu-objdump... no
[   17s] checking for objdump... objdump
[   17s] checking how to recognize dependent libraries... pass_all
[   17s] checking for x86_64-suse-linux-gnu-dlltool... no
[   17s] checking for dlltool... no
[   17s] checking how to associate runtime and link libraries... printf %s\n
[   17s] checking for x86_64-suse-linux-gnu-ar... no
[   17s] checking for ar... ar
[   17s] checking for archiver @FILE support... @
[   17s] checking for x86_64-suse-linux-gnu-strip... no
[   17s] checking for strip... strip
[   17s] checking for x86_64-suse-linux-gnu-ranlib... no
[   17s] checking for ranlib... ranlib
[   17s] checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
[   17s] checking for sysroot... no
[   17s] checking for x86_64-suse-linux-gnu-mt... no
[   17s] checking for mt... mt
[   17s] checking if mt is a manifest tool... no
[   17s] checking for dlfcn.h... yes
[   17s] checking for objdir... .libs
[   17s] checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
[   17s] checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
[   18s] checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
[   18s] checking if gcc -std=gnu99 static flag -static works... no
[   18s] checking if gcc -std=gnu99 supports -c -o file.o... yes
[   18s] checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
[   18s] checking whether the gcc -std=gnu99 linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
[   18s] checking whether -lc should be explicitly linked in... no
[   18s] checking dynamic linker characteristics... GNU/Linux ld.so
[   18s] checking how to hardcode library paths into programs... immediate
[   18s] checking whether stripping libraries is possible... yes
[   18s] checking if libtool supports shared libraries... yes
[   18s] checking whether to build shared libraries... yes
[   18s] checking whether to build static libraries... no
[   18s] checking if RANDR is defined... yes
[   18s] checking if RENDER is defined... yes
[   18s] checking if XV is defined... yes
[   18s] checking if XFreeXDGA is defined... yes
[   18s] checking for XORG... yes
[   18s] checking whether XSERVER_LIBPCIACCESS is declared... yes
[   18s] checking for qxl_drm.h... no
[   18s] checking for PCIACCESS... yes
[   18s] checking for SPICE... yes
[   18s] checking for SPICE_PROTOCOL... yes
[   18s] checking for .git... no
[   18s] checking that generated files are newer than configure... done
[   18s] configure: creating ./config.status
[   18s] config.status: creating Makefile
[   18s] config.status: creating src/Makefile
[   18s] config.status: creating src/uxa/Makefile
[   18s] config.status: creating scripts/Makefile
[   18s] config.status: creating examples/Makefile
[   19s] config.status: creating config.h
[   19s] config.status: executing depfiles commands
[   19s] config.status: executing libtool commands
[   19s] 
[   19s] 
[   19s]         xf86-video-qxl 0.1.0
[   19s]         =====================
[   19s] 
[   19s]         prefix:                   /usr
[   19s]         c compiler:               gcc -std=gnu99
[   19s] 
[   19s]         drm:                      
[   19s]         KMS:                      no
[   19s]         Build qxl:                yes
[   19s]         Build xspice:             yes
[   19s] 
[   19s] + make -j8
[   19s] make  all-recursive
[   19s] make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/xf86-video-qxl-0.1.0'
[   19s] Making all in src
[   19s] make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/xf86-video-qxl-0.1.0/src'
[   19s] Making all in uxa
[   19s] make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/xf86-video-qxl-0.1.0/src/uxa'
[   19s]   CC       uxa.lo
[   19s]   CC       uxa-accel.lo
[   19s]   CC       uxa-render.lo
[   19s]   CC       uxa-glyphs.lo
[   19s]   CC       uxa-unaccel.lo
[   19s]   CC       uxa-damage.lo
[   19s] In file included from /usr/include/xorg/dixfontstr.h:28:0,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/xorg/dixfont.h:149:22: warning: redundant redeclaration of 'client_auth_generation' [-Wredundant-decls]
[   19s] In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
[   19s]                  from /usr/include/xorg/dixfont.h:30,
[   19s]                  from /usr/include/xorg/dixfontstr.h:28,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/X11/fonts/fontproto.h:52:12: note: previous declaration of 'client_auth_generation' was here
[   19s] In file included from /usr/include/xorg/dixfontstr.h:28:0,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/xorg/dixfont.h:151:23: warning: redundant redeclaration of 'DeleteFontClientID' [-Wredundant-decls]
[   19s] In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
[   19s]                  from /usr/include/xorg/dixfont.h:30,
[   19s]                  from /usr/include/xorg/dixfontstr.h:28,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/X11/fonts/fontproto.h:59:13: note: previous declaration of 'DeleteFontClientID' was here
[   19s] In file included from /usr/include/xorg/dixfontstr.h:28:0,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/xorg/dixfont.h:153:36: warning: redundant redeclaration of 'GetClientResolutions' [-Wredundant-decls]
[   19s] In file included from /usr/include/xorg/mi.h:54:0,
[   19s]                  from /usr/include/xorg/fb.h:40,
[   19s]                  from uxa.h:40,
[   19s]                  from uxa-priv.h:39,
[   19s]                  from uxa-damage.c:28:
[   19s] /usr/include/X11/fonts/font.h:147:26: note: previous declaration of 'GetClientResolutions' was here
[   19s] In file included from /usr/include/xorg/dixfontstr.h:28:0,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/xorg/dixfont.h:155:22: warning: redundant redeclaration of 'GetDefaultPointSize' [-Wredundant-decls]
[   19s] In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
[   19s]                  from /usr/include/xorg/dixfont.h:30,
[   19s]                  from /usr/include/xorg/dixfontstr.h:28,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/X11/fonts/fontproto.h:44:12: note: previous declaration of 'GetDefaultPointSize' was here
[   19s] In file included from /usr/include/xorg/dixfontstr.h:28:0,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/xorg/dixfont.h:157:23: warning: redundant redeclaration of 'GetNewFontClientID' [-Wredundant-decls]
[   19s] In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
[   19s]                  from /usr/include/xorg/dixfont.h:30,
[   19s]                  from /usr/include/xorg/dixfontstr.h:28,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/X11/fonts/fontproto.h:60:13: note: previous declaration of 'GetNewFontClientID' was here
[   19s] In file included from /usr/include/xorg/dixfontstr.h:28:0,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/xorg/dixfont.h:159:22: warning: redundant redeclaration of 'init_fs_handlers' [-Wredundant-decls]
[   19s] In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
[   19s]                  from /usr/include/xorg/dixfont.h:30,
[   19s]                  from /usr/include/xorg/dixfontstr.h:28,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/X11/fonts/fontproto.h:46:12: note: previous declaration of 'init_fs_handlers' was here
[   19s] In file included from /usr/include/xorg/dixfontstr.h:28:0,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/xorg/dixfont.h:162:22: warning: redundant redeclaration of 'RegisterFPEFunctions' [-Wredundant-decls]
[   19s] In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
[   19s]                  from /usr/include/xorg/dixfont.h:30,
[   19s]                  from /usr/include/xorg/dixfontstr.h:28,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/X11/fonts/fontproto.h:28:12: note: previous declaration of 'RegisterFPEFunctions' was here
[   19s] In file included from /usr/include/xorg/dixfontstr.h:28:0,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/xorg/dixfont.h:178:23: warning: redundant redeclaration of 'remove_fs_handlers' [-Wredundant-decls]
[   19s] In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
[   19s]                  from /usr/include/xorg/dixfont.h:30,
[   19s]                  from /usr/include/xorg/dixfontstr.h:28,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/X11/fonts/fontproto.h:48:13: note: previous declaration of 'remove_fs_handlers' was here
[   19s] In file included from /usr/include/xorg/dixfontstr.h:28:0,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/xorg/dixfont.h:182:22: warning: redundant redeclaration of 'StoreFontClientFont' [-Wredundant-decls]
[   19s] In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
[   19s]                  from /usr/include/xorg/dixfont.h:30,
[   19s]                  from /usr/include/xorg/dixfontstr.h:28,
[   19s]                  from uxa-damage.c:33:
[   19s] /usr/include/X11/fonts/fontproto.h:61:12: note: previous declaration of 'StoreFontClientFont' was here
[   19s] uxa-glyphs.c: In function 'uxa_glyphs':
[   19s] uxa-glyphs.c:1185:21: warning: 'width' may be used uninitialized in this function [-Wmaybe-uninitialized]
[   19s] uxa-glyphs.c:1185:21: warning: 'height' may be used uninitialized in this function [-Wmaybe-uninitialized]
[   19s] uxa-render.c: In function 'uxa_try_driver_composite':
[   19s] uxa-render.c:1283:21: warning: 'yDst_copy' may be used uninitialized in this function [-Wmaybe-uninitialized]
[   19s] uxa-render.c:1283:21: warning: 'xDst_copy' may be used uninitialized in this function [-Wmaybe-uninitialized]
[   19s]   CCLD     libuxa.la
[   19s] make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/xf86-video-qxl-0.1.0/src/uxa'
[   19s] make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/xf86-video-qxl-0.1.0/src'
[   19s]   CC       qxl_driver.lo
[   19s]   CC       qxl_image.lo
[   19s]   CC       qxl_surface.lo
[   19s]   CC       qxl_surface_ums.lo
[   19s]   CC       qxl_ring.lo
[   19s]   CC       qxl_mem.lo
[   19s]   CC       mspace.lo
[   19s]   CC       murmurhash3.lo
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:43:25: warning: redundant redeclaration of 'xf86ModeHSync' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86.h:416:1: note: previous declaration of 'xf86ModeHSync' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:44:25: warning: redundant redeclaration of 'xf86ModeVRefresh' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86.h:418:1: note: previous declaration of 'xf86ModeVRefresh' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:53:33: warning: redundant redeclaration of 'xf86DuplicateMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86.h:424:1: note: previous declaration of 'xf86DuplicateMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:54:33: warning: redundant redeclaration of 'xf86DuplicateModes' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86.h:428:1: note: previous declaration of 'xf86DuplicateModes' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:56:23: warning: redundant redeclaration of 'xf86SetModeDefaultName' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86.h:420:1: note: previous declaration of 'xf86SetModeDefaultName' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:57:23: warning: redundant redeclaration of 'xf86SetModeCrtc' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86.h:422:1: note: previous declaration of 'xf86SetModeCrtc' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:58:23: warning: redundant redeclaration of 'xf86ModesEqual' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86.h:430:1: note: previous declaration of 'xf86ModesEqual' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:60:23: warning: redundant redeclaration of 'xf86PrintModeline' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86.h:432:1: note: previous declaration of 'xf86PrintModeline' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:61:33: warning: redundant redeclaration of 'xf86ModesAdd' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86.h:434:1: note: previous declaration of 'xf86ModesAdd' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:65:33: warning: redundant redeclaration of 'xf86CVTMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86.h:201:33: note: previous declaration of 'xf86CVTMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86Modes.h:43:25: warning: redundant redeclaration of 'xf86ModeHSync' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86.h:416:1: note: previous declaration of 'xf86ModeHSync' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86Modes.h:44:25: warning: redundant redeclaration of 'xf86ModeVRefresh' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86.h:418:1: note: previous declaration of 'xf86ModeVRefresh' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86Modes.h:53:33: warning: redundant redeclaration of 'xf86DuplicateMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86.h:424:1: note: previous declaration of 'xf86DuplicateMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86Modes.h:54:33: warning: redundant redeclaration of 'xf86DuplicateModes' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86.h:428:1: note: previous declaration of 'xf86DuplicateModes' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86Modes.h:56:23: warning: redundant redeclaration of 'xf86SetModeDefaultName' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86.h:420:1: note: previous declaration of 'xf86SetModeDefaultName' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86Modes.h:57:23: warning: redundant redeclaration of 'xf86SetModeCrtc' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86.h:422:1: note: previous declaration of 'xf86SetModeCrtc' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86Modes.h:58:23: warning: redundant redeclaration of 'xf86ModesEqual' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86.h:430:1: note: previous declaration of 'xf86ModesEqual' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86Modes.h:60:23: warning: redundant redeclaration of 'xf86PrintModeline' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86.h:432:1: note: previous declaration of 'xf86PrintModeline' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86Modes.h:61:33: warning: redundant redeclaration of 'xf86ModesAdd' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86.h:434:1: note: previous declaration of 'xf86ModesAdd' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86Modes.h:65:33: warning: redundant redeclaration of 'xf86CVTMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86.h:201:33: note: previous declaration of 'xf86CVTMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86Modes.h:43:25: warning: redundant redeclaration of 'xf86ModeHSync' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86.h:416:1: note: previous declaration of 'xf86ModeHSync' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86Modes.h:44:25: warning: redundant redeclaration of 'xf86ModeVRefresh' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86.h:418:1: note: previous declaration of 'xf86ModeVRefresh' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86Modes.h:53:33: warning: redundant redeclaration of 'xf86DuplicateMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86.h:424:1: note: previous declaration of 'xf86DuplicateMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86Modes.h:54:33: warning: redundant redeclaration of 'xf86DuplicateModes' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86.h:428:1: note: previous declaration of 'xf86DuplicateModes' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86Modes.h:56:23: warning: redundant redeclaration of 'xf86SetModeDefaultName' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86.h:420:1: note: previous declaration of 'xf86SetModeDefaultName' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86Modes.h:57:23: warning: redundant redeclaration of 'xf86SetModeCrtc' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86.h:422:1: note: previous declaration of 'xf86SetModeCrtc' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86Modes.h:58:23: warning: redundant redeclaration of 'xf86ModesEqual' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86.h:430:1: note: previous declaration of 'xf86ModesEqual' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86Modes.h:60:23: warning: redundant redeclaration of 'xf86PrintModeline' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86.h:432:1: note: previous declaration of 'xf86PrintModeline' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86Modes.h:61:33: warning: redundant redeclaration of 'xf86ModesAdd' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86.h:434:1: note: previous declaration of 'xf86ModesAdd' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86Modes.h:65:33: warning: redundant redeclaration of 'xf86CVTMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86.h:201:33: note: previous declaration of 'xf86CVTMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:43:25: warning: redundant redeclaration of 'xf86ModeHSync' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86.h:416:1: note: previous declaration of 'xf86ModeHSync' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:44:25: warning: redundant redeclaration of 'xf86ModeVRefresh' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86.h:418:1: note: previous declaration of 'xf86ModeVRefresh' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:53:33: warning: redundant redeclaration of 'xf86DuplicateMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86.h:424:1: note: previous declaration of 'xf86DuplicateMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:54:33: warning: redundant redeclaration of 'xf86DuplicateModes' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86.h:428:1: note: previous declaration of 'xf86DuplicateModes' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:56:23: warning: redundant redeclaration of 'xf86SetModeDefaultName' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86.h:420:1: note: previous declaration of 'xf86SetModeDefaultName' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:57:23: warning: redundant redeclaration of 'xf86SetModeCrtc' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86.h:422:1: note: previous declaration of 'xf86SetModeCrtc' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:58:23: warning: redundant redeclaration of 'xf86ModesEqual' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86.h:430:1: note: previous declaration of 'xf86ModesEqual' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:60:23: warning: redundant redeclaration of 'xf86PrintModeline' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86.h:432:1: note: previous declaration of 'xf86PrintModeline' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:61:33: warning: redundant redeclaration of 'xf86ModesAdd' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86.h:434:1: note: previous declaration of 'xf86ModesAdd' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:65:33: warning: redundant redeclaration of 'xf86CVTMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86.h:201:33: note: previous declaration of 'xf86CVTMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86Modes.h:43:25: warning: redundant redeclaration of 'xf86ModeHSync' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86.h:416:1: note: previous declaration of 'xf86ModeHSync' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86Modes.h:44:25: warning: redundant redeclaration of 'xf86ModeVRefresh' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86.h:418:1: note: previous declaration of 'xf86ModeVRefresh' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86Modes.h:53:33: warning: redundant redeclaration of 'xf86DuplicateMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86.h:424:1: note: previous declaration of 'xf86DuplicateMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86Modes.h:54:33: warning: redundant redeclaration of 'xf86DuplicateModes' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86.h:428:1: note: previous declaration of 'xf86DuplicateModes' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86Modes.h:56:23: warning: redundant redeclaration of 'xf86SetModeDefaultName' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86.h:420:1: note: previous declaration of 'xf86SetModeDefaultName' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86Modes.h:57:23: warning: redundant redeclaration of 'xf86SetModeCrtc' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86.h:422:1: note: previous declaration of 'xf86SetModeCrtc' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86Modes.h:58:23: warning: redundant redeclaration of 'xf86ModesEqual' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86.h:430:1: note: previous declaration of 'xf86ModesEqual' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86Modes.h:60:23: warning: redundant redeclaration of 'xf86PrintModeline' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86.h:432:1: note: previous declaration of 'xf86PrintModeline' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86Modes.h:61:33: warning: redundant redeclaration of 'xf86ModesAdd' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86.h:434:1: note: previous declaration of 'xf86ModesAdd' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86Modes.h:65:33: warning: redundant redeclaration of 'xf86CVTMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86.h:201:33: note: previous declaration of 'xf86CVTMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86Modes.h:43:25: warning: redundant redeclaration of 'xf86ModeHSync' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Modes.h:35:0,
[   20s]                  from /usr/include/xorg/xf86Crtc.h:31,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86.h:416:1: note: previous declaration of 'xf86ModeHSync' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86Modes.h:44:25: warning: redundant redeclaration of 'xf86ModeVRefresh' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Modes.h:35:0,
[   20s]                  from /usr/include/xorg/xf86Crtc.h:31,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86.h:418:1: note: previous declaration of 'xf86ModeVRefresh' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86Modes.h:53:33: warning: redundant redeclaration of 'xf86DuplicateMode' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Modes.h:35:0,
[   20s]                  from /usr/include/xorg/xf86Crtc.h:31,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86.h:424:1: note: previous declaration of 'xf86DuplicateMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86Modes.h:54:33: warning: redundant redeclaration of 'xf86DuplicateModes' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Modes.h:35:0,
[   20s]                  from /usr/include/xorg/xf86Crtc.h:31,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86.h:428:1: note: previous declaration of 'xf86DuplicateModes' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86Modes.h:56:23: warning: redundant redeclaration of 'xf86SetModeDefaultName' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Modes.h:35:0,
[   20s]                  from /usr/include/xorg/xf86Crtc.h:31,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86.h:420:1: note: previous declaration of 'xf86SetModeDefaultName' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86Modes.h:57:23: warning: redundant redeclaration of 'xf86SetModeCrtc' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Modes.h:35:0,
[   20s]                  from /usr/include/xorg/xf86Crtc.h:31,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86.h:422:1: note: previous declaration of 'xf86SetModeCrtc' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86Modes.h:58:23: warning: redundant redeclaration of 'xf86ModesEqual' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Modes.h:35:0,
[   20s]                  from /usr/include/xorg/xf86Crtc.h:31,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86.h:430:1: note: previous declaration of 'xf86ModesEqual' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86Modes.h:60:23: warning: redundant redeclaration of 'xf86PrintModeline' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Modes.h:35:0,
[   20s]                  from /usr/include/xorg/xf86Crtc.h:31,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86.h:432:1: note: previous declaration of 'xf86PrintModeline' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86Modes.h:61:33: warning: redundant redeclaration of 'xf86ModesAdd' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Modes.h:35:0,
[   20s]                  from /usr/include/xorg/xf86Crtc.h:31,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86.h:434:1: note: previous declaration of 'xf86ModesAdd' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86Modes.h:65:33: warning: redundant redeclaration of 'xf86CVTMode' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Modes.h:35:0,
[   20s]                  from /usr/include/xorg/xf86Crtc.h:31,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86.h:201:33: note: previous declaration of 'xf86CVTMode' was here
[   20s] In file included from /usr/include/xorg/vgaHW.h:24:0,
[   20s]                  from qxl.h:54,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86DDC.h:48:33: warning: redundant redeclaration of 'xf86DDCGetModes' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_image.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:64:33: note: previous declaration of 'xf86DDCGetModes' was here
[   20s] In file included from /usr/include/xorg/vgaHW.h:24:0,
[   20s]                  from qxl.h:54,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86DDC.h:48:33: warning: redundant redeclaration of 'xf86DDCGetModes' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface.c:27:
[   20s] /usr/include/xorg/xf86Modes.h:64:33: note: previous declaration of 'xf86DDCGetModes' was here
[   20s] In file included from /usr/include/xorg/vgaHW.h:24:0,
[   20s]                  from qxl.h:54,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86DDC.h:48:33: warning: redundant redeclaration of 'xf86DDCGetModes' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_surface_ums.c:50:
[   20s] /usr/include/xorg/xf86Modes.h:64:33: note: previous declaration of 'xf86DDCGetModes' was here
[   20s] qxl_surface.c:474:16: warning: no previous prototype for 'image_from_surface' [-Wmissing-prototypes]
[   20s] qxl_surface.c: In function 'image_from_surface':
[   20s] qxl_surface.c:476:22: warning: unused variable 'image_bo' [-Wunused-variable]
[   20s] qxl_surface.c: In function 'qxl_surface_copy':
[   20s] qxl_surface.c:523:19: warning: unused variable 'image' [-Wunused-variable]
[   20s] In file included from /usr/include/xorg/vgaHW.h:24:0,
[   20s]                  from qxl.h:54,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86DDC.h:48:33: warning: redundant redeclaration of 'xf86DDCGetModes' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_mem.c:32:
[   20s] /usr/include/xorg/xf86Modes.h:64:33: note: previous declaration of 'xf86DDCGetModes' was here
[   20s] qxl_surface.c: In function 'image_from_picture':
[   20s] qxl_surface.c:593:20: warning: unused variable 'image_bo' [-Wunused-variable]
[   20s] In file included from /usr/include/xorg/vgaHW.h:24:0,
[   20s]                  from qxl.h:54,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86DDC.h:48:33: warning: redundant redeclaration of 'xf86DDCGetModes' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_ring.c:34:
[   20s] /usr/include/xorg/xf86Modes.h:64:33: note: previous declaration of 'xf86DDCGetModes' was here
[   20s]   CC       qxl_cursor.lo
[   20s] qxl_ring.c: In function 'qxl_ring_push':
[   20s] qxl_ring.c:96:12: warning: cast discards '__attribute__((noreturn))' qualifier from pointer target type [-Wcast-qual]
[   20s] qxl_ring.c: In function 'qxl_ring_pop':
[   20s] qxl_ring.c:121:22: warning: cast discards '__attribute__((noreturn))' qualifier from pointer target type [-Wcast-qual]
[   20s] In file included from /usr/include/xorg/vgaHW.h:24:0,
[   20s]                  from qxl.h:54,
[   20s]                  from qxl_driver.c:45:
[   20s] /usr/include/xorg/xf86DDC.h:48:33: warning: redundant redeclaration of 'xf86DDCGetModes' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl_driver.c:42:
[   20s] /usr/include/xorg/xf86Modes.h:64:33: note: previous declaration of 'xf86DDCGetModes' was here
[   20s] qxl_driver.c: In function 'qxl_pci_probe':
[   20s] qxl_driver.c:1358:2: error: implicit declaration of function 'qxl_kernel_mode_enabled' [-Werror=implicit-function-declaration]
[   20s] qxl_driver.c:1358:2: warning: nested extern declaration of 'qxl_kernel_mode_enabled' [-Wnested-externs]
[   20s] cc1: some warnings being treated as errors
[   20s] make[3]: *** [qxl_driver.lo] Error 1
[   20s] make[3]: *** Waiting for unfinished jobs....
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86Modes.h:43:25: warning: redundant redeclaration of 'xf86ModeHSync' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86.h:416:1: note: previous declaration of 'xf86ModeHSync' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86Modes.h:44:25: warning: redundant redeclaration of 'xf86ModeVRefresh' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86.h:418:1: note: previous declaration of 'xf86ModeVRefresh' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86Modes.h:53:33: warning: redundant redeclaration of 'xf86DuplicateMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86.h:424:1: note: previous declaration of 'xf86DuplicateMode' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86Modes.h:54:33: warning: redundant redeclaration of 'xf86DuplicateModes' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86.h:428:1: note: previous declaration of 'xf86DuplicateModes' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86Modes.h:56:23: warning: redundant redeclaration of 'xf86SetModeDefaultName' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86.h:420:1: note: previous declaration of 'xf86SetModeDefaultName' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86Modes.h:57:23: warning: redundant redeclaration of 'xf86SetModeCrtc' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86.h:422:1: note: previous declaration of 'xf86SetModeCrtc' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86Modes.h:58:23: warning: redundant redeclaration of 'xf86ModesEqual' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86.h:430:1: note: previous declaration of 'xf86ModesEqual' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86Modes.h:60:23: warning: redundant redeclaration of 'xf86PrintModeline' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86.h:432:1: note: previous declaration of 'xf86PrintModeline' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86Modes.h:61:33: warning: redundant redeclaration of 'xf86ModesAdd' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86.h:434:1: note: previous declaration of 'xf86ModesAdd' was here
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86Modes.h:65:33: warning: redundant redeclaration of 'xf86CVTMode' [-Wredundant-decls]
[   20s] In file included from qxl.h:34:0,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86.h:201:33: note: previous declaration of 'xf86CVTMode' was here
[   20s] In file included from /usr/include/xorg/vgaHW.h:24:0,
[   20s]                  from qxl.h:54,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86DDC.h:48:33: warning: redundant redeclaration of 'xf86DDCGetModes' [-Wredundant-decls]
[   20s] In file included from /usr/include/xorg/xf86Crtc.h:31:0,
[   20s]                  from qxl.h:43,
[   20s]                  from qxl_cursor.c:31:
[   20s] /usr/include/xorg/xf86Modes.h:64:33: note: previous declaration of 'xf86DDCGetModes' was here
[   20s] make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/xf86-video-qxl-0.1.0/src'
[   20s] make[2]: *** [all-recursive] Error 1
[   20s] make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/xf86-video-qxl-0.1.0/src'
[   20s] make[1]: *** [all-recursive] Error 1
[   20s] make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/xf86-video-qxl-0.1.0'
[   20s] make: *** [all] Error 2
[   20s] error: Bad exit status from /var/tmp/rpm-tmp.ePVlAT (%build)
[   20s] 
[   20s] 
[   20s] RPM build errors:
[   20s]     Bad exit status from /var/tmp/rpm-tmp.ePVlAT (%build)
Building xf86-video-qxl.spec for openSUSE_12.3/x86_64
Getting buildinfo from server and store to /home/SURVRECH/kl01e745/obs/home:robverduijn:Spice/xf86-video-qxl/.osc/_buildinfo-openSUSE_12.3-x86_64.xml
Getting buildconfig from server and store to /home/SURVRECH/kl01e745/obs/home:robverduijn:Spice/xf86-video-qxl/.osc/_buildconfig-openSUSE_12.3-x86_64
Updating cache of required packages
0.0% cache miss. 320/320 dependencies cached.

Verifying integrity of cached packages
using keys from openSUSE:12.3, home:robverduijn, devel:tools
Writing build configuration
Running build

The buildroot was: /var/tmp/build-root


More information about the Spice-devel mailing list