[med-svn] r1919 - trunk/packages/insighttoolkit/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Mon May 26 05:26:59 UTC 2008


Author: smr
Date: 2008-05-26 05:26:57 +0000 (Mon, 26 May 2008)
New Revision: 1919

Modified:
   trunk/packages/insighttoolkit/trunk/debian/TODO
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/control
Log:
Add build-dep to ensure gccxml with support for GCC 4.3 builtins.  Hope that this will fix build errors.

Modified: trunk/packages/insighttoolkit/trunk/debian/TODO
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/TODO	2008-05-26 02:51:30 UTC (rev 1918)
+++ trunk/packages/insighttoolkit/trunk/debian/TODO	2008-05-26 05:26:57 UTC (rev 1919)
@@ -17,3 +17,18 @@
 - Build docs from source package
 - Run tests during build
 
+
+	3.6.0 Build Errors
+	------------------
+
+amd64: cmake 2.6 issue [PENDING] gcc 4.2
+hppa: linux/user.h: No such file or directory [no accessible machine] gcc 4.3
+
+all the following are gcc 4.3
+
+arm: Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.xml
+ia64: Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.xml
+mips: Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.xml
+mipsel: Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.xml
+powerpc: Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.xml
+

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2008-05-26 02:51:30 UTC (rev 1918)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2008-05-26 05:26:57 UTC (rev 1919)
@@ -4,8 +4,11 @@
     "COMPONENTS" from FILE(INSTALL command that cmake 2.6 has started
     complaining about.  There seems to be no ill effects as the python
     files are still installed properly.
+  
+  * debian/control: Add versioned build-dep for gccxml, to ensure version
+    with support for gcc 4.3 builtins.
 
- -- Steve M. Robbins <smr at debian.org>  Sun, 25 May 2008 21:50:58 -0500
+ -- Steve M. Robbins <smr at debian.org>  Mon, 26 May 2008 00:25:21 -0500
 
 insighttoolkit (3.6.0-1) unstable; urgency=low
 

Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control	2008-05-26 02:51:30 UTC (rev 1918)
+++ trunk/packages/insighttoolkit/trunk/debian/control	2008-05-26 05:26:57 UTC (rev 1919)
@@ -4,7 +4,7 @@
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Gavin Baker <gavinb at antonym.org>, Steve M. Robbins <smr at debian.org>
-Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 5), cmake, cableswig, zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev, python-numarray, libfftw3-dev, tcl8.4-dev, tk8.4-dev
+Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 5), cmake, cableswig, gccxml (>= 0.9.0+cvs20080525), zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev, python-numarray, libfftw3-dev, tcl8.4-dev, tk8.4-dev
 XS-Python-Version: current
 Standards-Version: 3.7.3
 




More information about the debian-med-commit mailing list