Bug#478500: insighttoolkit - FTBFS: error: math.h: No such file or, directory

2008-05-30 Thread peter green

I managed to reproduce the issue in my amd64 experimental chroot.

I then tried using

make VERBOSE=1  makeverbose.txt 21

but the output file did not seem to contain any new information over 
that in the build logs from buildd.debian.org.


the invocation line from the make VERBOSE=1 output was

cd /insighttoolkit-3.6.0/Build/Wrapping/CSwig/VXLNumerics  
/usr/bin/gccxml -fxml-start=_cable_ 
-fxml=/insighttoolkit-3.6.0/Build/Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.xml 
--gccxml-gcc-options 
/insighttoolkit-3.6.0/Build/Wrapping/CSwig/VXLNumerics/SwigInc.txt 
-DCSWIG -DCABLE_CONFIGURATION 
/insighttoolkit-3.6.0/Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.cxx


which seems very similar to that from the buildd logs

note: while those errors look like gcc errors it seems they are actually 
coming from gccxml which is a program to convert c++ into xml, maybe 
that package is buggy on systems where the default gcc is version 4.3.


I have attatched the makeverbose.txt in case you find it usefull for 
anything.


Bug#478500: insighttoolkit - FTBFS: error: math.h: No such file or, directory

2008-05-30 Thread Steve M. Robbins
Hello Peter

On Fri, May 30, 2008 at 10:47:21PM +0100, peter green wrote:

 note: while those errors look like gcc errors it seems they are actually  
 coming from gccxml which is a program to convert c++ into xml, maybe  
 that package is buggy on systems where the default gcc is version 4.3.

Thanks for this.  I, too, have succeeded in reproducing the error
locally.  And I got a hint from the gccxml author about the problem
[1].  It appears to be a gccxml error [2] that only manifests on gcc
4.3 :-/ However, I think I can work around it.  I'm testing a fix now.

Thanks,
-Steve

[1] http://www.gccxml.org/pipermail/gccxml/2008-May/001127.html
[2] http://www.gccxml.org/Bug/view.php?id=7134



signature.asc
Description: Digital signature


Bug#478500: insighttoolkit - FTBFS: error: math.h: No such file or directory

2008-04-30 Thread Steve M. Robbins
Hello Bastian,

On Tue, Apr 29, 2008 at 05:37:49PM +0200, Bastian Blank wrote:
 On Tue, Apr 29, 2008 at 09:09:16AM -0500, Steve M. Robbins wrote:
  1. what architecture is this
 
 The software used to produce the output identified itself[1].
 
  2. it looks like GCC 4.3 is used, yes?
 
 http://packages.debian.org/ and similar sources exists[2].
 
  3. where is complete build log?
 
 Reread the developers reference, it is linked from there[3].

This is not the way to entice someone to help you, especially
following an unhelpful bug report.


 
  Can you start the build by hand; then, when it fails, run make VERBOSE=1 
  to
  see what -I options are on the compile line?
 
 Use http://db.debian.org/machines.cgi.

Wow.  I'm underwhelmed.  If you can find me a machine that has
all the build-deps installed, that would be helpful [1].
 
Or, please, help me by doing this:

1. start the build by hand
2. when it fails run make VERBOSE=1
3. send me an example compiler invocation so we can see the options used

Thanks,
-Steve

[1] I fully realize that, in theory, one can ask an admin to install
packages.  I've been there and done that.  I don't have the patience
to wait weeks on end.



signature.asc
Description: Digital signature


Bug#478500: insighttoolkit - FTBFS: error: math.h: No such file or directory

2008-04-29 Thread Bastian Blank
Package: insighttoolkit
Version: 3.4.0-4
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of insighttoolkit_3.4.0-4 on lxdebian.bfinv.de by sbuild/s390 
 98
[...]
 [ 64%] wrap_VXLNumericsPython.xml from 
 [ 64%] wrap_VXLNumericsPython.idx from 
 [ 64%] wrap_vnl_matrix.xml from 
 In file included from /usr/include/c++/4.3/complex:51,
  from 
 /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/iso/vcl_complex.h:6,
  from 
 /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/vcl_complex.h:62,
  from 
 /build/buildd/insighttoolkit-3.4.0/Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.cxx:17:
 /usr/include/c++/4.3/cmath:51:23: error: math.h: No such file or directory
 In file included from /usr/include/c++/4.3/bits/postypes.h:47,
  from /usr/include/c++/4.3/iosfwd:47,
  from /usr/include/c++/4.3/ios:44,
  from /usr/include/c++/4.3/istream:45,
  from /usr/include/c++/4.3/sstream:44,
  from /usr/include/c++/4.3/complex:52,
  from 
 /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/iso/vcl_complex.h:6,
  from 
 /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/vcl_complex.h:62,
  from 
 /build/buildd/insighttoolkit-3.4.0/Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.cxx:17:
 /usr/include/c++/4.3/cwchar:52:24: error: wchar.h: No such file or directory

