Bug#665051: biosig4c++: FTBFS: make[3]: mkoctfile-3.6.1: Command not found

2012-04-11 Thread Nicolas Bourdaud
Tags: patch

The reason is that Octave does not ship versioned mkoctfile any longer
(since few release it seems).

A patch fixing this bug is attached.
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@
 # Octave - local install (e.g. compiled from sources) 
 OCTAVE_VERSION = -3.4.0
 INCOCTAVE = -I /usr/include/octave$(OCTAVE_VERSION)/octave 
-OCT   = mkoctfile$(OCTAVE_VERSION)
+OCT   = mkoctfile
 ##
 
 ##
--- a/mex/Makefile
+++ b/mex/Makefile
@@ -62,7 +62,7 @@
 #OCTAVE_VERSION 	= 
 #INCOCTAVE 	= -I /usr/include/octave 
 
-OCT   	= mkoctfile$(OCTAVE_VERSION)
+OCT   	= mkoctfile
 ##
 
 ../libbiosig.$(LIBEXT):


Bug#665051: biosig4c++: FTBFS: make[3]: mkoctfile-3.6.1: Command not found

2012-03-22 Thread Lucas Nussbaum
Source: biosig4c++
Version: 0.96.3+svn2677-2.1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[4]: Entering directory 
 `/build/biosig4c++-c2IqyF/biosig4c++-0.96.3+svn2677'
 rm libbiosig.a
 rm: cannot remove `libbiosig.a': No such file or directory
 make[4]: [libbiosig.a] Error 1 (ignored)
 ar crs libbiosig.a crc4scp.o biosig.o tinyxml.o tinyxmlparser.o 
 tinyxmlerror.o tinystr.o sopen_scp_read.o sopen_alpha_read.o 
 sopen_scp_write.o sopen_hl7aecg.o biosig-network.o sandbox.o  
 sopen_famos_read.o scp-decode.o t240/*.o
 make[4]: Leaving directory 
 `/build/biosig4c++-c2IqyF/biosig4c++-0.96.3+svn2677'
 mkoctfile-3.6.1   -v -g --mex mexSLOAD.cpp -L.. -lbiosig -lz -lcholmod
 make[3]: mkoctfile-3.6.1: Command not found
 make[3]: *** [mexSLOAD.mex] Error 127

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/03/21/biosig4c++_0.96.3+svn2677-2.1.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org