[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#385519: marked as done (octaviz: please migrate to VTK 5)



Your message dated Mon, 25 Sep 2006 08:17:15 -0700
with message-id <E1GRsCp-00053g-Oq@spohr.debian.org>
and subject line Bug#385519: fixed in octaviz 0.4.0+cvs20060921-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: octaviz
Version: 0.4.0-27
Severity: important

Could you please migrate to VTK 5 (which recently hit unstable)?  What
makes this important is that it is only possible to have one version
installed on a system at a time.

I am attaching a patch that will get you partway there; I gave up
after discovering that the build *still* didn't get very far. :-/
FTR, the next, and with any luck last, issue to address is that
VTK_LEGACY(...) declarations evidently confuse vtkWrapOctave.

[BTW, I also had to add -DVTK_DIR:STRING=/usr/lib/vtk to cmake's
invocation.]

Thanks.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--- octaviz-0.4.0/CMakeLists.txt	2006-08-31 16:25:43.114394000 -0400
+++ octaviz-0.4.0.new/CMakeLists.txt	2006-08-31 16:27:55.910236300 -0400
@@ -84,11 +84,12 @@
 		INCLUDE(${VTK_KITS_DIR}/vtk${kit}Kit.cmake)
 		
 		SET(all_oct)
-		FOREACH(class ${VTK_${ukit}_CLASSES})
+		FOREACH(class0 ${VTK_${ukit}_CLASSES})
+			GET_FILENAME_COMPONENT(class ${class0} NAME)
 			IF(NOT VTK_CLASS_WRAP_EXCLUDE_${class})
 				SET(all_oct ${all_oct} ${class}.oct)
 			ENDIF(NOT VTK_CLASS_WRAP_EXCLUDE_${class})
-		ENDFOREACH(class)
+		ENDFOREACH(class0)
 
 #		ADD_CUSTOM_TARGET(vtk${kit}.cc ALL cat ${all_ccs} > vtk${kit}.cc)
 		
@@ -128,7 +129,8 @@
 		# Remove prefix from oct install dir
 		STRING(REGEX REPLACE "${CMAKE_INSTALL_PREFIX}" "" OCT_INST_DIR ${OCT_INST_DIR_EXEC})
 
-		FOREACH(class ${VTK_${ukit}_CLASSES})
+		FOREACH(class0 ${VTK_${ukit}_CLASSES})
+			GET_FILENAME_COMPONENT(class ${class0} NAME)
 			SET(full_name "${VTK_${ukit}_HEADER_DIR}/${class}.h")
 			IF(NOT VTK_CLASS_WRAP_EXCLUDE_${class})
 				ADD_CUSTOM_TARGET(${class}.cc ALL ../Wrapping/vtkWrapOctave ${full_name} ../Wrapping/hints 1 ${class}.cc)
@@ -138,7 +140,7 @@
 #				ADD_CUSTOM_TARGET(${class}_link echo Symlinking ${class}\; ln -s ${CMAKE_INSTALL_PREFIX}${OCT_INST_DIR}/octaviz/vtk${kit}.oct ${CMAKE_INSTALL_PREFIX}${OCT_INST_DIR}/octaviz/${class}.oct)
 #				ADD_DEPENDENCIES(create_links ${class}_link)
 			ENDIF(NOT VTK_CLASS_WRAP_EXCLUDE_${class})
-		ENDFOREACH(class)
+		ENDFOREACH(class0)
 	ENDMACRO(OCTAVE_WRAP_VTK)
   
 	#	MARK_AS_ADVANCED(CMAKE_INSTALL_PREFIX)

--- End Message ---
--- Begin Message ---
Source: octaviz
Source-Version: 0.4.0+cvs20060921-1

We believe that the bug you reported is fixed in the latest version of
octaviz, which is due to be installed in the Debian FTP archive:

octaviz_0.4.0+cvs20060921-1.diff.gz
  to pool/main/o/octaviz/octaviz_0.4.0+cvs20060921-1.diff.gz
octaviz_0.4.0+cvs20060921-1.dsc
  to pool/main/o/octaviz/octaviz_0.4.0+cvs20060921-1.dsc
octaviz_0.4.0+cvs20060921-1_i386.deb
  to pool/main/o/octaviz/octaviz_0.4.0+cvs20060921-1_i386.deb
octaviz_0.4.0+cvs20060921.orig.tar.gz
  to pool/main/o/octaviz/octaviz_0.4.0+cvs20060921.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 385519@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rafael Laboissiere <rafael@debian.org> (supplier of updated octaviz package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 25 Sep 2006 12:45:29 +0200
Source: octaviz
Binary: octaviz
Architecture: source i386
Version: 0.4.0+cvs20060921-1
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Rafael Laboissiere <rafael@debian.org>
Description: 
 octaviz    - 3D visualization system for Octave
Closes: 385519
Changes: 
 octaviz (0.4.0+cvs20060921-1) unstable; urgency=low
 .
   [ Thomas Weber ]
   * Package cvs snapshot, allowing us to use VTK 5 (Closes: #385519)
   * Switch to VTK 5 and depend on a version where #388736 is fixed
   * Use debhelper version 5
   * Dropped patches:
     - 40-cast-pointer-long.patch: partially applied upstream
     - 60-texinfo-docstring.patch: expanded for VTK 5 and renamed
       into 50-unescape-strings-for-gcc.patch
   * Adapted patch:
     - 50-liboctaviz-version-independent.patch renamed into
       60-liboctaviz-version-independent.patch (patch ordering) and adapted for
       new patches.
   * New patches:
     - 50-exclude-unbuildable-headers.patch: Exclude new classes in VTK 5, that
       can't be used with Octaviz
     - 50-out-of-tree-build.patch: copy necessary files for an out-of-tree
       build
Files: 
 1f09a613b5bc61a377fb9312d05e67f6 762 math optional octaviz_0.4.0+cvs20060921-1.dsc
 d272aba5f8c21158f57831e8d4b4f769 148895 math optional octaviz_0.4.0+cvs20060921.orig.tar.gz
 f5607822896bba3db5008921227e64fc 8782 math optional octaviz_0.4.0+cvs20060921-1.diff.gz
 6c1832b30e6769e92de64901db6699b4 13897570 math optional octaviz_0.4.0+cvs20060921-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFFF+5ok3oga0pdcv4RAnPGAJ9/ZQBoIEqYqLISM3slgqieuoaHYwCgngNY
wsKunJcL0fgG1osHDtoq824=
=8kv9
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: