The new version in Debian unstable fixes this problem, but still fails
to build:
cd tests/; \
ln -s ../build/linux-*/.libs/liblua5.1-gtk.so.0.0.0 gtk.so; \
ln -s ../lib gtk; \
(./run-tests-virtual.sh; echo $? > outcome) & \
testpid=$!; \
(sleep 60; kill -9 $testpid 2>/dev/null; echo 1 > outcome) & \
monpid=$!; \
wait $testpid; \
kill -9 $monpid; \
if [ `cat outcome` = '0' ]; then \
echo '====================';\
echo 'Tests: OK '; \
echo '====================';\
rm -f outcome gtk.so; \
true; \
else \
echo '====================';\
echo 'Tests: FAIL '; \
echo '====================';\
rm -f outcome gtk.so; \
false; \
fi
** Running tests. Wed Aug 27 16:25:44 UTC 2008
Running test 001
(<unknown>:28017): Gtk-WARNING **: cannot open display: :99
* FAILED 001
Running test 002
(<unknown>:28019): Gtk-WARNING **: cannot open display: :99
* FAILED 002
Running test 003
(<unknown>:28021): Gtk-WARNING **: cannot open display: :99
* FAILED 003
Running test 004
(<unknown>:28023): Gtk-WARNING **: cannot open display: :99
* FAILED 004
Running test 005
Running test 006
(<unknown>:28027): Gtk-WARNING **: cannot open display: :99
* FAILED 006
Running test 007
(<unknown>:28029): Gtk-WARNING **: cannot open display: :99
* FAILED 007
Running test 008
(<unknown>:28031): Gtk-WARNING **: cannot open display: :99
* FAILED 008
Running test 009
(<unknown>:28033): Gtk-WARNING **: cannot open display: :99
* FAILED 009
Running test 011 (with script)
(<unknown>:28037): Gtk-WARNING **: cannot open display: :99
xmacroplay failed: 1
* FAILED 011
Running test 012
(<unknown>:28047): Gtk-WARNING **: cannot open display: :99
* FAILED 012
Running test 013
(<unknown>:28049): Gtk-WARNING **: cannot open display: :99
* FAILED 013
Running test 014-iconv
(<unknown>:28051): Gtk-WARNING **: cannot open display: :99
* FAILED 014-iconv
Running test 015-glist
(<unknown>:28053): Gtk-WARNING **: cannot open display: :99
* FAILED 015-glist
Running test 016-double
(<unknown>:28055): Gtk-WARNING **: cannot open display: :99
* FAILED 016-double
Running test 017-bitaccess
(<unknown>:28058): Gtk-WARNING **: cannot open display: :99
* FAILED 017-bitaccess
Running test 018-enumptr
(<unknown>:28060): Gtk-WARNING **: cannot open display: :99
* FAILED 018-enumptr
Running test 019-pango_tab_array
(<unknown>:28062): Gtk-WARNING **: cannot open display: :99
* FAILED 019-pango_tab_array
Running test 020-gvalue
(<unknown>:28064): Gtk-WARNING **: cannot open display: :99
* FAILED 020-gvalue
Running test 021-gvalue
(<unknown>:28068): Gtk-WARNING **: cannot open display: :99
* FAILED 021-gvalue
Running test 022-gslist
(<unknown>:28070): Gtk-WARNING **: cannot open display: :99
* FAILED 022-gslist
Running test 023-cairo
(<unknown>:28072): Gtk-WARNING **: cannot open display: :99
* FAILED 023-cairo
Running test 024-gdkcolor
(<unknown>:28074): Gtk-WARNING **: cannot open display: :99
* FAILED 024-gdkcolor
Running test 025-flags
(<unknown>:28076): Gtk-WARNING **: cannot open display: :99
* FAILED 025-flags
Running test 026-types
(<unknown>:28078): Gtk-WARNING **: cannot open display: :99
* FAILED 026-types
Running test 027-closure
./run-tests-virtual.sh: line 136: 28043 Terminated ( sleep $DELAY;
kill $SCRIPT_PID )
./run-tests-virtual.sh: line 138: kill: (28014) - No such process
** 26 tests performed, 24 errors.
====================
Tests: FAIL
====================
make: *** [test-stamp] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status
2
pbuilder: Failed autobuilding of package
--
Please sync lua-gtk (0.8+20080510-2) from Debian (main) to Ubuntu (universe)
https://bugs.launchpad.net/bugs/260873
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs