See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/1/display/redirect> Changes: ------------------------------------------ [...truncated 9.98 KB...] +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo/x2gokdrive + chmod -Rf -- 2770 /var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo + cd /var/lib/jenkins/build/heuler/x2gokdrive + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2gokdrive /var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo/x2gokdrive/ Cloning into '/var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo/x2gokdrive'... + cd /var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo ++ cd x2gokdrive ++ gitrevno ++ cd - + GITREV=118 + pushd x2gokdrive + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + popd + rm -Rf -- x2gokdrive/.git + mv -- x2gokdrive/x2gokdrive.spec . ++ grep -E -- '^Version:.*' x2gokdrive.spec ++ awk '{ print $2 }' + UPSTREAM_VERSION=0.0.0.1 ++ grep -E -- '^Release:.*' x2gokdrive.spec ++ awk '{ print $2 }' + PKG_RELEASE='0.0x2go1%{?dist}' ++ sed -e 's/%{?dist}//' + PKG_SRCRELEASE=0.0x2go1 ++ grep -qsE -- '^BuildArch:.*noarch$' x2gokdrive.spec ++ echo no + IS_NOARCH=no + '[' heuler = heuler ']' + IS_RELEASE=0 + sed -i x2gokdrive.spec -e 's/%{?dist}/.0.git20191026.118.heuler%{?dist}/' + '[' -f x2gokdrive/debian/patches/series ']' + grep -E '^Source[1-9]+:.*' x2gokdrive.spec + sed 's/%{name}/x2gokdrive/' + awk '{ print $2 }' + read source_file + mv -- /var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo/x2gokdrive /var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo/x2gokdrive-0.0.0.1 + tar -czf /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive-0.0.0.1.tar.gz x2gokdrive-0.0.0.1 + cp -- x2gokdrive.spec /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES + cd + rm -Rf -- /var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo/x2gokdrive + '[' xopensuse = xopensuse ']' + typeset -a arches_copy + arches_copy=("${arches[@]}") + typeset -i i=0 + (( i = 0 )) + (( i < 3 )) + [[ SRPM == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ x86_64 == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ i386 == \i\3\8\6 ]] + arches_copy[i]=i586 + (( ++i )) + (( i < 3 )) + typeset arch= + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/x86_64 + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/i586 + BUILD_RESULT=/home/abuild/rpmbuild/ + typeset obs_config_dir=obs-config + download_urls=() + typeset -a download_urls + download_url=() + typeset -a download_url + extra_obs_build_args=() + typeset -a extra_obs_build_args + typeset obs_build_vendor_tag= ++ map_prefix_to_vendor x2go ++ typeset prefix=x2go ++ typeset out= ++ typeset ret=1 ++ case "${prefix}" in ++ out=X2Go ++ ret=0 ++ printf %s X2Go ++ return 0 + obs_build_vendor_tag=X2Go + '[' 0 -ne 0 ']' + extra_obs_build_args+=("--define" "%vendor ${obs_build_vendor_tag}") + typeset -i tmp_suse_major_version=0 + typeset -i tmp_suse_minor_version=0 + [[ 15.0 = \t\u\m\b\l\e\w\e\e\d ]] ++ get_generic_major_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_major_version=0 +++ sed -e '/^\([0-9][0-9]*\)\.[0-9][0-9]*$/!d;s//\1/' ++ tmp_major_version=15 ++ '[' 15 -ne 0 ']' ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' ++ get_generic_minor_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_minor_version=-1 +++ sed -e '/^[0-9][0-9]*\.\([0-9][0-9]*\)$/!d;s//\1/' ++ tmp_minor_version=0 ++ echo 0 ++ return 0 + tmp_suse_minor_version=0 + '[' 0 -ne 0 ']' + '[' xopensuse = xopensuse ']' + typeset -i legacy_release=0 ++ wrap_suse_major_version 15 ++ typeset major_version=15 ++ typeset -i tmp_major_version=15 ++ [[ 15 -lt 10 ]] ++ [[ 15 -eq 42 ]] ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' + [[ 15 != \9\9\9\9 ]] + '[' 15 -lt 14 ']' + '[' 15 -eq 14 ']' + '[' 0 -eq 1 ']' + [[ 15 = \9\9\9\9 ]] + download_url=("${OPENSUSE_DOWNLOAD_URL[@]}") + (( i = 0 )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss/#SUSESUBDIR#/ + (( ++i )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 -lt 15 ]] + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 != \9\9\9\9 ]] + '[' 15 -gt 13 ']' + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/distribution/leap/15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/update/leap/15.0/oss/ + (( ++i )) + (( i < 2 )) + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + typeset -i noarch_built=0 + for l_ARCH in "${arches[@]}" + '[' SRPM = SRPM ']' + typeset base_arch=x86_64 + '[' -z x86_64 ']' + '[' xopensuse = xfedora ']' + '[' xopensuse = xepel ']' + ps ax + grep -E 'build.*/var/cache/obs-build/opensuse/15.0/x86_64/' + grep 'sudo obs' + get_extra_repository suse opensuse 15.0 heuler x2gokdrive x86_64 1 + typeset TYPE=suse + typeset DIST=opensuse + typeset CODENAME=15.0 + typeset COMPONENT=heuler + typeset PACKAGE=x2gokdrive + typeset ARCH=x86_64 ++ make_boolean 1 ++ typeset -l OPTION=1 ++ case "${OPTION}" in ++ OPTION=1 ++ printf 1 ++ return 0 + typeset WANT_EXTRA=1 + case "${TYPE}" in + OTHERMIRROR= + '[' 1 -eq 1 ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras' + '[' -z x2go-keyring ']' + '[' x2go-keyring '!=' x2gokdrive ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler' + return 0 + sudo obs-build --nosignature --repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler --repo https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repo https://download.opensuse.org/update/leap/15.0/oss/ --root /var/cache/obs-build/opensuse/15.0/x86_64/ --clean --stage=-bs --define '%vendor X2Go' /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec logging output to /var/cache/obs-build/opensuse/15.0/x86_64/.build.log... [ 0s] Memory limit set to 33046614KB [ 0s] Using BUILD_ROOT=/var/cache/obs-build/opensuse/15.0/x86_64 [ 0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386 [ 0s] [ 0s] [ 0s] japsand started "build x2gokdrive.spec" at Sat Oct 26 21:22:14 UTC 2019. [ 0s] build version: 20180831-3.2x2go1 [ 0s] [ 0s] [ 0s] processing recipe /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem --configdir /usr/lib/obs-build/configs --cachedir /var/cache/obs-build --define %vendor X2Go --repository suse@https://packages.x2go.org/opensuse/15.0/extras --repository suse@https://packages.x2go.org/opensuse/15.0/heuler --repository https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repository https://download.opensuse.org/update/leap/15.0/oss/ --clean --nosignature /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem version: 20180831-3.2x2go1 [ 42s] initializing /var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache ... [ 42s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/extras [ 43s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/heuler [ 43s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/distribution/leap/15.0/repo/oss// [ 54s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/update/leap/15.0/oss/ [ 74s] expanding package dependencies... [ 74s] Package list: [ 74s] /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec'/usr/lib/obs-build/expanddeps' '--define %vendor X2Go' '--dist' '' '--depfile' '/var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache' '--archpath' 'x86_64:i686:i586:i486:i386' '--configdir' /usr/lib/obs-build/configs '/var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec' [ 76s] Warning: distribution not specified, assuming '15.0-x86_64' (see /usr/lib/obs-build/configs). [ 78s] expansion error [ 78s] nothing provides libjpeg-turbo-devel [ 78s] nothing provides gettext-autopoint [ 78s] nothing provides pkgconfig(Xau) [ 78s] [ 78s] japsand failed "build x2gokdrive.spec" at Sat Oct 26 21:23:32 UTC 2019. [ 78s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo ']' + '[' -d /var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.f2wmztHJxej2DTiiKlWS3qXo Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/2/display/redirect?page=changes> Changes: [ionic] x2gokdrive.spec: it's still %endif, not %fi. [ionic] debian/rules: add missing single quotes - two strings were merged into ------------------------------------------ [...truncated 9.34 KB...] +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5 + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5/x2gokdrive + chmod -Rf -- 2770 /var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5 + cd /var/lib/jenkins/build/heuler/x2gokdrive + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2gokdrive /var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5/x2gokdrive/ Cloning into '/var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5/x2gokdrive'... + cd /var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5 ++ cd x2gokdrive ++ gitrevno ++ cd - + GITREV=120 + pushd x2gokdrive + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + popd + rm -Rf -- x2gokdrive/.git + mv -- x2gokdrive/x2gokdrive.spec . ++ grep -E -- '^Version:.*' x2gokdrive.spec ++ awk '{ print $2 }' + UPSTREAM_VERSION=0.0.0.1 ++ grep -E -- '^Release:.*' x2gokdrive.spec ++ awk '{ print $2 }' + PKG_RELEASE='0.0x2go1%{?dist}' ++ sed -e 's/%{?dist}//' + PKG_SRCRELEASE=0.0x2go1 ++ grep -qsE -- '^BuildArch:.*noarch$' x2gokdrive.spec ++ echo no + IS_NOARCH=no + '[' heuler = heuler ']' + IS_RELEASE=0 + sed -i x2gokdrive.spec -e 's/%{?dist}/.0.git20191026.120.heuler%{?dist}/' + '[' -f x2gokdrive/debian/patches/series ']' + grep -E '^Source[1-9]+:.*' x2gokdrive.spec + sed 's/%{name}/x2gokdrive/' + awk '{ print $2 }' + read source_file + mv -- /var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5/x2gokdrive /var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5/x2gokdrive-0.0.0.1 + tar -czf /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive-0.0.0.1.tar.gz x2gokdrive-0.0.0.1 + cp -- x2gokdrive.spec /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES + cd + rm -Rf -- /var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5/x2gokdrive + '[' xopensuse = xopensuse ']' + typeset -a arches_copy + arches_copy=("${arches[@]}") + typeset -i i=0 + (( i = 0 )) + (( i < 3 )) + [[ SRPM == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ x86_64 == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ i386 == \i\3\8\6 ]] + arches_copy[i]=i586 + (( ++i )) + (( i < 3 )) + typeset arch= + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/x86_64 + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/i586 + BUILD_RESULT=/home/abuild/rpmbuild/ + typeset obs_config_dir=obs-config + download_urls=() + typeset -a download_urls + download_url=() + typeset -a download_url + extra_obs_build_args=() + typeset -a extra_obs_build_args + typeset obs_build_vendor_tag= ++ map_prefix_to_vendor x2go ++ typeset prefix=x2go ++ typeset out= ++ typeset ret=1 ++ case "${prefix}" in ++ out=X2Go ++ ret=0 ++ printf %s X2Go ++ return 0 + obs_build_vendor_tag=X2Go + '[' 0 -ne 0 ']' + extra_obs_build_args+=("--define" "%vendor ${obs_build_vendor_tag}") + typeset -i tmp_suse_major_version=0 + typeset -i tmp_suse_minor_version=0 + [[ 15.0 = \t\u\m\b\l\e\w\e\e\d ]] ++ get_generic_major_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_major_version=0 +++ sed -e '/^\([0-9][0-9]*\)\.[0-9][0-9]*$/!d;s//\1/' ++ tmp_major_version=15 ++ '[' 15 -ne 0 ']' ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' ++ get_generic_minor_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_minor_version=-1 +++ sed -e '/^[0-9][0-9]*\.\([0-9][0-9]*\)$/!d;s//\1/' ++ tmp_minor_version=0 ++ echo 0 ++ return 0 + tmp_suse_minor_version=0 + '[' 0 -ne 0 ']' + '[' xopensuse = xopensuse ']' + typeset -i legacy_release=0 ++ wrap_suse_major_version 15 ++ typeset major_version=15 ++ typeset -i tmp_major_version=15 ++ [[ 15 -lt 10 ]] ++ [[ 15 -eq 42 ]] ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' + [[ 15 != \9\9\9\9 ]] + '[' 15 -lt 14 ']' + '[' 15 -eq 14 ']' + '[' 0 -eq 1 ']' + [[ 15 = \9\9\9\9 ]] + download_url=("${OPENSUSE_DOWNLOAD_URL[@]}") + (( i = 0 )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss/#SUSESUBDIR#/ + (( ++i )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 -lt 15 ]] + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 != \9\9\9\9 ]] + '[' 15 -gt 13 ']' + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/distribution/leap/15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/update/leap/15.0/oss/ + (( ++i )) + (( i < 2 )) + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + typeset -i noarch_built=0 + for l_ARCH in "${arches[@]}" + '[' SRPM = SRPM ']' + typeset base_arch=x86_64 + '[' -z x86_64 ']' + '[' xopensuse = xfedora ']' + '[' xopensuse = xepel ']' + ps ax + grep -E 'build.*/var/cache/obs-build/opensuse/15.0/x86_64/' + grep 'sudo obs' + get_extra_repository suse opensuse 15.0 heuler x2gokdrive x86_64 1 + typeset TYPE=suse + typeset DIST=opensuse + typeset CODENAME=15.0 + typeset COMPONENT=heuler + typeset PACKAGE=x2gokdrive + typeset ARCH=x86_64 ++ make_boolean 1 ++ typeset -l OPTION=1 ++ case "${OPTION}" in ++ OPTION=1 ++ printf 1 ++ return 0 + typeset WANT_EXTRA=1 + case "${TYPE}" in + OTHERMIRROR= + '[' 1 -eq 1 ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras' + '[' -z x2go-keyring ']' + '[' x2go-keyring '!=' x2gokdrive ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler' + return 0 + sudo obs-build --nosignature --repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler --repo https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repo https://download.opensuse.org/update/leap/15.0/oss/ --root /var/cache/obs-build/opensuse/15.0/x86_64/ --clean --stage=-bs --define '%vendor X2Go' /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec logging output to /var/cache/obs-build/opensuse/15.0/x86_64/.build.log... [ 0s] Memory limit set to 33046614KB [ 0s] Using BUILD_ROOT=/var/cache/obs-build/opensuse/15.0/x86_64 [ 0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386 [ 0s] [ 0s] [ 0s] japsand started "build x2gokdrive.spec" at Sat Oct 26 21:31:36 UTC 2019. [ 0s] build version: 20180831-3.2x2go1 [ 0s] [ 0s] [ 0s] processing recipe /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem --configdir /usr/lib/obs-build/configs --cachedir /var/cache/obs-build --define %vendor X2Go --repository suse@https://packages.x2go.org/opensuse/15.0/extras --repository suse@https://packages.x2go.org/opensuse/15.0/heuler --repository https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repository https://download.opensuse.org/update/leap/15.0/oss/ --clean --nosignature /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem version: 20180831-3.2x2go1 [ 1s] initializing /var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache ... [ 1s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/extras [ 1s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/heuler [ 1s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/distribution/leap/15.0/repo/oss// [ 9s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/update/leap/15.0/oss/ [ 30s] expanding package dependencies... [ 30s] Package list: [ 30s] /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec'/usr/lib/obs-build/expanddeps' '--define %vendor X2Go' '--dist' '' '--depfile' '/var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache' '--archpath' 'x86_64:i686:i586:i486:i386' '--configdir' /usr/lib/obs-build/configs '/var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec' [ 31s] Warning: distribution not specified, assuming '15.0-x86_64' (see /usr/lib/obs-build/configs). [ 32s] expansion error [ 32s] nothing provides libjpeg-turbo-devel [ 32s] nothing provides gettext-autopoint [ 32s] nothing provides pkgconfig(Xau) [ 32s] nothing provides pkgconfig(libgcrypt) [ 32s] [ 32s] japsand failed "build x2gokdrive.spec" at Sat Oct 26 21:32:08 UTC 2019. [ 32s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5 ']' + '[' -d /var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5 ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.CzvyOENCS3mdvKcfZ5P8T2K5 Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/3/display/redirect?page=changes> Changes: [ionic] x2gokdrive.spec: let description be the description of [ionic] x2gokdrive.spec: add/copy Summary tag to xorg-x11-server-x2gokdrive ------------------------------------------ [...truncated 9.33 KB...] +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME/x2gokdrive + chmod -Rf -- 2770 /var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME + cd /var/lib/jenkins/build/heuler/x2gokdrive + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2gokdrive /var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME/x2gokdrive/ Cloning into '/var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME/x2gokdrive'... + cd /var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME ++ cd x2gokdrive ++ gitrevno ++ cd - + GITREV=122 + pushd x2gokdrive + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + popd + rm -Rf -- x2gokdrive/.git + mv -- x2gokdrive/x2gokdrive.spec . ++ grep -E -- '^Version:.*' x2gokdrive.spec ++ awk '{ print $2 }' + UPSTREAM_VERSION=0.0.0.1 ++ grep -E -- '^Release:.*' x2gokdrive.spec ++ awk '{ print $2 }' + PKG_RELEASE='0.0x2go1%{?dist}' ++ sed -e 's/%{?dist}//' + PKG_SRCRELEASE=0.0x2go1 ++ grep -qsE -- '^BuildArch:.*noarch$' x2gokdrive.spec ++ echo no + IS_NOARCH=no + '[' heuler = heuler ']' + IS_RELEASE=0 + sed -i x2gokdrive.spec -e 's/%{?dist}/.0.git20191026.122.heuler%{?dist}/' + '[' -f x2gokdrive/debian/patches/series ']' + grep -E '^Source[1-9]+:.*' x2gokdrive.spec + sed 's/%{name}/x2gokdrive/' + awk '{ print $2 }' + read source_file + mv -- /var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME/x2gokdrive /var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME/x2gokdrive-0.0.0.1 + tar -czf /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive-0.0.0.1.tar.gz x2gokdrive-0.0.0.1 + cp -- x2gokdrive.spec /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES + cd + rm -Rf -- /var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME/x2gokdrive + '[' xopensuse = xopensuse ']' + typeset -a arches_copy + arches_copy=("${arches[@]}") + typeset -i i=0 + (( i = 0 )) + (( i < 3 )) + [[ SRPM == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ x86_64 == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ i386 == \i\3\8\6 ]] + arches_copy[i]=i586 + (( ++i )) + (( i < 3 )) + typeset arch= + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/x86_64 + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/i586 + BUILD_RESULT=/home/abuild/rpmbuild/ + typeset obs_config_dir=obs-config + download_urls=() + typeset -a download_urls + download_url=() + typeset -a download_url + extra_obs_build_args=() + typeset -a extra_obs_build_args + typeset obs_build_vendor_tag= ++ map_prefix_to_vendor x2go ++ typeset prefix=x2go ++ typeset out= ++ typeset ret=1 ++ case "${prefix}" in ++ out=X2Go ++ ret=0 ++ printf %s X2Go ++ return 0 + obs_build_vendor_tag=X2Go + '[' 0 -ne 0 ']' + extra_obs_build_args+=("--define" "%vendor ${obs_build_vendor_tag}") + typeset -i tmp_suse_major_version=0 + typeset -i tmp_suse_minor_version=0 + [[ 15.0 = \t\u\m\b\l\e\w\e\e\d ]] ++ get_generic_major_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_major_version=0 +++ sed -e '/^\([0-9][0-9]*\)\.[0-9][0-9]*$/!d;s//\1/' ++ tmp_major_version=15 ++ '[' 15 -ne 0 ']' ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' ++ get_generic_minor_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_minor_version=-1 +++ sed -e '/^[0-9][0-9]*\.\([0-9][0-9]*\)$/!d;s//\1/' ++ tmp_minor_version=0 ++ echo 0 ++ return 0 + tmp_suse_minor_version=0 + '[' 0 -ne 0 ']' + '[' xopensuse = xopensuse ']' + typeset -i legacy_release=0 ++ wrap_suse_major_version 15 ++ typeset major_version=15 ++ typeset -i tmp_major_version=15 ++ [[ 15 -lt 10 ]] ++ [[ 15 -eq 42 ]] ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' + [[ 15 != \9\9\9\9 ]] + '[' 15 -lt 14 ']' + '[' 15 -eq 14 ']' + '[' 0 -eq 1 ']' + [[ 15 = \9\9\9\9 ]] + download_url=("${OPENSUSE_DOWNLOAD_URL[@]}") + (( i = 0 )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss/#SUSESUBDIR#/ + (( ++i )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 -lt 15 ]] + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 != \9\9\9\9 ]] + '[' 15 -gt 13 ']' + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/distribution/leap/15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/update/leap/15.0/oss/ + (( ++i )) + (( i < 2 )) + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + typeset -i noarch_built=0 + for l_ARCH in "${arches[@]}" + '[' SRPM = SRPM ']' + typeset base_arch=x86_64 + '[' -z x86_64 ']' + '[' xopensuse = xfedora ']' + '[' xopensuse = xepel ']' + ps ax + grep -E 'build.*/var/cache/obs-build/opensuse/15.0/x86_64/' + grep 'sudo obs' + get_extra_repository suse opensuse 15.0 heuler x2gokdrive x86_64 1 + typeset TYPE=suse + typeset DIST=opensuse + typeset CODENAME=15.0 + typeset COMPONENT=heuler + typeset PACKAGE=x2gokdrive + typeset ARCH=x86_64 ++ make_boolean 1 ++ typeset -l OPTION=1 ++ case "${OPTION}" in ++ OPTION=1 ++ printf 1 ++ return 0 + typeset WANT_EXTRA=1 + case "${TYPE}" in + OTHERMIRROR= + '[' 1 -eq 1 ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras' + '[' -z x2go-keyring ']' + '[' x2go-keyring '!=' x2gokdrive ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler' + return 0 + sudo obs-build --nosignature --repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler --repo https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repo https://download.opensuse.org/update/leap/15.0/oss/ --root /var/cache/obs-build/opensuse/15.0/x86_64/ --clean --stage=-bs --define '%vendor X2Go' /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec logging output to /var/cache/obs-build/opensuse/15.0/x86_64/.build.log... [ 0s] Memory limit set to 33046614KB [ 0s] Using BUILD_ROOT=/var/cache/obs-build/opensuse/15.0/x86_64 [ 0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386 [ 0s] [ 0s] [ 0s] japsand started "build x2gokdrive.spec" at Sat Oct 26 21:52:24 UTC 2019. [ 0s] build version: 20180831-3.2x2go1 [ 0s] [ 0s] [ 0s] processing recipe /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem --configdir /usr/lib/obs-build/configs --cachedir /var/cache/obs-build --define %vendor X2Go --repository suse@https://packages.x2go.org/opensuse/15.0/extras --repository suse@https://packages.x2go.org/opensuse/15.0/heuler --repository https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repository https://download.opensuse.org/update/leap/15.0/oss/ --clean --nosignature /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem version: 20180831-3.2x2go1 [ 0s] initializing /var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache ... [ 0s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/extras [ 0s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/heuler [ 1s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/distribution/leap/15.0/repo/oss// [ 9s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/update/leap/15.0/oss/ [ 28s] expanding package dependencies... [ 28s] Package list: [ 28s] /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec'/usr/lib/obs-build/expanddeps' '--define %vendor X2Go' '--dist' '' '--depfile' '/var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache' '--archpath' 'x86_64:i686:i586:i486:i386' '--configdir' /usr/lib/obs-build/configs '/var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec' [ 29s] Warning: distribution not specified, assuming '15.0-x86_64' (see /usr/lib/obs-build/configs). [ 31s] expansion error [ 31s] nothing provides libjpeg-turbo-devel [ 31s] nothing provides gettext-autopoint [ 31s] nothing provides pkgconfig(Xau) [ 31s] nothing provides pkgconfig(libgcrypt) [ 31s] [ 31s] japsand failed "build x2gokdrive.spec" at Sat Oct 26 21:52:55 UTC 2019. [ 31s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME ']' + '[' -d /var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.fbpu8uuCZ8j1jh2AWSnksEME Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/4/display/redirect?page=changes> Changes: [ionic] x2gokdrive.spec: add description for x2gokdrive (source) package. ------------------------------------------ [...truncated 9.28 KB...] +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv/x2gokdrive + chmod -Rf -- 2770 /var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv + cd /var/lib/jenkins/build/heuler/x2gokdrive + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2gokdrive /var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv/x2gokdrive/ Cloning into '/var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv/x2gokdrive'... + cd /var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv ++ cd x2gokdrive ++ gitrevno ++ cd - + GITREV=123 + pushd x2gokdrive + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + popd + rm -Rf -- x2gokdrive/.git + mv -- x2gokdrive/x2gokdrive.spec . ++ grep -E -- '^Version:.*' x2gokdrive.spec ++ awk '{ print $2 }' + UPSTREAM_VERSION=0.0.0.1 ++ grep -E -- '^Release:.*' x2gokdrive.spec ++ awk '{ print $2 }' + PKG_RELEASE='0.0x2go1%{?dist}' ++ sed -e 's/%{?dist}//' + PKG_SRCRELEASE=0.0x2go1 ++ grep -qsE -- '^BuildArch:.*noarch$' x2gokdrive.spec ++ echo no + IS_NOARCH=no + '[' heuler = heuler ']' + IS_RELEASE=0 + sed -i x2gokdrive.spec -e 's/%{?dist}/.0.git20191027.123.heuler%{?dist}/' + '[' -f x2gokdrive/debian/patches/series ']' + grep -E '^Source[1-9]+:.*' x2gokdrive.spec + sed 's/%{name}/x2gokdrive/' + awk '{ print $2 }' + read source_file + mv -- /var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv/x2gokdrive /var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv/x2gokdrive-0.0.0.1 + tar -czf /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive-0.0.0.1.tar.gz x2gokdrive-0.0.0.1 + cp -- x2gokdrive.spec /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES + cd + rm -Rf -- /var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv/x2gokdrive + '[' xopensuse = xopensuse ']' + typeset -a arches_copy + arches_copy=("${arches[@]}") + typeset -i i=0 + (( i = 0 )) + (( i < 3 )) + [[ SRPM == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ x86_64 == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ i386 == \i\3\8\6 ]] + arches_copy[i]=i586 + (( ++i )) + (( i < 3 )) + typeset arch= + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/x86_64 + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/i586 + BUILD_RESULT=/home/abuild/rpmbuild/ + typeset obs_config_dir=obs-config + download_urls=() + typeset -a download_urls + download_url=() + typeset -a download_url + extra_obs_build_args=() + typeset -a extra_obs_build_args + typeset obs_build_vendor_tag= ++ map_prefix_to_vendor x2go ++ typeset prefix=x2go ++ typeset out= ++ typeset ret=1 ++ case "${prefix}" in ++ out=X2Go ++ ret=0 ++ printf %s X2Go ++ return 0 + obs_build_vendor_tag=X2Go + '[' 0 -ne 0 ']' + extra_obs_build_args+=("--define" "%vendor ${obs_build_vendor_tag}") + typeset -i tmp_suse_major_version=0 + typeset -i tmp_suse_minor_version=0 + [[ 15.0 = \t\u\m\b\l\e\w\e\e\d ]] ++ get_generic_major_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_major_version=0 +++ sed -e '/^\([0-9][0-9]*\)\.[0-9][0-9]*$/!d;s//\1/' ++ tmp_major_version=15 ++ '[' 15 -ne 0 ']' ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' ++ get_generic_minor_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_minor_version=-1 +++ sed -e '/^[0-9][0-9]*\.\([0-9][0-9]*\)$/!d;s//\1/' ++ tmp_minor_version=0 ++ echo 0 ++ return 0 + tmp_suse_minor_version=0 + '[' 0 -ne 0 ']' + '[' xopensuse = xopensuse ']' + typeset -i legacy_release=0 ++ wrap_suse_major_version 15 ++ typeset major_version=15 ++ typeset -i tmp_major_version=15 ++ [[ 15 -lt 10 ]] ++ [[ 15 -eq 42 ]] ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' + [[ 15 != \9\9\9\9 ]] + '[' 15 -lt 14 ']' + '[' 15 -eq 14 ']' + '[' 0 -eq 1 ']' + [[ 15 = \9\9\9\9 ]] + download_url=("${OPENSUSE_DOWNLOAD_URL[@]}") + (( i = 0 )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss/#SUSESUBDIR#/ + (( ++i )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 -lt 15 ]] + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 != \9\9\9\9 ]] + '[' 15 -gt 13 ']' + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/distribution/leap/15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/update/leap/15.0/oss/ + (( ++i )) + (( i < 2 )) + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + typeset -i noarch_built=0 + for l_ARCH in "${arches[@]}" + '[' SRPM = SRPM ']' + typeset base_arch=x86_64 + '[' -z x86_64 ']' + '[' xopensuse = xfedora ']' + '[' xopensuse = xepel ']' + ps ax + grep -E 'build.*/var/cache/obs-build/opensuse/15.0/x86_64/' + grep 'sudo obs' + get_extra_repository suse opensuse 15.0 heuler x2gokdrive x86_64 1 + typeset TYPE=suse + typeset DIST=opensuse + typeset CODENAME=15.0 + typeset COMPONENT=heuler + typeset PACKAGE=x2gokdrive + typeset ARCH=x86_64 ++ make_boolean 1 ++ typeset -l OPTION=1 ++ case "${OPTION}" in ++ OPTION=1 ++ printf 1 ++ return 0 + typeset WANT_EXTRA=1 + case "${TYPE}" in + OTHERMIRROR= + '[' 1 -eq 1 ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras' + '[' -z x2go-keyring ']' + '[' x2go-keyring '!=' x2gokdrive ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler' + return 0 + sudo obs-build --nosignature --repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler --repo https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repo https://download.opensuse.org/update/leap/15.0/oss/ --root /var/cache/obs-build/opensuse/15.0/x86_64/ --clean --stage=-bs --define '%vendor X2Go' /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec logging output to /var/cache/obs-build/opensuse/15.0/x86_64/.build.log... [ 0s] Memory limit set to 33046614KB [ 0s] Using BUILD_ROOT=/var/cache/obs-build/opensuse/15.0/x86_64 [ 0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386 [ 0s] [ 0s] [ 0s] japsand started "build x2gokdrive.spec" at Sat Oct 26 22:10:25 UTC 2019. [ 0s] build version: 20180831-3.2x2go1 [ 0s] [ 0s] [ 0s] processing recipe /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem --configdir /usr/lib/obs-build/configs --cachedir /var/cache/obs-build --define %vendor X2Go --repository suse@https://packages.x2go.org/opensuse/15.0/extras --repository suse@https://packages.x2go.org/opensuse/15.0/heuler --repository https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repository https://download.opensuse.org/update/leap/15.0/oss/ --clean --nosignature /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem version: 20180831-3.2x2go1 [ 0s] initializing /var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache ... [ 0s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/extras [ 0s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/heuler [ 0s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/distribution/leap/15.0/repo/oss// [ 13s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/update/leap/15.0/oss/ [ 33s] expanding package dependencies... [ 33s] Package list: [ 33s] /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec'/usr/lib/obs-build/expanddeps' '--define %vendor X2Go' '--dist' '' '--depfile' '/var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache' '--archpath' 'x86_64:i686:i586:i486:i386' '--configdir' /usr/lib/obs-build/configs '/var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec' [ 34s] Warning: distribution not specified, assuming '15.0-x86_64' (see /usr/lib/obs-build/configs). [ 35s] expansion error [ 35s] nothing provides libjpeg-turbo-devel [ 35s] nothing provides gettext-autopoint [ 35s] nothing provides pkgconfig(Xau) [ 35s] nothing provides pkgconfig(libgcrypt) [ 35s] [ 35s] japsand failed "build x2gokdrive.spec" at Sat Oct 26 22:11:00 UTC 2019. [ 35s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv ']' + '[' -d /var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.XapgvSOx8IFykwSbj27L15Zv Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/5/display/redirect?page=changes> Changes: [ionic] x2gokdrive.spec: fix typo pkgconfig(Xau) => pkgconfig(xau). [ionic] debian/rules: drop additional escape layer in sed expression. [ionic] x2gokdrive.spec: backport escaping layer change from debian/rules. ------------------------------------------ [...truncated 9.27 KB...] +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme/x2gokdrive + chmod -Rf -- 2770 /var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme + cd /var/lib/jenkins/build/heuler/x2gokdrive + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2gokdrive /var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme/x2gokdrive/ Cloning into '/var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme/x2gokdrive'... + cd /var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme ++ cd x2gokdrive ++ gitrevno ++ cd - + GITREV=126 + pushd x2gokdrive + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + popd + rm -Rf -- x2gokdrive/.git + mv -- x2gokdrive/x2gokdrive.spec . ++ grep -E -- '^Version:.*' x2gokdrive.spec ++ awk '{ print $2 }' + UPSTREAM_VERSION=0.0.0.1 ++ grep -E -- '^Release:.*' x2gokdrive.spec ++ awk '{ print $2 }' + PKG_RELEASE='0.0x2go1%{?dist}' ++ sed -e 's/%{?dist}//' + PKG_SRCRELEASE=0.0x2go1 ++ grep -qsE -- '^BuildArch:.*noarch$' x2gokdrive.spec ++ echo no + IS_NOARCH=no + '[' heuler = heuler ']' + IS_RELEASE=0 + sed -i x2gokdrive.spec -e 's/%{?dist}/.0.git20191028.126.heuler%{?dist}/' + '[' -f x2gokdrive/debian/patches/series ']' + grep -E '^Source[1-9]+:.*' x2gokdrive.spec + sed 's/%{name}/x2gokdrive/' + awk '{ print $2 }' + read source_file + mv -- /var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme/x2gokdrive /var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme/x2gokdrive-0.0.0.1 + tar -czf /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive-0.0.0.1.tar.gz x2gokdrive-0.0.0.1 + cp -- x2gokdrive.spec /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES + cd + rm -Rf -- /var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme/x2gokdrive + '[' xopensuse = xopensuse ']' + typeset -a arches_copy + arches_copy=("${arches[@]}") + typeset -i i=0 + (( i = 0 )) + (( i < 3 )) + [[ SRPM == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ x86_64 == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ i386 == \i\3\8\6 ]] + arches_copy[i]=i586 + (( ++i )) + (( i < 3 )) + typeset arch= + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/x86_64 + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/i586 + BUILD_RESULT=/home/abuild/rpmbuild/ + typeset obs_config_dir=obs-config + download_urls=() + typeset -a download_urls + download_url=() + typeset -a download_url + extra_obs_build_args=() + typeset -a extra_obs_build_args + typeset obs_build_vendor_tag= ++ map_prefix_to_vendor x2go ++ typeset prefix=x2go ++ typeset out= ++ typeset ret=1 ++ case "${prefix}" in ++ out=X2Go ++ ret=0 ++ printf %s X2Go ++ return 0 + obs_build_vendor_tag=X2Go + '[' 0 -ne 0 ']' + extra_obs_build_args+=("--define" "%vendor ${obs_build_vendor_tag}") + typeset -i tmp_suse_major_version=0 + typeset -i tmp_suse_minor_version=0 + [[ 15.0 = \t\u\m\b\l\e\w\e\e\d ]] ++ get_generic_major_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_major_version=0 +++ sed -e '/^\([0-9][0-9]*\)\.[0-9][0-9]*$/!d;s//\1/' ++ tmp_major_version=15 ++ '[' 15 -ne 0 ']' ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' ++ get_generic_minor_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_minor_version=-1 +++ sed -e '/^[0-9][0-9]*\.\([0-9][0-9]*\)$/!d;s//\1/' ++ tmp_minor_version=0 ++ echo 0 ++ return 0 + tmp_suse_minor_version=0 + '[' 0 -ne 0 ']' + '[' xopensuse = xopensuse ']' + typeset -i legacy_release=0 ++ wrap_suse_major_version 15 ++ typeset major_version=15 ++ typeset -i tmp_major_version=15 ++ [[ 15 -lt 10 ]] ++ [[ 15 -eq 42 ]] ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' + [[ 15 != \9\9\9\9 ]] + '[' 15 -lt 14 ']' + '[' 15 -eq 14 ']' + '[' 0 -eq 1 ']' + [[ 15 = \9\9\9\9 ]] + download_url=("${OPENSUSE_DOWNLOAD_URL[@]}") + (( i = 0 )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss/#SUSESUBDIR#/ + (( ++i )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 -lt 15 ]] + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 != \9\9\9\9 ]] + '[' 15 -gt 13 ']' + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/distribution/leap/15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/update/leap/15.0/oss/ + (( ++i )) + (( i < 2 )) + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + typeset -i noarch_built=0 + for l_ARCH in "${arches[@]}" + '[' SRPM = SRPM ']' + typeset base_arch=x86_64 + '[' -z x86_64 ']' + '[' xopensuse = xfedora ']' + '[' xopensuse = xepel ']' + ps ax + grep 'sudo obs' + grep -E 'build.*/var/cache/obs-build/opensuse/15.0/x86_64/' + get_extra_repository suse opensuse 15.0 heuler x2gokdrive x86_64 1 + typeset TYPE=suse + typeset DIST=opensuse + typeset CODENAME=15.0 + typeset COMPONENT=heuler + typeset PACKAGE=x2gokdrive + typeset ARCH=x86_64 ++ make_boolean 1 ++ typeset -l OPTION=1 ++ case "${OPTION}" in ++ OPTION=1 ++ printf 1 ++ return 0 + typeset WANT_EXTRA=1 + case "${TYPE}" in + OTHERMIRROR= + '[' 1 -eq 1 ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras' + '[' -z x2go-keyring ']' + '[' x2go-keyring '!=' x2gokdrive ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler' + return 0 + sudo obs-build --nosignature --repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler --repo https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repo https://download.opensuse.org/update/leap/15.0/oss/ --root /var/cache/obs-build/opensuse/15.0/x86_64/ --clean --stage=-bs --define '%vendor X2Go' /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec logging output to /var/cache/obs-build/opensuse/15.0/x86_64/.build.log... [ 0s] Memory limit set to 33046614KB [ 0s] Using BUILD_ROOT=/var/cache/obs-build/opensuse/15.0/x86_64 [ 0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386 [ 0s] [ 0s] [ 0s] japsand started "build x2gokdrive.spec" at Mon Oct 28 02:43:38 UTC 2019. [ 0s] build version: 20180831-3.2x2go1 [ 0s] [ 0s] [ 0s] processing recipe /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem --configdir /usr/lib/obs-build/configs --cachedir /var/cache/obs-build --define %vendor X2Go --repository suse@https://packages.x2go.org/opensuse/15.0/extras --repository suse@https://packages.x2go.org/opensuse/15.0/heuler --repository https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repository https://download.opensuse.org/update/leap/15.0/oss/ --clean --nosignature /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem version: 20180831-3.2x2go1 [ 0s] initializing /var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache ... [ 0s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/extras [ 0s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/heuler [ 0s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/distribution/leap/15.0/repo/oss// [ 8s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/update/leap/15.0/oss/ [ 29s] expanding package dependencies... [ 29s] Package list: [ 29s] /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec'/usr/lib/obs-build/expanddeps' '--define %vendor X2Go' '--dist' '' '--depfile' '/var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache' '--archpath' 'x86_64:i686:i586:i486:i386' '--configdir' /usr/lib/obs-build/configs '/var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec' [ 31s] Warning: distribution not specified, assuming '15.0-x86_64' (see /usr/lib/obs-build/configs). [ 32s] expansion error [ 32s] nothing provides libjpeg-turbo-devel [ 32s] nothing provides gettext-autopoint [ 32s] nothing provides pkgconfig(libgcrypt) [ 32s] [ 32s] japsand failed "build x2gokdrive.spec" at Mon Oct 28 02:44:10 UTC 2019. [ 32s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme ']' + '[' -d /var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.9ictjon9283N95ROPKyC3Nme Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/6/display/redirect?page=changes> Changes: [ionic] patches.legacy/README.legacy-patches.md: whitespace-only fix. [ionic] patches.legacy/README.legacy-patches.md: fix markdown syntax. [ionic] {./,patches.xorg/{common,1.18.4,1.19.{2,6},1.20.{1,4,5}}/}quilt.env: add [ionic] x2gokdrive.spec: fix %autosetup usage - only use it when supported. [ionic] x2gokdrive.spec: %autosetup (or %setup) create a top-level BUILD [ionic] x2gokdrive.spec: use pushd instead of cd. [ionic] x2gokdrive.spec: build-depend upon libgcrypt-devel for "older" distros [ionic] x2gokdrive.spec: untangle libjpeg-turbo-devel build-dependency. ------------------------------------------ [...truncated 9.23 KB...] +++ '[' 22 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXX +++ i=23 +++ '[' 23 -lt 24 ']' ++++ printf X +++ ret=XXXXXXXXXXXXXXXXXXXXXXXX +++ i=24 +++ '[' 24 -lt 24 ']' +++ printf XXXXXXXXXXXXXXXXXXXXXXXX +++ return 0 ++ mktemp -d --tmpdir=/var/lib/jenkins/tmp/ tmp.XXXXXXXXXXXXXXXXXXXXXXXX + TEMP_DIR=/var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn + temp_cleanup+=("${TEMP_DIR}") + mkdir -p -- /var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn/x2gokdrive + chmod -Rf -- 2770 /var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn + cd /var/lib/jenkins/build/heuler/x2gokdrive + git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/x2gokdrive /var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn/x2gokdrive/ Cloning into '/var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn/x2gokdrive'... + cd /var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn ++ cd x2gokdrive ++ gitrevno ++ cd - + GITREV=134 + pushd x2gokdrive + git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n' + popd + rm -Rf -- x2gokdrive/.git + mv -- x2gokdrive/x2gokdrive.spec . ++ grep -E -- '^Version:.*' x2gokdrive.spec ++ awk '{ print $2 }' + UPSTREAM_VERSION=0.0.0.1 ++ grep -E -- '^Release:.*' x2gokdrive.spec ++ awk '{ print $2 }' + PKG_RELEASE='0.0x2go1%{?dist}' ++ sed -e 's/%{?dist}//' + PKG_SRCRELEASE=0.0x2go1 ++ grep -qsE -- '^BuildArch:.*noarch$' x2gokdrive.spec ++ echo no + IS_NOARCH=no + '[' heuler = heuler ']' + IS_RELEASE=0 + sed -i x2gokdrive.spec -e 's/%{?dist}/.0.git20191028.134.heuler%{?dist}/' + '[' -f x2gokdrive/debian/patches/series ']' + sed 's/%{name}/x2gokdrive/' + grep -E '^Source[1-9]+:.*' x2gokdrive.spec + read source_file + awk '{ print $2 }' + mv -- /var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn/x2gokdrive /var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn/x2gokdrive-0.0.0.1 + tar -czf /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive-0.0.0.1.tar.gz x2gokdrive-0.0.0.1 + cp -- x2gokdrive.spec /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES + cd + rm -Rf -- /var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn/x2gokdrive + '[' xopensuse = xopensuse ']' + typeset -a arches_copy + arches_copy=("${arches[@]}") + typeset -i i=0 + (( i = 0 )) + (( i < 3 )) + [[ SRPM == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ x86_64 == \i\3\8\6 ]] + (( ++i )) + (( i < 3 )) + [[ i386 == \i\3\8\6 ]] + arches_copy[i]=i586 + (( ++i )) + (( i < 3 )) + typeset arch= + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/x86_64 + for arch in "${arches_copy[@]}" + mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/i586 + BUILD_RESULT=/home/abuild/rpmbuild/ + typeset obs_config_dir=obs-config + download_urls=() + typeset -a download_urls + download_url=() + typeset -a download_url + extra_obs_build_args=() + typeset -a extra_obs_build_args + typeset obs_build_vendor_tag= ++ map_prefix_to_vendor x2go ++ typeset prefix=x2go ++ typeset out= ++ typeset ret=1 ++ case "${prefix}" in ++ out=X2Go ++ ret=0 ++ printf %s X2Go ++ return 0 + obs_build_vendor_tag=X2Go + '[' 0 -ne 0 ']' + extra_obs_build_args+=("--define" "%vendor ${obs_build_vendor_tag}") + typeset -i tmp_suse_major_version=0 + typeset -i tmp_suse_minor_version=0 + [[ 15.0 = \t\u\m\b\l\e\w\e\e\d ]] ++ get_generic_major_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_major_version=0 +++ sed -e '/^\([0-9][0-9]*\)\.[0-9][0-9]*$/!d;s//\1/' ++ tmp_major_version=15 ++ '[' 15 -ne 0 ']' ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' ++ get_generic_minor_version 15.0 ++ typeset version=15.0 ++ typeset -i ret=0 ++ '[' -z 15.0 ']' ++ typeset -i tmp_minor_version=-1 +++ sed -e '/^[0-9][0-9]*\.\([0-9][0-9]*\)$/!d;s//\1/' ++ tmp_minor_version=0 ++ echo 0 ++ return 0 + tmp_suse_minor_version=0 + '[' 0 -ne 0 ']' + '[' xopensuse = xopensuse ']' + typeset -i legacy_release=0 ++ wrap_suse_major_version 15 ++ typeset major_version=15 ++ typeset -i tmp_major_version=15 ++ [[ 15 -lt 10 ]] ++ [[ 15 -eq 42 ]] ++ echo 15 ++ return 0 + tmp_suse_major_version=15 + '[' 0 -ne 0 ']' + [[ 15 != \9\9\9\9 ]] + '[' 15 -lt 14 ']' + '[' 15 -eq 14 ']' + '[' 0 -eq 1 ']' + [[ 15 = \9\9\9\9 ]] + download_url=("${OPENSUSE_DOWNLOAD_URL[@]}") + (( i = 0 )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss/#SUSESUBDIR#/ + (( ++i )) + (( i < 2 )) ++ sed -e s/#VERSION#/15.0/g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 -lt 15 ]] + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/distribution/#LEAP#15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#SUSESUBDIR#__g + download_url[i]=https://download.opensuse.org/update/#LEAP#15.0/oss/ + (( ++i )) + (( i < 2 )) + [[ 15 != \9\9\9\9 ]] + '[' 15 -gt 13 ']' + (( i = 0 )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/distribution/leap/15.0/repo/oss// + (( ++i )) + (( i < 2 )) ++ sed -e s_#LEAP#_leap/_g + download_url[i]=https://download.opensuse.org/update/leap/15.0/oss/ + (( ++i )) + (( i < 2 )) + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + for url in "${download_url[@]}" + download_urls+=('--repo' "${url}") + typeset -i noarch_built=0 + for l_ARCH in "${arches[@]}" + '[' SRPM = SRPM ']' + typeset base_arch=x86_64 + '[' -z x86_64 ']' + '[' xopensuse = xfedora ']' + '[' xopensuse = xepel ']' + ps ax + grep 'sudo obs' + grep -E 'build.*/var/cache/obs-build/opensuse/15.0/x86_64/' + get_extra_repository suse opensuse 15.0 heuler x2gokdrive x86_64 1 + typeset TYPE=suse + typeset DIST=opensuse + typeset CODENAME=15.0 + typeset COMPONENT=heuler + typeset PACKAGE=x2gokdrive + typeset ARCH=x86_64 ++ make_boolean 1 ++ typeset -l OPTION=1 ++ case "${OPTION}" in ++ OPTION=1 ++ printf 1 ++ return 0 + typeset WANT_EXTRA=1 + case "${TYPE}" in + OTHERMIRROR= + '[' 1 -eq 1 ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras' + '[' -z x2go-keyring ']' + '[' x2go-keyring '!=' x2gokdrive ']' + OTHERMIRROR='--repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler' + return 0 + sudo obs-build --nosignature --repo suse@https://packages.x2go.org/opensuse/15.0/extras --repo suse@https://packages.x2go.org/opensuse/15.0/heuler --repo https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repo https://download.opensuse.org/update/leap/15.0/oss/ --root /var/cache/obs-build/opensuse/15.0/x86_64/ --clean --stage=-bs --define '%vendor X2Go' /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec logging output to /var/cache/obs-build/opensuse/15.0/x86_64/.build.log... [ 0s] Memory limit set to 33046614KB [ 0s] Using BUILD_ROOT=/var/cache/obs-build/opensuse/15.0/x86_64 [ 0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386 [ 0s] [ 0s] [ 0s] japsand started "build x2gokdrive.spec" at Mon Oct 28 06:24:26 UTC 2019. [ 0s] build version: 20180831-3.2x2go1 [ 0s] [ 0s] [ 0s] processing recipe /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem --configdir /usr/lib/obs-build/configs --cachedir /var/cache/obs-build --define %vendor X2Go --repository suse@https://packages.x2go.org/opensuse/15.0/extras --repository suse@https://packages.x2go.org/opensuse/15.0/heuler --repository https://download.opensuse.org/distribution/leap/15.0/repo/oss// --repository https://download.opensuse.org/update/leap/15.0/oss/ --clean --nosignature /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec ... [ 0s] init_buildsystem version: 20180831-3.2x2go1 [ 1s] initializing /var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache ... [ 1s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/extras [ 1s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/15.0/heuler [ 1s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/distribution/leap/15.0/repo/oss// [ 11s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/update/leap/15.0/oss/ [ 34s] expanding package dependencies... [ 34s] Package list: [ 34s] /var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec'/usr/lib/obs-build/expanddeps' '--define %vendor X2Go' '--dist' '' '--depfile' '/var/cache/obs-build/opensuse/15.0/x86_64/.srcfiles.cache' '--archpath' 'x86_64:i686:i586:i486:i386' '--configdir' /usr/lib/obs-build/configs '/var/lib/jenkins/pkg-dist/heuler/x2gokdrive/opensuse/15.0/SRPM/rpmbuild/SOURCES/x2gokdrive.spec' [ 35s] Warning: distribution not specified, assuming '15.0-x86_64' (see /usr/lib/obs-build/configs). [ 37s] expansion error [ 37s] nothing provides gettext-autopoint [ 37s] [ 37s] japsand failed "build x2gokdrive.spec" at Mon Oct 28 06:25:03 UTC 2019. [ 37s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn ']' + '[' -d /var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.0PUZEeRtIep4JdPZw2z2yqHn Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/7/display/redirect?page=changes> Changes: [ionic] x2gokdrive.spec: rework gettext-autopoint build dependency. [ionic] debian/control: add build-dependency upon libpam-dev. [ionic] x2gokdrive.spec: also build-depend upon pam-devel. [ionic] x2gokdrive.spec: build verbosely. ------------------------------------------ [...truncated 112.62 KB...] [ 42s] xineramaproto-devel-1.2.1-lp150.1.6 ######################################## [ 42s] diffstat-1.61-lp150.1.8 ######################################## [ 42s] libXdmcp6-1.1.2-lp150.1.7 ######################################## [ 42s] libatomic1-7.3.1+r258812-lp150.2.10 ######################################## [ 42s] libcap-ng0-0.7.9-lp150.1.19 ######################################## [ 42s] libcom_err2-1.43.8-lp150.2.24 ######################################## [ 42s] libfl2-2.6.4-lp150.2.48 ######################################## [ 42s] libfl-devel-2.6.4-lp150.2.48 ######################################## [ 42s] libgdbm4-1.12-lp150.1.49 ######################################## [ 43s] perl-5.26.1-lp150.5.19 ######################################## [ 43s] libitm1-7.3.1+r258812-lp150.2.10 ######################################## [ 43s] libjpeg8-8.1.2-lp150.3.6 ######################################## [ 43s] libkeyutils1-1.5.10-lp150.3.19 ######################################## [ 43s] libltdl7-2.4.6-lp150.1.47 ######################################## [ 43s] liblua5_3-5-5.3.4-lp150.1.46 ######################################## [ 43s] libmpx2-7.3.1+r258812-lp150.2.10 ######################################## [ 43s] libmpxwrappers2-7.3.1+r258812-lp150.2.######################################## [ 43s] libpixman-1-0-0.34.0-lp150.1.8 ######################################## [ 43s] libpython2_7-1_0-2.7.14-lp150.5.14 ######################################## [ 43s] libsepol1-2.6-lp150.1.32 ######################################## [ 43s] libsmartcols1-2.31.1-lp150.6.1 ######################################## [ 43s] libturbojpeg0-8.1.2-lp150.3.6 ######################################## [ 43s] libustr-1_0-1-1.0.4-lp150.2.15 ######################################## [ 44s] libsemanage1-2.6-lp150.1.33 ######################################## [ 44s] libverto1-0.2.6-lp150.3.15 ######################################## [ 44s] makedepend-1.0.5-lp150.1.10 ######################################## [ 44s] xbitmaps-1.1.1-lp150.1.6 ######################################## [ 44s] libXmu6-1.1.2-lp150.1.7 ######################################## [ 44s] libXaw7-1.0.13-lp150.1.8 ######################################## [ 44s] libXaw8-1.0.13-lp150.1.8 ######################################## [ 44s] libXaw6-1.0.13-lp150.1.8 ######################################## [ 44s] libXmu-devel-1.1.2-lp150.1.7 ######################################## [ 44s] terminfo-base-6.1-lp150.3.14 ######################################## [ 44s] libncurses6-6.1-lp150.3.14 ######################################## [ 44s] libreadline7-7.0-lp150.7.8 ######################################## [ 44s] bash-4.4-lp150.7.8 ######################################## [ 44s] info-6.5-lp150.4.14 ######################################## [ 45s] coreutils-8.29-lp150.2.2 ######################################## [ 45s] diffutils-3.6-lp150.2.2 ######################################## [ 45s] grep-3.1-lp150.2.10 ######################################## [ 45s] permissions-20180125-lp150.1.2 ######################################## [ 45s] Updating /etc/sysconfig/security ... [ 46s] Warning: running kernel does not support fscaps [ 46s] Checking permissions and ownerships - using the permissions files [ 46s] /etc/permissions [ 46s] /etc/permissions.easy [ 46s] /etc/permissions.local [ 46s] setting /dev/full to root:root 0666. (wrong permissions 0622) [ 46s] setting /sbin/unix_chkpwd to root:shadow 4755. (wrong owner/group root:root) [ 46s] setting /sbin/unix2_chkpwd to root:shadow 4755. (wrong owner/group root:root) [ 46s] m4-1.4.18-lp150.2.41 ######################################## [ 46s] cpio-2.12-lp150.1.48 ######################################## [ 46s] findutils-4.6.0-lp150.2.18 ######################################## [ 46s] sed-4.4-lp150.2.2 ######################################## [ 46s] update-alternatives-1.19.0.4-lp150.2.2######################################## [ 46s] gawk-4.2.1-lp150.1.20 ######################################## [ 46s] update-alternatives: using /usr/bin/gawk to provide /bin/awk (awk) in auto mode [ 47s] binutils-2.29.1-lp150.4.25 ######################################## [ 47s] update-alternatives: using /usr/bin/ld.bfd to provide /usr/bin/ld (ld) in auto mode [ 47s] openssl-1_1-1.1.0h-lp150.2.1 ######################################## [ 47s] gzip-1.9-lp150.2.16 ######################################## [ 47s] tar-1.29-lp150.1.12 ######################################## [ 47s] openssl-1.1.0h-lp150.1.1 ######################################## [ 47s] autoconf-2.69-lp150.1.48 ######################################## [ 47s] automake-1.15.1-lp150.2.41 ######################################## [ 47s] krb5-mini-1.15.2-lp150.5.6.1 ######################################## [ 47s] Updating /etc/sysconfig/kadmind ... [ 48s] Updating /etc/sysconfig/krb5kdc ... [ 48s] systemd-rpm-macros-3-lp150.5.20 ######################################## [ 48s] linux-glibc-devel-4.15-lp150.1.23 ######################################## [ 48s] glibc-devel-2.26-lp150.10.13 ######################################## [ 48s] zlib-devel-1.2.11-lp150.1.49 ######################################## [ 50s] gcc7-7.3.1+r258812-lp150.2.10 ######################################## [ 51s] libpng16-devel-1.6.34-lp150.1.5 ######################################## [ 51s] libopenssl-1_1-devel-1.1.0h-lp150.2.1 ######################################## [ 52s] libstdc++6-devel-gcc7-7.3.1+r258812-lp######################################## [ 53s] gcc7-c++-7.3.1+r258812-lp150.2.10 ######################################## [ 53s] libbz2-devel-1.0.6-lp150.3.17 ######################################## [ 53s] freetype2-devel-2.9-lp150.2.1 ######################################## [ 53s] libgpg-error-devel-1.29-lp150.1.2 ######################################## [ 55s] glibc-locale-2.26-lp150.10.13 ######################################## [ 55s] xkeyboard-config-2.23.1-lp150.1.2 ######################################## [ 55s] libxkbfile1-1.0.9-lp150.1.6 ######################################## [ 55s] make-4.2.1-lp150.5.25 ######################################## [ 55s] which-2.21-lp150.2.15 ######################################## [ 55s] gmp-devel-6.1.2-lp150.2.20 ######################################## [ 55s] gettext-runtime-0.19.8.1-lp150.2.17 ######################################## [ 55s] gettext-tools-0.19.8.1-lp150.2.17 ######################################## [ 55s] gccmakedep-1.0.3-lp150.1.6 ######################################## [ 55s] xorg-cf-files-1.0.6-lp150.1.10 ######################################## [ 55s] imake-1.0.7-lp150.1.11 ######################################## [ 55s] cpp-7-lp150.1.50 ######################################## [ 55s] gcc-7-lp150.1.50 ######################################## [ 55s] bzip2-1.0.6-lp150.3.17 ######################################## [ 55s] xz-5.2.3-lp150.2.16 ######################################## [ 55s] libcrack2-2.9.6-lp150.2.17 ######################################## [ 55s] cracklib-2.9.6-lp150.2.17 ######################################## [ 55s] libedit0-3.1.snap20150325-lp150.2.1 ######################################## [ 57s] libLLVM5-5.0.1-lp150.6.1 ######################################## [ 57s] Mesa-gallium-18.0.2-lp150.17.2 ######################################## [ 57s] Mesa-dri-18.0.2-lp150.17.2 ######################################## [ 57s] Mesa-18.0.2-lp150.17.2 ######################################## [ 57s] Mesa-libGL1-18.0.2-lp150.17.2 ######################################## [ 58s] ncurses-utils-6.1-lp150.3.14 ######################################## [ 58s] python-rpm-macros-2017.12.22.d9968ab-l######################################## [ 58s] libtirpc-netconfig-1.0.2-lp150.1.34 ######################################## [ 58s] libtirpc3-1.0.2-lp150.1.34 ######################################## [ 58s] libnsl2-1.2.0-lp150.2.20 ######################################## [ 58s] pam-1.3.0-lp150.4.6 ######################################## [ 58s] Warning: running kernel does not support fscaps [ 58s] Warning: running kernel does not support fscaps [ 58s] shadow-4.5-lp150.5.20 ######################################## [ 58s] Warning: running kernel does not support fscaps [ 58s] Warning: running kernel does not support fscaps [ 58s] Warning: running kernel does not support fscaps [ 58s] Warning: running kernel does not support fscaps [ 58s] Warning: running kernel does not support fscaps [ 58s] Warning: running kernel does not support fscaps [ 58s] Warning: running kernel does not support fscaps [ 58s] Warning: running kernel does not support fscaps [ 58s] Warning: running kernel does not support fscaps [ 58s] sysuser-shadow-2.0-lp150.2.40 ######################################## [ 58s] groupadd -r kmem [ 59s] groupadd -r lock [ 59s] groupadd -r -g 5 tty [ 59s] groupadd -r utmp [ 60s] groupadd -r audio [ 60s] groupadd -r cdrom [ 60s] groupadd -r dialout [ 61s] groupadd -r disk [ 61s] groupadd -r input [ 62s] groupadd -r kvm [ 62s] groupadd -r lp [ 63s] groupadd -r tape [ 63s] groupadd -r video [ 64s] system-group-hardware-20170617-lp150.3######################################## [ 64s] libutempter0-1.1.6-lp150.3.19 ######################################## [ 64s] Warning: running kernel does not support fscaps [ 64s] util-linux-2.31.1-lp150.6.1 ######################################## [ 64s] Warning: running kernel does not support fscaps [ 64s] setting /usr/bin/wall to root:tty 2755. (wrong permissions 0755) [ 64s] setting /usr/bin/write to root:tty 2755. (wrong permissions 0755) [ 64s] Warning: running kernel does not support fscaps [ 64s] aaa_base-84.87+git20180409.04c9dae-lp1######################################## [ 64s] Updating /etc/sysconfig/language ... [ 64s] Updating /etc/sysconfig/proxy ... [ 64s] Updating /etc/sysconfig/windowmanager ... [ 65s] aaa_base-malloccheck-84.87+git20180409######################################## [ 66s] python-base-2.7.14-lp150.5.14 ######################################## [ 66s] file-magic-5.32-lp150.5.17 ######################################## [ 66s] libmagic1-5.32-lp150.5.17 ######################################## [ 66s] file-5.32-lp150.5.17 ######################################## [ 71s] rpm-4.14.1-lp150.8.3 ######################################## [ 71s] Updating /etc/sysconfig/services ... [ 71s] rpmlint-mini-1.10-lp150.3.24 ######################################## [ 71s] less-530-lp150.1.4 ######################################## [ 71s] quilt-0.65-lp150.2.3 ######################################## [ 71s] rpmlint-Factory-1.0-lp150.3.3 ######################################## [ 71s] rpm-build-4.14.1-lp150.8.3 ######################################## [ 72s] xorg-x11-server-source-1.19.6-lp150.6.######################################## [ 72s] post-build-checks-84.87+git20171221.9e######################################## [ 72s] pam-devel-1.3.0-lp150.4.6 ######################################## [ 72s] Mesa-libGL-devel-18.0.2-lp150.17.2 ######################################## [ 72s] gcc-PIE-7-lp150.1.50 ######################################## [ 72s] gcc-c++-7-lp150.1.50 ######################################## [ 72s] libnettle-devel-3.4-lp150.2.3 ######################################## [ 72s] libxkbfile-devel-1.0.9-lp150.1.6 ######################################## [ 72s] libgcrypt-devel-1.8.2-lp150.4.2 ######################################## [ 72s] libXfont2-devel-2.0.3-lp150.1.3 ######################################## [ 72s] libopenssl-devel-1.1.0h-lp150.1.1 ######################################## [ 72s] libpng16-compat-devel-1.6.34-lp150.1.5######################################## [ 72s] libtool-2.4.6-lp150.1.47 ######################################## [ 72s] bison-3.0.4-lp150.1.48 ######################################## [ 72s] flex-2.6.4-lp150.2.48 ######################################## [ 72s] lsb-release-3.0-lp150.1.6 ######################################## [ 72s] xtrans-1.3.5-lp150.1.6 ######################################## [ 72s] libXaw-devel-1.0.13-lp150.1.8 ######################################## [ 72s] libjpeg8-devel-8.1.2-lp150.3.6 ######################################## [ 72s] libpixman-1-0-devel-0.34.0-lp150.1.8 ######################################## [ 72s] brp-check-suse-84.87+git20170602.cec54######################################## [ 72s] libXdmcp-devel-1.1.2-lp150.1.7 ######################################## [ 72s] libXinerama-devel-1.1.3-lp150.1.6 ######################################## [ 72s] libXv-devel-1.0.11-lp150.1.7 ######################################## [ 72s] libXrender-devel-0.9.10-lp150.1.7 ######################################## [ 72s] libXtst-devel-1.2.3-lp150.1.7 ######################################## [ 72s] libXres-devel-1.2.0-lp150.1.3 ######################################## [ 72s] xcb-util-devel-0.4.0-lp150.1.7 ######################################## [ 72s] xcb-util-image-devel-0.4.0-lp150.1.7 ######################################## [ 72s] xcb-util-keysyms-devel-0.4.0-lp150.1.7######################################## [ 72s] xcb-util-renderutil-devel-0.3.9-lp150.######################################## [ 72s] xcb-util-wm-devel-0.4.1-lp150.1.10 ######################################## [ 72s] audit-devel-2.8.1-lp150.3.17 ######################################## [ 72s] libunwind-devel-1.2.1-lp150.2.1 ######################################## [ 72s] libpciaccess-devel-0.14-lp150.1.3 ######################################## [ 72s] libxshmfence-devel-1.2-lp150.1.7 ######################################## [ 73s] attr-2.4.47-lp150.2.16 ######################################## [ 73s] build-mkbaselibs-20180329-lp150.1.2 ######################################## [ 73s] bigreqsproto-devel-1.1.2-lp150.1.6 ######################################## [ 73s] compositeproto-devel-0.4.2-lp150.1.6 ######################################## [ 73s] presentproto-devel-1.1-lp150.1.7 ######################################## [ 73s] randrproto-devel-1.5.0-lp150.1.7 ######################################## [ 73s] resourceproto-devel-1.2.0-lp150.1.6 ######################################## [ 73s] scrnsaverproto-devel-1.2.2-lp150.1.6 ######################################## [ 73s] util-macros-devel-1.19.1-lp150.1.7 ######################################## [ 73s] xcmiscproto-devel-1.2.2-lp150.1.6 ######################################## [ 73s] xf86bigfontproto-devel-1.2.0-lp150.1.6######################################## [ 73s] xf86dgaproto-devel-2.1-lp150.1.6 ######################################## [ 73s] font-util-1.3.1-lp150.1.6 ######################################## [ 73s] removing nis flags from /var/cache/obs-build/opensuse/15.0/x86_64/etc/nsswitch.conf... [ 73s] now finalizing build dir... [ 73s] ----------------------------------------------------------------- [ 73s] ----- building x2gokdrive.spec (user abuild) [ 73s] ----------------------------------------------------------------- [ 73s] ----------------------------------------------------------------- [ 74s] + exec rpmbuild --define '%vendor X2Go' -bb --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' /home/abuild/rpmbuild/SOURCES/x2gokdrive.spec [ 74s] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tKlDCR [ 74s] + umask 022 [ 74s] + cd /home/abuild/rpmbuild/BUILD [ 74s] + cd /home/abuild/rpmbuild/BUILD [ 74s] + rm -rf x2gokdrive-0.0.0.1 [ 74s] + /usr/bin/gzip -dc /home/abuild/rpmbuild/SOURCES/x2gokdrive-0.0.0.1.tar.gz [ 74s] + /usr/bin/tar -xof - [ 74s] + STATUS=0 [ 74s] + '[' 0 -ne 0 ']' [ 74s] + cd x2gokdrive-0.0.0.1 [ 74s] + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . [ 74s] + mkdir -p BUILD [ 74s] + cp -r '/usr/share/xorg-x11-server-source/*' BUILD/ [ 74s] cp: cannot stat '/usr/share/xorg-x11-server-source/*': No such file or directory [ 74s] error: Bad exit status from /var/tmp/rpm-tmp.tKlDCR (%prep) [ 74s] [ 74s] [ 74s] RPM build errors: [ 74s] Bad exit status from /var/tmp/rpm-tmp.tKlDCR (%prep) [ 74s] [ 74s] japsand failed "build x2gokdrive.spec" at Mon Oct 28 20:24:27 UTC 2019. [ 74s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.gD2bwIIhGOjZjjjYQutUZOSg ']' + '[' -d /var/lib/jenkins/tmp/tmp.gD2bwIIhGOjZjjjYQutUZOSg ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.gD2bwIIhGOjZjjjYQutUZOSg Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/8/display/redirect?page=changes> Changes: [ionic] x2ogkdrive.spec: copy xorg-server source verbosely. [ionic] x2gokdrive.spec: use archive mode when copying xorg-server source. [ionic] x2gokdrive.spec: *SuSE puts the xorg-server source code into ------------------------------------------ [...truncated 105.88 KB...] [ 47s] xineramaproto-devel-1.2.1-lp150.1.6 ######################################## [ 47s] diffstat-1.61-lp150.1.8 ######################################## [ 47s] libXdmcp6-1.1.2-lp150.1.7 ######################################## [ 47s] libatomic1-7.3.1+r258812-lp150.2.10 ######################################## [ 47s] libcap-ng0-0.7.9-lp150.1.19 ######################################## [ 47s] libcom_err2-1.43.8-lp150.2.24 ######################################## [ 47s] libfl2-2.6.4-lp150.2.48 ######################################## [ 47s] libfl-devel-2.6.4-lp150.2.48 ######################################## [ 47s] libgdbm4-1.12-lp150.1.49 ######################################## [ 48s] perl-5.26.1-lp150.5.19 ######################################## [ 48s] libitm1-7.3.1+r258812-lp150.2.10 ######################################## [ 48s] libjpeg8-8.1.2-lp150.3.6 ######################################## [ 48s] libkeyutils1-1.5.10-lp150.3.19 ######################################## [ 48s] libltdl7-2.4.6-lp150.1.47 ######################################## [ 48s] liblua5_3-5-5.3.4-lp150.1.46 ######################################## [ 48s] libmpx2-7.3.1+r258812-lp150.2.10 ######################################## [ 48s] libmpxwrappers2-7.3.1+r258812-lp150.2.######################################## [ 49s] libpixman-1-0-0.34.0-lp150.1.8 ######################################## [ 49s] libpython2_7-1_0-2.7.14-lp150.5.14 ######################################## [ 49s] libsepol1-2.6-lp150.1.32 ######################################## [ 49s] libsmartcols1-2.31.1-lp150.6.1 ######################################## [ 49s] libturbojpeg0-8.1.2-lp150.3.6 ######################################## [ 49s] libustr-1_0-1-1.0.4-lp150.2.15 ######################################## [ 49s] libsemanage1-2.6-lp150.1.33 ######################################## [ 49s] libverto1-0.2.6-lp150.3.15 ######################################## [ 49s] makedepend-1.0.5-lp150.1.10 ######################################## [ 49s] xbitmaps-1.1.1-lp150.1.6 ######################################## [ 49s] libXmu6-1.1.2-lp150.1.7 ######################################## [ 49s] libXaw7-1.0.13-lp150.1.8 ######################################## [ 49s] libXaw8-1.0.13-lp150.1.8 ######################################## [ 49s] libXaw6-1.0.13-lp150.1.8 ######################################## [ 49s] libXmu-devel-1.1.2-lp150.1.7 ######################################## [ 49s] terminfo-base-6.1-lp150.3.14 ######################################## [ 49s] libncurses6-6.1-lp150.3.14 ######################################## [ 49s] libreadline7-7.0-lp150.7.8 ######################################## [ 49s] bash-4.4-lp150.7.8 ######################################## [ 49s] info-6.5-lp150.4.14 ######################################## [ 52s] coreutils-8.29-lp150.2.2 ######################################## [ 52s] diffutils-3.6-lp150.2.2 ######################################## [ 52s] grep-3.1-lp150.2.10 ######################################## [ 53s] permissions-20180125-lp150.1.2 ######################################## [ 53s] Updating /etc/sysconfig/security ... [ 53s] Warning: running kernel does not support fscaps [ 53s] Checking permissions and ownerships - using the permissions files [ 53s] /etc/permissions [ 53s] /etc/permissions.easy [ 53s] /etc/permissions.local [ 53s] setting /dev/full to root:root 0666. (wrong permissions 0622) [ 53s] setting /sbin/unix_chkpwd to root:shadow 4755. (wrong owner/group root:root) [ 53s] setting /sbin/unix2_chkpwd to root:shadow 4755. (wrong owner/group root:root) [ 53s] m4-1.4.18-lp150.2.41 ######################################## [ 53s] cpio-2.12-lp150.1.48 ######################################## [ 53s] findutils-4.6.0-lp150.2.18 ######################################## [ 53s] sed-4.4-lp150.2.2 ######################################## [ 53s] update-alternatives-1.19.0.4-lp150.2.2######################################## [ 53s] gawk-4.2.1-lp150.1.20 ######################################## [ 53s] update-alternatives: using /usr/bin/gawk to provide /bin/awk (awk) in auto mode [ 54s] binutils-2.29.1-lp150.4.25 ######################################## [ 54s] update-alternatives: using /usr/bin/ld.bfd to provide /usr/bin/ld (ld) in auto mode [ 54s] openssl-1_1-1.1.0h-lp150.2.1 ######################################## [ 54s] gzip-1.9-lp150.2.16 ######################################## [ 54s] tar-1.29-lp150.1.12 ######################################## [ 54s] openssl-1.1.0h-lp150.1.1 ######################################## [ 54s] autoconf-2.69-lp150.1.48 ######################################## [ 54s] automake-1.15.1-lp150.2.41 ######################################## [ 55s] krb5-mini-1.15.2-lp150.5.6.1 ######################################## [ 55s] Updating /etc/sysconfig/kadmind ... [ 55s] Updating /etc/sysconfig/krb5kdc ... [ 55s] systemd-rpm-macros-3-lp150.5.20 ######################################## [ 55s] linux-glibc-devel-4.15-lp150.1.23 ######################################## [ 55s] glibc-devel-2.26-lp150.10.13 ######################################## [ 55s] zlib-devel-1.2.11-lp150.1.49 ######################################## [ 57s] gcc7-7.3.1+r258812-lp150.2.10 ######################################## [ 57s] libpng16-devel-1.6.34-lp150.1.5 ######################################## [ 57s] libopenssl-1_1-devel-1.1.0h-lp150.2.1 ######################################## [ 58s] libstdc++6-devel-gcc7-7.3.1+r258812-lp######################################## [ 59s] gcc7-c++-7.3.1+r258812-lp150.2.10 ######################################## [ 59s] libbz2-devel-1.0.6-lp150.3.17 ######################################## [ 59s] freetype2-devel-2.9-lp150.2.1 ######################################## [ 59s] libgpg-error-devel-1.29-lp150.1.2 ######################################## [ 61s] glibc-locale-2.26-lp150.10.13 ######################################## [ 62s] xkeyboard-config-2.23.1-lp150.1.2 ######################################## [ 62s] libxkbfile1-1.0.9-lp150.1.6 ######################################## [ 62s] make-4.2.1-lp150.5.25 ######################################## [ 62s] which-2.21-lp150.2.15 ######################################## [ 62s] gmp-devel-6.1.2-lp150.2.20 ######################################## [ 62s] gettext-runtime-0.19.8.1-lp150.2.17 ######################################## [ 62s] gettext-tools-0.19.8.1-lp150.2.17 ######################################## [ 62s] gccmakedep-1.0.3-lp150.1.6 ######################################## [ 62s] xorg-cf-files-1.0.6-lp150.1.10 ######################################## [ 62s] imake-1.0.7-lp150.1.11 ######################################## [ 62s] cpp-7-lp150.1.50 ######################################## [ 62s] gcc-7-lp150.1.50 ######################################## [ 62s] bzip2-1.0.6-lp150.3.17 ######################################## [ 62s] xz-5.2.3-lp150.2.16 ######################################## [ 62s] libcrack2-2.9.6-lp150.2.17 ######################################## [ 62s] cracklib-2.9.6-lp150.2.17 ######################################## [ 62s] libedit0-3.1.snap20150325-lp150.2.1 ######################################## [ 63s] libLLVM5-5.0.1-lp150.6.1 ######################################## [ 64s] Mesa-gallium-18.0.2-lp150.17.2 ######################################## [ 64s] Mesa-dri-18.0.2-lp150.17.2 ######################################## [ 64s] Mesa-18.0.2-lp150.17.2 ######################################## [ 64s] Mesa-libGL1-18.0.2-lp150.17.2 ######################################## [ 64s] ncurses-utils-6.1-lp150.3.14 ######################################## [ 64s] python-rpm-macros-2017.12.22.d9968ab-l######################################## [ 64s] libtirpc-netconfig-1.0.2-lp150.1.34 ######################################## [ 64s] libtirpc3-1.0.2-lp150.1.34 ######################################## [ 64s] libnsl2-1.2.0-lp150.2.20 ######################################## [ 65s] pam-1.3.0-lp150.4.6 ######################################## [ 65s] Warning: running kernel does not support fscaps [ 65s] Warning: running kernel does not support fscaps [ 66s] shadow-4.5-lp150.5.20 ######################################## [ 66s] Warning: running kernel does not support fscaps [ 66s] Warning: running kernel does not support fscaps [ 66s] Warning: running kernel does not support fscaps [ 66s] Warning: running kernel does not support fscaps [ 66s] Warning: running kernel does not support fscaps [ 66s] Warning: running kernel does not support fscaps [ 66s] Warning: running kernel does not support fscaps [ 66s] Warning: running kernel does not support fscaps [ 66s] Warning: running kernel does not support fscaps [ 66s] sysuser-shadow-2.0-lp150.2.40 ######################################## [ 66s] groupadd -r kmem [ 66s] groupadd -r lock [ 66s] groupadd -r -g 5 tty [ 66s] groupadd -r utmp [ 66s] groupadd -r audio [ 67s] groupadd -r cdrom [ 67s] groupadd -r dialout [ 67s] groupadd -r disk [ 67s] groupadd -r input [ 67s] groupadd -r kvm [ 67s] groupadd -r lp [ 68s] groupadd -r tape [ 68s] groupadd -r video [ 68s] system-group-hardware-20170617-lp150.3######################################## [ 68s] libutempter0-1.1.6-lp150.3.19 ######################################## [ 68s] Warning: running kernel does not support fscaps [ 68s] util-linux-2.31.1-lp150.6.1 ######################################## [ 68s] Warning: running kernel does not support fscaps [ 68s] setting /usr/bin/wall to root:tty 2755. (wrong permissions 0755) [ 68s] setting /usr/bin/write to root:tty 2755. (wrong permissions 0755) [ 68s] Warning: running kernel does not support fscaps [ 68s] aaa_base-84.87+git20180409.04c9dae-lp1######################################## [ 68s] Updating /etc/sysconfig/language ... [ 69s] Updating /etc/sysconfig/proxy ... [ 69s] Updating /etc/sysconfig/windowmanager ... [ 69s] aaa_base-malloccheck-84.87+git20180409######################################## [ 69s] python-base-2.7.14-lp150.5.14 ######################################## [ 69s] file-magic-5.32-lp150.5.17 ######################################## [ 69s] libmagic1-5.32-lp150.5.17 ######################################## [ 69s] file-5.32-lp150.5.17 ######################################## [ 70s] rpm-4.14.1-lp150.8.3 ######################################## [ 70s] Updating /etc/sysconfig/services ... [ 71s] rpmlint-mini-1.10-lp150.3.24 ######################################## [ 71s] less-530-lp150.1.4 ######################################## [ 71s] quilt-0.65-lp150.2.3 ######################################## [ 71s] rpmlint-Factory-1.0-lp150.3.3 ######################################## [ 71s] rpm-build-4.14.1-lp150.8.3 ######################################## [ 71s] xorg-x11-server-source-1.19.6-lp150.6.######################################## [ 71s] post-build-checks-84.87+git20171221.9e######################################## [ 72s] pam-devel-1.3.0-lp150.4.6 ######################################## [ 72s] Mesa-libGL-devel-18.0.2-lp150.17.2 ######################################## [ 72s] gcc-PIE-7-lp150.1.50 ######################################## [ 72s] gcc-c++-7-lp150.1.50 ######################################## [ 72s] libnettle-devel-3.4-lp150.2.3 ######################################## [ 72s] libxkbfile-devel-1.0.9-lp150.1.6 ######################################## [ 72s] libgcrypt-devel-1.8.2-lp150.4.2 ######################################## [ 72s] libXfont2-devel-2.0.3-lp150.1.3 ######################################## [ 72s] libopenssl-devel-1.1.0h-lp150.1.1 ######################################## [ 72s] libpng16-compat-devel-1.6.34-lp150.1.5######################################## [ 72s] libtool-2.4.6-lp150.1.47 ######################################## [ 72s] bison-3.0.4-lp150.1.48 ######################################## [ 72s] flex-2.6.4-lp150.2.48 ######################################## [ 72s] lsb-release-3.0-lp150.1.6 ######################################## [ 72s] xtrans-1.3.5-lp150.1.6 ######################################## [ 72s] libXaw-devel-1.0.13-lp150.1.8 ######################################## [ 72s] libjpeg8-devel-8.1.2-lp150.3.6 ######################################## [ 72s] libpixman-1-0-devel-0.34.0-lp150.1.8 ######################################## [ 72s] brp-check-suse-84.87+git20170602.cec54######################################## [ 72s] libXdmcp-devel-1.1.2-lp150.1.7 ######################################## [ 72s] libXinerama-devel-1.1.3-lp150.1.6 ######################################## [ 72s] libXv-devel-1.0.11-lp150.1.7 ######################################## [ 72s] libXrender-devel-0.9.10-lp150.1.7 ######################################## [ 72s] libXtst-devel-1.2.3-lp150.1.7 ######################################## [ 72s] libXres-devel-1.2.0-lp150.1.3 ######################################## [ 72s] xcb-util-devel-0.4.0-lp150.1.7 ######################################## [ 72s] xcb-util-image-devel-0.4.0-lp150.1.7 ######################################## [ 72s] xcb-util-keysyms-devel-0.4.0-lp150.1.7######################################## [ 72s] xcb-util-renderutil-devel-0.3.9-lp150.######################################## [ 72s] xcb-util-wm-devel-0.4.1-lp150.1.10 ######################################## [ 72s] audit-devel-2.8.1-lp150.3.17 ######################################## [ 72s] libunwind-devel-1.2.1-lp150.2.1 ######################################## [ 72s] libpciaccess-devel-0.14-lp150.1.3 ######################################## [ 72s] libxshmfence-devel-1.2-lp150.1.7 ######################################## [ 72s] attr-2.4.47-lp150.2.16 ######################################## [ 72s] build-mkbaselibs-20180329-lp150.1.2 ######################################## [ 72s] bigreqsproto-devel-1.1.2-lp150.1.6 ######################################## [ 72s] compositeproto-devel-0.4.2-lp150.1.6 ######################################## [ 72s] presentproto-devel-1.1-lp150.1.7 ######################################## [ 72s] randrproto-devel-1.5.0-lp150.1.7 ######################################## [ 72s] resourceproto-devel-1.2.0-lp150.1.6 ######################################## [ 72s] scrnsaverproto-devel-1.2.2-lp150.1.6 ######################################## [ 72s] util-macros-devel-1.19.1-lp150.1.7 ######################################## [ 72s] xcmiscproto-devel-1.2.2-lp150.1.6 ######################################## [ 72s] xf86bigfontproto-devel-1.2.0-lp150.1.6######################################## [ 72s] xf86dgaproto-devel-2.1-lp150.1.6 ######################################## [ 72s] font-util-1.3.1-lp150.1.6 ######################################## [ 73s] removing nis flags from /var/cache/obs-build/opensuse/15.0/x86_64/etc/nsswitch.conf... [ 73s] now finalizing build dir... [ 73s] ----------------------------------------------------------------- [ 73s] ----- building x2gokdrive.spec (user abuild) [ 73s] ----------------------------------------------------------------- [ 73s] ----------------------------------------------------------------- [ 73s] + exec rpmbuild --define '%vendor X2Go' -bb --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' /home/abuild/rpmbuild/SOURCES/x2gokdrive.spec [ 74s] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kxG7Pa [ 74s] + umask 022 [ 74s] + cd /home/abuild/rpmbuild/BUILD [ 74s] + cd /home/abuild/rpmbuild/BUILD [ 74s] + rm -rf x2gokdrive-0.0.0.1 [ 74s] + /usr/bin/gzip -dc /home/abuild/rpmbuild/SOURCES/x2gokdrive-0.0.0.1.tar.gz [ 74s] + /usr/bin/tar -xof - [ 74s] + STATUS=0 [ 74s] + '[' 0 -ne 0 ']' [ 74s] + cd x2gokdrive-0.0.0.1 [ 74s] + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . [ 74s] + mkdir -p BUILD [ 74s] + cp -av '/usr/share/xserver/*' BUILD/ [ 74s] cp: cannot stat '/usr/share/xserver/*': No such file or directory [ 74s] error: Bad exit status from /var/tmp/rpm-tmp.kxG7Pa (%prep) [ 74s] [ 74s] [ 74s] RPM build errors: [ 74s] Bad exit status from /var/tmp/rpm-tmp.kxG7Pa (%prep) [ 74s] [ 74s] japsand failed "build x2gokdrive.spec" at Mon Oct 28 22:59:48 UTC 2019. [ 74s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.f0O8f1YAXig8ffp4sI9foCr1 ']' + '[' -d /var/lib/jenkins/tmp/tmp.f0O8f1YAXig8ffp4sI9foCr1 ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.f0O8f1YAXig8ffp4sI9foCr1 Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/9/display/redirect?page=changes> Changes: [ionic] patches.xorg/common/quilt.env: add trailing slash to QUILT_PATCHES [ionic] patches.xorg/1.20.4/xorg-server-configure-ac.patch: backport [ionic] x2gokdrive.spec: change /usr/share/xserver to /usr/src/xserver. [ionic] x2gokdrive.spec: add hack installing missing files into the xorg-server [ionic] patches.xorg/1.20.4: add missing/hw/xfree86/common/modeline2c.awk file, [ionic] patches.xorg/1.20.5: likewise add missing modeline2c.awk file. ------------------------------------------ [...truncated 291.51 KB...] [ 92s] '/usr/src/xserver/randr/rrxinerama.c' -> 'BUILD/randr/rrxinerama.c' [ 92s] '/usr/src/xserver/record' -> 'BUILD/record' [ 92s] '/usr/src/xserver/record/Makefile.am' -> 'BUILD/record/Makefile.am' [ 92s] '/usr/src/xserver/record/Makefile.in' -> 'BUILD/record/Makefile.in' [ 92s] '/usr/src/xserver/record/record.c' -> 'BUILD/record/record.c' [ 92s] '/usr/src/xserver/record/set.c' -> 'BUILD/record/set.c' [ 92s] '/usr/src/xserver/record/set.h' -> 'BUILD/record/set.h' [ 92s] '/usr/src/xserver/render' -> 'BUILD/render' [ 92s] '/usr/src/xserver/render/Makefile.am' -> 'BUILD/render/Makefile.am' [ 92s] '/usr/src/xserver/render/Makefile.in' -> 'BUILD/render/Makefile.in' [ 92s] '/usr/src/xserver/render/animcur.c' -> 'BUILD/render/animcur.c' [ 92s] '/usr/src/xserver/render/filter.c' -> 'BUILD/render/filter.c' [ 92s] '/usr/src/xserver/render/glyph.c' -> 'BUILD/render/glyph.c' [ 92s] '/usr/src/xserver/render/glyphstr.h' -> 'BUILD/render/glyphstr.h' [ 92s] '/usr/src/xserver/render/matrix.c' -> 'BUILD/render/matrix.c' [ 92s] '/usr/src/xserver/render/miindex.c' -> 'BUILD/render/miindex.c' [ 92s] '/usr/src/xserver/render/mipict.c' -> 'BUILD/render/mipict.c' [ 92s] '/usr/src/xserver/render/mipict.h' -> 'BUILD/render/mipict.h' [ 92s] '/usr/src/xserver/render/mirect.c' -> 'BUILD/render/mirect.c' [ 92s] '/usr/src/xserver/render/mitrap.c' -> 'BUILD/render/mitrap.c' [ 92s] '/usr/src/xserver/render/mitri.c' -> 'BUILD/render/mitri.c' [ 92s] '/usr/src/xserver/render/picture.c' -> 'BUILD/render/picture.c' [ 92s] '/usr/src/xserver/render/picture.h' -> 'BUILD/render/picture.h' [ 92s] '/usr/src/xserver/render/picturestr.h' -> 'BUILD/render/picturestr.h' [ 92s] '/usr/src/xserver/render/render.c' -> 'BUILD/render/render.c' [ 92s] '/usr/src/xserver/test' -> 'BUILD/test' [ 92s] '/usr/src/xserver/test/Makefile.am' -> 'BUILD/test/Makefile.am' [ 92s] '/usr/src/xserver/test/Makefile.in' -> 'BUILD/test/Makefile.in' [ 92s] '/usr/src/xserver/test/README' -> 'BUILD/test/README' [ 92s] '/usr/src/xserver/test/ddxstubs.c' -> 'BUILD/test/ddxstubs.c' [ 92s] '/usr/src/xserver/test/fixes.c' -> 'BUILD/test/fixes.c' [ 92s] '/usr/src/xserver/test/hashtabletest.c' -> 'BUILD/test/hashtabletest.c' [ 92s] '/usr/src/xserver/test/input.c' -> 'BUILD/test/input.c' [ 92s] '/usr/src/xserver/test/list.c' -> 'BUILD/test/list.c' [ 92s] '/usr/src/xserver/test/misc.c' -> 'BUILD/test/misc.c' [ 92s] '/usr/src/xserver/test/scripts' -> 'BUILD/test/scripts' [ 92s] '/usr/src/xserver/test/scripts/run-piglit.sh' -> 'BUILD/test/scripts/run-piglit.sh' [ 92s] '/usr/src/xserver/test/scripts/xephyr-glamor-piglit.sh' -> 'BUILD/test/scripts/xephyr-glamor-piglit.sh' [ 92s] '/usr/src/xserver/test/scripts/xinit-piglit-session.sh' -> 'BUILD/test/scripts/xinit-piglit-session.sh' [ 92s] '/usr/src/xserver/test/scripts/xvfb-piglit.sh' -> 'BUILD/test/scripts/xvfb-piglit.sh' [ 92s] '/usr/src/xserver/test/signal-logging.c' -> 'BUILD/test/signal-logging.c' [ 92s] '/usr/src/xserver/test/simple-xinit.c' -> 'BUILD/test/simple-xinit.c' [ 92s] '/usr/src/xserver/test/string.c' -> 'BUILD/test/string.c' [ 92s] '/usr/src/xserver/test/touch.c' -> 'BUILD/test/touch.c' [ 92s] '/usr/src/xserver/test/xfree86.c' -> 'BUILD/test/xfree86.c' [ 92s] '/usr/src/xserver/test/xi1' -> 'BUILD/test/xi1' [ 92s] '/usr/src/xserver/test/xi1/Makefile.am' -> 'BUILD/test/xi1/Makefile.am' [ 92s] '/usr/src/xserver/test/xi1/Makefile.in' -> 'BUILD/test/xi1/Makefile.in' [ 92s] '/usr/src/xserver/test/xi1/protocol-xchangedevicecontrol.c' -> 'BUILD/test/xi1/protocol-xchangedevicecontrol.c' [ 92s] '/usr/src/xserver/test/xi2' -> 'BUILD/test/xi2' [ 92s] '/usr/src/xserver/test/xi2/Makefile.am' -> 'BUILD/test/xi2/Makefile.am' [ 92s] '/usr/src/xserver/test/xi2/Makefile.in' -> 'BUILD/test/xi2/Makefile.in' [ 92s] '/usr/src/xserver/test/xi2/protocol-common.c' -> 'BUILD/test/xi2/protocol-common.c' [ 92s] '/usr/src/xserver/test/xi2/protocol-common.h' -> 'BUILD/test/xi2/protocol-common.h' [ 92s] '/usr/src/xserver/test/xi2/protocol-eventconvert.c' -> 'BUILD/test/xi2/protocol-eventconvert.c' [ 92s] '/usr/src/xserver/test/xi2/protocol-xigetclientpointer.c' -> 'BUILD/test/xi2/protocol-xigetclientpointer.c' [ 92s] '/usr/src/xserver/test/xi2/protocol-xigetselectedevents.c' -> 'BUILD/test/xi2/protocol-xigetselectedevents.c' [ 92s] '/usr/src/xserver/test/xi2/protocol-xipassivegrabdevice.c' -> 'BUILD/test/xi2/protocol-xipassivegrabdevice.c' [ 92s] '/usr/src/xserver/test/xi2/protocol-xiquerydevice.c' -> 'BUILD/test/xi2/protocol-xiquerydevice.c' [ 92s] '/usr/src/xserver/test/xi2/protocol-xiquerypointer.c' -> 'BUILD/test/xi2/protocol-xiquerypointer.c' [ 92s] '/usr/src/xserver/test/xi2/protocol-xiqueryversion.c' -> 'BUILD/test/xi2/protocol-xiqueryversion.c' [ 92s] '/usr/src/xserver/test/xi2/protocol-xiselectevents.c' -> 'BUILD/test/xi2/protocol-xiselectevents.c' [ 92s] '/usr/src/xserver/test/xi2/protocol-xisetclientpointer.c' -> 'BUILD/test/xi2/protocol-xisetclientpointer.c' [ 92s] '/usr/src/xserver/test/xi2/protocol-xiwarppointer.c' -> 'BUILD/test/xi2/protocol-xiwarppointer.c' [ 92s] '/usr/src/xserver/test/xi2/xi2.c' -> 'BUILD/test/xi2/xi2.c' [ 92s] '/usr/src/xserver/test/xkb.c' -> 'BUILD/test/xkb.c' [ 92s] '/usr/src/xserver/test/xtest.c' -> 'BUILD/test/xtest.c' [ 92s] '/usr/src/xserver/test-driver' -> 'BUILD/test-driver' [ 92s] '/usr/src/xserver/xfixes' -> 'BUILD/xfixes' [ 92s] '/usr/src/xserver/xfixes/Makefile.am' -> 'BUILD/xfixes/Makefile.am' [ 92s] '/usr/src/xserver/xfixes/Makefile.in' -> 'BUILD/xfixes/Makefile.in' [ 92s] '/usr/src/xserver/xfixes/cursor.c' -> 'BUILD/xfixes/cursor.c' [ 92s] '/usr/src/xserver/xfixes/region.c' -> 'BUILD/xfixes/region.c' [ 92s] '/usr/src/xserver/xfixes/saveset.c' -> 'BUILD/xfixes/saveset.c' [ 92s] '/usr/src/xserver/xfixes/select.c' -> 'BUILD/xfixes/select.c' [ 92s] '/usr/src/xserver/xfixes/xfixes.c' -> 'BUILD/xfixes/xfixes.c' [ 92s] '/usr/src/xserver/xfixes/xfixes.h' -> 'BUILD/xfixes/xfixes.h' [ 92s] '/usr/src/xserver/xfixes/xfixesint.h' -> 'BUILD/xfixes/xfixesint.h' [ 92s] '/usr/src/xserver/xkb' -> 'BUILD/xkb' [ 92s] '/usr/src/xserver/xkb/Makefile.am' -> 'BUILD/xkb/Makefile.am' [ 92s] '/usr/src/xserver/xkb/Makefile.in' -> 'BUILD/xkb/Makefile.in' [ 92s] '/usr/src/xserver/xkb/README.compiled' -> 'BUILD/xkb/README.compiled' [ 92s] '/usr/src/xserver/xkb/XKBAlloc.c' -> 'BUILD/xkb/XKBAlloc.c' [ 92s] '/usr/src/xserver/xkb/XKBGAlloc.c' -> 'BUILD/xkb/XKBGAlloc.c' [ 92s] '/usr/src/xserver/xkb/XKBMAlloc.c' -> 'BUILD/xkb/XKBMAlloc.c' [ 92s] '/usr/src/xserver/xkb/XKBMisc.c' -> 'BUILD/xkb/XKBMisc.c' [ 92s] '/usr/src/xserver/xkb/ddxBeep.c' -> 'BUILD/xkb/ddxBeep.c' [ 92s] '/usr/src/xserver/xkb/ddxCtrls.c' -> 'BUILD/xkb/ddxCtrls.c' [ 92s] '/usr/src/xserver/xkb/ddxKillSrv.c' -> 'BUILD/xkb/ddxKillSrv.c' [ 92s] '/usr/src/xserver/xkb/ddxLEDs.c' -> 'BUILD/xkb/ddxLEDs.c' [ 92s] '/usr/src/xserver/xkb/ddxLoad.c' -> 'BUILD/xkb/ddxLoad.c' [ 92s] '/usr/src/xserver/xkb/ddxPrivate.c' -> 'BUILD/xkb/ddxPrivate.c' [ 92s] '/usr/src/xserver/xkb/ddxVT.c' -> 'BUILD/xkb/ddxVT.c' [ 92s] '/usr/src/xserver/xkb/maprules.c' -> 'BUILD/xkb/maprules.c' [ 92s] '/usr/src/xserver/xkb/xkb.c' -> 'BUILD/xkb/xkb.c' [ 92s] '/usr/src/xserver/xkb/xkb.h' -> 'BUILD/xkb/xkb.h' [ 92s] '/usr/src/xserver/xkb/xkbAccessX.c' -> 'BUILD/xkb/xkbAccessX.c' [ 92s] '/usr/src/xserver/xkb/xkbActions.c' -> 'BUILD/xkb/xkbActions.c' [ 92s] '/usr/src/xserver/xkb/xkbDflts.h' -> 'BUILD/xkb/xkbDflts.h' [ 92s] '/usr/src/xserver/xkb/xkbEvents.c' -> 'BUILD/xkb/xkbEvents.c' [ 92s] '/usr/src/xserver/xkb/xkbInit.c' -> 'BUILD/xkb/xkbInit.c' [ 92s] '/usr/src/xserver/xkb/xkbLEDs.c' -> 'BUILD/xkb/xkbLEDs.c' [ 92s] '/usr/src/xserver/xkb/xkbPrKeyEv.c' -> 'BUILD/xkb/xkbPrKeyEv.c' [ 92s] '/usr/src/xserver/xkb/xkbSwap.c' -> 'BUILD/xkb/xkbSwap.c' [ 92s] '/usr/src/xserver/xkb/xkbUtils.c' -> 'BUILD/xkb/xkbUtils.c' [ 92s] '/usr/src/xserver/xkb/xkbfmisc.c' -> 'BUILD/xkb/xkbfmisc.c' [ 92s] '/usr/src/xserver/xkb/xkbgeom.h' -> 'BUILD/xkb/xkbgeom.h' [ 92s] '/usr/src/xserver/xkb/xkbout.c' -> 'BUILD/xkb/xkbout.c' [ 92s] '/usr/src/xserver/xkb/xkbtext.c' -> 'BUILD/xkb/xkbtext.c' [ 92s] '/usr/src/xserver/xkb/xkmread.c' -> 'BUILD/xkb/xkmread.c' [ 92s] '/usr/src/xserver/xorg-server-provides.build' -> 'BUILD/xorg-server-provides.build' [ 92s] '/usr/src/xserver/xorg-server.m4' -> 'BUILD/xorg-server.m4' [ 92s] '/usr/src/xserver/xorg-server.pc.in' -> 'BUILD/xorg-server.pc.in' [ 92s] '/usr/src/xserver/xserver.ent.in' -> 'BUILD/xserver.ent.in' [ 92s] '/usr/src/xserver/ylwrap' -> 'BUILD/ylwrap' [ 92s] + find BUILD/ -type f -perm -001 -print0 [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/config.sub [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/test-driver [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/config/fdi2iclass.py [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/doc/filter-xmlto.sh [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/test/scripts/run-piglit.sh [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/test/scripts/xephyr-glamor-piglit.sh [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/test/scripts/xinit-piglit-session.sh [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/test/scripts/xvfb-piglit.sh [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/depcomp [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/autogen.sh [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/hw/xwin/XWin.exe.manifest [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/hw/xwin/glx/gen_gl_wrappers.py [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/hw/xfree86/sdksyms.sh [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/hw/xquartz/bundle/X11.sh [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/hw/xquartz/bundle/mk_bundke.sh [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/install-sh [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/compile [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/config.guess [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/ltmain.sh [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/configure [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/missing [ 92s] + read -r -d '' file [ 92s] + chmod -x BUILD/ylwrap [ 92s] + read -r -d '' file [ 92s] + mkdir -p BUILD/hw/kdrive/x2gokdrive/ [ 92s] + cp Makefile.am x2gokdrive.c x2gokdrivecursor.c x2gokdriveinit.c x2gokdriveremote.c x2gokdriveselection.c x2gokdrive.h x2gokdrivelog.h x2gokdriveremote.h x2gokdriveselection.h BUILD/hw/kdrive/x2gokdrive/ [ 92s] + cp -r man/ BUILD/hw/kdrive/x2gokdrive/ [ 92s] + set -x [ 92s] ++ grep AC_INIT BUILD/configure.ac [ 92s] ++ sed -r 's/^AC_INIT[^,]*, ([^,]+),.*/\1/' [ 92s] + export XORG_UPSTREAM_VERSION=1.19.6 [ 92s] + XORG_UPSTREAM_VERSION=1.19.6 [ 92s] + pushd BUILD [ 92s] ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1 [ 92s] + '[' -d ../patches.xorg/1.19.6 ']' [ 92s] + QUILT_PATCHES=../patches.xorg/1.19.6/ [ 92s] + quilt push -a [ 92s] Applying patch ../patches.xorg/1.19.6//xorg-server-configure-ac.patch [ 92s] patching file configure.ac [ 92s] Hunk #6 succeeded at 2731 (offset 5 lines). [ 92s] [ 92s] Applying patch ../patches.xorg/1.19.6//xorg-server-hw-kdrive-Makefile-am.patch [ 92s] patching file hw/kdrive/Makefile.am [ 92s] [ 92s] Now at patch ../patches.xorg/1.19.6//xorg-server-hw-kdrive-Makefile-am.patch [ 92s] + '[' -d ../patches.xorg/1.19.6/missing ']' [ 92s] + exit 0 [ 92s] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UjksXI [ 92s] + umask 022 [ 92s] + cd /home/abuild/rpmbuild/BUILD [ 92s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/x2gokdrive-0.0.0.1-0.0x2go1.0.git20191030.147.heuler.x86_64 [ 92s] ++ dirname /home/abuild/rpmbuild/BUILDROOT/x2gokdrive-0.0.0.1-0.0x2go1.0.git20191030.147.heuler.x86_64 [ 92s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT [ 92s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/x2gokdrive-0.0.0.1-0.0x2go1.0.git20191030.147.heuler.x86_64 [ 92s] + cd x2gokdrive-0.0.0.1 [ 92s] + export 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 92s] + CFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 92s] + export 'CXXFLAGS=-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 92s] + CXXFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 92s] + pushd BUILD [ 92s] ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1 [ 92s] + autoreconf -fvi [ 92s] autoreconf: Entering directory `.' [ 92s] autoreconf: configure.ac: not using Gettext [ 93s] autoreconf: running: aclocal --force -I m4 [ 96s] autoreconf: configure.ac: tracing [ 96s] autoreconf: running: libtoolize --copy --force [ 97s] libtoolize: putting auxiliary files in '.'. [ 97s] libtoolize: copying file './ltmain.sh' [ 97s] libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [ 97s] libtoolize: copying file 'm4/libtool.m4' [ 97s] libtoolize: copying file 'm4/ltoptions.m4' [ 97s] libtoolize: copying file 'm4/ltsugar.m4' [ 97s] libtoolize: copying file 'm4/ltversion.m4' [ 97s] libtoolize: copying file 'm4/lt~obsolete.m4' [ 99s] autoreconf: running: /usr/bin/autoconf --force [ 100s] autoreconf: running: /usr/bin/autoheader --force [ 101s] autoreconf: running: automake --add-missing --copy --force-missing [ 102s] configure.ac:35: installing './compile' [ 102s] configure.ac:34: installing './missing' [ 102s] Xext/Makefile.am: installing './depcomp' [ 106s] autoreconf: Leaving directory `.' [ 106s] + CFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 106s] + export CFLAGS [ 106s] + CXXFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 106s] + export CXXFLAGS [ 106s] + FFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g' [ 106s] + export FFLAGS [ 106s] ++ lsb_release -i -s [ 106s] /usr/bin/lsb_release: line 179: /etc/os-release: No such file or directory [ 106s] + ./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=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --libexecdir=/usr/lib/xorg --with-module-dir=/usr/lib/xorg/modules --with-serverconfig-path=/usr/lib --disable-silent-rules --disable-static --without-dtrace --disable-strict-compilation --disable-debug --with-int10=x86emu --with-os-vendor= '--with-builderstring=x2gokdrive 0.0.0.1 (https://wiki.x2go.org)' --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb --with-shared-memory-dir=/dev/shm --enable-mitshm --enable-xres --disable-xcsecurity --disable-tslib --enable-dbe --disable-xf86bigfont --enable-dpms --enable-xorg --disable-linux-acpi --disable-linux-apm --disable-xquartz --disable-xwin --disable-xnest --disable-xfake --disable-xfbdev --disable-install-setuid --disable-xshmfence --disable-config-hal --disable-config-udev --with-default-font-path=catalogue:/etc/X11/fontpath.d,built-ins --enable-composite --enable-record --enable-xv --disable-xvmc --disable-dga --enable-screensaver --disable-xdmcp --disable-xdm-auth-1 --enable-glx --enable-present --enable-xinerama --enable-xf86vidmode --enable-xace --disable-xfree86-utils --disable-suid-wrapper --disable-dmx --disable-xvfb --enable-kdrive --enable-x2gokdrive --disable-xephyr --disable-wayland --with-sha1=libgcrypt --enable-xcsecurity --disable-dri3 --disable-xselinux --disable-systemd-logind --without-systemd-daemon --disable-dri --disable-dri2 --disable-glamor --enable-libunwind --disable-libdrm --enable-unit-tests 'CPPFLAGS= -DPRE_RELEASE=0' LDFLAGS=-Wl,-z,relro [ 106s] /var/tmp/rpm-tmp.UjksXI: line 45: ./configure: Permission denied [ 106s] error: Bad exit status from /var/tmp/rpm-tmp.UjksXI (%build) [ 106s] [ 106s] [ 106s] RPM build errors: [ 106s] Bad exit status from /var/tmp/rpm-tmp.UjksXI (%build) [ 106s] [ 106s] japsand failed "build x2gokdrive.spec" at Wed Oct 30 05:52:11 UTC 2019. [ 106s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.6PWMFQoqJrRkfjNRBL5MBQXv ']' + '[' -d /var/lib/jenkins/tmp/tmp.6PWMFQoqJrRkfjNRBL5MBQXv ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.6PWMFQoqJrRkfjNRBL5MBQXv Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/10/display/redirect?page=changes> Changes: [ionic] debian/rules.flags: disable building Xorg DDX. [ionic] x2gokdrive.spec: port change from debian/rules.flags to disable Xorg DDX [ionic] patches.xorg/1.19.2/xorg-server-configure-ac.patch: backport ------------------------------------------ [...truncated 291.69 KB...] [ 69s] '/usr/src/xserver/randr/rrxinerama.c' -> 'BUILD/randr/rrxinerama.c' [ 69s] '/usr/src/xserver/record' -> 'BUILD/record' [ 69s] '/usr/src/xserver/record/Makefile.am' -> 'BUILD/record/Makefile.am' [ 69s] '/usr/src/xserver/record/Makefile.in' -> 'BUILD/record/Makefile.in' [ 69s] '/usr/src/xserver/record/record.c' -> 'BUILD/record/record.c' [ 69s] '/usr/src/xserver/record/set.c' -> 'BUILD/record/set.c' [ 69s] '/usr/src/xserver/record/set.h' -> 'BUILD/record/set.h' [ 69s] '/usr/src/xserver/render' -> 'BUILD/render' [ 69s] '/usr/src/xserver/render/Makefile.am' -> 'BUILD/render/Makefile.am' [ 69s] '/usr/src/xserver/render/Makefile.in' -> 'BUILD/render/Makefile.in' [ 69s] '/usr/src/xserver/render/animcur.c' -> 'BUILD/render/animcur.c' [ 69s] '/usr/src/xserver/render/filter.c' -> 'BUILD/render/filter.c' [ 69s] '/usr/src/xserver/render/glyph.c' -> 'BUILD/render/glyph.c' [ 69s] '/usr/src/xserver/render/glyphstr.h' -> 'BUILD/render/glyphstr.h' [ 69s] '/usr/src/xserver/render/matrix.c' -> 'BUILD/render/matrix.c' [ 69s] '/usr/src/xserver/render/miindex.c' -> 'BUILD/render/miindex.c' [ 69s] '/usr/src/xserver/render/mipict.c' -> 'BUILD/render/mipict.c' [ 69s] '/usr/src/xserver/render/mipict.h' -> 'BUILD/render/mipict.h' [ 69s] '/usr/src/xserver/render/mirect.c' -> 'BUILD/render/mirect.c' [ 69s] '/usr/src/xserver/render/mitrap.c' -> 'BUILD/render/mitrap.c' [ 69s] '/usr/src/xserver/render/mitri.c' -> 'BUILD/render/mitri.c' [ 69s] '/usr/src/xserver/render/picture.c' -> 'BUILD/render/picture.c' [ 69s] '/usr/src/xserver/render/picture.h' -> 'BUILD/render/picture.h' [ 69s] '/usr/src/xserver/render/picturestr.h' -> 'BUILD/render/picturestr.h' [ 69s] '/usr/src/xserver/render/render.c' -> 'BUILD/render/render.c' [ 69s] '/usr/src/xserver/test' -> 'BUILD/test' [ 69s] '/usr/src/xserver/test/Makefile.am' -> 'BUILD/test/Makefile.am' [ 69s] '/usr/src/xserver/test/Makefile.in' -> 'BUILD/test/Makefile.in' [ 69s] '/usr/src/xserver/test/README' -> 'BUILD/test/README' [ 69s] '/usr/src/xserver/test/ddxstubs.c' -> 'BUILD/test/ddxstubs.c' [ 69s] '/usr/src/xserver/test/fixes.c' -> 'BUILD/test/fixes.c' [ 69s] '/usr/src/xserver/test/hashtabletest.c' -> 'BUILD/test/hashtabletest.c' [ 69s] '/usr/src/xserver/test/input.c' -> 'BUILD/test/input.c' [ 69s] '/usr/src/xserver/test/list.c' -> 'BUILD/test/list.c' [ 69s] '/usr/src/xserver/test/misc.c' -> 'BUILD/test/misc.c' [ 69s] '/usr/src/xserver/test/scripts' -> 'BUILD/test/scripts' [ 69s] '/usr/src/xserver/test/scripts/run-piglit.sh' -> 'BUILD/test/scripts/run-piglit.sh' [ 69s] '/usr/src/xserver/test/scripts/xephyr-glamor-piglit.sh' -> 'BUILD/test/scripts/xephyr-glamor-piglit.sh' [ 69s] '/usr/src/xserver/test/scripts/xinit-piglit-session.sh' -> 'BUILD/test/scripts/xinit-piglit-session.sh' [ 69s] '/usr/src/xserver/test/scripts/xvfb-piglit.sh' -> 'BUILD/test/scripts/xvfb-piglit.sh' [ 69s] '/usr/src/xserver/test/signal-logging.c' -> 'BUILD/test/signal-logging.c' [ 69s] '/usr/src/xserver/test/simple-xinit.c' -> 'BUILD/test/simple-xinit.c' [ 69s] '/usr/src/xserver/test/string.c' -> 'BUILD/test/string.c' [ 69s] '/usr/src/xserver/test/touch.c' -> 'BUILD/test/touch.c' [ 69s] '/usr/src/xserver/test/xfree86.c' -> 'BUILD/test/xfree86.c' [ 69s] '/usr/src/xserver/test/xi1' -> 'BUILD/test/xi1' [ 69s] '/usr/src/xserver/test/xi1/Makefile.am' -> 'BUILD/test/xi1/Makefile.am' [ 69s] '/usr/src/xserver/test/xi1/Makefile.in' -> 'BUILD/test/xi1/Makefile.in' [ 69s] '/usr/src/xserver/test/xi1/protocol-xchangedevicecontrol.c' -> 'BUILD/test/xi1/protocol-xchangedevicecontrol.c' [ 69s] '/usr/src/xserver/test/xi2' -> 'BUILD/test/xi2' [ 69s] '/usr/src/xserver/test/xi2/Makefile.am' -> 'BUILD/test/xi2/Makefile.am' [ 69s] '/usr/src/xserver/test/xi2/Makefile.in' -> 'BUILD/test/xi2/Makefile.in' [ 69s] '/usr/src/xserver/test/xi2/protocol-common.c' -> 'BUILD/test/xi2/protocol-common.c' [ 69s] '/usr/src/xserver/test/xi2/protocol-common.h' -> 'BUILD/test/xi2/protocol-common.h' [ 69s] '/usr/src/xserver/test/xi2/protocol-eventconvert.c' -> 'BUILD/test/xi2/protocol-eventconvert.c' [ 69s] '/usr/src/xserver/test/xi2/protocol-xigetclientpointer.c' -> 'BUILD/test/xi2/protocol-xigetclientpointer.c' [ 69s] '/usr/src/xserver/test/xi2/protocol-xigetselectedevents.c' -> 'BUILD/test/xi2/protocol-xigetselectedevents.c' [ 69s] '/usr/src/xserver/test/xi2/protocol-xipassivegrabdevice.c' -> 'BUILD/test/xi2/protocol-xipassivegrabdevice.c' [ 69s] '/usr/src/xserver/test/xi2/protocol-xiquerydevice.c' -> 'BUILD/test/xi2/protocol-xiquerydevice.c' [ 69s] '/usr/src/xserver/test/xi2/protocol-xiquerypointer.c' -> 'BUILD/test/xi2/protocol-xiquerypointer.c' [ 69s] '/usr/src/xserver/test/xi2/protocol-xiqueryversion.c' -> 'BUILD/test/xi2/protocol-xiqueryversion.c' [ 69s] '/usr/src/xserver/test/xi2/protocol-xiselectevents.c' -> 'BUILD/test/xi2/protocol-xiselectevents.c' [ 69s] '/usr/src/xserver/test/xi2/protocol-xisetclientpointer.c' -> 'BUILD/test/xi2/protocol-xisetclientpointer.c' [ 69s] '/usr/src/xserver/test/xi2/protocol-xiwarppointer.c' -> 'BUILD/test/xi2/protocol-xiwarppointer.c' [ 69s] '/usr/src/xserver/test/xi2/xi2.c' -> 'BUILD/test/xi2/xi2.c' [ 69s] '/usr/src/xserver/test/xkb.c' -> 'BUILD/test/xkb.c' [ 69s] '/usr/src/xserver/test/xtest.c' -> 'BUILD/test/xtest.c' [ 69s] '/usr/src/xserver/test-driver' -> 'BUILD/test-driver' [ 69s] '/usr/src/xserver/xfixes' -> 'BUILD/xfixes' [ 69s] '/usr/src/xserver/xfixes/Makefile.am' -> 'BUILD/xfixes/Makefile.am' [ 69s] '/usr/src/xserver/xfixes/Makefile.in' -> 'BUILD/xfixes/Makefile.in' [ 69s] '/usr/src/xserver/xfixes/cursor.c' -> 'BUILD/xfixes/cursor.c' [ 69s] '/usr/src/xserver/xfixes/region.c' -> 'BUILD/xfixes/region.c' [ 69s] '/usr/src/xserver/xfixes/saveset.c' -> 'BUILD/xfixes/saveset.c' [ 69s] '/usr/src/xserver/xfixes/select.c' -> 'BUILD/xfixes/select.c' [ 69s] '/usr/src/xserver/xfixes/xfixes.c' -> 'BUILD/xfixes/xfixes.c' [ 69s] '/usr/src/xserver/xfixes/xfixes.h' -> 'BUILD/xfixes/xfixes.h' [ 69s] '/usr/src/xserver/xfixes/xfixesint.h' -> 'BUILD/xfixes/xfixesint.h' [ 69s] '/usr/src/xserver/xkb' -> 'BUILD/xkb' [ 69s] '/usr/src/xserver/xkb/Makefile.am' -> 'BUILD/xkb/Makefile.am' [ 69s] '/usr/src/xserver/xkb/Makefile.in' -> 'BUILD/xkb/Makefile.in' [ 69s] '/usr/src/xserver/xkb/README.compiled' -> 'BUILD/xkb/README.compiled' [ 69s] '/usr/src/xserver/xkb/XKBAlloc.c' -> 'BUILD/xkb/XKBAlloc.c' [ 69s] '/usr/src/xserver/xkb/XKBGAlloc.c' -> 'BUILD/xkb/XKBGAlloc.c' [ 69s] '/usr/src/xserver/xkb/XKBMAlloc.c' -> 'BUILD/xkb/XKBMAlloc.c' [ 69s] '/usr/src/xserver/xkb/XKBMisc.c' -> 'BUILD/xkb/XKBMisc.c' [ 69s] '/usr/src/xserver/xkb/ddxBeep.c' -> 'BUILD/xkb/ddxBeep.c' [ 69s] '/usr/src/xserver/xkb/ddxCtrls.c' -> 'BUILD/xkb/ddxCtrls.c' [ 69s] '/usr/src/xserver/xkb/ddxKillSrv.c' -> 'BUILD/xkb/ddxKillSrv.c' [ 69s] '/usr/src/xserver/xkb/ddxLEDs.c' -> 'BUILD/xkb/ddxLEDs.c' [ 69s] '/usr/src/xserver/xkb/ddxLoad.c' -> 'BUILD/xkb/ddxLoad.c' [ 69s] '/usr/src/xserver/xkb/ddxPrivate.c' -> 'BUILD/xkb/ddxPrivate.c' [ 69s] '/usr/src/xserver/xkb/ddxVT.c' -> 'BUILD/xkb/ddxVT.c' [ 69s] '/usr/src/xserver/xkb/maprules.c' -> 'BUILD/xkb/maprules.c' [ 69s] '/usr/src/xserver/xkb/xkb.c' -> 'BUILD/xkb/xkb.c' [ 69s] '/usr/src/xserver/xkb/xkb.h' -> 'BUILD/xkb/xkb.h' [ 69s] '/usr/src/xserver/xkb/xkbAccessX.c' -> 'BUILD/xkb/xkbAccessX.c' [ 69s] '/usr/src/xserver/xkb/xkbActions.c' -> 'BUILD/xkb/xkbActions.c' [ 69s] '/usr/src/xserver/xkb/xkbDflts.h' -> 'BUILD/xkb/xkbDflts.h' [ 69s] '/usr/src/xserver/xkb/xkbEvents.c' -> 'BUILD/xkb/xkbEvents.c' [ 69s] '/usr/src/xserver/xkb/xkbInit.c' -> 'BUILD/xkb/xkbInit.c' [ 69s] '/usr/src/xserver/xkb/xkbLEDs.c' -> 'BUILD/xkb/xkbLEDs.c' [ 69s] '/usr/src/xserver/xkb/xkbPrKeyEv.c' -> 'BUILD/xkb/xkbPrKeyEv.c' [ 69s] '/usr/src/xserver/xkb/xkbSwap.c' -> 'BUILD/xkb/xkbSwap.c' [ 69s] '/usr/src/xserver/xkb/xkbUtils.c' -> 'BUILD/xkb/xkbUtils.c' [ 69s] '/usr/src/xserver/xkb/xkbfmisc.c' -> 'BUILD/xkb/xkbfmisc.c' [ 69s] '/usr/src/xserver/xkb/xkbgeom.h' -> 'BUILD/xkb/xkbgeom.h' [ 69s] '/usr/src/xserver/xkb/xkbout.c' -> 'BUILD/xkb/xkbout.c' [ 69s] '/usr/src/xserver/xkb/xkbtext.c' -> 'BUILD/xkb/xkbtext.c' [ 69s] '/usr/src/xserver/xkb/xkmread.c' -> 'BUILD/xkb/xkmread.c' [ 69s] '/usr/src/xserver/xorg-server-provides.build' -> 'BUILD/xorg-server-provides.build' [ 69s] '/usr/src/xserver/xorg-server.m4' -> 'BUILD/xorg-server.m4' [ 69s] '/usr/src/xserver/xorg-server.pc.in' -> 'BUILD/xorg-server.pc.in' [ 69s] '/usr/src/xserver/xserver.ent.in' -> 'BUILD/xserver.ent.in' [ 69s] '/usr/src/xserver/ylwrap' -> 'BUILD/ylwrap' [ 69s] + find BUILD/ -type f -perm -001 -print0 [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/config.sub [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/test-driver [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/config/fdi2iclass.py [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/doc/filter-xmlto.sh [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/test/scripts/run-piglit.sh [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/test/scripts/xephyr-glamor-piglit.sh [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/test/scripts/xinit-piglit-session.sh [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/test/scripts/xvfb-piglit.sh [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/depcomp [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/autogen.sh [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/hw/xwin/XWin.exe.manifest [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/hw/xwin/glx/gen_gl_wrappers.py [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/hw/xfree86/sdksyms.sh [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/hw/xquartz/bundle/X11.sh [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/hw/xquartz/bundle/mk_bundke.sh [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/install-sh [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/compile [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/config.guess [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/ltmain.sh [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/configure [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/missing [ 69s] + read -r -d '' file [ 69s] + chmod -x BUILD/ylwrap [ 69s] + read -r -d '' file [ 69s] + mkdir -p BUILD/hw/kdrive/x2gokdrive/ [ 69s] + cp Makefile.am x2gokdrive.c x2gokdrivecursor.c x2gokdriveinit.c x2gokdriveremote.c x2gokdriveselection.c x2gokdrive.h x2gokdrivelog.h x2gokdriveremote.h x2gokdriveselection.h BUILD/hw/kdrive/x2gokdrive/ [ 69s] + cp -r man/ BUILD/hw/kdrive/x2gokdrive/ [ 69s] + set -x [ 69s] ++ grep AC_INIT BUILD/configure.ac [ 69s] ++ sed -r 's/^AC_INIT[^,]*, ([^,]+),.*/\1/' [ 69s] + export XORG_UPSTREAM_VERSION=1.19.6 [ 69s] + XORG_UPSTREAM_VERSION=1.19.6 [ 69s] + pushd BUILD [ 69s] ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1 [ 69s] + '[' -d ../patches.xorg/1.19.6 ']' [ 69s] + QUILT_PATCHES=../patches.xorg/1.19.6/ [ 69s] + quilt push -a [ 69s] Applying patch ../patches.xorg/1.19.6//xorg-server-configure-ac.patch [ 69s] patching file configure.ac [ 69s] Hunk #6 succeeded at 2731 (offset 5 lines). [ 69s] [ 69s] Applying patch ../patches.xorg/1.19.6//xorg-server-hw-kdrive-Makefile-am.patch [ 69s] patching file hw/kdrive/Makefile.am [ 69s] [ 69s] Now at patch ../patches.xorg/1.19.6//xorg-server-hw-kdrive-Makefile-am.patch [ 69s] + '[' -d ../patches.xorg/1.19.6/missing ']' [ 69s] + exit 0 [ 69s] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.XGNhYb [ 69s] + umask 022 [ 69s] + cd /home/abuild/rpmbuild/BUILD [ 69s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/x2gokdrive-0.0.0.1-0.0x2go1.0.git20191030.150.heuler.x86_64 [ 69s] ++ dirname /home/abuild/rpmbuild/BUILDROOT/x2gokdrive-0.0.0.1-0.0x2go1.0.git20191030.150.heuler.x86_64 [ 69s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT [ 69s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/x2gokdrive-0.0.0.1-0.0x2go1.0.git20191030.150.heuler.x86_64 [ 69s] + cd x2gokdrive-0.0.0.1 [ 69s] + export 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 69s] + CFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 69s] + export 'CXXFLAGS=-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 69s] + CXXFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 69s] + pushd BUILD [ 69s] ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1 [ 69s] + autoreconf -fvi [ 70s] autoreconf: Entering directory `.' [ 70s] autoreconf: configure.ac: not using Gettext [ 71s] autoreconf: running: aclocal --force -I m4 [ 78s] autoreconf: configure.ac: tracing [ 79s] autoreconf: running: libtoolize --copy --force [ 79s] libtoolize: putting auxiliary files in '.'. [ 79s] libtoolize: copying file './ltmain.sh' [ 81s] libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [ 81s] libtoolize: copying file 'm4/libtool.m4' [ 81s] libtoolize: copying file 'm4/ltoptions.m4' [ 81s] libtoolize: copying file 'm4/ltsugar.m4' [ 81s] libtoolize: copying file 'm4/ltversion.m4' [ 81s] libtoolize: copying file 'm4/lt~obsolete.m4' [ 83s] autoreconf: running: /usr/bin/autoconf --force [ 84s] autoreconf: running: /usr/bin/autoheader --force [ 85s] autoreconf: running: automake --add-missing --copy --force-missing [ 86s] configure.ac:35: installing './compile' [ 86s] configure.ac:34: installing './missing' [ 86s] Xext/Makefile.am: installing './depcomp' [ 92s] autoreconf: Leaving directory `.' [ 92s] + CFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 92s] + export CFLAGS [ 92s] + CXXFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 92s] + export CXXFLAGS [ 92s] + FFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g' [ 92s] + export FFLAGS [ 92s] ++ lsb_release -i -s [ 92s] /usr/bin/lsb_release: line 179: /etc/os-release: No such file or directory [ 92s] + ./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=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --libexecdir=/usr/lib/xorg --with-module-dir=/usr/lib/xorg/modules --with-serverconfig-path=/usr/lib --disable-silent-rules --disable-static --without-dtrace --disable-strict-compilation --disable-debug --with-int10=x86emu --with-os-vendor= '--with-builderstring=x2gokdrive 0.0.0.1 (https://wiki.x2go.org)' --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb --with-shared-memory-dir=/dev/shm --enable-mitshm --enable-xres --disable-xcsecurity --disable-tslib --enable-dbe --disable-xf86bigfont --enable-dpms --disable-xorg --disable-linux-acpi --disable-linux-apm --disable-xquartz --disable-xwin --disable-xnest --disable-xfake --disable-xfbdev --disable-install-setuid --disable-xshmfence --disable-config-hal --disable-config-udev --with-default-font-path=catalogue:/etc/X11/fontpath.d,built-ins --enable-composite --enable-record --enable-xv --disable-xvmc --disable-dga --enable-screensaver --disable-xdmcp --disable-xdm-auth-1 --enable-glx --enable-present --enable-xinerama --enable-xf86vidmode --enable-xace --disable-xfree86-utils --disable-suid-wrapper --disable-dmx --disable-xvfb --enable-kdrive --enable-x2gokdrive --disable-xephyr --disable-wayland --with-sha1=libgcrypt --enable-xcsecurity --disable-dri3 --disable-xselinux --disable-systemd-logind --without-systemd-daemon --disable-dri --disable-dri2 --disable-glamor --enable-libunwind --disable-libdrm --enable-unit-tests 'CPPFLAGS= -DPRE_RELEASE=0' LDFLAGS=-Wl,-z,relro [ 92s] /var/tmp/rpm-tmp.XGNhYb: line 45: ./configure: Permission denied [ 92s] error: Bad exit status from /var/tmp/rpm-tmp.XGNhYb (%build) [ 92s] [ 92s] [ 92s] RPM build errors: [ 92s] Bad exit status from /var/tmp/rpm-tmp.XGNhYb (%build) [ 92s] [ 92s] japsand failed "build x2gokdrive.spec" at Wed Oct 30 06:34:27 UTC 2019. [ 92s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.17IWzhgKPFVmQLjRpBAWD9uE ']' + '[' -d /var/lib/jenkins/tmp/tmp.17IWzhgKPFVmQLjRpBAWD9uE ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.17IWzhgKPFVmQLjRpBAWD9uE Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/11/display/redirect?page=changes> Changes: [mike.gabriel] debian/changelog: line-wrap one of Alex's entries. [mike.gabriel] debian/control: Fix B-Ds for building against Ubuntu trusty. ------------------------------------------ [...truncated 291.40 KB...] [ 71s] '/usr/src/xserver/randr/rrxinerama.c' -> 'BUILD/randr/rrxinerama.c' [ 71s] '/usr/src/xserver/record' -> 'BUILD/record' [ 71s] '/usr/src/xserver/record/Makefile.am' -> 'BUILD/record/Makefile.am' [ 71s] '/usr/src/xserver/record/Makefile.in' -> 'BUILD/record/Makefile.in' [ 71s] '/usr/src/xserver/record/record.c' -> 'BUILD/record/record.c' [ 71s] '/usr/src/xserver/record/set.c' -> 'BUILD/record/set.c' [ 71s] '/usr/src/xserver/record/set.h' -> 'BUILD/record/set.h' [ 71s] '/usr/src/xserver/render' -> 'BUILD/render' [ 71s] '/usr/src/xserver/render/Makefile.am' -> 'BUILD/render/Makefile.am' [ 71s] '/usr/src/xserver/render/Makefile.in' -> 'BUILD/render/Makefile.in' [ 71s] '/usr/src/xserver/render/animcur.c' -> 'BUILD/render/animcur.c' [ 71s] '/usr/src/xserver/render/filter.c' -> 'BUILD/render/filter.c' [ 71s] '/usr/src/xserver/render/glyph.c' -> 'BUILD/render/glyph.c' [ 71s] '/usr/src/xserver/render/glyphstr.h' -> 'BUILD/render/glyphstr.h' [ 71s] '/usr/src/xserver/render/matrix.c' -> 'BUILD/render/matrix.c' [ 71s] '/usr/src/xserver/render/miindex.c' -> 'BUILD/render/miindex.c' [ 71s] '/usr/src/xserver/render/mipict.c' -> 'BUILD/render/mipict.c' [ 71s] '/usr/src/xserver/render/mipict.h' -> 'BUILD/render/mipict.h' [ 71s] '/usr/src/xserver/render/mirect.c' -> 'BUILD/render/mirect.c' [ 71s] '/usr/src/xserver/render/mitrap.c' -> 'BUILD/render/mitrap.c' [ 71s] '/usr/src/xserver/render/mitri.c' -> 'BUILD/render/mitri.c' [ 71s] '/usr/src/xserver/render/picture.c' -> 'BUILD/render/picture.c' [ 71s] '/usr/src/xserver/render/picture.h' -> 'BUILD/render/picture.h' [ 71s] '/usr/src/xserver/render/picturestr.h' -> 'BUILD/render/picturestr.h' [ 71s] '/usr/src/xserver/render/render.c' -> 'BUILD/render/render.c' [ 71s] '/usr/src/xserver/test' -> 'BUILD/test' [ 71s] '/usr/src/xserver/test/Makefile.am' -> 'BUILD/test/Makefile.am' [ 71s] '/usr/src/xserver/test/Makefile.in' -> 'BUILD/test/Makefile.in' [ 71s] '/usr/src/xserver/test/README' -> 'BUILD/test/README' [ 71s] '/usr/src/xserver/test/ddxstubs.c' -> 'BUILD/test/ddxstubs.c' [ 71s] '/usr/src/xserver/test/fixes.c' -> 'BUILD/test/fixes.c' [ 71s] '/usr/src/xserver/test/hashtabletest.c' -> 'BUILD/test/hashtabletest.c' [ 71s] '/usr/src/xserver/test/input.c' -> 'BUILD/test/input.c' [ 71s] '/usr/src/xserver/test/list.c' -> 'BUILD/test/list.c' [ 71s] '/usr/src/xserver/test/misc.c' -> 'BUILD/test/misc.c' [ 71s] '/usr/src/xserver/test/scripts' -> 'BUILD/test/scripts' [ 71s] '/usr/src/xserver/test/scripts/run-piglit.sh' -> 'BUILD/test/scripts/run-piglit.sh' [ 71s] '/usr/src/xserver/test/scripts/xephyr-glamor-piglit.sh' -> 'BUILD/test/scripts/xephyr-glamor-piglit.sh' [ 71s] '/usr/src/xserver/test/scripts/xinit-piglit-session.sh' -> 'BUILD/test/scripts/xinit-piglit-session.sh' [ 71s] '/usr/src/xserver/test/scripts/xvfb-piglit.sh' -> 'BUILD/test/scripts/xvfb-piglit.sh' [ 71s] '/usr/src/xserver/test/signal-logging.c' -> 'BUILD/test/signal-logging.c' [ 71s] '/usr/src/xserver/test/simple-xinit.c' -> 'BUILD/test/simple-xinit.c' [ 71s] '/usr/src/xserver/test/string.c' -> 'BUILD/test/string.c' [ 71s] '/usr/src/xserver/test/touch.c' -> 'BUILD/test/touch.c' [ 71s] '/usr/src/xserver/test/xfree86.c' -> 'BUILD/test/xfree86.c' [ 71s] '/usr/src/xserver/test/xi1' -> 'BUILD/test/xi1' [ 71s] '/usr/src/xserver/test/xi1/Makefile.am' -> 'BUILD/test/xi1/Makefile.am' [ 71s] '/usr/src/xserver/test/xi1/Makefile.in' -> 'BUILD/test/xi1/Makefile.in' [ 71s] '/usr/src/xserver/test/xi1/protocol-xchangedevicecontrol.c' -> 'BUILD/test/xi1/protocol-xchangedevicecontrol.c' [ 71s] '/usr/src/xserver/test/xi2' -> 'BUILD/test/xi2' [ 71s] '/usr/src/xserver/test/xi2/Makefile.am' -> 'BUILD/test/xi2/Makefile.am' [ 71s] '/usr/src/xserver/test/xi2/Makefile.in' -> 'BUILD/test/xi2/Makefile.in' [ 71s] '/usr/src/xserver/test/xi2/protocol-common.c' -> 'BUILD/test/xi2/protocol-common.c' [ 71s] '/usr/src/xserver/test/xi2/protocol-common.h' -> 'BUILD/test/xi2/protocol-common.h' [ 71s] '/usr/src/xserver/test/xi2/protocol-eventconvert.c' -> 'BUILD/test/xi2/protocol-eventconvert.c' [ 71s] '/usr/src/xserver/test/xi2/protocol-xigetclientpointer.c' -> 'BUILD/test/xi2/protocol-xigetclientpointer.c' [ 71s] '/usr/src/xserver/test/xi2/protocol-xigetselectedevents.c' -> 'BUILD/test/xi2/protocol-xigetselectedevents.c' [ 71s] '/usr/src/xserver/test/xi2/protocol-xipassivegrabdevice.c' -> 'BUILD/test/xi2/protocol-xipassivegrabdevice.c' [ 71s] '/usr/src/xserver/test/xi2/protocol-xiquerydevice.c' -> 'BUILD/test/xi2/protocol-xiquerydevice.c' [ 71s] '/usr/src/xserver/test/xi2/protocol-xiquerypointer.c' -> 'BUILD/test/xi2/protocol-xiquerypointer.c' [ 71s] '/usr/src/xserver/test/xi2/protocol-xiqueryversion.c' -> 'BUILD/test/xi2/protocol-xiqueryversion.c' [ 71s] '/usr/src/xserver/test/xi2/protocol-xiselectevents.c' -> 'BUILD/test/xi2/protocol-xiselectevents.c' [ 71s] '/usr/src/xserver/test/xi2/protocol-xisetclientpointer.c' -> 'BUILD/test/xi2/protocol-xisetclientpointer.c' [ 71s] '/usr/src/xserver/test/xi2/protocol-xiwarppointer.c' -> 'BUILD/test/xi2/protocol-xiwarppointer.c' [ 71s] '/usr/src/xserver/test/xi2/xi2.c' -> 'BUILD/test/xi2/xi2.c' [ 71s] '/usr/src/xserver/test/xkb.c' -> 'BUILD/test/xkb.c' [ 71s] '/usr/src/xserver/test/xtest.c' -> 'BUILD/test/xtest.c' [ 71s] '/usr/src/xserver/test-driver' -> 'BUILD/test-driver' [ 71s] '/usr/src/xserver/xfixes' -> 'BUILD/xfixes' [ 71s] '/usr/src/xserver/xfixes/Makefile.am' -> 'BUILD/xfixes/Makefile.am' [ 71s] '/usr/src/xserver/xfixes/Makefile.in' -> 'BUILD/xfixes/Makefile.in' [ 71s] '/usr/src/xserver/xfixes/cursor.c' -> 'BUILD/xfixes/cursor.c' [ 71s] '/usr/src/xserver/xfixes/region.c' -> 'BUILD/xfixes/region.c' [ 71s] '/usr/src/xserver/xfixes/saveset.c' -> 'BUILD/xfixes/saveset.c' [ 71s] '/usr/src/xserver/xfixes/select.c' -> 'BUILD/xfixes/select.c' [ 71s] '/usr/src/xserver/xfixes/xfixes.c' -> 'BUILD/xfixes/xfixes.c' [ 71s] '/usr/src/xserver/xfixes/xfixes.h' -> 'BUILD/xfixes/xfixes.h' [ 71s] '/usr/src/xserver/xfixes/xfixesint.h' -> 'BUILD/xfixes/xfixesint.h' [ 71s] '/usr/src/xserver/xkb' -> 'BUILD/xkb' [ 71s] '/usr/src/xserver/xkb/Makefile.am' -> 'BUILD/xkb/Makefile.am' [ 71s] '/usr/src/xserver/xkb/Makefile.in' -> 'BUILD/xkb/Makefile.in' [ 71s] '/usr/src/xserver/xkb/README.compiled' -> 'BUILD/xkb/README.compiled' [ 71s] '/usr/src/xserver/xkb/XKBAlloc.c' -> 'BUILD/xkb/XKBAlloc.c' [ 71s] '/usr/src/xserver/xkb/XKBGAlloc.c' -> 'BUILD/xkb/XKBGAlloc.c' [ 71s] '/usr/src/xserver/xkb/XKBMAlloc.c' -> 'BUILD/xkb/XKBMAlloc.c' [ 71s] '/usr/src/xserver/xkb/XKBMisc.c' -> 'BUILD/xkb/XKBMisc.c' [ 71s] '/usr/src/xserver/xkb/ddxBeep.c' -> 'BUILD/xkb/ddxBeep.c' [ 71s] '/usr/src/xserver/xkb/ddxCtrls.c' -> 'BUILD/xkb/ddxCtrls.c' [ 71s] '/usr/src/xserver/xkb/ddxKillSrv.c' -> 'BUILD/xkb/ddxKillSrv.c' [ 71s] '/usr/src/xserver/xkb/ddxLEDs.c' -> 'BUILD/xkb/ddxLEDs.c' [ 71s] '/usr/src/xserver/xkb/ddxLoad.c' -> 'BUILD/xkb/ddxLoad.c' [ 71s] '/usr/src/xserver/xkb/ddxPrivate.c' -> 'BUILD/xkb/ddxPrivate.c' [ 71s] '/usr/src/xserver/xkb/ddxVT.c' -> 'BUILD/xkb/ddxVT.c' [ 71s] '/usr/src/xserver/xkb/maprules.c' -> 'BUILD/xkb/maprules.c' [ 71s] '/usr/src/xserver/xkb/xkb.c' -> 'BUILD/xkb/xkb.c' [ 71s] '/usr/src/xserver/xkb/xkb.h' -> 'BUILD/xkb/xkb.h' [ 71s] '/usr/src/xserver/xkb/xkbAccessX.c' -> 'BUILD/xkb/xkbAccessX.c' [ 71s] '/usr/src/xserver/xkb/xkbActions.c' -> 'BUILD/xkb/xkbActions.c' [ 71s] '/usr/src/xserver/xkb/xkbDflts.h' -> 'BUILD/xkb/xkbDflts.h' [ 71s] '/usr/src/xserver/xkb/xkbEvents.c' -> 'BUILD/xkb/xkbEvents.c' [ 71s] '/usr/src/xserver/xkb/xkbInit.c' -> 'BUILD/xkb/xkbInit.c' [ 71s] '/usr/src/xserver/xkb/xkbLEDs.c' -> 'BUILD/xkb/xkbLEDs.c' [ 71s] '/usr/src/xserver/xkb/xkbPrKeyEv.c' -> 'BUILD/xkb/xkbPrKeyEv.c' [ 71s] '/usr/src/xserver/xkb/xkbSwap.c' -> 'BUILD/xkb/xkbSwap.c' [ 71s] '/usr/src/xserver/xkb/xkbUtils.c' -> 'BUILD/xkb/xkbUtils.c' [ 71s] '/usr/src/xserver/xkb/xkbfmisc.c' -> 'BUILD/xkb/xkbfmisc.c' [ 71s] '/usr/src/xserver/xkb/xkbgeom.h' -> 'BUILD/xkb/xkbgeom.h' [ 71s] '/usr/src/xserver/xkb/xkbout.c' -> 'BUILD/xkb/xkbout.c' [ 71s] '/usr/src/xserver/xkb/xkbtext.c' -> 'BUILD/xkb/xkbtext.c' [ 71s] '/usr/src/xserver/xkb/xkmread.c' -> 'BUILD/xkb/xkmread.c' [ 71s] '/usr/src/xserver/xorg-server-provides.build' -> 'BUILD/xorg-server-provides.build' [ 71s] '/usr/src/xserver/xorg-server.m4' -> 'BUILD/xorg-server.m4' [ 71s] '/usr/src/xserver/xorg-server.pc.in' -> 'BUILD/xorg-server.pc.in' [ 71s] '/usr/src/xserver/xserver.ent.in' -> 'BUILD/xserver.ent.in' [ 71s] '/usr/src/xserver/ylwrap' -> 'BUILD/ylwrap' [ 71s] + find BUILD/ -type f -perm -001 -print0 [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/config.sub [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/test-driver [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/config/fdi2iclass.py [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/doc/filter-xmlto.sh [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/test/scripts/run-piglit.sh [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/test/scripts/xephyr-glamor-piglit.sh [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/test/scripts/xinit-piglit-session.sh [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/test/scripts/xvfb-piglit.sh [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/depcomp [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/autogen.sh [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/hw/xwin/XWin.exe.manifest [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/hw/xwin/glx/gen_gl_wrappers.py [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/hw/xfree86/sdksyms.sh [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/hw/xquartz/bundle/X11.sh [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/hw/xquartz/bundle/mk_bundke.sh [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/install-sh [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/compile [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/config.guess [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/ltmain.sh [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/configure [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/missing [ 71s] + read -r -d '' file [ 71s] + chmod -x BUILD/ylwrap [ 71s] + read -r -d '' file [ 71s] + mkdir -p BUILD/hw/kdrive/x2gokdrive/ [ 71s] + cp Makefile.am x2gokdrive.c x2gokdrivecursor.c x2gokdriveinit.c x2gokdriveremote.c x2gokdriveselection.c x2gokdrive.h x2gokdrivelog.h x2gokdriveremote.h x2gokdriveselection.h BUILD/hw/kdrive/x2gokdrive/ [ 71s] + cp -r man/ BUILD/hw/kdrive/x2gokdrive/ [ 71s] + set -x [ 71s] ++ grep AC_INIT BUILD/configure.ac [ 71s] ++ sed -r 's/^AC_INIT[^,]*, ([^,]+),.*/\1/' [ 71s] + export XORG_UPSTREAM_VERSION=1.19.6 [ 71s] + XORG_UPSTREAM_VERSION=1.19.6 [ 71s] + pushd BUILD [ 71s] ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1 [ 71s] + '[' -d ../patches.xorg/1.19.6 ']' [ 71s] + QUILT_PATCHES=../patches.xorg/1.19.6/ [ 71s] + quilt push -a [ 71s] Applying patch ../patches.xorg/1.19.6//xorg-server-configure-ac.patch [ 71s] patching file configure.ac [ 71s] Hunk #6 succeeded at 2731 (offset 5 lines). [ 71s] [ 71s] Applying patch ../patches.xorg/1.19.6//xorg-server-hw-kdrive-Makefile-am.patch [ 71s] patching file hw/kdrive/Makefile.am [ 71s] [ 71s] Now at patch ../patches.xorg/1.19.6//xorg-server-hw-kdrive-Makefile-am.patch [ 71s] + '[' -d ../patches.xorg/1.19.6/missing ']' [ 71s] + exit 0 [ 71s] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.v8RAWv [ 71s] + umask 022 [ 71s] + cd /home/abuild/rpmbuild/BUILD [ 71s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/x2gokdrive-0.0.0.1-0.0x2go1.0.git20191030.152.heuler.x86_64 [ 71s] ++ dirname /home/abuild/rpmbuild/BUILDROOT/x2gokdrive-0.0.0.1-0.0x2go1.0.git20191030.152.heuler.x86_64 [ 71s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT [ 71s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/x2gokdrive-0.0.0.1-0.0x2go1.0.git20191030.152.heuler.x86_64 [ 71s] + cd x2gokdrive-0.0.0.1 [ 71s] + export 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 71s] + CFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 71s] + export 'CXXFLAGS=-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 71s] + CXXFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 71s] + pushd BUILD [ 71s] ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD ~/rpmbuild/BUILD/x2gokdrive-0.0.0.1 [ 71s] + autoreconf -fvi [ 71s] autoreconf: Entering directory `.' [ 71s] autoreconf: configure.ac: not using Gettext [ 72s] autoreconf: running: aclocal --force -I m4 [ 74s] autoreconf: configure.ac: tracing [ 75s] autoreconf: running: libtoolize --copy --force [ 75s] libtoolize: putting auxiliary files in '.'. [ 75s] libtoolize: copying file './ltmain.sh' [ 75s] libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [ 75s] libtoolize: copying file 'm4/libtool.m4' [ 75s] libtoolize: copying file 'm4/ltoptions.m4' [ 75s] libtoolize: copying file 'm4/ltsugar.m4' [ 75s] libtoolize: copying file 'm4/ltversion.m4' [ 75s] libtoolize: copying file 'm4/lt~obsolete.m4' [ 79s] autoreconf: running: /usr/bin/autoconf --force [ 80s] autoreconf: running: /usr/bin/autoheader --force [ 80s] autoreconf: running: automake --add-missing --copy --force-missing [ 82s] configure.ac:35: installing './compile' [ 82s] configure.ac:34: installing './missing' [ 82s] Xext/Makefile.am: installing './depcomp' [ 86s] autoreconf: Leaving directory `.' [ 86s] + CFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 86s] + export CFLAGS [ 86s] + CXXFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic' [ 86s] + export CXXFLAGS [ 86s] + FFLAGS='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g' [ 86s] + export FFLAGS [ 86s] ++ lsb_release -i -s [ 86s] /usr/bin/lsb_release: line 179: /etc/os-release: No such file or directory [ 86s] + ./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=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --libexecdir=/usr/lib/xorg --with-module-dir=/usr/lib/xorg/modules --with-serverconfig-path=/usr/lib --disable-silent-rules --disable-static --without-dtrace --disable-strict-compilation --disable-debug --with-int10=x86emu --with-os-vendor= '--with-builderstring=x2gokdrive 0.0.0.1 (https://wiki.x2go.org)' --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb --with-shared-memory-dir=/dev/shm --enable-mitshm --enable-xres --disable-xcsecurity --disable-tslib --enable-dbe --disable-xf86bigfont --enable-dpms --disable-xorg --disable-linux-acpi --disable-linux-apm --disable-xquartz --disable-xwin --disable-xnest --disable-xfake --disable-xfbdev --disable-install-setuid --disable-xshmfence --disable-config-hal --disable-config-udev --with-default-font-path=catalogue:/etc/X11/fontpath.d,built-ins --enable-composite --enable-record --enable-xv --disable-xvmc --disable-dga --enable-screensaver --disable-xdmcp --disable-xdm-auth-1 --enable-glx --enable-present --enable-xinerama --enable-xf86vidmode --enable-xace --disable-xfree86-utils --disable-suid-wrapper --disable-dmx --disable-xvfb --enable-kdrive --enable-x2gokdrive --disable-xephyr --disable-wayland --with-sha1=libgcrypt --enable-xcsecurity --disable-dri3 --disable-xselinux --disable-systemd-logind --without-systemd-daemon --disable-dri --disable-dri2 --disable-glamor --enable-libunwind --disable-libdrm --enable-unit-tests 'CPPFLAGS= -DPRE_RELEASE=0' LDFLAGS=-Wl,-z,relro [ 86s] /var/tmp/rpm-tmp.v8RAWv: line 45: ./configure: Permission denied [ 86s] error: Bad exit status from /var/tmp/rpm-tmp.v8RAWv (%build) [ 86s] [ 86s] [ 86s] RPM build errors: [ 86s] Bad exit status from /var/tmp/rpm-tmp.v8RAWv (%build) [ 86s] [ 86s] japsand failed "build x2gokdrive.spec" at Wed Oct 30 09:05:52 UTC 2019. [ 86s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.TUYNEZs0YvS8rby7d9Z44B6r ']' + '[' -d /var/lib/jenkins/tmp/tmp.TUYNEZs0YvS8rby7d9Z44B6r ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.TUYNEZs0YvS8rby7d9Z44B6r Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/12/display/redirect?page=changes> Changes: [ionic] x2gokdrive{remote,selection}.c: wrap initializer into another set of [ionic] x2gokdrive.spec: delete old configure files that might have had the [ionic] debian/rules: comment out *.la file removal. [ionic] x2gokdrive.spec: port *.la file removal commenting from debian/rules. ------------------------------------------ [...truncated 313.33 KB...] [ 118s] checking whether ln -s works... yes [ 118s] checking how to print strings... printf [ 118s] checking for a sed that does not truncate output... (cached) /usr/bin/sed [ 118s] checking for fgrep... /usr/bin/grep -F [ 118s] checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld [ 118s] checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes [ 118s] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [ 118s] checking the name lister (/usr/bin/nm -B) interface... BSD nm [ 118s] checking the maximum length of command line arguments... 1572864 [ 118s] checking how to convert x86_64-suse-linux-gnu file names to x86_64-suse-linux-gnu format... func_convert_file_noop [ 118s] checking how to convert x86_64-suse-linux-gnu file names to toolchain format... func_convert_file_noop [ 118s] checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r [ 118s] checking for x86_64-suse-linux-gnu-objdump... no [ 118s] checking for objdump... objdump [ 118s] checking how to recognize dependent libraries... pass_all [ 118s] checking for x86_64-suse-linux-gnu-dlltool... no [ 118s] checking for dlltool... no [ 118s] checking how to associate runtime and link libraries... printf %s\n [ 118s] checking for x86_64-suse-linux-gnu-ar... no [ 118s] checking for ar... ar [ 118s] checking for archiver @FILE support... @ [ 118s] checking for x86_64-suse-linux-gnu-strip... no [ 118s] checking for strip... strip [ 118s] checking for x86_64-suse-linux-gnu-ranlib... no [ 118s] checking for ranlib... ranlib [ 118s] checking command to parse /usr/bin/nm -B output from gcc object... ok [ 118s] checking for sysroot... no [ 118s] checking for a working dd... /usr/bin/dd [ 118s] checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 [ 118s] checking for x86_64-suse-linux-gnu-mt... no [ 118s] checking for mt... no [ 118s] checking if : is a manifest tool... no [ 118s] checking for dlfcn.h... yes [ 118s] checking for objdir... .libs [ 118s] checking if gcc supports -fno-rtti -fno-exceptions... no [ 118s] checking for gcc option to produce PIC... -fPIC -DPIC [ 118s] checking if gcc PIC flag -fPIC -DPIC works... yes [ 118s] checking if gcc static flag -static works... no [ 118s] checking if gcc supports -c -o file.o... yes [ 118s] checking if gcc supports -c -o file.o... (cached) yes [ 118s] checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes [ 118s] checking whether -lc should be explicitly linked in... no [ 118s] checking dynamic linker characteristics... GNU/Linux ld.so [ 118s] checking how to hardcode library paths into programs... immediate [ 118s] checking whether stripping libraries is possible... yes [ 118s] checking if libtool supports shared libraries... yes [ 118s] checking whether to build shared libraries... yes [ 118s] checking whether to build static libraries... no [ 118s] checking for x86_64-suse-linux-gnu-pkg-config... (cached) /usr/bin/x86_64-suse-linux-gnu-pkg-config [ 118s] checking pkg-config is at least version 0.9.0... yes [ 118s] checking for flex... flex [ 118s] checking lex output file root... lex.yy [ 119s] checking lex library... -lfl [ 119s] checking whether yytext is a pointer... yes [ 119s] checking for bison... bison -y [ 119s] checking for special C compiler options needed for large files... no [ 119s] checking for _FILE_OFFSET_BITS value needed for large files... no [ 119s] checking for cpp... /usr/bin/cpp [ 119s] checking if /usr/bin/cpp requires -undef... yes [ 119s] checking if /usr/bin/cpp requires -traditional... yes [ 119s] checking for dirent.h that defines DIR... yes [ 119s] checking for library containing opendir... none required [ 119s] checking for ANSI C header files... (cached) yes [ 119s] checking fcntl.h usability... yes [ 119s] checking fcntl.h presence... yes [ 119s] checking for fcntl.h... yes [ 119s] checking for stdlib.h... (cached) yes [ 119s] checking for string.h... (cached) yes [ 119s] checking for unistd.h... (cached) yes [ 119s] checking for dlfcn.h... (cached) yes [ 119s] checking stropts.h usability... yes [ 119s] checking stropts.h presence... yes [ 119s] checking for stropts.h... yes [ 119s] checking fnmatch.h usability... yes [ 119s] checking fnmatch.h presence... yes [ 119s] checking for fnmatch.h... yes [ 120s] checking sys/mkdev.h usability... no [ 120s] checking sys/mkdev.h presence... no [ 120s] checking for sys/mkdev.h... no [ 120s] checking sys/sysmacros.h usability... yes [ 120s] checking sys/sysmacros.h presence... yes [ 120s] checking for sys/sysmacros.h... yes [ 120s] checking sys/utsname.h usability... yes [ 120s] checking sys/utsname.h presence... yes [ 120s] checking for sys/utsname.h... yes [ 120s] checking sys/syscall.h usability... yes [ 120s] checking sys/syscall.h presence... yes [ 120s] checking for sys/syscall.h... yes [ 120s] checking for an ANSI C-conforming const... yes [ 120s] checking for typeof syntax and keyword spelling... typeof [ 120s] checking whether byte ordering is bigendian... no [ 120s] checking size of unsigned long... 8 [ 120s] checking for pid_t... yes [ 120s] checking byteswap.h usability... yes [ 120s] checking byteswap.h presence... yes [ 120s] checking for byteswap.h... yes [ 120s] checking sys/endian.h usability... no [ 120s] checking sys/endian.h presence... no [ 120s] checking for sys/endian.h... no [ 120s] checking for dlopen... no [ 120s] checking for dlopen in -ldl... yes [ 121s] checking for backtrace... yes [ 121s] checking for ffs... yes [ 121s] checking for geteuid... yes [ 121s] checking for getuid... yes [ 121s] checking for issetugid... no [ 121s] checking for getresuid... yes [ 121s] checking for getdtablesize... yes [ 121s] checking for getifaddrs... yes [ 121s] checking for getpeereid... no [ 121s] checking for getpeerucred... no [ 121s] checking for getprogname... no [ 121s] checking for getzoneid... no [ 121s] checking for mmap... yes [ 121s] checking for posix_fallocate... yes [ 121s] checking for seteuid... yes [ 122s] checking for shmctl64... no [ 122s] checking for strncasecmp... yes [ 122s] checking for vasprintf... yes [ 122s] checking for vsnprintf... yes [ 122s] checking for walkcontext... no [ 122s] checking for setitimer... yes [ 122s] checking for poll... yes [ 122s] checking for epoll_create1... yes [ 122s] checking for reallocarray... yes [ 122s] checking for strcasecmp... yes [ 122s] checking for strcasestr... yes [ 122s] checking for strlcat... no [ 122s] checking for strlcpy... no [ 122s] checking for strndup... yes [ 123s] checking for timingsafe_memcmp... no [ 123s] checking for arc4random_buf in -lbsd... no [ 123s] checking for arc4random_buf... no [ 123s] checking for getentropy... yes [ 123s] checking whether program_invocation_short_name is declared... yes [ 123s] checking for SO_PEERCRED in sys/socket.h... yes [ 123s] checking for sqrt in -lm... yes [ 123s] checking for cbrt... yes [ 123s] checking ndbm.h usability... no [ 123s] checking ndbm.h presence... no [ 123s] checking for ndbm.h... no [ 123s] checking dbm.h usability... no [ 123s] checking dbm.h presence... no [ 123s] checking for dbm.h... no [ 123s] checking rpcsvc/dbm.h usability... no [ 123s] checking rpcsvc/dbm.h presence... no [ 123s] checking for rpcsvc/dbm.h... no [ 124s] checking linux/agpgart.h usability... yes [ 124s] checking linux/agpgart.h presence... yes [ 124s] checking for linux/agpgart.h... yes [ 124s] checking sys/agpio.h usability... no [ 124s] checking sys/agpio.h presence... no [ 124s] checking for sys/agpio.h... no [ 124s] checking sys/agpgart.h usability... no [ 124s] checking sys/agpgart.h presence... no [ 124s] checking for sys/agpgart.h... no [ 124s] checking linux/fb.h usability... yes [ 124s] checking linux/fb.h presence... yes [ 124s] checking for linux/fb.h... yes [ 124s] checking for sys/linker.h... no [ 124s] checking for SYSV IPC... yes [ 124s] checking machine/apmvar.h usability... no [ 124s] checking machine/apmvar.h presence... no [ 124s] checking for machine/apmvar.h... no [ 124s] checking execinfo.h usability... yes [ 124s] checking execinfo.h presence... yes [ 124s] checking for execinfo.h... yes [ 124s] checking for backtrace in -lc... yes [ 124s] checking for fallback input driver... libinput [ 124s] checking for root directory for font files... /usr/share/fonts [ 124s] checking for directory for misc files... ${FONTROOTDIR}/misc [ 124s] checking for directory for OTF files... ${FONTROOTDIR}/OTF [ 124s] checking for directory for TTF files... ${FONTROOTDIR}/TTF [ 124s] checking for directory for Type1 files... ${FONTROOTDIR}/Type1 [ 124s] checking for directory for 75dpi files... ${FONTROOTDIR}/75dpi [ 124s] checking for directory for 100dpi files... ${FONTROOTDIR}/100dpi [ 124s] checking for default font path... catalogue:/etc/X11/fontpath.d,built-ins [ 124s] checking to see if we can install the Xorg server as root... no [ 124s] checking if Xtrans should support UNIX socket connections... yes [ 124s] checking if Xtrans should support TCP socket connections... yes [ 124s] checking for library containing socket... none required [ 124s] checking for library containing gethostbyname... none required [ 124s] checking for getaddrinfo... yes [ 124s] checking if IPv6 support should be built... yes [ 124s] checking for struct sockaddr_in.sin_len... no [ 125s] checking for socklen_t... yes [ 125s] checking for struct msghdr.msg_control... yes [ 125s] checking if Xtrans should support os-specific local connections... no [ 125s] checking for authdes_seccreate... no [ 125s] checking for authdes_create... yes [ 125s] checking for library containing getsecretkey... none required [ 125s] checking if Secure RPC authentication ("SUN-DES-1") should be supported... yes [ 125s] checking for pixman-1 >= 0.27.2... yes [ 125s] checking whether PTHREAD_MUTEX_RECURSIVE is declared... yes [ 125s] checking if compiler needs -Werror to reject unknown flags... no [ 125s] checking for the pthreads library -lpthreads... no [ 125s] checking whether pthreads work without any flags... no [ 125s] checking whether pthreads work with -Kthread... no [ 125s] checking whether pthreads work with -kthread... no [ 125s] checking for the pthreads library -llthread... no [ 125s] checking whether pthreads work with -pthread... yes [ 125s] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [ 125s] checking if more special flags are required for pthreads... no [ 125s] checking for PTHREAD_PRIO_INHERIT... yes [ 125s] checking for pthread_setname_np(const char*)... no [ 126s] checking for pthread_setname_np(pthread_t, const char*)... yes [ 126s] checking for libudev >= 143... no [ 126s] checking for dbus-1 >= 1.0... no [ 126s] checking for hal... no [ 126s] checking for glibc...... yes [ 126s] checking for clock_gettime... yes [ 126s] checking for a useful monotonic clock ...... yes [ 126s] checking whether to track client ids... yes [ 126s] checking for dri2proto >= 2.8... no [ 126s] checking for dri3proto >= 1.0... no [ 126s] checking for sigaction... yes [ 126s] checking for xshmfence >= 1.1... yes [ 126s] checking for x11... yes [ 126s] checking for glproto >= 1.4.17 gl >= 7.1.0... no [ 126s] configure: error: Package requirements (glproto >= 1.4.17 gl >= 7.1.0) were not met: [ 126s] [ 126s] No package 'glproto' found [ 126s] [ 126s] Consider adjusting the PKG_CONFIG_PATH environment variable if you [ 126s] installed software in a non-standard prefix. [ 126s] [ 126s] Alternatively, you may set the environment variables GL_CFLAGS [ 126s] and GL_LIBS to avoid the need to call pkg-config. [ 126s] See the pkg-config man page for more details. [ 126s] error: Bad exit status from /var/tmp/rpm-tmp.sKyGVX (%build) [ 126s] [ 126s] [ 126s] RPM build errors: [ 126s] Bad exit status from /var/tmp/rpm-tmp.sKyGVX (%build) [ 126s] [ 126s] japsand failed "build x2gokdrive.spec" at Thu Oct 31 03:15:12 UTC 2019. [ 126s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.cUKMLqYc3PqlIJM1IMEdNDwK ']' + '[' -d /var/lib/jenkins/tmp/tmp.cUKMLqYc3PqlIJM1IMEdNDwK ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.cUKMLqYc3PqlIJM1IMEdNDwK Build step 'Execute shell' marked build as failure
See <https://jenkins.x2go.org:8443/job/x2gokdrive+nightly+opensuse-15.0/13/display/redirect?page=changes> Changes: [ionic] x2gokdriveselection.c: fix compile error, the xEvent struct (made up of [ionic] debian/control: add B-D upon x11proto-gl-dev (or nil/hello). [ionic] x2gokdrive.spec: pull in pkgconfig(glproto) BR. [ionic] x2gokdrive.spec: fix %exclude entry for protocol.txt, the new configure [ionic] x2gokdrive.spec: downgrade dependency upon xorg-x11-server-common to ------------------------------------------ [...truncated 985.14 KB...] [ 180s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c setdval.c -fPIC -DPIC -o .libs/setdval.o [ 180s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c setfocus.c -fPIC -DPIC -o .libs/setfocus.o [ 180s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o ungrdevk.lo ungrdevk.c [ 180s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xiallowev.lo xiallowev.c [ 180s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c setmode.c -fPIC -DPIC -o .libs/setmode.o [ 180s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c setmmap.c -fPIC -DPIC -o .libs/setmmap.o [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xibarriers.lo xibarriers.c [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c ungrdev.c -fPIC -DPIC -o .libs/ungrdev.o [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xichangecursor.lo xichangecursor.c [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c ungrdevb.c -fPIC -DPIC -o .libs/ungrdevb.o [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xichangehierarchy.lo xichangehierarchy.c [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c ungrdevk.c -fPIC -DPIC -o .libs/ungrdevk.o [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xibarriers.c -fPIC -DPIC -o .libs/xibarriers.o [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xiallowev.c -fPIC -DPIC -o .libs/xiallowev.o [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xigetclientpointer.lo xigetclientpointer.c [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xigrabdev.lo xigrabdev.c [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xipassivegrab.lo xipassivegrab.c [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xichangecursor.c -fPIC -DPIC -o .libs/xichangecursor.o [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xiproperty.lo xiproperty.c [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xichangehierarchy.c -fPIC -DPIC -o .libs/xichangehierarchy.o [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xiquerydevice.lo xiquerydevice.c [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xigrabdev.c -fPIC -DPIC -o .libs/xigrabdev.o [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xiquerypointer.lo xiquerypointer.c [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xipassivegrab.c -fPIC -DPIC -o .libs/xipassivegrab.o [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xigetclientpointer.c -fPIC -DPIC -o .libs/xigetclientpointer.o [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xiqueryversion.lo xiqueryversion.c [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xiselectev.lo xiselectev.c [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xiproperty.c -fPIC -DPIC -o .libs/xiproperty.o [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xisetclientpointer.lo xisetclientpointer.c [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xiquerydevice.c -fPIC -DPIC -o .libs/xiquerydevice.o [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xisetdevfocus.lo xisetdevfocus.c [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xiquerypointer.c -fPIC -DPIC -o .libs/xiquerypointer.o [ 181s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xiwarppointer.lo xiwarppointer.c [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xiqueryversion.c -fPIC -DPIC -o .libs/xiqueryversion.o [ 181s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xiselectev.c -fPIC -DPIC -o .libs/xiselectev.o [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xisetclientpointer.c -fPIC -DPIC -o .libs/xisetclientpointer.o [ 182s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o stubs.lo stubs.c [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xisetdevfocus.c -fPIC -DPIC -o .libs/xisetdevfocus.o [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xiwarppointer.c -fPIC -DPIC -o .libs/xiwarppointer.o [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c stubs.c -fPIC -DPIC -o .libs/stubs.o [ 182s] /bin/sh ../libtool --tag=CC --mode=link gcc -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -Wl,-z,relro -o libXi.la allowev.lo chgdctl.lo chgfctl.lo chgkbd.lo chgkmap.lo chgprop.lo chgptr.lo closedev.lo devbell.lo exevents.lo extinit.lo getbmap.lo getdctl.lo getfctl.lo getfocus.lo getkmap.lo getmmap.lo getprop.lo getselev.lo getvers.lo grabdev.lo grabdevb.lo grabdevk.lo gtmotion.lo listdev.lo opendev.lo queryst.lo selectev.lo sendexev.lo setbmap.lo setdval.lo setfocus.lo setmmap.lo setmode.lo ungrdev.lo ungrdevb.lo ungrdevk.lo xiallowev.lo xibarriers.lo xichangecursor.lo xichangehierarchy.lo xigetclientpointer.lo xigrabdev.lo xipassivegrab.lo xiproperty.lo xiquerydevice.lo xiquerypointer.lo xiqueryversion.lo xiselectev.lo xisetclientpointer.lo xisetdevfocus.lo xiwarppointer.lo -lm [ 182s] /bin/sh ../libtool --tag=CC --mode=link gcc -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -Wl,-z,relro -o libXistubs.la stubs.lo -lm [ 182s] libtool: link: ar cru .libs/libXistubs.a .libs/stubs.o [ 182s] libtool: link: ranlib .libs/libXistubs.a [ 182s] libtool: link: ( cd ".libs" && rm -f "libXistubs.la" && ln -s "../libXistubs.la" "libXistubs.la" ) [ 182s] libtool: link: ar cru .libs/libXi.a .libs/allowev.o .libs/chgdctl.o .libs/chgfctl.o .libs/chgkbd.o .libs/chgkmap.o .libs/chgprop.o .libs/chgptr.o .libs/closedev.o .libs/devbell.o .libs/exevents.o .libs/extinit.o .libs/getbmap.o .libs/getdctl.o .libs/getfctl.o .libs/getfocus.o .libs/getkmap.o .libs/getmmap.o .libs/getprop.o .libs/getselev.o .libs/getvers.o .libs/grabdev.o .libs/grabdevb.o .libs/grabdevk.o .libs/gtmotion.o .libs/listdev.o .libs/opendev.o .libs/queryst.o .libs/selectev.o .libs/sendexev.o .libs/setbmap.o .libs/setdval.o .libs/setfocus.o .libs/setmmap.o .libs/setmode.o .libs/ungrdev.o .libs/ungrdevb.o .libs/ungrdevk.o .libs/xiallowev.o .libs/xibarriers.o .libs/xichangecursor.o .libs/xichangehierarchy.o .libs/xigetclientpointer.o .libs/xigrabdev.o .libs/xipassivegrab.o .libs/xiproperty.o .libs/xiquerydevice.o .libs/xiquerypointer.o .libs/xiqueryversion.o .libs/xiselectev.o .libs/xisetclientpointer.o .libs/xisetdevfocus.o .libs/xiwarppointer.o [ 182s] libtool: link: ranlib .libs/libXi.a [ 182s] libtool: link: ( cd ".libs" && rm -f "libXi.la" && ln -s "../libXi.la" "libXi.la" ) [ 182s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/Xi' [ 182s] Making all in xkb [ 182s] make[1]: Entering directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/xkb' [ 182s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o ddxBeep.lo ddxBeep.c [ 182s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o ddxCtrls.lo ddxCtrls.c [ 182s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o ddxLEDs.lo ddxLEDs.c [ 182s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o ddxLoad.lo ddxLoad.c [ 182s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkb.lo xkb.c [ 182s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkbUtils.lo xkbUtils.c [ 182s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkbEvents.lo xkbEvents.c [ 182s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkbAccessX.lo xkbAccessX.c [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c ddxLEDs.c -fPIC -DPIC -o .libs/ddxLEDs.o [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkb.c -fPIC -DPIC -o .libs/xkb.o [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c ddxLoad.c -fPIC -DPIC -o .libs/ddxLoad.o [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c ddxBeep.c -fPIC -DPIC -o .libs/ddxBeep.o [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c ddxCtrls.c -fPIC -DPIC -o .libs/ddxCtrls.o [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkbEvents.c -fPIC -DPIC -o .libs/xkbEvents.o [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkbAccessX.c -fPIC -DPIC -o .libs/xkbAccessX.o [ 182s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkbUtils.c -fPIC -DPIC -o .libs/xkbUtils.o [ 183s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkbSwap.lo xkbSwap.c [ 183s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkbLEDs.lo xkbLEDs.c [ 183s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkbInit.lo xkbInit.c [ 183s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkbActions.lo xkbActions.c [ 183s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkbSwap.c -fPIC -DPIC -o .libs/xkbSwap.o [ 183s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkbLEDs.c -fPIC -DPIC -o .libs/xkbLEDs.o [ 183s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkbPrKeyEv.lo xkbPrKeyEv.c [ 183s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkbActions.c -fPIC -DPIC -o .libs/xkbActions.o [ 183s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkbInit.c -fPIC -DPIC -o .libs/xkbInit.o [ 183s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkbPrKeyEv.c -fPIC -DPIC -o .libs/xkbPrKeyEv.o [ 183s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o maprules.lo maprules.c [ 183s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkmread.lo xkmread.c [ 183s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkbtext.lo xkbtext.c [ 184s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c maprules.c -fPIC -DPIC -o .libs/maprules.o [ 184s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkbfmisc.lo xkbfmisc.c [ 184s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkmread.c -fPIC -DPIC -o .libs/xkmread.o [ 184s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xkbout.lo xkbout.c [ 184s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkbtext.c -fPIC -DPIC -o .libs/xkbtext.o [ 184s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o XKBMisc.lo XKBMisc.c [ 184s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o XKBAlloc.lo XKBAlloc.c [ 184s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkbfmisc.c -fPIC -DPIC -o .libs/xkbfmisc.o [ 184s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xkbout.c -fPIC -DPIC -o .libs/xkbout.o [ 184s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o XKBGAlloc.lo XKBGAlloc.c [ 184s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c XKBMisc.c -fPIC -DPIC -o .libs/XKBMisc.o [ 184s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c XKBAlloc.c -fPIC -DPIC -o .libs/XKBAlloc.o [ 184s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o XKBMAlloc.lo XKBMAlloc.c [ 184s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c XKBGAlloc.c -fPIC -DPIC -o .libs/XKBGAlloc.o [ 184s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o ddxVT.lo ddxVT.c [ 184s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o ddxPrivate.lo ddxPrivate.c [ 184s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o ddxKillSrv.lo ddxKillSrv.c [ 185s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c XKBMAlloc.c -fPIC -DPIC -o .libs/XKBMAlloc.o [ 185s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c ddxVT.c -fPIC -DPIC -o .libs/ddxVT.o [ 185s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c ddxPrivate.c -fPIC -DPIC -o .libs/ddxPrivate.o [ 185s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c ddxKillSrv.c -fPIC -DPIC -o .libs/ddxKillSrv.o [ 185s] /bin/sh ../libtool --tag=CC --mode=link gcc -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -Wl,-z,relro -o libxkbstubs.la ddxVT.lo ddxPrivate.lo ddxKillSrv.lo -lm [ 185s] /bin/sh ../libtool --tag=CC --mode=link gcc -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -Wl,-z,relro -o libxkb.la ddxBeep.lo ddxCtrls.lo ddxLEDs.lo ddxLoad.lo xkb.lo xkbUtils.lo xkbEvents.lo xkbAccessX.lo xkbSwap.lo xkbLEDs.lo xkbInit.lo xkbActions.lo xkbPrKeyEv.lo maprules.lo xkmread.lo xkbtext.lo xkbfmisc.lo xkbout.lo XKBMisc.lo XKBAlloc.lo XKBGAlloc.lo XKBMAlloc.lo -lm [ 185s] libtool: link: ar cru .libs/libxkbstubs.a .libs/ddxVT.o .libs/ddxPrivate.o .libs/ddxKillSrv.o [ 185s] libtool: link: ranlib .libs/libxkbstubs.a [ 185s] libtool: link: ( cd ".libs" && rm -f "libxkbstubs.la" && ln -s "../libxkbstubs.la" "libxkbstubs.la" ) [ 185s] libtool: link: ar cru .libs/libxkb.a .libs/ddxBeep.o .libs/ddxCtrls.o .libs/ddxLEDs.o .libs/ddxLoad.o .libs/xkb.o .libs/xkbUtils.o .libs/xkbEvents.o .libs/xkbAccessX.o .libs/xkbSwap.o .libs/xkbLEDs.o .libs/xkbInit.o .libs/xkbActions.o .libs/xkbPrKeyEv.o .libs/maprules.o .libs/xkmread.o .libs/xkbtext.o .libs/xkbfmisc.o .libs/xkbout.o .libs/XKBMisc.o .libs/XKBAlloc.o .libs/XKBGAlloc.o .libs/XKBMAlloc.o [ 185s] libtool: link: ranlib .libs/libxkb.a [ 185s] libtool: link: ( cd ".libs" && rm -f "libxkb.la" && ln -s "../libxkb.la" "libxkb.la" ) [ 185s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/xkb' [ 185s] Making all in dbe [ 185s] make[1]: Entering directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/dbe' [ 185s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o dbe.lo dbe.c [ 185s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o midbe.lo midbe.c [ 185s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c midbe.c -fPIC -DPIC -o .libs/midbe.o [ 185s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c dbe.c -fPIC -DPIC -o .libs/dbe.o [ 186s] /bin/sh ../libtool --tag=CC --mode=link gcc -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -Wl,-z,relro -o libdbe.la dbe.lo midbe.lo -lm [ 186s] libtool: link: ar cru .libs/libdbe.a .libs/dbe.o .libs/midbe.o [ 186s] libtool: link: ranlib .libs/libdbe.a [ 186s] libtool: link: ( cd ".libs" && rm -f "libdbe.la" && ln -s "../libdbe.la" "libdbe.la" ) [ 186s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/dbe' [ 186s] Making all in record [ 186s] make[1]: Entering directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/record' [ 186s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o record.lo record.c [ 186s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o set.lo set.c [ 186s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c record.c -fPIC -DPIC -o .libs/record.o [ 186s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c set.c -fPIC -DPIC -o .libs/set.o [ 186s] /bin/sh ../libtool --tag=CC --mode=link gcc -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -Wl,-z,relro -o librecord.la record.lo set.lo -lm [ 187s] libtool: link: ar cru .libs/librecord.a .libs/record.o .libs/set.o [ 187s] libtool: link: ranlib .libs/librecord.a [ 187s] libtool: link: ( cd ".libs" && rm -f "librecord.la" && ln -s "../librecord.la" "librecord.la" ) [ 187s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/record' [ 187s] Making all in xfixes [ 187s] make[1]: Entering directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/xfixes' [ 187s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o cursor.lo cursor.c [ 187s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o region.lo region.c [ 187s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o saveset.lo saveset.c [ 187s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o select.lo select.c [ 187s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o xfixes.lo xfixes.c [ 187s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c select.c -fPIC -DPIC -o .libs/select.o [ 187s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c saveset.c -fPIC -DPIC -o .libs/saveset.o [ 187s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c region.c -fPIC -DPIC -o .libs/region.o [ 187s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c xfixes.c -fPIC -DPIC -o .libs/xfixes.o [ 187s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c cursor.c -fPIC -DPIC -o .libs/cursor.o [ 187s] /bin/sh ../libtool --tag=CC --mode=link gcc -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -Wl,-z,relro -o libxfixes.la cursor.lo region.lo saveset.lo select.lo xfixes.lo -lm [ 187s] libtool: link: ar cru .libs/libxfixes.a .libs/cursor.o .libs/region.o .libs/saveset.o .libs/select.o .libs/xfixes.o [ 187s] libtool: link: ranlib .libs/libxfixes.a [ 187s] libtool: link: ( cd ".libs" && rm -f "libxfixes.la" && ln -s "../libxfixes.la" "libxfixes.la" ) [ 187s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/xfixes' [ 187s] Making all in damageext [ 187s] make[1]: Entering directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/damageext' [ 187s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o damageext.lo damageext.c [ 187s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c damageext.c -fPIC -DPIC -o .libs/damageext.o [ 188s] /bin/sh ../libtool --tag=CC --mode=link gcc -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -Wl,-z,relro -o libdamageext.la damageext.lo -lm [ 188s] libtool: link: ar cru .libs/libdamageext.a .libs/damageext.o [ 188s] libtool: link: ranlib .libs/libdamageext.a [ 188s] libtool: link: ( cd ".libs" && rm -f "libdamageext.la" && ln -s "../libdamageext.la" "libdamageext.la" ) [ 188s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/damageext' [ 188s] Making all in composite [ 188s] make[1]: Entering directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/composite' [ 188s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o compalloc.lo compalloc.c [ 188s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o compext.lo compext.c [ 188s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o compinit.lo compinit.c [ 188s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o compoverlay.lo compoverlay.c [ 188s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o compwindow.lo compwindow.c [ 188s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c compinit.c -fPIC -DPIC -o .libs/compinit.o [ 188s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c compoverlay.c -fPIC -DPIC -o .libs/compoverlay.o [ 188s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c compext.c -fPIC -DPIC -o .libs/compext.o [ 188s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c compwindow.c -fPIC -DPIC -o .libs/compwindow.o [ 188s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c compalloc.c -fPIC -DPIC -o .libs/compalloc.o [ 188s] /bin/sh ../libtool --tag=CC --mode=link gcc -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -Wl,-z,relro -o libcomposite.la compalloc.lo compext.lo compinit.lo compoverlay.lo compwindow.lo -lm [ 189s] libtool: link: ar cru .libs/libcomposite.a .libs/compalloc.o .libs/compext.o .libs/compinit.o .libs/compoverlay.o .libs/compwindow.o [ 189s] libtool: link: ranlib .libs/libcomposite.a [ 189s] libtool: link: ( cd ".libs" && rm -f "libcomposite.la" && ln -s "../libcomposite.la" "libcomposite.la" ) [ 189s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/composite' [ 189s] Making all in glx [ 189s] make[1]: Entering directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/glx' [ 189s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o indirect_dispatch.lo indirect_dispatch.c [ 189s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o indirect_dispatch_swap.lo indirect_dispatch_swap.c [ 189s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o indirect_reqsize.lo indirect_reqsize.c [ 189s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o indirect_size_get.lo indirect_size_get.c [ 189s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o indirect_table.lo indirect_table.c [ 189s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o clientinfo.lo clientinfo.c [ 189s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o createcontext.lo createcontext.c [ 189s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o extension_string.lo extension_string.c [ 189s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c createcontext.c -fPIC -DPIC -o .libs/createcontext.o [ 189s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c clientinfo.c -fPIC -DPIC -o .libs/clientinfo.o [ 189s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c indirect_dispatch_swap.c -fPIC -DPIC -o .libs/indirect_dispatch_swap.o [ 189s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c indirect_reqsize.c -fPIC -DPIC -o .libs/indirect_reqsize.o [ 189s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c indirect_dispatch.c -fPIC -DPIC -o .libs/indirect_dispatch.o [ 189s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c indirect_size_get.c -fPIC -DPIC -o .libs/indirect_size_get.o [ 189s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c indirect_table.c -fPIC -DPIC -o .libs/indirect_table.o [ 189s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c extension_string.c -fPIC -DPIC -o .libs/extension_string.o [ 189s] indirect_dispatch_swap.c:85:1: warning: 'bswap_CARD64' defined but not used [-Wunused-function] [ 189s] bswap_CARD64(const void *src) [ 189s] ^~~~~~~~~~~~ [ 191s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o indirect_util.lo indirect_util.c [ 191s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o indirect_program.lo indirect_program.c [ 191s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o indirect_texture_compression.lo indirect_texture_compression.c [ 191s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o glxcmds.lo glxcmds.c [ 191s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o glxcmdsswap.lo glxcmdsswap.c [ 191s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c indirect_util.c -fPIC -DPIC -o .libs/indirect_util.o [ 191s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c indirect_program.c -fPIC -DPIC -o .libs/indirect_program.o [ 191s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c indirect_texture_compression.c -fPIC -DPIC -o .libs/indirect_texture_compression.o [ 191s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c glxcmds.c -fPIC -DPIC -o .libs/glxcmds.o [ 191s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c glxcmdsswap.c -fPIC -DPIC -o .libs/glxcmdsswap.o [ 191s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o glxext.lo glxext.c [ 191s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o glxdriswrast.lo glxdriswrast.c [ 191s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o glxdricommon.lo glxdricommon.c [ 191s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o glxscreens.lo glxscreens.c [ 191s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c glxext.c -fPIC -DPIC -o .libs/glxext.o [ 191s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c glxdricommon.c -fPIC -DPIC -o .libs/glxdricommon.o [ 191s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c glxdriswrast.c -fPIC -DPIC -o .libs/glxdriswrast.o [ 191s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c glxscreens.c -fPIC -DPIC -o .libs/glxscreens.o [ 191s] /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c -o render2.lo render2.c [ 192s] glxdricommon.c:36:10: fatal error: GL/internal/dri_interface.h: No such file or directory [ 192s] #include <GL/internal/dri_interface.h> [ 192s] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 192s] compilation terminated. [ 192s] glxdriswrast.c:39:10: fatal error: GL/internal/dri_interface.h: No such file or directory [ 192s] #include <GL/internal/dri_interface.h> [ 192s] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 192s] compilation terminated. [ 192s] make[1]: *** [Makefile:741: glxdricommon.lo] Error 1 [ 192s] make[1]: *** Waiting for unfinished jobs.... [ 192s] make[1]: *** [Makefile:741: glxdriswrast.lo] Error 1 [ 192s] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -I../present -DPRE_RELEASE=0 -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fno-strict-aliasing -D_DEFAULT_SOURCE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/sync -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I../dbe -I../present -I/usr/include/libdrm -D__GLX_ALIGN64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -g -fpic -pthread -c render2.c -fPIC -DPIC -o .libs/render2.o [ 192s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/x2gokdrive-0.0.0.1/BUILD/glx' [ 192s] make: *** [Makefile:781: all-recursive] Error 1 [ 192s] error: Bad exit status from /var/tmp/rpm-tmp.OyXgKA (%build) [ 192s] [ 192s] [ 192s] RPM build errors: [ 192s] Bad exit status from /var/tmp/rpm-tmp.OyXgKA (%build) [ 192s] [ 192s] japsand failed "build x2gokdrive.spec" at Thu Oct 31 22:59:24 UTC 2019. [ 192s] + exit 1 + cleanup + '[' -n '' ']' + '[' -n '' ']' + echo 'Warning: mock temporary config directory not defined. Skipping cleanup.' Warning: mock temporary config directory not defined. Skipping cleanup. + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.LGqdV9FPnJ2ctdyWQBW05umn ']' + '[' -d /var/lib/jenkins/tmp/tmp.LGqdV9FPnJ2ctdyWQBW05umn ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.LGqdV9FPnJ2ctdyWQBW05umn Build step 'Execute shell' marked build as failure