Source: povray
Version: 1:3.7.0.0-2
Severity: wishlist
Tags: patch

Povray 1:3.7.0.0-2 fails to build on the Ubuntu builders [1] while running 'make check' with the following error.

==== [Parsing...] ==========================================================
]0;caca for ncursesError opening terminal: unknown.
make[1]: *** [check] Error 1
make[1]: Leaving directory `/build/buildd/povray-3.7.0.0'
dh_auto_test: make -j8 check returned exit code 2

Disabling display during rendering and pause when done, as per the attached patch, seems to solve the problem (at least for amd64 and i386).


[1] https://launchpad.net/ubuntu/+source/povray/1:3.7.0.0-2/+build/5951038

--- a/unix/prebuild.sh
+++ b/unix/prebuild.sh
@@ -586,7 +586,7 @@
 # Render a test scene for 'make check'.
 # This is meant to run before 'make install'.
 check: all
-	\$(top_builddir)/unix/povray +i\$(top_srcdir)/scenes/advanced/biscuit.pov -f +d +p +v +w320 +h240 +a0.3 +L\$(top_srcdir)/include
+	\$(top_builddir)/unix/povray +i\$(top_srcdir)/scenes/advanced/biscuit.pov -f -d -p +v +w320 +h240 +a0.3 +L\$(top_srcdir)/include
 
 # Install scripts in povlibdir.
 nobase_povlib_SCRIPTS = `echo $scriptfiles`

Reply via email to