[Pkg-octave-devel] Buildd problems with octave_0.4.0-13

Rafael Laboissiere rafael at debian.org
Sat Dec 17 22:01:51 UTC 2005


* Thomas Weber <thomas.weber.mail at gmail.com> [2005-12-17 19:01]:

> cmake only checks wether 'octave-config' can be found. I don't have
> access to any sort of the mentioned hardware, but is it possible to get
> the output of 'ls -l /usr/bin/oct*' after all dependencies have been
> configured?

The following patch should do the trick:

--- rules	(revision 381)
+++ rules	(working copy)
@@ -32,6 +32,7 @@
 cmake: cmake-stamp
 cmake-stamp:
 	dh_testdir
+	ls -l /usr/bin/oct*
 	cmake -DCMAKE_SKIP_RPATH:BOOL=YES .
 	touch cmake-stamp
 

However, I am reluctant to do it because the octaviz package takes way
too long to build.  Trying to debug by uploading new versions to unstable
is suboptimal under these circumstances. 

The correct way to act in such cases is by asking the debian-admin people
to install all the build-dependencies in one of the project machines and
investigate the problem there.  I am afraid only developers have access
to the majority of the Debian project machines.  This will severily limit
the number of people who can actually debug the package.

-- 
Rafael



More information about the Pkg-octave-devel mailing list