Bug#544674:

2009-09-17 Thread Mathieu Malaterre
Modestats, On Thu, Sep 17, 2009 at 12:22 PM, Modestas Vainius modes...@vainius.eu wrote: affects 544674 - vtk severity 544674 important thanks Hello, On ketvirtadienis 17 Rugsėjis 2009 10:05:57 Mathieu Malaterre wrote: Please apply upstream patch that should solve this grave issue. Link

Bug#547157: mayavi2 should replace mayavi

2009-09-17 Thread Mathieu Malaterre
Package: mayavi2 Version: 2.2.0-1 Severity: normal It would be nice if mayavi2 would Replace: mayavi to avoid any confusion. Or the mayavi package should completely be removed as it has been abandonned upstream since 2005 Thanks -- System Information: Debian Release: 5.0.2 APT prefers

Bug#544674:

2009-09-17 Thread Mathieu Malaterre
On Thu, Sep 17, 2009 at 12:33 PM, Mathieu Malaterre mathieu.malate...@gmail.com wrote: echo JAVA_AWT_LIBRARY:FILEPATH=/usr/lib/jvm/default- java/jre/lib/$(DEB_HOST_ARCH_CPU)/libjawt.so Build/CMakeCache.txt As a side note here is the output of what is happening without those two lines and using

Bug#544674:

2009-09-17 Thread Mathieu Malaterre
Because gdcm is build with parallel option the output was garbaged from the 'more' page. Instead it should have read: On Thu, Sep 17, 2009 at 12:39 PM, Mathieu Malaterre mathieu.malate...@gmail.com wrote: gdcm/powerpc tail of last log: gdcm/powerpc tail of last log: make[3]: Entering

Bug#544674:

2009-09-17 Thread Mathieu Malaterre
On Thu, Sep 17, 2009 at 1:26 PM, Modestas Vainius modes...@vainius.eu wrote: Secondly, fixing #544674 bug will NOT fix #545335. Current FindJNI.cmake refers to $JAVA_HOME/ppc in the search path as it is supposed to (according to openjdk-6-jre-headless package). There is no convention

Bug#544674: Fwd: Bug#544674:

2009-09-17 Thread Mathieu Malaterre
Dominique, Did you follow the discussion of bug #544674 ? Modestas suggest to ifdef each case to pass buildd step. Do you have time to fix the FTBS ? Here is the important part: -- Forwarded message -- From: Modestas Vainius Date: Thu, Sep 17, 2009 at 3:23 PM Subject: Re:

Bug#544674:

2009-09-17 Thread Mathieu Malaterre
Only first result: $(shell find /usr/lib/jvm/default-java/ -print -quit -name libjawt.so) On Thu, Sep 17, 2009 at 3:52 PM, Mathieu Malaterre mathieu.malate...@gmail.com wrote: How about:  libjawt=$(shell find /usr/lib/jvm/default-java/ -name libjawt.so) 2cts On Thu, Sep 17, 2009 at 3:45

Bug#544674:

2009-09-17 Thread Mathieu Malaterre
How about: libjawt=$(shell find /usr/lib/jvm/default-java/ -name libjawt.so) 2cts On Thu, Sep 17, 2009 at 3:45 PM, Mathieu Malaterre mathieu.malate...@gmail.com wrote: Dominique,  Did you follow the discussion of bug #544674 ? Modestas suggest to ifdef each case to pass buildd step.  Do

Bug#547184: ITP: pixelmed -- PixelMed Java DICOM Toolkit

2009-09-17 Thread Mathieu Malaterre
Package: wnpp Severity: wishlist Owner: Mathieu Malaterre mathieu.malate...@gmail.com * Package name: pixelmed Version : 20090816 Upstream Author : David Clunie * URL : http://www.pixelmed.com/ * License : BSD Programming Lang: Java Description

Bug#544290: cmake: Missing copyright in debian/copyright

2009-08-30 Thread Mathieu Malaterre
Package: cmake Version: 2.6.4-1 Severity: normal the file debian/copyright is missing a bunch of copyrighted files, namely: - Aladdin Enterprises (eg. ./kwsys/MD5.c) - Silicon Graphics Computer Systems, Inc (eg. ./kwsys/hash_set.hxx.in) - Hewlett-Packard Company (eg.

Bug#544665: paraview: Wrong full path to documentation

2009-09-02 Thread Mathieu Malaterre
Package: paraview Version: 3.4.0-4+b1 Severity: normal When hitting the question mark (?) from within the paraview interface one is sent to the Filter documentation (say 'Cut'). From within the help, I get: The page could not be found

Bug#544674: FindJNI.cmake is missing archs/cpus

2009-09-02 Thread Mathieu Malaterre
Package: cmake Version: 2.6.4-1 Severity: normal FindJNI.cmake is missing archs/cpus See attached patch Thanks ! -- System Information: Debian Release: 5.0.2 APT prefers stable APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux

Bug#544674: updated patch

2009-09-02 Thread Mathieu Malaterre
Forwarded upstream too: http://cmake.org/Bug/view.php?id=9476 -- Mathieu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#544674: updated patch

2009-09-02 Thread Mathieu Malaterre
Please use patch #2. -- Mathieu findjni2.cmake.patch Description: application/wine-extension-patch

Bug#557238: vtk-doc: Compress the png files

2009-11-20 Thread Mathieu Malaterre
Package: vtk-doc Version: 5.2.1-11 Severity: normal It would save a lot of disk space if the png file were actually compressed. Eg. for i in `ls *.png`; do convert $i -colors 256 -depth 8 $i; done Gives: $ pnginfo classvtkPainterDeviceAdapter__coll__graph.png /tmp/c.png

Bug#557237: vtk-doc: Turn SEARCHENGINE=NO in doxygen configuration

2009-11-20 Thread Mathieu Malaterre
Package: vtk-doc Version: 5.2.1-11 Severity: normal It would save a lot of disk space if SEARCHENGINES was turn OFF in the doxygen documentation. On a per file basis it would remove highly redundant code. Ex: !--- window showing the filter options -- div id=MSearchSelectWindow

Bug#557236: vtk-doc: Remove map doxygen generated files

2009-11-20 Thread Mathieu Malaterre
Package: vtk-doc Version: 5.2.1-11 Severity: normal It would save a lot of disk space if map file generated by doxygen were removed from the output. They serve no purpose outside of doxygen internal mechanisms Thanks -- System Information: Debian Release: 5.0.3 APT prefers stable APT

Bug#557236:

2009-11-20 Thread Mathieu Malaterre
Typo in message: meant to say md5,not map file. Those map files are actually used. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#552349:

2009-11-22 Thread Mathieu Malaterre
Hi, the issue is still not fixed in your previous upload. wget http://ftp.de.debian.org/debian/pool/main/v/vtk/libvtk5.2_5.2.1-12_amd64.deb ar xvf libvtk5.2_5.2.1-12_amd64.deb tar xvfz data.tar.gz ldd ./usr/lib/libvtkRendering.so.5.2.1 | grep ftgl The package is still using the

Bug#552357:

2009-11-22 Thread Mathieu Malaterre
You cannot Build-Dep on a specific implementation for mpi (openmpi), instead you need to Build-Dep on mpi-default-dev -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#549211:

2009-11-24 Thread Mathieu Malaterre
Any update ? Thanks, -- Mathieu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#557818: kwwidgets-doc: Reduce size of doxygen

2009-11-24 Thread Mathieu Malaterre
Package: kwwidgets-doc Version: 1.0.0~cvs20090825-2 Severity: normal Hi, Please check the following bug reports: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557237 and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557238 I believe they could be applied to this package too. This

Bug#557913: nvidia-graphics-drivers: New upstream version: 195.22

2009-11-25 Thread Mathieu Malaterre
Package: nvidia-graphics-drivers Severity: normal Hi, I would be nice to update the package to the latest nvidia version: 195.22 source are here: ftp://download.nvidia.com/XFree86/Linux-x86_64/195.22/ This version should fix issues with DisplayPort. As reported here:

Bug#557913:

2009-11-25 Thread Mathieu Malaterre
Hi, I would like to confirm that updating to 195.22 did fix my issue with power save. I can now switch from DVI to DisplayPort using the side panel of my monitor (Inpurt Source menu). When switching back to Display Port the monitor does not enter in Power Save mode anymore. Please find

Bug#526267: S/MIME cmsutil

2009-11-04 Thread Mathieu Malaterre
On Wed, Nov 4, 2009 at 11:39 AM, Mike Hommey m...@glandium.org wrote: On Wed, Nov 04, 2009 at 11:34:15AM +0100, Mathieu Malaterre wrote: On Wed, Nov 4, 2009 at 11:03 AM, Mike Hommey m...@glandium.org wrote: On Wed, Nov 04, 2009 at 10:54:51AM +0100, Mathieu Malaterre wrote: [Please CC me as I

Bug#555122: libvtk5.2-qt4: Wrong location for libQVTKWidgetPlugin.so

2009-11-08 Thread Mathieu Malaterre
Package: libvtk5.2-qt4 Version: 5.2.1-11 Severity: normal libQVTKWidgetPlugin.so is not installed in the expected plugin path. It cannot be picked up by designer-qt4. Please fix the path. /usr/lib/qt4plugins/designer/libQVTKWidgetPlugin.so -

Bug#555185: libvtk5-dev: Invalid dependency in VTKConfig.cmake/VTKLibraryDepends.cmake

2009-11-08 Thread Mathieu Malaterre
Package: libvtk5-dev Version: 5.2.1-11 Severity: normal The following dependencie are hardcoded in the cmake cache and should be removed: $ grep default-java /usr/lib/vtk-5.2/*.cmake /usr/lib/vtk-5.2/VTKConfig.cmake:SET(VTK_INCLUDE_DIRS

Bug#555959: libpoppler-dev: Remove *.h headers file from --enable-xpdf-headers

2009-11-12 Thread Mathieu Malaterre
Package: libpoppler-dev Version: 0.10.5-1 Severity: normal libpoppler-dev should not install headers file when --enable-xpdf-headers. This has been said multiple times on the user mailing list. Ref: http://lists.freedesktop.org/archives/poppler/2009-November/005259.html Thanks -- System

Bug#555959: [poppler] error: 'class PDFDoc' has no member named 'getPDFVersion'

2009-11-12 Thread Mathieu Malaterre
On Thu, Nov 12, 2009 at 10:41 PM, Albert Astals Cid aa...@kde.org wrote: A Dijous, 12 de novembre de 2009, Mathieu Malaterre va escriure: On Thu, Nov 12, 2009 at 10:01 PM, Martin Schröder mar...@oneiros.de wrote: 2009/11/12 Dominic Lachowicz domlachow...@gmail.com: I believe

Bug#550960: module-init-tools: Remove reference to modprobe.old

2009-10-14 Thread Mathieu Malaterre
Package: module-init-tools Version: 3.4-1 Severity: minor Please remove reference to modprobe.old from man page of modprobe. It does not exist any more. Thanks -- System Information: Debian Release: 5.0.2 APT prefers stable APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')

Bug#551043: Please add openoffice.org-svgimport extension

2009-10-15 Thread Mathieu Malaterre
Package: openoffice.org Version: 1:3.1.1-1~bpo50+1 Severity: wishlist It would be nice to add openoffice.org-svgimport (just like openoffice.org-pdfimport). Ref: http://extensions.services.openoffice.org/project/svgimport Thanks a bunch ! -- System Information: Debian Release: 5.0.2 APT

Bug#551052: wikipediafs: WikipediaFS is currently unmaintained

2009-10-15 Thread Mathieu Malaterre
Package: wikipediafs Version: 0.3-5 Severity: normal Please note that according to the website: http://wikipediafs.sourceforge.net/ Warning! WikipediaFS is currently unmaintained. We are looking for a new maintainer to take over the development of the project. If you are interested, please

Bug#551057: ofx: New upstream 0.9.1

2009-10-15 Thread Mathieu Malaterre
Package: ofx Version: 1:0.9.0-3 Severity: normal Please update to latest release: libofx-0.9.1.tar.gz 1.1 MiB Mon Feb 09 2009 20:22 2,371Release Notes Ref: http://sourceforge.net/projects/libofx/files/ -- System Information: Debian Release: 5.0.2 APT prefers stable APT

Bug#467364:

2009-10-15 Thread Mathieu Malaterre
Any update on integrating the patch for libxml2.6 ? Thanks -- Mathieu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#525861:

2009-10-16 Thread Mathieu Malaterre
Any update on that package ? Thx -- Mathieu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#551004:

2009-10-19 Thread Mathieu Malaterre
mayavi2 should replace completely mayavi as mayavi is completely unmaintained. This should solve also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547157 Thanks, -- Mathieu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#551863: xpdf-utils: pdfinfo report bogus Creation Date

2009-10-21 Thread Mathieu Malaterre
Package: xpdf-utils Version: 3.02-1.4+lenny1 Severity: normal pdfinfo does not report the proper date for the following file: $ pdfinfo qt-vs-java-whitepaper.pdf Title: Microsoft Word - qt-vs-java-whitepaper.rtf Creator:Windows NT 4.0 Producer: Acrobat Distiller 3.01 for

Bug#551978: ITP: vtkedge -- Library of advanced visualization and data processing techniques

2009-10-22 Thread Mathieu Malaterre
Package: wnpp Severity: wishlist Owner: Mathieu Malaterre mathieu.malate...@gmail.com * Package name: vtkedge Version : 0.1.0 Upstream Author : Kitware, Inc. * URL : http://www.vtkedge.org/ * License : GPL Programming Lang: C++ Description : Library

Bug#551978: ITP: vtkedge -- Library of advanced visualization and data processing techniques

2009-10-22 Thread Mathieu Malaterre
I cannot build vtkedge at the moment as VTKEdge require at a minimum VTK 5.4 Ref: http://vtkedge.org/Wiki/VTKEdge:FAQ#Requirement -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#547157:

2009-10-23 Thread Mathieu Malaterre
This is solved by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551004 -- Mathieu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#545502: ITP: srcml -- srcML: A document-oriented XML representation of source code

2009-09-07 Thread Mathieu Malaterre
Package: wnpp Severity: wishlist Owner: Mathieu Malaterre mathieu.malate...@gmail.com * Package name: srcml Version : 20061109 Upstream Author : Dr. Michael Collard, Jonathan Maletic * URL : http://www.sdml.info/projects/srcml/ * License : GPL Programming

Bug#460885: ITP: mcrl2 -- the mCRL2 formal specification language toolset

2009-09-08 Thread Mathieu Malaterre
Any update on that package ? Thanks, -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#544674: VTK #545335

2009-09-08 Thread Mathieu Malaterre
On Tue, Sep 8, 2009 at 9:39 AM, Modestas Vainiusmodes...@vainius.eu wrote: Hello, On antradienis 08 Rugsėjis 2009 05:46:06 A. Maitland Bottoms wrote: It appears that fixing 544674 will fix the powerpc/ppc problem in bug 545335. It might be worth making a cmake 2.6.4-3 upload for this

Bug#545697: nawk: cannot open /dev/tty for output (No such device or address)

2009-09-08 Thread Mathieu Malaterre
Package: dicom3tools Version: 1.0~20090716-1 Severity: important Justification: fails to build from source dicom3tools fails to build on buildd system (chroot). Error is: nawk -f ../../.././libsrc/support/strval.awk \ role=declare outname=strvalc ../../.././libsrc/standard/strval.tpl

Bug#545844: dicom3tools: FTBS on kFreeBSD

2009-09-09 Thread Mathieu Malaterre
Package: dicom3tools Version: 1.0~20090716-1 Severity: important Justification: fails to build from source dicom3tools does not build on kFreeBSD. Two type of errors happens: https://buildd.debian.org/fetch.cgi?pkg=dicom3toolsarch=kfreebsd-i386ver=1.0~20090716-2stamp=1252496260file=logas=raw

Bug#545997: core++: New version 2.0 is out

2009-09-10 Thread Mathieu Malaterre
Package: core++ Version: New version Severity: normal Please update to newer version of the library: http://cs.nyu.edu/exact/core/download/core/ http://cs.nyu.edu/exact/core/download/core_v1.8/core_v1.8/ANNOUNCEMENT http://cs.nyu.edu/exact/core/download/core/core-2.0/ANNOUNCEMENT Thanks --

Bug#486697: Fwd: jmdns -- java implementation of multi-cast DNS (Apple Rendezvous)

2009-10-03 Thread Mathieu Malaterre
-- Forwarded message -- From: Michael Koch konque...@gmx.de Date: Sat, Oct 3, 2009 at 10:40 AM Subject: Re: jmdns -- java implementation of multi-cast DNS (Apple Rendezvous) To: Mathieu Malaterre mathieu.malate...@gmail.com Hello Mathieu, On Sat, Oct 03, 2009 at 10:32:48AM

Bug#546281:

2009-10-05 Thread Mathieu Malaterre
Bug can be found upstream: https://developer.skype.com/jira/browse/SCL-510 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#549657: vtkdata: Missing debian/watch file

2009-10-05 Thread Mathieu Malaterre
Package: vtkdata Version: 5.2.1-1 Severity: normal Please provide a vtkdata/debian/watch file Thanks -- System Information: Debian Release: 5.0.2 APT prefers stable APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux

Bug#549658: mc: NUMJOBS should be set by user DEB_MAKE_BUILD_TARGET

2009-10-05 Thread Mathieu Malaterre
Package: mc Version: 2:4.6.2~git20080311-4 Severity: minor As per 4.9.1 debian/rules and DEB_BUILD_OPTIONS http://www.debian.org/doc/debian-policy/ch-source.html I believe the following is incorrect: ifneq (,$(filter $(DEB_BUILD_ARCH),i386 amd64)) NUMJOBS := $(shell getconf

Bug#469397: xbmc ready for review

2009-10-06 Thread Mathieu Malaterre
Ref: git+ssh://git.debian.org/git/pkg-multimedia/xbmc.git Your git package does not work for me: checking for main in -lfaad... yes checking for main in -lmp4ff... no configure: error: Could not find a required library. Please see the README for your platform. make[1]: ***

Bug#550079: RFP: stlfilt -- An STL Error Message Decryptor for C++

2009-10-07 Thread Mathieu Malaterre
Package: wnpp Severity: wishlist * Package name: stlfilt Version : 3.50 Upstream Author : Leor Zolman (l...@bdsoft.com) * URL : http://www.bdsoft.com/tools/stlfilt.html * License : BSD style... Programming Lang: Perl Description : An STL Error Message

Bug#550095: nvidia-graphics-drivers: Please provide a debian/watch file

2009-10-07 Thread Mathieu Malaterre
Package: nvidia-graphics-drivers Severity: normal Please find attached a debian/watch file. It seems to work ok for me: -- Scanning for watchfiles in . -- Found watchfile in ./debian -- In debian/watch, processing watchfile line:

Bug#550194: openoffice.org-pdfimport: PDF Import: General error General input/output error

2009-10-08 Thread Mathieu Malaterre
Package: openoffice.org-pdfimport Version: 1.0+OOo3.1.1-4 Severity: normal I cannot load the following PDF file using openoffice.org-pdfimport extension: http://www.lautoentrepreneur.fr/images/5_Facturier.pdf When I start oowriter, click open on the file, I get a: General Error / General

Bug#550491: Please fix Homepage for ripit

2009-10-10 Thread Mathieu Malaterre
Package: ripit Version: 3.6.0-1 Severity: minor Homepage has moved from http://www.suwald.com/ripit/ripit.html to: http://suwald.com/ripit/news.php Please update links Thanks -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (500, 'stable')

Bug#550494: python-insighttoolkit3: reactivate ITK_USE_PYTHON_NUMARRAY=ON

2009-10-10 Thread Mathieu Malaterre
Package: python-insighttoolkit3 Version: 3.16.0-1 Severity: normal [This is mostly a reminder for later on] starting ITK 3.16 the support for ITK_USE_PYTHON_NUMARRAY was set to OFF. In order to reactivate the support, package needs to migrate to numpy instead of numarray. Ref:

Bug#550496: ITP: wrapitk -- Automated dynamic language binding for Insight Toolkit (ITK)

2009-10-10 Thread Mathieu Malaterre
Package: wnpp Severity: wishlist Owner: Mathieu Malaterre mathieu.malate...@gmail.com * Package name: wrapitk Version : 0.3.0 Upstream Author : gaetan.lehmann * URL : http://code.google.com/p/wrapitk/ * License : BSD Programming Lang: C++ Description

Bug#550494:

2009-10-10 Thread Mathieu Malaterre
See ITP 550496 -- Mathieu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#550777:

2009-10-14 Thread Mathieu Malaterre
Hi Joachim, I request an adaptor for the core++ package. The package once was a dependency of the cgal package, but due to various reasons the cgal package now contains a patched copy of (parts of) the core++ sources (yes, I know this bad). I don't use core++ myself and lost interest in

Bug#533193: libvtk-java: Wrong value for VTK_JAVA_JAR in VTKConfig.cmake

2009-06-15 Thread Mathieu Malaterre
Package: libvtk-java Version: 5.2.1-5 Severity: normal /usr/lib/vtk-5.2/VTKConfig.cmake contains an invalid reference for VTK_JAVA_JAR. Diff is: $ diff -ur VTKConfig.cmake.old VTKConfig.cmake --- VTKConfig.cmake.old 2009-06-15 16:35:10.0 +0200 +++ VTKConfig.cmake 2009-06-15

Bug#533198: libvtk-java: Incorrect file locate for glue lib (JNI )

2009-06-15 Thread Mathieu Malaterre
Package: libvtk-java Version: 5.2.1-5 Severity: normal As per: http://www.debian.org/doc/packaging-manuals/java-policy/x105.html If a Java library relies on native code, the dynamic libraries containing this compiled native code should be installed into the directory /usr/lib/jni. These

Bug#534297: libgdcm-cil: New Mono 2.0 Package Layout

2009-06-23 Thread Mathieu Malaterre
Package: libgdcm-cil Version: 2.0.12-1 Severity: normal GDCM: libgdcm-cil is not ready for the New Mono 2.0 Package Layout. See doc: http://wiki.debian.org/Teams/DebianMonoGroup/Mono20Transition [Jo Shields on debian-cli] We have deprecated support for 1.0 entirely, so only 2.0-based building

Bug#534694: gdcm 2.0.12 is out, please update

2009-06-26 Thread Mathieu Malaterre
Package: gdcm Severity: normal A new release for gdcm is available from sf.net. Please update Thanks -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (900, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores) Locale:

Bug#534694: [Debian-med-packaging] Bug#534694: gdcm 2.0.12 is out, please update

2009-06-26 Thread Mathieu Malaterre
On Fri, Jun 26, 2009 at 3:22 PM, Andreas Tilletil...@rki.de wrote: Hi Mathieu, On Fri, 26 Jun 2009, Mathieu Malaterre wrote: Package: gdcm Severity: normal A new release for gdcm is available from sf.net. Please update Bugs saying new version available should usually be set to severity

Bug#535069: wine client error:0: version mismatch 0/386.

2009-06-29 Thread Mathieu Malaterre
Package: wine Version: 1.1.22-1 Severity: normal Hello, I am using a debian/stable installation of wine. Because I was affected by bug : http://bugs.winehq.org/show_bug.cgi?id=10547 which is declared to be fixed in wine = 1.1.13 I decided to use wine from experimental: sudo apt-get -t

Bug#552341: python-vtk: Suggest mayavi2 instead of removed mayavi

2009-10-25 Thread Mathieu Malaterre
Package: python-vtk Version: 5.2.1-11 Severity: normal Please change the Suggest from mayavi to mayavi2 since previous package has been removed. thanks -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel:

Bug#552343: vtk-doc: Remove md5 doxygen generated files

2009-10-25 Thread Mathieu Malaterre
Package: vtk-doc Version: 5.2.1-3 Severity: normal It would save a lot of disk space if md5 file generated by doxygen were removed from the output. They serve no purpose outside of doxygen internal mechanisms Thanks -- System Information: Debian Release: squeeze/sid APT prefers stable APT

Bug#552345: kwwidgets-doc: Please remove md5 files from packages

2009-10-25 Thread Mathieu Malaterre
Package: kwwidgets-doc Version: 1.0.0~cvs20090825-2 Severity: normal Please remove all md5 files. They have no purpose outside of doxygen internal mechanism. Thanks -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (500, 'stable') Architecture: amd64

Bug#552348: libvtk5.2: Need to use system sqlite instead of convenient copy vtksqlite

2009-10-25 Thread Mathieu Malaterre
Package: libvtk5.2 Version: 5.2.1-11 Severity: normal As specified: http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles libvtk5.2 should not build another sqlite library but instead should use the system one. Please remove libvtksqlite.so.5.2 and link against

Bug#552347: kwwidgets-doc: Please link kwwidgets doc to vtk doc

2009-10-25 Thread Mathieu Malaterre
Package: kwwidgets-doc Version: 1.0.0~cvs20090825-2 Severity: normal Please link the kwwidget documentation to vtk documentation (see vtk tag file) Compare the output of: file:///usr/share/doc/kwwidgets-doc/html/classvtkKWObject.html with what it should look like:

Bug#552346: kwwidgets-doc: Please fix doxygen generation

2009-10-25 Thread Mathieu Malaterre
Package: kwwidgets-doc Version: 1.0.0~cvs20090825-2 Severity: normal There is something going on wrong. Eg: file:///usr/share/doc/kwwidgets-doc/html/classvtkKWObject.html says: The documentation for this class was generated from the following files: *

Bug#552352: libvtk5.2: Please turn VTK_X3D_USE_JAVA option ON

2009-10-25 Thread Mathieu Malaterre
Package: libvtk5.2 Version: 5.2.1-11 Severity: normal Please turn option VTK_X3D_USE_JAVA:ON This allows binary X3Db exporting Thanks -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux

Bug#552349: libvtk5.2: Use system libftgl instead of convenient copy

2009-10-25 Thread Mathieu Malaterre
Package: libvtk5.2 Version: 5.2.1-11 Severity: normal As per: http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles You should not build libvtkftgl but instead directly link to /usr/lib/libftgl.so Thanks -- System Information: Debian Release: squeeze/sid APT prefers stable

Bug#552350: libvtk5.2: Should use system netcdf

2009-10-25 Thread Mathieu Malaterre
Package: libvtk5.2 Version: 5.2.1-11 Severity: normal As per http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles vtk should not package the convenient copy of netcdf, but instead should use the system installed one. See package libnetcdf-dev. Thanks -- System Information:

Bug#552354: libvtk5.2: Please turn option VTK_USE_BOOST on

2009-10-25 Thread Mathieu Malaterre
Package: libvtk5.2 Version: 5.2.1-11 Severity: normal VTK libraries should be using boost to have access to boost feature (vtkTreeLayoutStrategy, vtkTreeOrbitLayoutStrategy). Please switch option VTK_USE_BOOST option ON -- System Information: Debian Release: squeeze/sid APT prefers stable

Bug#552353: libvtk5-dev: vtkEncodeString is not packaged

2009-10-25 Thread Mathieu Malaterre
Package: libvtk5-dev Version: 5.2.1-11 Severity: normal vtkEncodeString is used to encode each assembly file into a C string. thanks -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-2-amd64

Bug#552356: libvtk5.2: Please turn VTK_USE_FFMPEG_ENCODER option ON

2009-10-25 Thread Mathieu Malaterre
Package: libvtk5.2 Version: 5.2.1-11 Severity: normal Please turn option VTK_USE_FFMPEG_ENCODER to ON. It allows a vtkFFMPEGWriter class to write movie (mpeg2 was removed). Thanks -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (500, 'stable')

Bug#552358: libvtk5.2: It would be nice to have VTK_USE_CG_SHADERS:ON

2009-10-25 Thread Mathieu Malaterre
Package: libvtk5.2 Version: 5.2.1-11 Severity: normal It would be nice to have VTK_USE_CG_SHADERS:ON. This build some binding to Cg fro mVTK Thanks -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux

Bug#552357: libvtk5.2: Please turn option VTK_USE_MPI to ON

2009-10-25 Thread Mathieu Malaterre
Package: libvtk5.2 Version: 5.2.1-11 Severity: normal Please turn option VTK_USE_MPI to ON. It allows access to classes using mpi in vtk/parallel. thanks -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel:

Bug#552359: libvtk5.2: Please turn option VTK_USE_MYSQL to ON

2009-10-25 Thread Mathieu Malaterre
Package: libvtk5.2 Version: 5.2.1-11 Severity: normal Please turn option VTK_USE_MYSQL to ON. This allow binding VTK to MySQL Thanks -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-2-amd64

Bug#552363: libvtk5.2: Need to use system gl2ps library instead of convenient copy

2009-10-25 Thread Mathieu Malaterre
Package: libvtk5.2 Version: 5.2.1-11 Severity: normal As per: http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles libvtk5.2 need to links against libgl2ps from package gl2ps (it is in testing now). Thanks -- System Information: Debian Release: squeeze/sid APT prefers

Bug#552483: seahorse segfault on exit

2009-10-26 Thread Mathieu Malaterre
Package: seahorse Version: 2.22.3-2 Severity: normal Steps to reproduce, from the command line: $ seahorse from the interface: click Key/Quit (or simply Ctrl+Q) gdb backtrace reveals: (seahorse:23332): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `(null)'

Bug#552552: gdcm: New upstream : GDCM 2.0.13 is out

2009-10-27 Thread Mathieu Malaterre
Package: gdcm Severity: normal Please update to new release: GDCM 2.0.13 Thanks -- System Information: Debian Release: 5.0.2 APT prefers stable APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-bpo.1-amd64 (SMP w/8 CPU

Bug#552618: ITP: utfcpp -- A simple, portable and lightweight generic library for handling UTF-8 encoded strings.

2009-10-28 Thread Mathieu Malaterre
Package: wnpp Severity: wishlist Owner: Mathieu Malaterre mathieu.malate...@gmail.com * Package name: utfcpp Version : 2.2.3 Upstream Author : Nemanja Trifunovic * URL : https://sourceforge.net/projects/utfcpp/ * License : BSD Programming Lang: C

Bug#553151: FindJNI.cmake is confused with multiple installations

2009-10-29 Thread Mathieu Malaterre
Package: cmake Version: 2.6.4-3 Severity: important FindJNI.cmake is a backport from cmake 2.8.x but it is not working in case of multiple installation. Steps (using cmake 2.6.4-3 from debian)yy $ cat CMakeLists.txt FIND_PACKAGE(JNI REQUIRED) $ cmake . $ grep JAVA_INCLUD *

Bug#553151: [CMake] CMake 2.8.0 RC 4 ready for testing!

2009-10-29 Thread Mathieu Malaterre
On Thu, Oct 29, 2009 at 11:46 AM, Modestas Vainius modes...@vainius.eu wrote: Ok. If you had thought about this more, you would have realized that it would Yeah, well, I don't like regression, esp. on rc4. not be my code you would have to fix. You patched library directories, but I have no

Bug#553151: FindJNI.cmake is confused with multiple installations

2009-10-29 Thread Mathieu Malaterre
On Thu, Oct 29, 2009 at 10:34 AM, Modestas Vainius modes...@vainius.eu wrote: severity 553151 normal thanks Hello, On ketvirtadienis 29 Spalis 2009 10:27:57 Mathieu Malaterre wrote: Package: cmake Version: 2.6.4-3 Severity: important FindJNI.cmake is a backport from cmake 2.8.x

Bug#553151: [CMake] CMake 2.8.0 RC 4 ready for testing!

2009-10-29 Thread Mathieu Malaterre
On Thu, Oct 29, 2009 at 1:35 PM, Bill Hoffman bill.hoff...@kitware.com wrote: Mathieu Malaterre wrote: # ok we found jni.h, now derive other location from it:  get_filename_component(jni_path ${JAVA_INCLUDE_PATH} PATH) FIND_PATH(JAVA_INCLUDE_PATH2 jni_md.h  ${jni_path}  ${jni_path}/win32

Bug#553151: [CMake] CMake 2.8.0 RC 4 ready for testing!

2009-10-29 Thread Mathieu Malaterre
On Thu, Oct 29, 2009 at 4:44 PM, Bill Hoffman bill.hoff...@kitware.com wrote: Modestas Vainius wrote: Hello, On ketvirtadienis 29 Spalis 2009 14:50:14 Mathieu Malaterre wrote: On Thu, Oct 29, 2009 at 1:35 PM, Bill Hoffman bill.hoff...@kitware.com wrote: Mathieu Malaterre wrote: # ok

Bug#552358: libvtk5.2: It would be nice to have VTK_USE_CG_SHADERS:ON

2009-10-30 Thread Mathieu Malaterre
On Thu, Oct 29, 2009 at 3:58 AM, A. Maitland Bottoms bott...@debian.org wrote: Hmm. This seems to want to pull in various things not in Debian main, such as the NVIDIA Cg Toolkit. This might not be a good option for official Debian packages. Yeah, it is in contrib:

Bug#550496:

2009-10-30 Thread Mathieu Malaterre
-- Forwarded message -- From: Gaëtan Lehmann Date: 2009/10/30 Subject: Re: ooops (was Re: Python: Numeric vs NumArray vs Numpy (itkPyBuffer)) To: Mathieu Malaterre C'est juste pas possible d'utiliser WrapITK sans Review. WrapITK utilise itk::FlatStructuringElement qui est

Bug#509110:

2009-10-31 Thread Mathieu Malaterre
Anyone interested should follow: http://code.google.com/p/devide/issues/detail?id=158 -- Mathieu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#533193: Preparation for VTK 5.4

2009-11-02 Thread Mathieu Malaterre
On Sun, Nov 1, 2009 at 4:47 AM, A. Maitland Bottoms bott...@debian.org wrote: Mathieu Malaterre writes:   I have added a couple of bugs, I'd like to get fixed for VTK 5.4. These weren't to bad to fix: Bug#552341: python-vtk: Suggest mayavi2 instead of removed mayavi Bug#552343: vtk-doc

Bug#619393: ITP: paw -- Physics Analysis Workstation

2011-03-23 Thread Mathieu Malaterre
On Wed, Mar 23, 2011 at 6:11 PM, Mika Pflüger deb...@mikapflueger.de wrote: It seems that PAW is upstream dead (last activity on the website was in I believe there is a recent activity on debian-science to resurect that package: http://lists.debian.org/debian-science/2011/03/msg0.html

Bug#630781: W: DcmSequenceOfItems: Length of item in sequence StackSequence (2005, 105f) is odd

2011-06-17 Thread Mathieu Malaterre
Package: dcmtk Version: 3.6.0-4 Severity: normal Tags: upstream There is a regression in dcmtk 3.6.0 compared to dcmtk 3.5.4. This has been discussed in furthere detail here: http://forum.dcmtk.org/viewtopic.php?t=2857 And appropriate patch has been applied upstream (with other fixes) at:

Bug#631011: lintian: add embedded-libcharls

2011-06-19 Thread Mathieu Malaterre
Package: lintian Version: 2.4.3 Severity: normal hi it would be nice to add a embedded-libcharls check. Currently there are at least two packages shipping CharLS as convinient library: $ dpkg -L libdcmtk2 | grep charls /usr/lib/libcharls.so.2.0.0 and $ dpkg -L libgdcm2.0 | grep charls

Bug#631099: gdcm: Convenience copies of code: CharLS

2011-06-20 Thread Mathieu Malaterre
Package: gdcm Version: Convenience copies of code: CharLS Severity: normal Tags: upstream GDCM comes with CharLS library as convenient library. This is in violation with debian policy §4.13 http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles -- System Information: Debian

Bug#631100: dcmtk: Convenience copies of code: CharLS

2011-06-20 Thread Mathieu Malaterre
Package: dcmtk Version: Convenience copies of code: CharLS Severity: normal Tags: upstream DCMTK comes with CharLS library as convenient library. This is in violation with debian policy §4.13 http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles -- System Information: Debian

Bug#631101: dicom3tools: dcdump stops on extra 0,0 tag

2011-06-20 Thread Mathieu Malaterre
Package: dicom3tools Version: 1.0~20110522-1 Severity: normal Tags: upstream dcdump stops on 0,0 tag if found in dataset. $ dcdump IM-0001-0066.CommandTag00.dcm Error - Tags out of order - trailing garbage, wrong transfer syntax, or not valid DICOM (0x0002,0x) UL File Meta Information

Bug#612475: swig2.0: zend_error_noreturn should be zend_error

2011-06-20 Thread Mathieu Malaterre
On Mon, Jun 20, 2011 at 8:00 PM, Torsten Landschoff t.landsch...@gmx.net wrote: Hi Mathieu, On 02/08/2011 06:40 PM, Mathieu Malaterre wrote: Package: swig2.0 Version: 2.0.1-2 Severity: important Tags: patch Hi,   It would be nice if the next upload would contains this patch

<    1   2   3   4   5   6   7   8   9   10   >