math.h and wchar.h are standard headers. The build overrides critical
compiler information.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#478500: insighttoolkit - FTBFS: error: math.h: No such file or directory

2008-04-29 Thread Steve M. Robbins
Hello,

I need more information:

1. what architecture is this
2. it looks like GCC 4.3 is used, yes?
3. where is complete build log?


On Tue, Apr 29, 2008 at 01:40:45PM +0200, Bastian Blank wrote:
 Package: insighttoolkit
 Version: 3.4.0-4
 Severity: serious
 
 There was an error while trying to autobuild your package:
 
  Automatic build of insighttoolkit_3.4.0-4 on lxdebian.bfinv.de by 
  sbuild/s390 98
 [...]
  [ 64%] wrap_VXLNumericsPython.xml from 
  [ 64%] wrap_VXLNumericsPython.idx from 
  [ 64%] wrap_vnl_matrix.xml from 
  In file included from /usr/include/c++/4.3/complex:51,
   from 
  /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/iso/vcl_complex.h:6,
   from 
  /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/vcl_complex.h:62,
   from 
  /build/buildd/insighttoolkit-3.4.0/Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.cxx:17:
  /usr/include/c++/4.3/cmath:51:23: error: math.h: No such file or directory
  In file included from /usr/include/c++/4.3/bits/postypes.h:47,
   from /usr/include/c++/4.3/iosfwd:47,
   from /usr/include/c++/4.3/ios:44,
   from /usr/include/c++/4.3/istream:45,
   from /usr/include/c++/4.3/sstream:44,
   from /usr/include/c++/4.3/complex:52,
   from 
  /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/iso/vcl_complex.h:6,
   from 
  /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/vcl_complex.h:62,
   from 
  /build/buildd/insighttoolkit-3.4.0/Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.cxx:17:
  /usr/include/c++/4.3/cwchar:52:24: error: wchar.h: No such file or directory
 
 math.h and wchar.h are standard headers. The build overrides critical
 compiler information.

How come the compiler cannot find standard headers?  Do they exist on
your system?  What path?  

Can you start the build by hand; then, when it fails, run make VERBOSE=1 to
see what -I options are on the compile line?

Chimo,
-Steve



signature.asc
Description: Digital signature


Bug#478500: insighttoolkit - FTBFS: error: math.h: No such file or directory

2008-04-29 Thread Bastian Blank
On Tue, Apr 29, 2008 at 09:09:16AM -0500, Steve M. Robbins wrote:
 1. what architecture is this

The software used to produce the output identified itself[1].

 2. it looks like GCC 4.3 is used, yes?

http://packages.debian.org/ and similar sources exists[2].

 3. where is complete build log?

Reread the developers reference, it is linked from there[3].

   [ 64%] wrap_vnl_matrix.xml from 
   In file included from /usr/include/c++/4.3/complex:51,
from 
   /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/iso/vcl_complex.h:6,
from 
   /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/vcl_complex.h:62,
from 
   /build/buildd/insighttoolkit-3.4.0/Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.cxx:17:
   /usr/include/c++/4.3/cmath:51:23: error: math.h: No such file or directory
   In file included from /usr/include/c++/4.3/bits/postypes.h:47,
from /usr/include/c++/4.3/iosfwd:47,
from /usr/include/c++/4.3/ios:44,
from /usr/include/c++/4.3/istream:45,
from /usr/include/c++/4.3/sstream:44,
from /usr/include/c++/4.3/complex:52,
from 
   /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/iso/vcl_complex.h:6,
from 
   /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/vcl_complex.h:62,
from 
   /build/buildd/insighttoolkit-3.4.0/Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.cxx:17:
   /usr/include/c++/4.3/cwchar:52:24: error: wchar.h: No such file or 
   directory
  math.h and wchar.h are standard headers. The build overrides critical
  compiler information.
 How come the compiler cannot find standard headers?

The output lacks critical informations: the complete g++ call.

  Do they exist on
 your system?  What path?  

Sure they exist. In the standard path. For further informations use
http://packages.debian.org/.

 Can you start the build by hand; then, when it fails, run make VERBOSE=1 to
 see what -I options are on the compile line?

Use http://db.debian.org/machines.cgi.

Just for the information, the build died on 6 architecture, on 4 with
this error.

Bastian

[1]: by sbuild/s390 98
[2]: http://packages.debian.org/sid/g++. And yes, it is 4.3 for most
 architectures.
[3]: http://buildd.debian.org/

-- 
Wait!  You have not been prepared!
-- Mr. Atoz, Tomorrow is Yesterday, stardate 3113.2



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]