On Friday 2012-12-14 23:20, Kristian Høgsberg wrote: > > f71a3fb5b6534cce35ac7456a5fd540fc3806fc1 wayland-1.0.3.tar.xz > ce1f41251a07600ed8c6b2e3dc1e868008aeb33a wayland 1.0.3 tag > > 583589cf7dd8f3300eef2bfb7b1968875a155e2a weston-1.0.3.tar.xz > b61f7d27738b73d27b03b8982b37ec78df52976e weston 1.0.3 tag > >Other than that, there's really nothing groundbreaking in this >release. The test suite rewrite and fixes make up the bulk of the >weston changes along with a fistful of Coverity fixes from Rob.
The testsuite however fails in a spectacular way. make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' FAIL: surface-test.la FAIL: surface-global-test.la FAIL: keyboard-test FAIL: event-test FAIL: button-test FAIL: text-test ========================================================================== 6 of 6 tests failed Please report to https://bugs.freedesktop.org/enter_bug.cgi?product=weston ========================================================================== In wayland, I already had to set some variable for make check to work through all. XDG_RUNTIME_DIR=/tmp make check Is there something special needed for weston as well? Full log: + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' /home/abuild/rpmbuild/SOURCES/weston.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0OSZZe + umask 022 + cd /home/abuild/rpmbuild/BUILD + cd /home/abuild/rpmbuild/BUILD + rm -rf weston-1.0.3 + /usr/bin/xz -dc /home/abuild/rpmbuild/SOURCES/weston-1.0.3.tar.xz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd weston-1.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5Z6aR7 + umask 022 + cd /home/abuild/rpmbuild/BUILD + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64 ++ dirname /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64 + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64 + cd weston-1.0.3 + '[' '!' -e configure ']' + CFLAGS='-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' + export CFLAGS + CXXFLAGS='-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' + export CXXFLAGS + FFLAGS='-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' + export FFLAGS + ./configure --host=x86_64-suse-linux-gnu --build=x86_64-suse-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-static --disable-setuid-install checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-suse-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking for x86_64-suse-linux-gnu-g++... no checking for x86_64-suse-linux-gnu-c++... no checking for x86_64-suse-linux-gnu-gpp... no checking for x86_64-suse-linux-gnu-aCC... no checking for x86_64-suse-linux-gnu-CC... no checking for x86_64-suse-linux-gnu-cxx... no checking for x86_64-suse-linux-gnu-cc++... no checking for x86_64-suse-linux-gnu-cl.exe... no checking for x86_64-suse-linux-gnu-FCC... no checking for x86_64-suse-linux-gnu-KCC... no checking for x86_64-suse-linux-gnu-RCC... no checking for x86_64-suse-linux-gnu-xlC_r... no checking for x86_64-suse-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking for a sed that does not truncate output... /usr/bin/sed checking build system type... x86_64-suse-linux-gnu checking host system type... x86_64-suse-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-suse-linux-gnu file names to x86_64-suse-linux-gnu format... func_convert_file_noop checking how to convert x86_64-suse-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r checking for x86_64-suse-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-suse-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-suse-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-suse-linux-gnu-strip... no checking for strip... strip checking for x86_64-suse-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for x86_64-suse-linux-gnu-mt... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for x86_64-suse-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for dlopen... no checking for dlopen in -ldl... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for mkostemp... yes checking for strchrnul... yes checking for COMPOSITOR... yes checking for XWAYLAND... yes checking for XCB... yes checking for xcb_poll_for_queued_event... yes checking for X11_COMPOSITOR_XKB... no checking for X11_COMPOSITOR... yes checking for DRM_COMPOSITOR... yes checking for WAYLAND_COMPOSITOR... yes checking for ANDROID_COMPOSITOR... yes checking for PIXMAN... yes checking for PNG... yes checking for WEBP... no checking for jpeg_CreateDecompress in -ljpeg... yes checking for CAIRO... yes checking for SIMPLE_CLIENT... yes checking for SIMPLE_EGL_CLIENT... yes checking for CLIENT... yes checking for WESTON_INFO... yes checking for POPPLER... yes checking for CAIRO_EGL... yes checking for WESTON_LAUNCH... yes checking for SYSTEMD_LOGIN... yes checking for pam_open_session in -lpam... yes checking for GLU... yes checking for WCAP... yes checking for rsvg-convert... rsvg-convert checking for SETBACKLIGHT... yes checking for wayland-scanner... /usr/bin/wayland-scanner configure: creating ./config.status config.status: creating Makefile config.status: creating shared/Makefile config.status: creating src/Makefile config.status: creating src/xwayland/Makefile config.status: creating clients/Makefile config.status: creating wcap/Makefile config.status: creating data/Makefile config.status: creating protocol/Makefile config.status: creating man/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + make -j10 make all-recursive make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3' Making all in shared make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/shared' CC libshared_la-config-parser.lo CC libshared_la-os-compatibility.lo CC libshared_la-option-parser.lo CC libshared_cairo_la-config-parser.lo CC libshared_cairo_la-option-parser.lo CC libshared_cairo_la-os-compatibility.lo CC libshared_cairo_la-image-loader.lo CC libshared_cairo_la-cairo-util.lo CCLD libshared.la CCLD libshared-cairo.la make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/shared' Making all in src make[2]: git: Command not found make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[2]: git: Command not found GEN git-version.h make all-recursive make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' Making all in xwayland make[4]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make all-am make[5]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' CC xwayland_la-window-manager.lo CC xwayland_la-launcher.lo CC xwayland_la-selection.lo CC xwayland_la-xserver-protocol.lo CC xwayland_la-hash.lo CCLD xwayland.la make[5]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make[4]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make[4]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' CC desktop_shell_la-shell.lo CC desktop_shell_la-desktop-shell-protocol.lo CC tablet_shell_la-tablet-shell.lo CC tablet_shell_la-tablet-shell-protocol.lo CC x11_backend_la-compositor-x11.lo CC drm_backend_la-compositor-drm.lo CC drm_backend_la-tty.lo CC drm_backend_la-evdev.lo CC drm_backend_la-evdev-touchpad.lo CC drm_backend_la-launcher-util.lo CC drm_backend_la-libbacklight.lo CC wayland_backend_la-compositor-wayland.lo CC android_backend_la-compositor-android.lo CC android_backend_la-evdev.lo CC android_backend_la-evdev-touchpad.lo CXX android_backend_la-android-framebuffer.lo CC weston-log.o CC weston-compositor.o CC weston-filter.o CC weston-screenshooter.o CC weston-screenshooter-protocol.o CC weston-clipboard.o CC weston-text-cursor-position-protocol.o CC weston-zoom.o CC weston-text-backend.o CC weston-text-protocol.o CC weston-input-method-protocol.o CC weston-workspaces-protocol.o CC weston-util.o CC weston-matrix.o CC weston-gles2-renderer.o CC weston_launch-weston-launch.o CCLD tablet-shell.la CCLD x11-backend.la CCLD wayland-backend.la CXXLD android-backend.la CCLD drm-backend.la CCLD weston-launch CCLD desktop-shell.la CCLD weston make[4]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' Making all in clients make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' make all-am make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' CC window.o CC text-cursor-position-protocol.o CC workspaces-protocol.o CC weston-info.o CC os-compatibility.o CC terminal.o CC desktop-shell.o CC tablet-shell.o CC desktop-shell-protocol.o CC tablet-shell-protocol.o CC screenshot.o CC screenshooter-protocol.o CC weston_screensaver-wscreensaver.o CC weston_screensaver-desktop-shell-protocol.o CC weston_screensaver-wscreensaver-glue.o terminal.c: In function 'terminal_send_selection': terminal.c:844:11: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] terminal.c:846:11: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] CC weston_screensaver-glmatrix.o CC flower.o CC image.o CC cliptest-cliptest.o CC dnd.o CC smoke.o CC resizor.o CC eventdemo.o CC clickdot.o CC editor.o CC text-protocol.o CC keyboard.o CC input-method-protocol.o CC gears.o CC view-view.o CC simple_shm-simple-shm.o CC simple_shm-os-compatibility.o CC simple_touch-simple-touch.o CC simple_touch-os-compatibility.o CC simple_egl-simple-egl.o CCLD weston-info CCLD simple-shm CCLD simple-touch CCLD simple-egl AR libtoytoolkit.a CCLD weston-terminal CCLD weston-desktop-shell CCLD weston-tablet-shell CCLD weston-screenshooter CCLD weston-screensaver CCLD flower CCLD image CCLD cliptest CCLD dnd CCLD smoke CCLD resizor CCLD eventdemo CCLD clickdot CCLD editor CCLD keyboard CCLD gears CCLD view make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' Making all in data make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/data' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/data' Making all in protocol make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/protocol' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/protocol' Making all in tests make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make all-am make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' CC weston_test_la-weston-test.lo CC weston_test_la-wayland-test-protocol.lo CC setbacklight-setbacklight.o CC setbacklight-libbacklight.o CC matrix.o CC matrix-test.o CCLD setbacklight CCLD matrix-test CCLD weston-test.la make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' Making all in wcap make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/wcap' CC wcap_decode-main.o CC wcap_decode-wcap-decode.o main.c: In function 'output_yuv_frame': main.c:147:8: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] CCLD wcap-decode make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/wcap' Making all in man make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/man' GEN weston.1 GEN weston-drm.7 make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/man' make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3' make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yCNH1x + umask 022 + cd /home/abuild/rpmbuild/BUILD + cd weston-1.0.3 + make install DESTDIR=/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64 Making install in shared make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/shared' make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/shared' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/shared' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/shared' Making install in src make[1]: git: Command not found make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[1]: git: Command not found GEN git-version.h make install-recursive make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' Making install in xwayland make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make install-am make[4]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make[5]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make[5]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston' /bin/sh ../../libtool --mode=install /usr/bin/install -c xwayland.la '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston' libtool: install: /usr/bin/install -c .libs/xwayland.so /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/xwayland.so libtool: install: /usr/bin/install -c .libs/xwayland.lai /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/xwayland.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/weston' make[5]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make[4]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[4]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c weston weston-launch '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin' libtool: install: /usr/bin/install -c weston /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin/weston libtool: install: /usr/bin/install -c weston-launch /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin/weston-launch make install-exec-hook make[5]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[5]: Nothing to be done for `install-exec-hook'. make[5]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston' /bin/sh ../libtool --mode=install /usr/bin/install -c desktop-shell.la tablet-shell.la x11-backend.la drm-backend.la wayland-backend.la '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston' libtool: install: /usr/bin/install -c .libs/desktop-shell.so /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/desktop-shell.so libtool: install: /usr/bin/install -c .libs/desktop-shell.lai /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/desktop-shell.la libtool: install: /usr/bin/install -c .libs/tablet-shell.so /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/tablet-shell.so libtool: install: /usr/bin/install -c .libs/tablet-shell.lai /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/tablet-shell.la libtool: install: /usr/bin/install -c .libs/x11-backend.so /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/x11-backend.so libtool: install: /usr/bin/install -c .libs/x11-backend.lai /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/x11-backend.la libtool: install: /usr/bin/install -c .libs/drm-backend.so /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/drm-backend.so libtool: install: /usr/bin/install -c .libs/drm-backend.lai /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/drm-backend.la libtool: install: /usr/bin/install -c .libs/wayland-backend.so /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/wayland-backend.so libtool: install: /usr/bin/install -c .libs/wayland-backend.lai /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/wayland-backend.la libtool: install: warning: remember to run `libtool --finish /usr/lib64/weston' make[4]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' Making install in clients make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' make install-am make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c weston-info weston-terminal '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin' libtool: install: /usr/bin/install -c weston-info /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin/weston-info libtool: install: /usr/bin/install -c weston-terminal /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin/weston-terminal /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c weston-desktop-shell weston-tablet-shell weston-screenshooter weston-screensaver '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib' libtool: install: /usr/bin/install -c weston-desktop-shell /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib/weston-desktop-shell libtool: install: /usr/bin/install -c weston-tablet-shell /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib/weston-tablet-shell libtool: install: /usr/bin/install -c weston-screenshooter /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib/weston-screenshooter libtool: install: /usr/bin/install -c weston-screensaver /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib/weston-screensaver make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' Making install in data make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/data' make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/data' make[2]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/share/weston' /usr/bin/install -c -m 644 wayland.svg wayland.png pattern.png terminal.png border.png icon_window.png sign_close.png sign_maximize.png sign_minimize.png '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/share/weston' make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/data' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/data' Making install in protocol make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/protocol' make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/protocol' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/protocol' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/protocol' Making install in tests make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make install-am make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' Making install in wcap make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/wcap' make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/wcap' /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c wcap-decode '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin' libtool: install: /usr/bin/install -c wcap-decode /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin/wcap-decode make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/wcap' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/wcap' Making install in man make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/man' make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/man' make[2]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/share/man/man1' /usr/bin/install -c -m 644 weston.1 '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/share/man/man1' /usr/bin/mkdir -p '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/share/man/man7' /usr/bin/install -c -m 644 weston-drm.7 '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/share/man/man7' make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/man' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/man' make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3' make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3' + rm -f '/home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64//usr/lib64/*.la' /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64//usr/lib64/weston/desktop-shell.la /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64//usr/lib64/weston/drm-backend.la /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64//usr/lib64/weston/tablet-shell.la /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64//usr/lib64/weston/wayland-backend.la /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64//usr/lib64/weston/x11-backend.la /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64//usr/lib64/weston/xwayland.la + /usr/lib/rpm/find-debuginfo.sh /home/abuild/rpmbuild/BUILD/weston-1.0.3 extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin/wcap-decode extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin/weston extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin/weston-info extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin/weston-launch extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/bin/weston-terminal extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib/weston-desktop-shell extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib/weston-screensaver extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib/weston-screenshooter extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib/weston-tablet-shell extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/desktop-shell.so extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/drm-backend.so extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/tablet-shell.so extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/wayland-backend.so extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/x11-backend.so extracting debug info from /home/abuild/rpmbuild/BUILDROOT/weston-1.0.3-0.x86_64/usr/lib64/weston/xwayland.so cpio: glibc-2.15/csu: Cannot stat: No such file or directory cpio: glibc-2.15/csu/elf-init.c: Cannot stat: No such file or directory cpio: glibc-2.15/csu/init.c: Cannot stat: No such file or directory cpio: glibc-2.15/sysdeps/x86_64/elf/start.S: Cannot stat: No such file or directory 2625 blocks + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-suse calling /usr/lib/rpm/brp-suse.d/brp-05-permissions setting / to root:root 0755. (wrong owner/group abuild:abuild) setting /usr/ to root:root 0755. (wrong owner/group abuild:abuild) calling /usr/lib/rpm/brp-suse.d/brp-15-strip-debug calling /usr/lib/rpm/brp-suse.d/brp-20-check-la calling /usr/lib/rpm/brp-suse.d/brp-25-symlink calling /usr/lib/rpm/brp-suse.d/brp-30-desktop WARNING: '/usr/lib/rpm/brp-desktop.data/suse-screensavers.menu' does not exist WARNING: '/usr/lib/rpm/brp-desktop.data/preferences-gnome.menu' does not exist WARNING: '/usr/lib/rpm/brp-desktop.data/applications-kmenuedit.menu' does not exist calling /usr/lib/rpm/brp-suse.d/brp-35-rpath calling /usr/lib/rpm/brp-suse.d/brp-40-rootfs calling /usr/lib/rpm/brp-suse.d/brp-45-tcl calling /usr/lib/rpm/brp-suse.d/brp-50-check-python calling /usr/lib/rpm/brp-suse.d/brp-55-boot-scripts calling /usr/lib/rpm/brp-suse.d/brp-60-hook calling /usr/lib/rpm/brp-suse.d/brp-65-lib64-linux s...@suse.de: if you find problems with this script, drop me a note calling /usr/lib/rpm/brp-suse.d/brp-72-extract-appdata Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.JfYtea + umask 022 + cd /home/abuild/rpmbuild/BUILD + cd weston-1.0.3 + make check Making check in shared make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/shared' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/shared' Making check in src make[1]: git: Command not found make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[1]: git: Command not found GEN git-version.h make check-recursive make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' Making check in xwayland make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make check-am make[4]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src/xwayland' make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/src' Making check in clients make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' make check-am make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/clients' Making check in data make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/data' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/data' Making check in protocol make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/protocol' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/protocol' Making check in tests make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make check-am make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make surface-test.la surface-global-test.la keyboard-test event-test button-test text-test make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' CC surface-test.lo CCLD surface-test.la CC surface-global-test.lo CCLD surface-global-test.la CC keyboard-test.o CC weston-test-client-helper.o CC wayland-test-protocol.o CC weston-test-runner.o CCLD keyboard-test CC event-test.o CCLD event-test CC button-test.o CCLD button-test CC text-test.o CC text-protocol.o CCLD text-test make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make check-TESTS make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' FAIL: surface-test.la FAIL: surface-global-test.la FAIL: keyboard-test FAIL: event-test FAIL: button-test FAIL: text-test ========================================================================== 6 of 6 tests failed Please report to https://bugs.freedesktop.org/enter_bug.cgi?product=weston ========================================================================== make[3]: *** [check-TESTS] Error 1 make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make[1]: *** [check] Error 2 make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/weston-1.0.3/tests' make: *** [check-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.JfYtea (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.JfYtea (%check) _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel