Bug#611877:

2011-02-03 Thread Mathieu Malaterre
close 611877
thanks

Sorry I did not realize packaging has moved to :
http://packages.qa.debian.org/s/swig2.0.html

Sorry for the noise.

-- 
Mathieu



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



Bug#611879: swig2.0: watch file included

2011-02-03 Thread Mathieu Malaterre
Package: swig2.0
Version: 2.0.1-2
Severity: normal


Hi,

  It would be nice if the debian package would include the attached watch file.

Thanks

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages swig2.0 depends on:
ii  libc6   2.11.2-9 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  libpcre38.02-1.1 Perl 5 Compatible Regular Expressi
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

swig2.0 recommends no packages.

Versions of packages swig2.0 suggests:
pn  swig2.0-doc   none (no description available)
pn  swig2.0-examples  none (no description available)

-- no debconf information
version=3
http://sf.net/swig/swig-([\d\.]+)\.tar\.gz


Bug#612266: libgdcm-tools: weird output in man pages

2011-02-07 Thread Mathieu Malaterre
Package: libgdcm-tools
Version: 2.0.16-2
Severity: normal


The output of the man pages for libgdcm-tools are weird. They include man page 
keyword:

NAME
   gdcmdump - .TH gdcmdump 1 Thu Aug 19 2010 Version 2.0.16 GDCM

NAME
   gdcmdump - .SH SYNOPSIS



-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgdcm-tools depends on:
ii  libc6 2.11.2-9   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libgdcm2.02.0.16-2   Grassroots DICOM runtime libraries
ii  libpoppler5   0.12.4-1.2 PDF rendering library
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3

Versions of packages libgdcm-tools recommends:
ii  pvrg-jpeg  1.2.1+dfsg1-1 Stanford PVRG JPEG tool

Versions of packages libgdcm-tools suggests:
ii  dcmtk 3.6.0-1The OFFIS DICOM toolkit command li
ii  dicom3tools   1.0~20101204-1 DICOM medical image files manipula

-- no debconf information



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



Bug#612266: Acknowledgement (libgdcm-tools: weird output in man pages)

2011-02-07 Thread Mathieu Malaterre
reassign 612266 doxygen
thanks

I believe this is a regression in doxygen version [1.6.9 - 1.7.3] as
confirmed on the doxygen bug tracker page:

https://bugzilla.gnome.org/show_bug.cgi?id=641188

Thanks



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



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

2011-02-08 Thread Mathieu Malaterre
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 as it fixes an 
issue in the PHP wrapper.

Thanks

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages swig2.0 depends on:
ii  libc6   2.11.2-9 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  libpcre38.02-1.1 Perl 5 Compatible Regular Expressi
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

swig2.0 recommends no packages.

Versions of packages swig2.0 suggests:
pn  swig2.0-doc   none (no description available)
pn  swig2.0-examples  none (no description available)

-- no debconf information
Index: swig2.0-2.0.1/Source/Modules/php.cxx
===
--- swig2.0-2.0.1.orig/Source/Modules/php.cxx	2011-02-08 18:38:28.0 +0100
+++ swig2.0-2.0.1/Source/Modules/php.cxx	2011-02-08 18:38:48.0 +0100
@@ -976,7 +976,7 @@
 /* Error handling code */
 Printf(f-code, fail:\n);
 Printv(f-code, cleanup, NIL);
-Printv(f-code, zend_error_noreturn(SWIG_ErrorCode(),\%s\,SWIG_ErrorMsg());, NIL);
+Printv(f-code, zend_error(SWIG_ErrorCode(),\%s\,SWIG_ErrorMsg());, NIL);
 
 Printf(f-code, }\n);
 
@@ -2291,7 +2291,7 @@
 
 Append(f-code, return;\n);
 Append(f-code, fail:\n);
-Append(f-code, zend_error_noreturn(SWIG_ErrorCode(),\%s\,SWIG_ErrorMsg());\n);
+Append(f-code, zend_error(SWIG_ErrorCode(),\%s\,SWIG_ErrorMsg());\n);
 Printf(f-code, }\n);
 
 Wrapper_print(f, s_wrappers);
@@ -2666,7 +2666,7 @@
 }
 
 Append(w-code, fail:\n);
-Append(w-code, zend_error_noreturn(SWIG_ErrorCode(),\%s\,SWIG_ErrorMsg());\n);
+Append(w-code, zend_error(SWIG_ErrorCode(),\%s\,SWIG_ErrorMsg());\n);
 Append(w-code, }\n);
 
 // We expose protected methods via an extra public inline method which makes a straight call to the wrapped class' method


Bug#612475:

2011-02-08 Thread Mathieu Malaterre
forwarded 612475
http://sourceforge.net/tracker/?func=detailaid=3166423group_id=1645atid=101645
thanks



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



Bug#609784:

2011-02-09 Thread Mathieu Malaterre
Thanks for considering this bug. I have been using this driver and
seems to be working fine so far (sending this email using it).


$ sudo lspci -s 07:00.0 -nnv
07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd.
RTL8191SEvB Wireless LAN Controller [10ec:8172] (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:8181]
Flags: bus master, fast devsel, latency 0, IRQ 17
I/O ports at 2000 [size=256]
Memory at d110 (32-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Legacy Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
Kernel driver in use: rtl819xSE

and dmesg output:

[ 2028.969908] rtllib_crypt: registered algorithm 'NULL'
[ 2028.969911] rtllib_crypt: registered algorithm 'TKIP'
[ 2028.969912] rtllib_crypt: registered algorithm 'CCMP'
[ 2028.969913] rtllib_crypt: registered algorithm 'WEP'
[ 2028.969914]
[ 2028.969915] Linux kernel driver for RTL8192 based WLAN cards
[ 2028.969916] Copyright (c) 2007-2008, Realsil Wlan Driver
[ 2028.969957] rtl819xSE :07:00.0: PCI INT A - GSI 17 (level,
low) - IRQ 17
[ 2028.969963] rtl819xSE :07:00.0: setting latency timer to 64
[ 2028.970100] Memory mapped space start: 0xd110
[ 2028.976097] GetPciBusInfo(): Find Device(10EC:8172)  bus=7 dev=0, func=0
[ 2028.977088] GetPciBridegInfo : Find Device(8086:3B44)  bus=0 dev=28, func=1
[ 2028.977089] Pci Bridge Vendor is found index: 0
[ 2028.977090] Pci Bridge Vendor is 8086
[ 2028.982411] =dm_InitRateAdaptiveMask: bUseRAMask=0
[ 2029.065603] rtl819xSE :07:00.0: firmware: requesting
RTL8192SE/rtl8192sfw.bin
[ 2029.213505] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
[ 2029.213512] InitializeAdapter8192SE(): Set MRC settings on as default!!
[ 2029.213516] HW_VAR_MRC: Turn on 1T1R MRC!
[ 2029.214753] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2029.432219] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
[ 2029.432226] InitializeAdapter8192SE(): Set MRC settings on as default!!
[ 2029.432230] HW_VAR_MRC: Turn on 1T1R MRC!
[ 2049.903684] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
[ 2049.903691] InitializeAdapter8192SE(): Set MRC settings on as default!!
[ 2049.903695] HW_VAR_MRC: Turn on 1T1R MRC!
[ 2079.890248] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
[ 2079.890255] InitializeAdapter8192SE(): Set MRC settings on as default!!
[ 2079.890260] HW_VAR_MRC: Turn on 1T1R MRC!
[ 2119.960961] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
[ 2119.960965] InitializeAdapter8192SE(): Set MRC settings on as default!!
[ 2119.960967] HW_VAR_MRC: Turn on 1T1R MRC!
[ 2173.776027] lo: Disabled Privacy Extensions
[ 2231.078758] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
[ 2231.078762] InitializeAdapter8192SE(): Set MRC settings on as default!!
[ 2231.078763] HW_VAR_MRC: Turn on 1T1R MRC!
[ 2232.536122] Linking with thenetworkwifi,channel:6, qos:0, myHT:1,
networkHT:0, mode:6 cur_net.flags:0x406
[ 2232.536143] rtllib_associate_procedure_wq(), chan:6
[ 2232.536148] HTSetConnectBwMode():pHTInfo-bCurBW40MHz:0
[ 2232.546108] 
==rtllib_associate_procedure_wq():ieee-current_network.qos_data.qos_mode
is 0,ieee-qos_capability is 1


-- 
Mathieu



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



Bug#590280:

2011-02-09 Thread Mathieu Malaterre
reassign 590280 firmware-realtek
thanks

I believe this should go into the non-free, reassigning from linux to
realtek-firmware.



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



Bug#614471:

2011-02-22 Thread Mathieu Malaterre
reassign 614471 ffmpeg
thanks

 [ 29%] Building CXX object 
 VTK/IO/CMakeFiles/vtkIO.dir/vtkPostgreSQLQuery.cxx.o
 In file included from /usr/include/libavutil/avutil.h:81,
  from /usr/include/libavcodec/avcodec.h:30,
  from /usr/include/libavformat/avformat.h:56,
  from 
 /build/user-paraview_3.8.1-2-amd64-4Wj_N7/paraview-3.8.1/VTK/IO/vtkFFMPEGWriter.cxx:27:
 /usr/include/libavutil/common.h: In function 'int32_t 
 av_clipl_int32(int64_t)':
 /usr/include/libavutil/common.h:154: error: 'UINT64_C' was not declared in 
 this scope

Clearly the issue is in the libavutil.h code (not in paraview)


/**
 * Clips a signed 64-bit integer value into the -2147483648,2147483647 range.
 * @param a value to clip
 * @return clipped value
 */
static inline av_const int32_t av_clipl_int32(int64_t a)
{
if ((a+0x8000u)  ~UINT64_C(0x)) return (a63) ^ 0x7FFF;
else return a;
}


Thanks



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



Bug#614560: blcr-dkms: Error! Bad return status for module build on kernel: 2.6.37-1-amd64 (x86_64)

2011-02-22 Thread Mathieu Malaterre
Package: blcr-dkms
Version: 0.8.2-15
Severity: important


Hi,

  I cannot install blcr-dkms on my system:

Processing triggers for gnome-menus ...
Setting up blcr-dkms (0.8.2-15) ...

Creating symlink /var/lib/dkms/blcr/0.8.2/source -
 /usr/src/blcr-0.8.2

DKMS: add Completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area
make KERNELRELEASE=2.6.37-1-amd64 -C /lib/modules/2.6.37-1-amd64/build 
M=/var/lib/dkms/blcr/0.8.2/build..(bad exit status: 2)

Error! Bad return status for module build on kernel: 2.6.37-1-amd64 (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/blcr/0.8.2/build/ for more information.
0
0


Thanks !

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable'), (200, 'testing'), 
(100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages blcr-dkms depends on:
ii  dkms  2.1.1.2-5  Dynamic Kernel Module Support Fram
ii  linux-headers-2.6.37-1-amd64  2.6.37-1   Header files for Linux 2.6.37-1-am
ii  make  3.81-8 An utility for Directing compilati

Versions of packages blcr-dkms recommends:
ii  blcr-util 0.8.2-15   Userspace tools to Checkpoint and 

blcr-dkms suggests no packages.

-- no debconf information



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



Bug#614560: Acknowledgement (blcr-dkms: Error! Bad return status for module build on kernel: 2.6.37-1-amd64 (x86_64))

2011-02-22 Thread Mathieu Malaterre
Forgot the make.log sorry.
DKMS make.log for blcr-0.8.2 for kernel 2.6.37-1-amd64 (x86_64)
Tue Feb 22 10:39:54 CET 2011
make: Entering directory `/usr/src/linux-headers-2.6.37-1-amd64'
/var/lib/dkms/blcr/0.8.2/build/Kbuild:19: /var/lib/dkms/blcr/0.8.2/build/module_files: No such file or directory
cd /var/lib/dkms/blcr/0.8.2/build  env -i PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/usr/sbin:/sbin:/usr/lib/dkms ./configure --disable-maintainer-mode --with-linux=2.6.37-1-amd64 --with-installed-libcr --with-installed-util --with-components=modules --prefix=/usr  touch /var/lib/dkms/blcr/0.8.2/build/config-stamp
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... no
checking for pwd... /bin/pwd
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for perl5... no
checking for perl... /usr/bin/perl
checking for gmake... no
checking for make... /usr/bin/make
checking if /usr/bin/make is GNU make... yes (3.81)
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for style of include used by /usr/bin/make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands +=... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for rpmbuild... no
checking for rpmb... no
checking for rpm... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... 

Bug#614565: RM: paraview -- ROM; Wrong orig source

2011-02-22 Thread Mathieu Malaterre
Package: ftp.debian.org
Severity: normal


As per:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611840

There is a mismatch in between paraview 3.8.1 as uploaded on debian and from 
original source.

I am planning on re-uploading immediately the correct paraview 3.8.1 parackage 
once it has been removed from unstable.

Thanks



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



Bug#568910:

2011-02-23 Thread Mathieu Malaterre
I cannot reproduce the issue using serna 4.3 from the download page
(+local installation).
This bug must have introduced by the debian packaging.

Steps:

  wget http://www-amdis.iaea.org/xsams/schema/xsams-0.1.1.xsd
  wget http://downloads.syntext.com/serna/serna-free-4.3.0-20110203-linux.tgz
  tar xvfz serna-free-4.3.0-20110203-linux.tgz
  cd serna-free-4.3
  ./install.sh
  /tmp/s/bin/serna-free-4.3
- open the xsd file
- click show markup
- no crash !



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



Bug#579853: inkscape: PNG export does not work

2011-02-25 Thread Mathieu Malaterre
On Wed, Dec 29, 2010 at 2:18 PM, Alex Valavanis valavanisa...@gmail.com wrote:
 Please can you confirm that the problem goes away if you increase the
 export resolution?

This problem goes away when you increase the resolution ! Thanks a lot
for your time and effort on this.

regards
-- 
Mathieu



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



Bug#540563: Processed: docbook-slides-demo: changing back from ITA to O

2011-03-02 Thread Mathieu Malaterre
FYI, my upload to mentors never found an uploader:

http://mentors.debian.net/debian/pool/main/d/docbook-slides-demo/

good luck for anyone else trying



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



Bug#540564: Processed: docbook-slides: changing back from ITA to O

2011-03-02 Thread Mathieu Malaterre
Current status is here:

http://mentors.debian.net/cgi-bin/maintainer-packages?action=details;package=docbook-slides

I never got an uploaders to sponsor me.

cheers



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



Bug#616698: ITP: PythonQt -- Dynamic Python binding for the Qt framework

2011-03-06 Thread Mathieu Malaterre
Package: wnpp
Severity: wishlist
Owner: Mathieu Malaterre mathieu.malate...@gmail.com


* Package name: PythonQt
  Version : 2.0.1
  Upstream Author : Florian Link florianl...@users.sf.net
* URL : http://pythonqt.sf.net
* License : LGPL
  Programming Lang: C++
  Description : Dynamic Python binding for the Qt framework
 PythonQt offers an easy way to embed the Python scripting language into a
 C++ Qt applications. It makes heavy use of the QMetaObject system and thus
 requires Qt 4.x.
 The focus of PythonQt is on embedding Python into an existing C++ application,
 not on writing the whole application completely in Python. If you want to write
 your whole application in Python, you should use PyQt or PySide instead.
 If you are looking for a simple way to embed Python objects into your C++/Qt
 Application and to script parts of your application via Python, PythonQt is the
 way to go!



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



Bug#617240: libvtk5-dev: undefined reference to `__cxa_pure_virtual@libmysqlclient_16'

2011-03-07 Thread Mathieu Malaterre
Package: libvtk5-dev
Version: 5.6.1-3
Severity: normal


Hi,

  I cannot build gdcm using libvtk5-dev, it currently fails with:

Linking CXX executable ../../../bin/gdcm2vtk
/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/libvtkIO.so: undefined 
reference to `__cxa_pure_virtual@libmysqlclient_16'
collect2: ld returned 1 exit status
make[2]: *** [bin/gdcm2vtk] Error 1

  i have not yet found where this is coming from.

Thanks

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable'), (200, 'testing'), 
(100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libvtk5-dev depends on:
ii  libavcodec-dev  4:0.6.1-5Development files for libavcodec
ii  libavformat-dev 4:0.6.1-5Development files for libavformat
ii  libavutil-dev   4:0.6.1-5Development files for libavutil
ii  libc6-dev   2.11.2-10Embedded GNU C Library: Developmen
ii  libexpat1-dev [libexpat 2.0.1-7  XML parsing C library - developmen
ii  libfreetype6-dev2.4.2-2.1FreeType 2 font engine, developmen
ii  libgl1-mesa-dev [libgl- 7.7.1-4  A free implementation of the OpenG
ii  libgl2ps-dev1.3.5-1  Lib providing high quality vector 
ii  libglu1-mesa-dev [libgl 7.7.1-4  The OpenGL utility library -- deve
ii  libjpeg62-dev [libjpeg- 6b1-1Development files for the IJG JPEG
ii  libmysqlclient-dev  5.1.49-3 MySQL database development files
ii  libnetcdf-dev   1:4.1.1-5Development kit for NetCDF
ii  libpng12-dev [libpng-de 1.2.44-1 PNG library - development
ii  libpq-dev   8.4.7-0squeeze2  header files for libpq5 (PostgreSQ
ii  libqt4-dev  4:4.6.3-4Qt 4 development files
ii  libswscale-dev  4:0.6.1-5Development files for libswscale
ii  libtiff4-dev [libtiff-d 3.9.4-5  Tag Image File Format library (TIF
ii  libvtk5.6   5.6.1-3  Visualization Toolkit - A high lev
ii  libx11-dev  2:1.3.3-4X11 client-side library (developme
ii  libxft-dev  2.1.14-2 FreeType-based font drawing librar
ii  libxml2-dev 2.7.8.dfsg-2 Development files for the GNOME XM
ii  libxss-dev  1:1.2.0-2X11 Screen Saver extension library
ii  libxt-dev   1:1.0.7-1X11 toolkit intrinsics library (de
ii  mpi-default-dev 0.6  Standard MPI development files
ii  tcl8.5-dev  8.5.8-2  Tcl (the Tool Command Language) v8
ii  tk8.5-dev   8.5.8-1  Tk toolkit for Tcl and X11, v8.5 -
ii  x11proto-core-dev   7.0.16-1 X11 core wire protocol and auxilia
ii  zlib1g-dev  1:1.2.3.4.dfsg-3 compression library - development

libvtk5-dev recommends no packages.

Versions of packages libvtk5-dev suggests:
pn  vtk-doc   none (no description available)
pn  vtk-examples  none (no description available)

-- no debconf information



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



Bug#617335: ITP: Log4Qt -- C++ port of the Log4j package using the Trolltech Qt Framework

2011-03-08 Thread Mathieu Malaterre
Package: wnpp
Severity: wishlist
Owner: Mathieu Malaterre mathieu.malate...@gmail.com


* Package name: Log4Qt
  Version : 0.3
  Upstream Author : Martin Heinrich martin_heinr...@users.sf.net
* URL : http://log4qt.sf.net/
* License : Apache 2.0
  Programming Lang: C++
  Description : C++ port of the Log4j package using the Trolltech Qt 
Framework
 Log4Qt is a C++ port of the Apache Software Foundation Log4j package using the
 Trolltech Qt Framework.
 One of the distinctive features of log4qt is the notion of hierarchical
 loggers. Using loggers it is possible to selectively control which log
 statements are output at arbitrary granularity.



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



Bug#617337: ITP: ctk -- A set of common support code for medical imaging, surgical navigation, and related purposes

2011-03-08 Thread Mathieu Malaterre
Package: wnpp
Severity: wishlist
Owner: Mathieu Malaterre mathieu.malate...@gmail.com


* Package name: ctk
  Version : 0.1.0
  Upstream Author : CommonTK (https://github.com/commontk/)
* URL : http://www.commontk.org
* License : Apache 2.0
  Programming Lang: C++
  Description : A set of common support code for medical imaging, surgical 
navigation, and related purposes
 The goal of Common TK are as follows:
 Provide a unified set of basic programming constructs that are useful for
 medical imaging applications development
 .
 Facilitate the exchange and combination of code and data
 .
 Document, integrate, and adapt successful solutions
 .
 Avoid the duplication of code and data
 .
 Continuously extend to new tasks within the scope of the toolkit (medical
 imaging) without burdening existing tasks



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



Bug#617342: mriconvert: MRIConvert does not support 32 bits

2011-03-08 Thread Mathieu Malaterre
Package: mriconvert
Version: 2.0-2
Severity: normal


I cannot View the following RTDose image:

http://gdcm.sourceforge.net/thingies/RTDose.dcm.gz

(need to decompress first).

It is displayed as if 32bits were truncated.

thanks

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable'), (200, 'testing'), 
(100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mriconvert depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libwxbase2.8-0 2.8.10.1-3+b1 wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0  2.8.10.1-3+b1 wxWidgets Cross-platform C++ GUI t

mriconvert recommends no packages.

mriconvert suggests no packages.

-- no debconf information



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



Bug#617343: mriconvert: orig.tar contains binary files

2011-03-08 Thread Mathieu Malaterre
Package: mriconvert
Version: 2.0-2
Severity: normal


Hi,

  mriconver orig tarball contains binary files:

$ file MRIConvert
MRIConvert: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), 
dynamically linked (uses shared libs), for GNU/Linux 2.4.1, not stripped

Thanks

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable'), (200, 'testing'), 
(100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mriconvert depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libwxbase2.8-0 2.8.10.1-3+b1 wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0  2.8.10.1-3+b1 wxWidgets Cross-platform C++ GUI t

mriconvert recommends no packages.

mriconvert suggests no packages.

-- no debconf information



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



Bug#617345: mriconvert: Missing fileformats.txt from installation

2011-03-08 Thread Mathieu Malaterre
Package: mriconvert
Version: 2.0-2
Severity: normal


hi,

  It would be nice if fileformats.txt was installed as part of the MRIConvert 
package. This would get the help info box working.

thanks

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable'), (200, 'testing'), 
(100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mriconvert depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libwxbase2.8-0 2.8.10.1-3+b1 wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0  2.8.10.1-3+b1 wxWidgets Cross-platform C++ GUI t

mriconvert recommends no packages.

mriconvert suggests no packages.

-- no debconf information



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



Bug#617337: ITP: ctk -- A set of common support code for medical imaging, surgical navigation, and related purposes

2011-03-08 Thread Mathieu Malaterre
On Tue, Mar 8, 2011 at 11:43 AM, Ron Johnson ron.l.john...@cox.net wrote:
 On 03/08/2011 02:46 AM, Mathieu Malaterre wrote:

 Package: wnpp
 Severity: wishlist
 Owner: Mathieu Malaterremathieu.malate...@gmail.com


 * Package name    : ctk
   Version         : 0.1.0
   Upstream Author : CommonTK (https://github.com/commontk/)
 * URL             : http://www.commontk.org
 * License         : Apache 2.0
   Programming Lang: C++
   Description     : A set of common support code for medical imaging,
 surgical navigation, and related purposes
  The goal of Common TK are as follows:
  Provide a unified set of basic programming constructs that are useful for
  medical imaging applications development
  .
  Facilitate the exchange and combination of code and data
  .
  Document, integrate, and adapt successful solutions
  .
  Avoid the duplication of code and data
  .
  Continuously extend to new tasks within the scope of the toolkit (medical
  imaging) without burdening existing tasks


 ctk seems a horribly generic name.  Could you name the package something
 like medical-imaging-ctk?

You are right. ctk also refers to a specific religious view.
I'll change that to commontk which is used internally to name
individual plugins (commontk.log, commontk.dah ...)

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#616736: opencascade: please update to 6.5.0

2011-03-10 Thread Mathieu Malaterre
On Thu, Mar 10, 2011 at 3:36 PM, Adam C Powell IV hazel...@debian.org wrote:
 BTW, the tarball I make with tar cjf is about 1.8 MiB larger than yours,
 with the .bak files removed.  Is there a way to pass --best to bzip2
 using tar?  I don't see it in the tar manpage.

That I can answer:

BZIP2=--best tar cjf bla.tbz2 bla/

HTH
-- 
Mathieu



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



Bug#617686: gcc-mingw32: locale::facet::_S_create_c_locale name not valid

2011-03-10 Thread Mathieu Malaterre
Package: gcc-mingw32
Version: 4.4.4-0.1+b1
Severity: important


Hi,

The attached c++ code always trigger an exception. However
std::locale() should be valid on my system.

$ /usr/sbin/validlocale 
locale '' valid and available

Compilation:

$ /usr/bin/i586-mingw32msvc-g++ l.cxx
$ wine ./a.exe
locale::facet::_S_create_c_locale name not valid

Thanks

-- System Information:
Debian Release: 6.0
 APT prefers squeeze-updates
 APT policy: (500, 'squeeze-updates'), (500, 'stable'), (200,
'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gcc-mingw32 depends on:
ii  libc6                     2.11.2-10      Embedded GNU C Library: Shared lib
ii  libgmp3c2                 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libmpfr4                  3.0.0-2        multiple precision floating-point
ii  mingw32-binutils          2.20-0.1       Minimalist GNU win32 (cross) binut

Versions of packages gcc-mingw32 recommends:
ii  mingw-w64                   0~20100125-3 Minimalist GNU w64 (cross) runtime
ii  mingw32-runtime             3.13-1       Minimalist GNU win32 (cross) runti

Versions of packages gcc-mingw32 suggests:
pn  cpp-doc                       none     (no description available)
pn  gcc-doc                       none     (no description available)

-- no debconf information



-- 
Mathieu
#include iostream
#include locale

int main(int argc, char* argv[])
{
  try
  {
 std::locale loc(argc  1 ? argv[1] : );
 std::cout  loc.name()  std::endl;
  }
  catch (const std::exception e)
  {
 std::cerr  e.what()  std::endl;
  }
  return 0;
}


Bug#617240:

2011-03-11 Thread Mathieu Malaterre
severity 617240 grave
thanks

It looks as if the uploaded amd64 vtk package has some issues. Doing a
clean build of the package on the machine makes the symptoms goes
away.

I would suggest the package mainainter ask for a rebuild.

Thanks



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



Bug#617240: Please rebuild vtk on amd64

2011-03-11 Thread Mathieu Malaterre
reassign 617240 libmysqlclient16 5.1.56
thanks

On Fri, Mar 11, 2011 at 7:56 PM, Kurt Roeckx k...@roeckx.be wrote:
 On Fri, Mar 11, 2011 at 07:12:39PM +0100, Mathieu Malaterre wrote:
 There is an issue (#617240) with an undefined symbol on the amd64
 package for vtk, please rebuild vtk on amd64. Thanks.

 I have to wonder which mysql version it was linked in that
 case and why it doesn't work anymore.  Did libmysqlclient16
 drop a symbol or something?

 gb vtk_5.6.1-3 . amd64

 Maybe you want a binNMU instead?

 I would like to know why this happened, so we can check
 that other packages aren't affected.

 Also, I would like to know if other arches are affected
 or not.

 Anyway, looking at the libmysqlclient16 that symbol
 is there, maybe they forgot to bump shlibs and
 you're using an older version?

 Maybe the new g++ generates new symbols?

 The bug report doesn't mention an libmysqlclient*,
 but it does list an older libmysqlclient-dev.

Ok I see. I was using an older libmysqlclient16 library. Updating to
unstable indeed make the symptoms goes away.
I have reassigned the bug to libmysqlclient16/5.1.56

I hope this time this is correct.

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#610295: libcommons-net-java: New upstream : 2.2 / remove depdendency to oro

2011-01-17 Thread Mathieu Malaterre
Package: libcommons-net-java
Version: 1.4.1-2
Severity: normal
Tags: upstream ipv6


It would be nice to update libcommons-net-java to latest upstream. It would:
- remove dep to oro lib
- add support for ipv6

Thanks !

http://commons.apache.org/net/changes-report.html

Commons::Net now uses JDK regex functionality, saving on an extra [oro] 
dependency. There are now no external dependencies required.
Optionally enable EPSV with IPv4; Only send EPRT with IPv6. Fix incorrect port 
used with EPRT. Allow activeMaxPort == activeMinPort in getActivePort() method. 
Fixes NET-313.
Add support for IPv6 EPRT/EPSV Fixes NET-288.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libcommons-net-java depends on:
ii  default-jre-headless [java2 1:1.6-40 Standard Java or Java compatible R
ii  gcj-4.4-jre-headless [java2 4.4.5-2  Java runtime environment using GIJ
ii  gcj-jre-headless [java2-run 4:4.4.5-1Java runtime environment using GIJ
ii  liboro-java 2.0.8a-7 Regular expression library for Jav
ii  openjdk-6-jre-headless [jav 6b18-1.8.3-2 OpenJDK Java runtime, using Hotspo

libcommons-net-java recommends no packages.

libcommons-net-java suggests no packages.

-- no debconf information



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



Bug#610296: Cannot build new version of pixelmed package

2011-01-17 Thread Mathieu Malaterre
Package: pixelmed
Version: 20101204
Severity: serious
Tags: upstream
Justification: fails to build from source


Newer version of pixelmed package require newever version of libcommons-net 
(2.2). Otherwise it fails with:

javac -O -target 1.5 -encoding UTF8 -Xlint:deprecation -classpath 
../../..:/usr/share/java/hsqldb.jar:/usr/share/java/commons-net.jar -sourcepath 
../../.. DoseUtility.java
../../../com/pixelmed/ftp/FTPFileSender.java:9: cannot find symbol
symbol  : class FTPSClient
location: package org.apache.commons.net.ftp
import org.apache.commons.net.ftp.FTPSClient;
 ^
../../../com/pixelmed/ftp/FTPFileSender.java:11: cannot find symbol
symbol  : class PrintCommandListener
location: package org.apache.commons.net
import org.apache.commons.net.PrintCommandListener;



-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#506992: libvtk5-dev: transitive linking and LINK_INTERFACE_LIBRARIES

2008-11-26 Thread Mathieu Malaterre
Package: libvtk5-dev
Version: 5.0.4-1.1
Severity: normal


when linking to libvtkIO.so, cmake is pulling the dependencies from libvtkIO.so 
into the link line. this is not a nice behavior when doing shared libs linking.
Instead the interface of the library should be changed. See:

http://www.vtk.org/Bug/view.php?id=3490
and
http://www.cmake.org/pipermail/cmake/2008-November/025584.html

Basically libvtkIO should be created with:

SET_PROPERTY( TARGET vtkIO PROPERTY LINK_INTERFACE_LIBRARIES  )


so that none of the libjpeg.so or libtiff.so symlinks need to be present for 
package depending on vtk.

Thank you !



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libvtk5-dev depends on:
ii  libc6-dev2.7-15  GNU C Library: Development Librari
ii  libglu1-mesa-dev [libglu-dev 7.0.3-6 The OpenGL utility library -- deve
ii  libvtk5  5.0.4-1.1   Visualization Toolkit - A high lev
ii  libx11-dev   2:1.1.5-2   X11 client-side library (developme
ii  libxt-dev1:1.0.5-3   X11 toolkit intrinsics library (de
ii  nvidia-glx-dev [libgl-dev]   173.14.09-5 NVIDIA binary Xorg driver developm
ii  x11proto-core-dev7.0.12-1X11 core wire protocol and auxilia

libvtk5-dev recommends no packages.

Versions of packages libvtk5-dev suggests:
pn  vtk-doc   none (no description available)
pn  vtk-examples  none (no description available)

-- no debconf information



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



Bug#567001: libxerces2-java: Please include xercesSamples.jar (eg. xni.XMLGrammarBuilder)

2010-01-26 Thread Mathieu Malaterre
Package: libxerces2-java
Version: 2.9.1-2
Severity: wishlist


It would really be nice if the xercesSample were available as a package. This 
makes examlpe direcly usable from the command line.

For instance xni.XMLGrammarBuilder which is documented at:
http://xerces.apache.org/xerces2-j/samples-xni.html#XMLGrammarBuilder

Thanks

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libxerces2-java depends on:
ii  default-jre [java2-runti 1.5-30  Standard Java or Java compatible R
ii  gcj-4.4-jre [java2-runti 4.4.2-4 Java runtime environment using GIJ
ii  gcj-jre [java2-runtime]  4:4.3.4-1   Java runtime environment using GIJ
ii  gij  4:4.3.4-1   The GNU Java bytecode interpreter 
ii  java-gcj-compat [java2-r 1.0.80-5.1  Java runtime environment using GIJ
ii  kaffe-pthreads [java1-ru 2:1.1.8-5.2 A POSIX threads enabled version of
ii  libjaxp1.3-java  1.3.04-3Java XML parser and transformer AP
ii  openjdk-6-jre [java2-run 6b11-9.1+lenny2 OpenJDK Java runtime, using Hotspo
ii  sun-java5-jre [java2-run 1.5.0-17-0.1Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java2-run 6-12-1  Sun Java(TM) Runtime Environment (

Versions of packages libxerces2-java recommends:
ii  libxerces2-java-gcj   2.9.1-2Validating XML parser for Java wit

Versions of packages libxerces2-java suggests:
ii  libxerces2-java-doc   2.9.1-2Validating XML parser for Java -- 

-- no debconf information



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



Bug#566823: serna: segfault on startup

2010-01-26 Thread Mathieu Malaterre
On Tue, Jan 26, 2010 at 5:55 PM, Joachim Breitner nome...@debian.org wrote:
 Hi Mathieu,

 Am Montag, den 25.01.2010, 12:42 +0100 schrieb Mathieu Malaterre:
 Indeed:

 $ sudo mv /usr/lib/serna/plugins/pyplugin  
 /usr/lib/serna/plugins/pyplugin.old
 $ serna

 This did the trick ! I could register (someone at syntext should even
 be able to check that). and I was able to create a C++ sample (will
 lots of error about python missing plugins of course)

 bug report #566987 indicates that the package is missing dependencies on
 python-qt4 and python-sip. Can you try installing these, reverting the
 rename of /usr/lib/serna/plugins/pyplugin and see if it then works for
 you?


I had them installed already:

$ apt-cache policy   python-qt4  python-sip4
python-qt4:
  Installed: 4.4.2-4
  Candidate: 4.4.2-4
  Version table:
 4.6-1 0
200 http://ftp.fr.debian.org testing/main Packages
100 http://ftp.fr.debian.org unstable/main Packages
 *** 4.4.2-4 0
500 http://ftp.fr.debian.org lenny/main Packages
100 /var/lib/dpkg/status
python-sip4:
  Installed: 4.7.6-1
  Candidate: 4.7.6-1
  Version table:
 4.9-1 0
200 http://ftp.fr.debian.org testing/main Packages
100 http://ftp.fr.debian.org unstable/main Packages
 *** 4.7.6-1 0
500 http://ftp.fr.debian.org lenny/main Packages
100 /var/lib/dpkg/status

$ sudo mv /usr/lib/serna/plugins/pyplugin.old /usr/lib/serna/plugins/pyplugin
$ serna
[2]3131 segmentation fault  serna


cheers
-- 
Mathieu



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



Bug#567122: xmlto pdf does not support PNG files

2010-01-27 Thread Mathieu Malaterre
Package: xmlto
Version: 0.0.20-5
Severity: normal


When including a PNG file, xmlto fails with the following:

Making portrait pages on letter paper (215.9mmx279.4mm)
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %-line parsing enabled.
entering extended mode
(./tmp.fo
LaTeX2e 2005/12/01
Babel v3.8h and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, ukrainian, russian, bulgarian, pinyin, loaded.
xmltex version: 2002/06/25 v1.9 (Exp):
(/usr/share/texmf/tex/xmltex/config/xmltex.cfg) 
No File: tmp.cfg (/usr/share/texmf/tex/xmltex/passivetex/fotex.xmt)
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo))
(/usr/share/texmf/tex/xmltex/passivetex/fotex.sty
)
No file tmp.aux.
(/usr/share/texmf/tex/latex/tipa/t3ptm.fd)
(/usr/share/texmf-texlive/tex/latex/cyrillic/t2acmr.fd)
(/usr/share/texmf-texlive/tex/latex/base/ts1cmr.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/t1ptm.fd)
No file tmp.out.
No file tmp.out.
INFO: Using normal, i.e. nonfrench-spacing in document
(/usr/share/texmf-texlive/tex/latex/psnfss/t1phv.fd)

! LaTeX Error: Something's wrong--perhaps a missing \item.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
 ...  
  
l.211 ... hyphenation-remain-character-count=2
  title/fo:block/fo:block...

? 
! Emergency stop.
 ...  
  
l.211 ... hyphenation-remain-character-count=2
  title/fo:block/fo:block...

!  == Fatal error occurred, no output PDF file produced!
Transcript written on tmp.log.



Steps to reproduce:
$ wget http://www.debian.org/logos/openlogo-100.png
$ xmlto pdf in.xml

where:
$ cat in.xml
?xml version=1.0 encoding=UTF-8?
!DOCTYPE article PUBLIC -//OASIS//DTD DocBook XML V4.5//EN 
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;
article
  articleinfo
titletitle/title
author
  firstnameauthor/firstname
  surnameauthor2/surname
  affiliation
orgnamebla/orgname
  /affiliation
/author
pubdate2001/pubdate
  /articleinfo
  section
titlesection 1/title
paratext section 1/para
figure
  titlefirst/title
  mediaobject
imageobject
  imagedata fileref=openlogo-100.png/
/imageobject
  /mediaobject
/figure
  /section
/article

Thanks  

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xmlto depends on:
ii  debianutils 2.30 Miscellaneous utilities specific t
ii  docbook-xml 4.5-6standard XML documentation system,
ii  docbook-xsl 1.73.2.dfsg.1-5  stylesheets for processing DocBook
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libxml2-utils   2.6.32.dfsg-5+lenny1 XML utilities
ii  sgml-base   1.26 SGML infrastructure and SGML catal
ii  xsltproc1.1.24-2 XSLT command line processor

Versions of packages xmlto recommends:
ii  libpaper-utils   1.1.23+nmu1 library for handling paper charact

Versions of packages xmlto suggests:
ii  fop   1:0.94.dfsg-2  XML to PDF Translator
ii  links 2.1pre37-1.1   Web browser running in text mode
ii  lynx  2.8.7dev9-2.1  Text-mode WWW Browser (transitiona
ii  w3m   0.5.2-2+b1 WWW browsable pager with excellent
ii  xmltex1.9.debian.1-1 TeX package for processing XML fil

-- no debconf information



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



Bug#567123: SEVERE: javax.xml.transform.TransformerException: java.lang.NullPointerException

2010-01-27 Thread Mathieu Malaterre
Package: fop
Version: 1:0.94.dfsg-2
Severity: important


fop does not properly support input docbook with PNG file.
It fails with:

Jan 27, 2010 3:11:40 PM org.apache.fop.cli.InputHandler warning
WARNING: javax.xml.transform.TransformerException: Note: namesp. add : added 
namespace before processing  title
Jan 27, 2010 3:11:40 PM org.apache.fop.cli.InputHandler warning
WARNING: javax.xml.transform.TransformerException: Making portrait pages on 
USletter paper (8.5inx11in)
Jan 27, 2010 3:11:42 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
SEVERE: Couldn't find hyphenation pattern en
Jan 27, 2010 3:11:42 PM org.apache.fop.fo.FOTreeBuilder$MainFOHandler endElement
WARNING: Mismatch: page-sequence (http://www.w3.org/1999/XSL/Format) vs. root 
(http://www.w3.org/1999/XSL/Format)
Jan 27, 2010 3:11:42 PM org.apache.fop.fo.FOTreeBuilder fatalError
SEVERE: javax.xml.transform.TransformerException: java.lang.NullPointerException
Jan 27, 2010 3:11:42 PM org.apache.fop.cli.Main startFOP
SEVERE: Exception
javax.xml.transform.TransformerException: java.lang.NullPointerException
at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:168)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:115)
at org.apache.fop.cli.Main.startFOP(Main.java:166)
at org.apache.fop.cli.Main.main(Main.java:197)

-

; SystemID: 
file:/usr/share/xml/docbook/stylesheet/docbook-xsl-ns/fo/docbook.xsl; Line#: 
222; Column#: 59
javax.xml.transform.TransformerException: java.lang.NullPointerException
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2405)
at org.apache.xalan.templates.ElemIf.execute(ElemIf.java:162)
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2400)
at org.apache.xalan.templates.ElemChoose.execute(ElemChoose.java:141)
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2400)
at org.apache.xalan.templates.ElemChoose.execute(ElemChoose.java:141)
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2400)
at org.apache.xalan.templates.ElemChoose.execute(ElemChoose.java:141)
at 
org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:395)
at 
org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:178)
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2400)
at org.apache.xalan.templates.ElemChoose.execute(ElemChoose.java:128)
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2400)
at 
org.apache.xalan.transformer.TransformerImpl.applyTemplateToNode(TransformerImpl.java:2270)
at 
org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1356)
at 
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:709)
at 
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1273)
at 
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1251)
at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:165)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:115)
at org.apache.fop.cli.Main.startFOP(Main.java:166)
at org.apache.fop.cli.Main.main(Main.java:197)
Caused by: java.lang.NullPointerException
at org.apache.fop.render.pdf.FopPDFImage.setup(FopPDFImage.java:144)
at org.apache.fop.pdf.PDFDocument.addImage(PDFDocument.java:794)
at org.apache.fop.render.pdf.PDFRenderer.putImage(PDFRenderer.java:1725)
at 
org.apache.fop.render.pdf.PDFRenderer.renderImage(PDFRenderer.java:1652)
at 
org.apache.fop.render.AbstractRenderer.renderViewport(AbstractRenderer.java:748)
at 
org.apache.fop.render.AbstractPathOrientedRenderer.renderViewport(AbstractPathOrientedRenderer.java:541)
at 
org.apache.fop.render.AbstractRenderer.renderInlineArea(AbstractRenderer.java:631)
at 
org.apache.fop.render.pdf.PDFRenderer.renderInlineArea(PDFRenderer.java:1316)
at 
org.apache.fop.render.AbstractRenderer.renderLineArea(AbstractRenderer.java:606)
at 
org.apache.fop.render.pdf.PDFRenderer.renderLineArea(PDFRenderer.java:1307)
at 
org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:532)
at 
org.apache.fop.render.AbstractRenderer.renderBlock(AbstractRenderer.java:582)
at 
org.apache.fop.render.pdf.PDFRenderer.renderBlock(PDFRenderer.java:1300)
at 
org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:522)
at 
org.apache.fop.render.AbstractRenderer.renderBlock(AbstractRenderer.java:582)
at 

Bug#567123: SEVERE: javax.xml.transform.TransformerException: java.lang.NullPointerException

2010-01-27 Thread Mathieu Malaterre
On Wed, Jan 27, 2010 at 3:43 PM, Vincent Fourmond fourm...@gmail.com wrote:
  Hello,

 On Wed, Jan 27, 2010 at 3:14 PM, Mathieu Malaterre
 mathieu.malate...@gmail.com wrote:
 Version: 1:0.94.dfsg-2

  Before I start investigating, could you try the testing version of
 fop (1:0.95.dfgs-7 ?)

Indeed... that fixed the issue. I had libxalan2-java and docbook-xsl
from testing but I completely forgot to update fop to testing :(

Sorry for the noise.
-- 
Mathieu



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



Bug#567160: serna segfault when publishing PDF

2010-01-27 Thread Mathieu Malaterre
Package: serna
Version: 0.svn235-2
Severity: important


serna segfault when publishind a PDF file.

Steps to reproduce:
- Start serna
- Select simple docbook example
- Click Publish
- Select PDF
- Click Publish

It should fails with:
GLib:ERROR:/tmp/buildd/glib2.0-2.22.4/glib/gmain.c:1963:g_main_dispatch: 
assertion failed: (current-dispatching_sources == current_source_link)

backtrace:
Program received signal SIGABRT, Aborted.
0x7308ff55 in raise () from /lib/libc.so.6
(gdb) bt
#0  0x7308ff55 in raise () from /lib/libc.so.6
#1  0x73092d90 in abort () from /lib/libc.so.6
#2  0x7255ce9c in g_assertion_message () from /lib/libglib-2.0.so.0
#3  0x7255d410 in g_assertion_message_expr () from /lib/libglib-2.0.so.0
#4  0x72538947 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#5  0x7253c2c8 in ?? () from /lib/libglib-2.0.so.0
#6  0x7253c3f0 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#7  0x76f0639c in 
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () 
from /usr/lib/libQtCore.so.4
#8  0x77442f1f in ?? () from /usr/lib/libQtGui.so.4
#9  0x76edc562 in 
QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#10 0x76edc934 in 
QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#11 0x76edeba4 in QCoreApplication::exec() () from 
/usr/lib/libQtCore.so.4
#12 0x005202b7 in ?? ()
#13 0x0076ee37 in ?? ()
#14 0x7307cabd in __libc_start_main () from /lib/libc.so.6
#15 0x00445179 in ?? ()
#16 0x7fffec18 in ?? ()
#17 0x001c in ?? ()
#18 0x0001 in ?? ()
#19 0x7fffee37 in ?? ()
#20 0x in ?? ()


-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages serna depends on:
ii  docbook-xsl   1.75.2+dfsg-3  stylesheets for processing DocBook
ii  libaspell15   0.60.6-1   GNU Aspell spell-checker runtime l
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libfreetype6  2.3.7-2+lenny1 FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.2-9  GCC support library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libqscintilla2-5  2.4-5  The Qt4 port of the Scintilla sour
ii  libqt4-assistant  4:4.5.3-4  Qt 4 assistant module
ii  libqt4-network4:4.5.3-4  Qt 4 network module
ii  libqt4-qt3support 4:4.5.3-4  Qt 3 compatibility library for Qt 
ii  libqt4-sql4:4.5.3-4  Qt 4 SQL module
ii  libqt4-svg4:4.5.3-4  Qt 4 SVG module
ii  libqt4-xml4:4.5.3-4  Qt 4 XML module
ii  libqtcore44:4.5.3-4  Qt 4 core module
ii  libqtgui4 4:4.5.3-4  Qt 4 GUI module
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libstdc++64.4.2-9The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.2-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxft2   2.1.14-1   FreeType-based font drawing librar
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library
ii  perl  5.10.1-8   Larry Wall's Practical Extraction 
ii  python2.5.2-3An interactive high-level object-o
ii  python-qt44.6-1  Python bindings for Qt4
ii  python-sip4   4.9-1+b1   Python/C++ bindings generator runt
ii  python-support1.0.6  automated rebuilding support for P
ii  python2.5 2.5.2-15   An interactive high-level object-o
ii  xsltproc  1.1.24-2   XSLT command line processor

serna recommends no packages.

serna suggests no packages.

-- no debconf information



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



Bug#567162: serna: Package should suggest fop

2010-01-27 Thread Mathieu Malaterre
Package: serna
Version: 0.svn235-2
Severity: minor


It would be nice that package serna either recommend or suggest: fop.

Thanks

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages serna depends on:
ii  docbook-xsl   1.75.2+dfsg-3  stylesheets for processing DocBook
ii  libaspell15   0.60.6-1   GNU Aspell spell-checker runtime l
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libfreetype6  2.3.7-2+lenny1 FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.2-9  GCC support library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libqscintilla2-5  2.4-5  The Qt4 port of the Scintilla sour
ii  libqt4-assistant  4:4.5.3-4  Qt 4 assistant module
ii  libqt4-network4:4.5.3-4  Qt 4 network module
ii  libqt4-qt3support 4:4.5.3-4  Qt 3 compatibility library for Qt 
ii  libqt4-sql4:4.5.3-4  Qt 4 SQL module
ii  libqt4-svg4:4.5.3-4  Qt 4 SVG module
ii  libqt4-xml4:4.5.3-4  Qt 4 XML module
ii  libqtcore44:4.5.3-4  Qt 4 core module
ii  libqtgui4 4:4.5.3-4  Qt 4 GUI module
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libstdc++64.4.2-9The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.2-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxft2   2.1.14-1   FreeType-based font drawing librar
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library
ii  perl  5.10.1-8   Larry Wall's Practical Extraction 
ii  python2.5.2-3An interactive high-level object-o
ii  python-qt44.6-1  Python bindings for Qt4
ii  python-sip4   4.9-1+b1   Python/C++ bindings generator runt
ii  python-support1.0.6  automated rebuilding support for P
ii  python2.5 2.5.2-15   An interactive high-level object-o
ii  xsltproc  1.1.24-2   XSLT command line processor

serna recommends no packages.

serna suggests no packages.

-- no debconf information



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



Bug#566271: Fwd: [docbook-apps] Generating PDF from docbook on Linux (OSS)

2010-01-29 Thread Mathieu Malaterre
Here is the root problem


-- Forwarded message --
From: Ruediger Landmann r.landm...@redhat.com
Date: Fri, Jan 29, 2010 at 1:26 AM
Subject: Re: [docbook-apps] Generating PDF from docbook on Linux (OSS)
To: Mathieu Malaterre mathieu.malate...@gmail.com
Cc: docbook-a...@lists.oasis-open.org


On 01/23/2010 02:26 AM, Mathieu Malaterre wrote:

 hi there,

   I am looking for tool that would generate PDF file from a docbook
 file. I tried a couple without success:

 - publican simply aborts on my machine (*)


Hi Mathieu --

Publican is failing on your machine because of a dependency issue.
You've got libfile-copy-recursive-perl 0.36, but Publican requires
=0.38

I just verified the installation instructions for Publican on
Debian[1] using a fresh installation of Debian 5.0.3 and confirm that
the correct version of libfile-copy-recursive-perl gets pulled in
(0.38-1). I was then able to build html and PDF documents, although
FOP threw up errors during PDF generation and I suspect some further
tweaking is needed.

That said, we haven't tested Publican with mml yet, and preliminary,
informal tests based on your test case have not been encouraging :(

Please feel free to drop by the Publican mailing list[2] and let us
know what we can do to help you further.

Cheers

Ruediger



[1] 
http://rlandmann.fedorapeople.org/pug/chap-Users_Guide-Installing_Publican.html#sect-Users_Guide-Installing_Publican_on_Linux_operating_systems-Installing_Publican_on_Debian

[2] https://www.redhat.com/mailman/listinfo/publican-list




-- 
Mathieu



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



Bug#567511: Help collection file does not exist: /usr/share/doc/serna/serna.qhc

2010-01-29 Thread Mathieu Malaterre
Package: serna
Version: 0.svn235-2
Severity: normal


When one click on the question mark on an element to get help an error dialog 
shows up with:

 Help collection file does not exist: /usr/share/doc/serna/serna.qhc

The documentation appears to be compressed:

/usr/share/doc/serna/serna.qhc.gz

Thanks !

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages serna depends on:
ii  docbook-xsl  1.75.2+dfsg-3   stylesheets for processing DocBook
ii  libaspell15  0.60.6-1GNU Aspell spell-checker runtime l
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  libfreetype6 2.3.7-2+lenny1  FreeType 2 font engine, shared lib
ii  libgcc1  1:4.4.2-9   GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libqscintilla2-5 2.4-5   The Qt4 port of the Scintilla sour
ii  libqt4-assistant 4:4.5.3-4   Qt 4 assistant module
ii  libqt4-network   4:4.5.3-4   Qt 4 network module
ii  libqt4-qt3support4:4.5.3-4   Qt 3 compatibility library for Qt 
ii  libqt4-sql   4:4.5.3-4   Qt 4 SQL module
ii  libqt4-svg   4:4.5.3-4   Qt 4 SVG module
ii  libqt4-xml   4:4.5.3-4   Qt 4 XML module
ii  libqtcore4   4:4.5.3-4   Qt 4 core module
ii  libqtgui44:4.5.3-4   Qt 4 GUI module
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libstdc++6   4.4.2-9 The GNU Standard C++ Library v3
ii  libx11-6 2:1.3.3-1   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxft2  2.1.14-1FreeType-based font drawing librar
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxmu6  2:1.0.4-1   X11 miscellaneous utility library
ii  perl 5.10.1-9Larry Wall's Practical Extraction 
ii  python   2.5.2-3 An interactive high-level object-o
ii  python-qt4   4.6-1   Python bindings for Qt4
ii  python-sip4  4.9-1+b1Python/C++ bindings generator runt
ii  python-support   1.0.6   automated rebuilding support for P
ii  python2.52.5.2-15+lenny1 An interactive high-level object-o
ii  xsltproc 1.1.24-2XSLT command line processor

serna recommends no packages.

serna suggests no packages.

-- no debconf information



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



Bug#558775: std_hash_set_fwd.hpp:29: error: redeclared with 3 template parameter(s)

2009-11-30 Thread Mathieu Malaterre
Package: libboost1.40-dev
Version: 1.40.0-4
Severity: normal


One cannot use tulip and boost 1.40 at the same time. As demonstrated in the 
following examples:

$ cat t.cxx
//#include boost/graph/graph_utility.hpp  // workaround
#include tulip/Graph.h
#include boost/graph/graph_utility.hpp 

int main()
{
  return 0;
}

$ g++ t.cxx 


   /tmp
In file included from /usr/include/c++/4.3/ext/hash_map:64,
 from /usr/include/tulip/Graph.h:25,
 from t.cxx:2:
/usr/include/c++/4.3/backward/backward_warning.h:33:2: warning: #warning This 
file includes at least one deprecated or antiquated header which may be removed 
without further notice at a future date. Please use a non-deprecated interface 
with equivalent functionality instead. For a listing of replacement headers and 
interfaces, consult the file backward_warning.h. To disable this warning use 
-Wno-deprecated.
In file included from 
/usr/include/boost/spirit/home/phoenix/stl/algorithm/detail/./is_std_hash_map.hpp:23,
 from 
/usr/include/boost/spirit/home/phoenix/stl/algorithm/detail/has_find.hpp:25,
 from 
/usr/include/boost/spirit/home/phoenix/stl/algorithm/querying.hpp:17,
 from /usr/include/boost/spirit/home/phoenix/algorithm.hpp:11,
 from /usr/include/boost/spirit/home/phoenix.hpp:10,
 from /usr/include/boost/graph/depth_first_search.hpp:24,
 from /usr/include/boost/graph/graph_utility.hpp:32,
 from t.cxx:3:
/usr/include/boost/spirit/home/phoenix/stl/algorithm/detail/././std_hash_map_fwd.hpp:29:
 error: redeclared with 3 template parameter(s)
/usr/include/c++/4.3/ext/hash_map:83: note: previous declaration 
‘templateclass _Key, class _Tp, class _HashFn, class _EqualKey, class _Alloc 
class __gnu_cxx::hash_map’ used 5 template parameter(s)
/usr/include/boost/spirit/home/phoenix/stl/algorithm/detail/././std_hash_map_fwd.hpp:36:
 error: redeclared with 3 template parameter(s)
/usr/include/c++/4.3/ext/hash_map:296: note: previous declaration 
‘templateclass _Key, class _Tp, class _HashFn, class _EqualKey, class _Alloc 
class __gnu_cxx::hash_multimap’ used 5 template parameter(s)
In file included from 
/usr/include/boost/spirit/home/phoenix/stl/algorithm/detail/./is_std_hash_set.hpp:23,
 from 
/usr/include/boost/spirit/home/phoenix/stl/algorithm/detail/has_find.hpp:26,
 from 
/usr/include/boost/spirit/home/phoenix/stl/algorithm/querying.hpp:17,
 from /usr/include/boost/spirit/home/phoenix/algorithm.hpp:11,
 from /usr/include/boost/spirit/home/phoenix.hpp:10,
 from /usr/include/boost/graph/depth_first_search.hpp:24,
 from /usr/include/boost/graph/graph_utility.hpp:32,
 from t.cxx:3:
/usr/include/boost/spirit/home/phoenix/stl/algorithm/detail/././std_hash_set_fwd.hpp:29:
 error: redeclared with 3 template parameter(s)
/usr/include/c++/4.3/backward/hash_set:84: note: previous declaration 
‘templateclass _Value, class _HashFcn, class _EqualKey, class _Alloc class 
__gnu_cxx::hash_set’ used 4 template parameter(s)
/usr/include/boost/spirit/home/phoenix/stl/algorithm/detail/././std_hash_set_fwd.hpp:36:
 error: redeclared with 3 template parameter(s)
/usr/include/c++/4.3/backward/hash_set:285: note: previous declaration 
‘templateclass _Value, class _HashFcn, class _EqualKey, class _Alloc class 
__gnu_cxx::hash_multiset’ used 4 template parameter(s)

One workaround is to include 
#include boost/graph/graph_utility.hpp
before tulip/Graph.h

Ref:
$ apt-cache policy  libtulip-dev


   /tmp
libtulip-dev:
  Installed: 3.1.2-2
  Candidate: 3.1.2-2
  Version table:
 3.1.2-2.1 0
100 http://ftp.fr.debian.org unstable/main Packages
 *** 3.1.2-2 0
200 http://ftp.fr.debian.org testing/main Packages
100 /var/lib/dpkg/status


-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libboost1.40-dev depends on:
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.2-3  GCC support library
ii  libicu42  4.2.1-3International Components for Unico
ii  libstdc++64.4.2-3The GNU 

Bug#558775: Fwd: [Boost-users] std_hash_set_fwd.hpp:29: error: redeclared with 3 template parameter(s)

2009-11-30 Thread Mathieu Malaterre
-- Forwarded message --
From: Steven Watanabe watanab...@gmail.com
Date: Mon, Nov 30, 2009 at 4:16 PM
Subject: Re: [Boost-users] std_hash_set_fwd.hpp:29: error: redeclared
with 3  template parameter(s)
To: boost-us...@lists.boost.org


AMDG

Mathieu Malaterre wrote:

 Has anyone seen this type of error before:

 /usr/include/boost/spirit/home/phoenix/stl/algorithm/detail/././std_hash_set_fwd.hpp:29:
 error: redeclared with 3 template parameter(s)
 /usr/include/c++/4.3/backward/hash_set:84: note: previous declaration
 ‘templateclass _Value, class _HashFcn, class _EqualKey, class _Alloc
 class __gnu_cxx::hash_set’ used 4 template parameter(s)
 /usr/include/boost/spirit/home/phoenix/stl/algorithm/detail/././std_hash_set_fwd.hpp:36:
 error: redeclared with 3 template parameter(s)
 /usr/include/c++/4.3/backward/hash_set:285: note: previous declaration
 ‘templateclass _Value, class _HashFcn, class _EqualKey, class _Alloc
 class __gnu_cxx::hash_multiset’ used 4 template parameter(s)
 make[2]: *** 
 [Simulation/CMakeFiles/GraphicDisplay.dir/GraphicDisplay/Visualization.o]
 Error 1


I think this is fixed in 1.41.

In Christ,
Steven Watanabe

___
Boost-users mailing list
boost-us...@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users



-- 
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: Fwd: [Doxygen-users] Generated HTML pages are getting huge

2009-12-01 Thread Mathieu Malaterre
[for reference]

FYI here is the proper solution to avoir aliasing and thus decrease
the size of png by a factor or 10 (I did not even use optipng which
make me think we can even further shrink those files).

This is not a ready-to-use solution since I could not find a way to
tell doxygen to pass option png:gd...

-- Forwarded message --
From: Mathieu Malaterre mathieu.malate...@gmail.com
Date: Tue, Dec 1, 2009 at 2:04 PM
Subject: Re: [Doxygen-users] Generated HTML pages are getting huge
To: Eric Matecki emate...@tvpaint.fr
Cc: doxygen-us...@lists.sourceforge.net


[CCing dox user]

On Tue, Dec 1, 2009 at 1:56 PM, Eric Matecki emate...@tvpaint.fr wrote:
 Mathieu Malaterre wrote:

 On Tue, Dec 1, 2009 at 11:58 AM, Eric Matecki emate...@tvpaint.fr wrote:

 Nicolas Alvarez wrote:

 Mathieu Malaterre wrote:

 Using SEARCHENGINE=NO and using imagemagick/convert to compress the
 png file, we were able to divide the size of the installed tree to
 431524 kB

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557237
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557238

 Is the 'convert' step part of the build process? (in debian/rules)

 Have you tried optipng instead? It's giving me further decreases
 over the
 compression already done in the latest package.

 Oops, I sent my last reply by mistake privately to Nicolas instead
 of the list...
 So here it is again:

 The PNGs are much bigger because the lines are now antialiased.
 They look much nicer than the old ones with their steps, but
 compress much much less.
 For sure its doxygen which tells dot to antialias them because I
 didn't update my dot.

 I wouldn't know how to tell dot to do this, so I'm not sure this is
 true.
 Maybe a library used by dot got updated (libgd for instance).

 Maybe some lib got updated, I really don't know.
 My dot is still 2.18 (Wed Aug  6 10:29:47 UTC 2008).

 So maybe an option in Doxyfile to not antialias these lines ?

 Not that I'm aware of.

 But it certainly would be useful for several people generating
 big docs to disable this antialiasing.

 Does somebody know how to do this (I mean, telling dot to not antialias
 the lines (edges), a quick look thru dot's man page didn't help) ?

 Does the following help ?


 https://mailman.research.att.com/pipermail/graphviz-interest/2008q4/005889.html

 Now that's a good starting point !

 I first simply tried :
 DOT IMAGE FORMAT = png:gd
 but a   ps -elf|grep dot   quickly showed that doxygen stripped the :gd part
 of the format
 (or ignored png:gd and used the default which is png)

 Then I wrote a short shell script to use instead of dot which replaces -Tpng
 with -Tpng:gd
 before calling /usr/bin/dot with the rest of the arguments.
 The same  ps  showed dot was called with -Tpng:gd (ie. I didn't made an
 error in my script :)

 But the PNGs are still antialiased...

 Can it really be that a newer version of libgd draws antialiased lines ?

Well it does work *pretty* well for me:

$ dot -Tpng:gd -ographics.png
boost_1_40_0_beta1/libs/graph/example/graphviz_example.dot
$ dot -Tpng -ographics2.png
boost_1_40_0_beta1/libs/graph/example/graphviz_example.dot

$ ls
-rw-r--r--  1 mathieu mathieu      1403 2009-12-01 13:50 graphics.png
-rw-r--r--  1 mathieu mathieu     13049 2009-12-01 13:51 graphics2.png

$ apt-cache policy graphviz
graphviz:
 Installed: 2.20.2-3
 Candidate: 2.20.2-3
 Version table:
 *** 2.20.2-3 0
       500 http://ftp.fr.debian.org lenny/main Packages
       100 /var/lib/dpkg/status


$ apt-cache policy libgd2-xpm
libgd2-xpm:
 Installed: 2.0.36~rc1~dfsg-3+lenny1
 Candidate: 2.0.36~rc1~dfsg-3+lenny1
 Version table:
 *** 2.0.36~rc1~dfsg-3+lenny1 0
       500 http://security.debian.org lenny/updates/main Packages
       100 /var/lib/dpkg/status

System is a debian/stable.


BTW what happen if you escape the : with a \ or try something like:

DOT IMAGE FORMAT = png:gd


Cheers
--
Mathieu



-- 
Mathieu



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



Bug#469397:

2009-12-02 Thread Mathieu Malaterre
The current package needs:

$ dpkg-checkbuilddeps
dpkg-checkbuilddeps: Unmet build dependencies: libvdpau-dev |
nvidia-190-libvdpau-dev | nvidia-185-libvdpau-dev |
nvidia-180-libvdpau-dev


This should be changed to accept:

http://packages.debian.org/sid/nvidia-libvdpau-dev

$ apt-cache policy nvidia-libvdpau-dev
nvidia-libvdpau-dev:
  Installed: 195.22-1
  Candidate: 195.22-1
  Version table:
 *** 195.22-1 0
100 /var/lib/dpkg/status
 190.42-3 0
100 http://ftp.fr.debian.org unstable/non-free Packages

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#469397:

2009-12-02 Thread Mathieu Malaterre
debian package is still missing some dependencies:


checking FLAC/stream_decoder.h presence... yes
checking for FLAC/stream_decoder.h... yes
checking for main in -lsmbclient... no
configure: error: Could not find a required library. Please see the
README for your platform.
make[1]: *** [override_dh_auto_configure] Error 1
make[1]: Leaving directory `/home/mathieu/Projects/csm/Code/Csm-gcc/xbmc'
make: *** [build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2



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



Bug#559313: dicom3tools: dciodvfy aborts on valid RT Dose Storage file

2009-12-03 Thread Mathieu Malaterre
Package: dicom3tools
Version: 1.0~20091113-1
Severity: normal


dciodvfy aborts on the following file:

http://gdcm.sourceforge.net/thingies/RTDose.dcm.gz

when run one get:
[1]7619 abort  dciodvfy 
RD.1.2.246.352.71.7.1601142586.432252.20090324173218.dcm
dvfy: attrothr.cc:45: void 
OtherUnspecifiedLargeAttributeBase::Proposal14EncodingRules(Uint16, 
TransferSyntax*, Uint16, Endian, Uint32, Endian): Assertion `bitsallocated 
= bytesinword*8u' failed.
[1]7683 abort  dciodvfy RTDose.dcm

Thanks

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dicom3tools depends on:
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.2-3  GCC support library
ii  libstdc++64.4.2-3The GNU Standard C++ Library v3

dicom3tools recommends no packages.

Versions of packages dicom3tools suggests:
ii  dcmtk 20090818   The OFFIS DICOM toolkit command li
ii  libgdcm-tools 2.0.14-2   Grassroots DICOM tools and utiliti

-- no debconf information



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



Bug#559320: dicom3tools: Package does not honor nostrip

2009-12-03 Thread Mathieu Malaterre
Package: dicom3tools
Version: 1.0~20091113-1
Severity: normal


Package does not honor DEB_BUILD_OPTIONS=nostrip

Please fix, thanks

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dicom3tools depends on:
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.2-3  GCC support library
ii  libstdc++64.4.2-3The GNU Standard C++ Library v3
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar

dicom3tools recommends no packages.

Versions of packages dicom3tools suggests:
ii  dcmtk 20090818   The OFFIS DICOM toolkit command li
ii  libgdcm-tools 2.0.14-2   Grassroots DICOM tools and utiliti

-- no debconf information



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



Bug#559452: libvtk5.2: Please add Suggest: openmpi-bin

2009-12-04 Thread Mathieu Malaterre
Package: libvtk5.2
Version: 5.2.1-11
Severity: normal


Thanks for adding MPI for VTK. There is still one Suggests missing: openmpi-bin 
which provides the mpirun binary.

Thanks

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libvtk5.2 depends on:
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libexpat1  2.0.1-4+lenny1XML parsing C library - runtime li
ii  libfreetype6   2.3.7-2+lenny1FreeType 2 font engine, shared lib
ii  libgcc11:4.4.2-3 GCC support library
ii  libgl1-mesa-glx [libgl 7.0.3-7   A free implementation of the OpenG
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.40-1  PNG library - runtime
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.4.2-3   The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-11.2Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  libxml22.7.6.dfsg-1  GNOME XML library
ii  libxss11:1.1.3-1 X11 Screen Saver extension library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

libvtk5.2 recommends no packages.

Versions of packages libvtk5.2 suggests:
ii  libvtk5-dev   5.2.1-11   VTK header files for building C++ 
ii  vtk-doc   5.2.1-11   VTK class reference documentation
ii  vtk-examples  5.0.4-1.1  C++, Tcl and Python example progra

-- no debconf information



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



Bug#539374: RFP: rsvndump -- Performs a remote dump of a subversion repository

2009-07-31 Thread Mathieu Malaterre
Package: wnpp
Severity: wishlist


* Package name: rsvndump
  Version : 0.5.2
  Upstream Author : Jonas Gehring jonas.gehr...@boolsoft.org
* URL : http://rsvndump.sourceforge.net
* License : GPL
  Programming Lang: C
  Description : Performs a remote dump of a subversion repository

 rsvndump is a command line tool that is able to dump a Subversion repository 
that resides on a remote server. All data is dumped in the format that can be 
read an written by svnadmin dump, so the data which is produced can easily be 
importerd into a new Subversion repository.

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)



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



Bug#539418: nvidia-cg-toolkit: New NVIDIA Cg Toolkit 2.2

2009-07-31 Thread Mathieu Malaterre
Package: nvidia-cg-toolkit
Version: 2.0.0015.deb3
Severity: normal


Please update to cg 2.2:

http://developer.download.nvidia.com/cg/Cg_2.2/Cg-2.2_April2009_x86_64.tgz

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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nvidia-cg-toolkit depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libcompress-zlib-perl 2.012-1Perl module for creation and manip
ii  libwww-perl   5.813-1WWW client/server library for Perl
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 

nvidia-cg-toolkit recommends no packages.

nvidia-cg-toolkit suggests no packages.

-- debconf information:
  nvidia-cg-toolkit/httpget: true
  nvidia-cg-toolkit/local:
  nvidia-cg-toolkit/delete: true
  nvidia-cg-toolkit/not_exist:



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



Bug#469397:

2009-08-01 Thread Mathieu Malaterre
Where can I download the debian/* files, I could not find any external
links. I'd like to try XBMC on my system.

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#507441: Still an issue with current libjasper-runtime

2009-08-01 Thread Mathieu Malaterre
Package: libjasper-runtime
Version: 1.900.1-5.1
Severity: normal



I can still reproduce the issue today:
  
$ jiv bug.j2c   

   /tmp
jiv: jpc_dec.c:1072: jpc_dec_tiledecode: Assertion `dec-numcomps == 3' 
failed.[1]   12804 abortjiv ug.j2c


With:
wget http://jpeg.sourceforge.net/jpeg2000/bug.j2c


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: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libjasper-runtime depends on:
ii  freeglut32.4.0-6.1   OpenGL Utility Toolkit
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1] 7.0.3-7 A free implementation of the OpenG
ii  libglu1-mesa [libglu1]   7.4.1-1 The OpenGL utility library (GLU)
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  libjasper1   1.900.1-5.1 The JasPer JPEG-2000 runtime libra
ii  libjpeg626b-14   The Independent JPEG Group's JPEG 
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libx11-6 2:1.2.1-1   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxi6   2:1.2.1-2   X11 Input extension library
ii  libxmu6  2:1.0.4-1   X11 miscellaneous utility library
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library

libjasper-runtime recommends no packages.

libjasper-runtime suggests no packages.

-- no debconf information



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



Bug#539925: tidy man page broken

2009-08-04 Thread Mathieu Malaterre
Package: tidy
Version: 20080116cvs-2
Severity: normal


There seems to be an issue with the automated generated generation of the tidy 
manpage. On my debian system it appears as:


OPTIONS
   HTML, XHTML, XML options:
   Diagnostics options:
   Pretty Print options:
   Character Encoding options:
   Miscellaneous options:
SEE ALSO


While looking on the web:
http://tidy.sourceforge.net/docs/tidy_man.html

One can clearly sees that each option is clearly defined.

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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tidy depends on:
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libtidy-0.99-0 20080116cvs-2 HTML syntax checker and reformatte

tidy recommends no packages.

Versions of packages tidy suggests:
pn  tidy-doc  none (no description available)

-- no debconf information



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



Bug#539925:

2009-08-04 Thread Mathieu Malaterre
BTW, man tidy reports:

tidy - validate, correct, and pretty-print HTML files
(version: 6 November 2007)


while apt reports:


$ apt-cache policy tidy
tidy:
  Installed: 20080116cvs-2
  Candidate: 20080116cvs-2
  Version table:
 20081224cvs-1 0
200 http://ftp.fr.debian.org testing/main Packages
100 http://ftp.fr.debian.org unstable/main Packages
 *** 20080116cvs-2 0
500 http://ftp.fr.debian.org lenny/main Packages
100 /var/lib/dpkg/status

man page is clearly not up to date

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#539374:

2009-08-05 Thread Mathieu Malaterre
I failed to use rsvndump 0.5.2 on two occasions:

1) rsvndump timed out
2) It corrupted a Node-Path and dump file could not be applied

Using svnsync did work for me and is clearly documented to allow a
rsvndump operation using svnsync + svnadmin.

I will not work anymore on the rsvndump debian package:
http://mentors.debian.net/cgi-bin/maintainer-packages?action=details;package=rsvndump


-- 
Mathieu



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



Bug#463715: Some update

2009-08-05 Thread Mathieu Malaterre
See:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538280

-- 
Mathieu



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



Bug#538280:

2009-08-05 Thread Mathieu Malaterre
I noticed that there are some cmake.vim directly in the cmake source
code, however the upstream package of cmake does not override them.
See also Bug #463715

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463715

-- 
Mathieu



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



Bug#503183: flex-old: Wrong URL in package comment

2008-10-23 Thread Mathieu Malaterre
Package: flex-old
Version: 2.5.4a-7
Severity: normal


On page:
http://packages.debian.org/sid/flex-old

The URL is : http://lex.sourceforge.net/

while it should be: http://flex.sourceforge.net/

Thank you.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing'), (40, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages flex-old depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

Versions of packages flex-old recommends:
ii  gcc [c-compiler]  4:4.2.2-2  The GNU C compiler
ii  gcc-3.3 [c-compiler]  1:3.3.6-15 The GNU C compiler
ii  gcc-3.4 [c-compiler]  3.4.6-5The GNU C compiler
ii  gcc-4.1 [c-compiler]  4.1.1-21   The GNU C compiler
ii  gcc-4.2 [c-compiler]  4.2.3-3The GNU C compiler
ii  gcc-4.3 [c-compiler]  4.3.0-3The GNU C compiler

-- no debconf information



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



Bug#503310: mount.nfs: np-1b:/vol/dev_src failed, security flavor not supported

2008-10-24 Thread Mathieu Malaterre
Package: nfs-common
Version: 1:1.1.2-6
Severity: normal


I cannot access our netapp system from a debian stable, while I can from a 
kubuntu system

From the debian system:

$ sudo mount  -t nfs -o sec=sys np-1b:/vol/dev_src /mnt/dev_src
mount.nfs: np-1b:/vol/dev_src failed, security flavor not supported

now without the sec=sys option:

$ sudo mount  -t nfs  np-1b:/vol/dev_src /mnt/dev_src
$ find /mnt/dev_src
/mnt/dev_src
find: /mnt/dev_src: Permission denied

I have to explicitely says to use nfsvers=2:

$ sudo mount  -t nfs -o sec=sys,nfsvers=2 np-1b:/vol/dev_src /mnt/dev_src

this create a couple of annoying side effect:

$ touch /mnt/dev_src/mmalaterre/hello
touch: setting times of `/mnt/dev_src/mmalaterre/hello': Permission denied


Everything goes smoothly from the ubuntu system:

$ cat /proc/mounts
...
np-1b:/vol/dev_src /mnt/dev_src nfs 
rw,noatime,relatime,vers=3,rsize=65536,wsize=65536,hard,nointr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=10.4.2.81
 0 0


Major/Minor version of nfs-common are identical (ref bugs #492970)

On ubuntu:
$ apt-cache show nfs-common
Package: nfs-common
Priority: optional
Section: net
Installed-Size: 556
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Original-Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: amd64
Source: nfs-utils
Version: 1:1.1.2-2ubuntu2.1
...

Thank you !

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing'), (40, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages nfs-common depends on:
ii  add 3.102Add and remove users and groups
ii  ini 2.86.ds1-47~bpo40+1  Scripts for initializing and shutt
ii  lib 2.7-10   GNU C Library: Shared libraries
ii  lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 common error description library
ii  lib 1.3e-3   An asynchronous event notification
ii  lib 0.1-2mechanism-switch gssapi library
ii  lib 1.6.dfsg.4~beta1-4   MIT Kerberos runtime libraries
ii  lib 0.18-0   An nfs idmapping library
ii  lib 0.14-2etch3  allows secure rpc communication us
ii  lib 7.6.dbs-13   Wietse Venema's TCP wrappers libra
ii  lsb 3.1-23.2etch1Linux Standard Base 3.1 init scrip
ii  net 4.29 Basic TCP/IP networking system
ii  por 5-26 The RPC portmapper
ii  ucf 2.0020   Update Configuration File: preserv

nfs-common recommends no packages.

-- no debconf information



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



Bug#569666: Build-dep: libqscintilla2-dev = 2.4-5

2010-02-13 Thread Mathieu Malaterre
Package: serna
Version: 0.svn270-2
Severity: important


Hi serna does not build on my lenny system. It requires a newer 
libqscintilla2-dev package. Please adapt debian/control#Build-Dep.

Thanks

Output is currently:

g++ -c -pipe -g -DQT_SHARED -DQT3_SUPPORT  -Wall -W -O2 -D_REENTRANT
-DNDEBUG -DNOCVSID -DOALLOC_TYPE=4 -DMULTI_THREADED
-D__STDC_VERSION__=199901L -DQT_DLL -DBUILD_PLAINEDITOR -DQT3_SUPPORT
-DQT_THREAD_SUPPORT
-I/tmp/serna-free-0.svn270/sfworks/common/sysdep/i386-linux-g++
-I. -I.. -I/tmp/serna-free-0.svn270/serna/plaineditor
-I/tmp/serna-free-0.svn270/serna/plaineditor/..
-I/tmp/serna-free-0.svn270/build/sfworks
-I/tmp/serna-free-0.svn270/sfworks -I/usr/include/qt4
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtNetwork
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml
-I/usr/include/qt4/Qsci -o obj/QtPlainEditor.o
/tmp/serna-free-0.svn270/serna/plaineditor/qt/QtPlainEditor.cxx
/tmp/serna-free-0.svn270/serna/plaineditor/qt/QtPlainEditor.cxx:70:31:
error: Qsci/qscilexerxml.h: No such file or directory
/tmp/serna-free-0.svn270/serna/plaineditor/qt/QtPlainEditor.cxx: In
member function ‘void QtPlainEditor::init()’:
/tmp/serna-free-0.svn270/serna/plaineditor/qt/QtPlainEditor.cxx:347:
error: expected type-specifier before ‘QsciLexerXML’
/tmp/serna-free-0.svn270/serna/plaineditor/qt/QtPlainEditor.cxx:347:
error: cannot convert ‘int*’ to ‘QsciLexer*’ in assignment
/tmp/serna-free-0.svn270/serna/plaineditor/qt/QtPlainEditor.cxx:347:
error: expected `;' before âciLexerXML’
/tmp/serna-free-0.svn270/serna/plaineditor/qt/QtPlainEditor.cxx: In
member function ‘virtual void QtPlainEditor::insert(const
Common::String)’:
/tmp/serna-free-0.svn270/serna/plaineditor/qt/QtPlainEditor.cxx:489:
error: invalid use of incomplete type ‘struct QsciLexer’
/usr/include/qt4/Qsci/qsciscintilla.h:55: error: forward declaration
of ‘struct QsciLexer’
make[4]: *** [obj/QtPlainEditor.o] Error 1
make[4]: Leaving directory `/tmp/serna-free-0.svn270/build/serna/plaineditor'
make[3]: *** [plaineditor] Error 2
make[3]: Leaving directory `/tmp/serna-free-0.svn270/build/serna'
make[2]: *** [serna] Error 2
make[2]: Leaving directory `/tmp/serna-free-0.svn270/build'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/tmp/serna-free-0.svn270'
make: *** [binary] Error 2
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error
exit status 2

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages serna depends on:
ii  docbook-xsl1.75.2+dfsg-5 stylesheets for processing DocBook
ii  libaspell150.60.6-1  GNU Aspell spell-checker runtime l
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libfreetype6   2.3.9-4   FreeType 2 font engine, shared lib
ii  libgcc11:4.4.1-1 GCC support library
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libqscintilla2-5   2.4.2-3   The Qt4 port of the Scintilla sour
ii  libqt4-assistant   4:4.5.3-4 Qt 4 assistant module
ii  libqt4-network 4:4.5.3-4 Qt 4 network module
ii  libqt4-qt3support  4:4.5.3-4 Qt 3 compatibility library for Qt 
ii  libqt4-sql 4:4.5.3-4 Qt 4 SQL module
ii  libqt4-svg 4:4.5.3-4 Qt 4 SVG module
ii  libqt4-xml 4:4.5.3-4 Qt 4 XML module
ii  libqtcore4 4:4.5.3-4 Qt 4 core module
ii  libqtgui4  4:4.5.3-4 Qt 4 GUI module
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libstdc++6 4.4.1-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  perl   5.10.1-8  Larry Wall's Practical Extraction 
ii  python 2.5.4-2   An interactive high-level object-o
ii  python-qt4 4.7-2 Python bindings for Qt4
ii  python-sip [sip-api-7.0]   4.10-2Python/C++ bindings generator runt
ii  python-support 1.0.3~bpo50+1 automated rebuilding support for P
ii  python2.5  2.5.4-1   An interactive high-level object-o
ii  xsltproc   1.1.24-2  XSLT command line processor

Versions of packages serna recommends:
ii  fop1:0.95.dfsg-7 XML to PDF 

Bug#569158: serna segfault on startup (566823 is back)

2010-02-13 Thread Mathieu Malaterre
Does anyone knows why I see a -DQT3_SUPPORT and at the same time
-I/usr/include/qt4 ...

...
g++ -c -pipe -g -DQT_SHARED  -Wall -W -O2 -D_REENTRANT -DNDEBUG
-DNOCVSID -DOALLOC_TYPE=4 -DMULTI_THREADED -D__STDC_VERSION__=199901L
-DQT_DLL -DUSE_XPATH3 -DNEW_TEMPLATE_SELECTOR -DQT3_SUPPORT
-DQT_THREAD_SUPPORT
-I/tmp/2/serna-free-0.svn270/sfworks/common/sysdep/i386-linux-g++
-I/tmp/2/serna-free-0.svn270/build/sfworks
-I/tmp/2/serna-free-0.svn270/sfworks/xslt/impl
-I/tmp/2/serna-free-0.svn270/sfworks -I/usr/include/qt4
-I/usr/include/qt4/QtCore -o obj/Number.o
/tmp/2/serna-free-0.svn270/sfworks/xslt/impl/instructions/Number.cxx
...

Thanks

2010/2/12 Joachim Breitner nome...@debian.org:
 Hi Vincent,

 Am Donnerstag, den 11.02.2010, 16:11 +0100 schrieb Vincent Hobeïka:
 Ok. I have now succeeded in building serna from sources.

 At least something :-)

 Yet it still crashes.

 :-(

 I have no idea at this point, so I’m forwarding the issue to the
 serna-developers mailing list. Maybe somebody there can help you debug
 this.

 I tried another test. I launch serna, then I close the dialog with the 
 example
 list. I click on Document - New Document - Default. File Name :
 Noname1.xml.
 I click the OK button.
 In the Enter Root Element dialog window I write book and click the OK
 button.
 Here I can see the Noname1.xml loaded with the first book tag and a dialog
 window above asking Do you want to save the changes to Noname1.xml?.

 — If I answer Yes, a Save Dialog window opens. I select a directory and click
 save = serna crashes.
 — If I answer No = serna crashes.
 — If I answer Cancel = serna crashes AND I have a Segmentation fault in the
 console output. Here is the associated gdb output :

 ###
 Reading symbols from /usr/bin/serna...(no debugging symbols found)...done.
 (gdb) r
 Starting program: /usr/bin/serna
 [Thread debugging using libthread_db enabled]

 Program received signal SIGSEGV, Segmentation fault.
 0x004ad64b in Common::Exception::set_what(Common::flex_stringchar,
 std::char_traitschar, std::allocatorchar, Common::RefCntStoragechar,
 std::char_traitschar, std::allocatorchar   const) const ()
 (gdb) n

 Single stepping until exit from function
 _ZNK6Common9Exception8set_whatERKNS_11flex_stringIcSt11char_traitsIcESaIcENS_13RefCntStorageIcS3_S4_,
 which has no line number information.

 Program terminated with signal SIGSEGV, Segmentation fault.
 The program no longer exists.
 ###

 Gruß,
 Joachim
 --
 Joachim nomeata Breitner
 Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata




-- 
Mathieu



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



Bug#569158: serna segfault on startup (566823 is back)

2010-02-13 Thread Mathieu Malaterre
 on libQtAssistantClient.so.4 could
be avoided if debian/serna/usr/bin/serna were not uselessly linked
against it (they use none of its symbols).
make[1]: Leaving directory `/tmp/2/serna-free-0.svn270'
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package `serna' in `../serna_0.svn270-2_amd64.deb'.
 dpkg-genchanges  ../serna-free_0.svn270-2_amd64.changes
dpkg-genchanges: not including original source code in upload
dpkg-buildpackage: binary and diff upload (original source NOT included)



On Sat, Feb 13, 2010 at 11:04 AM, Mathieu Malaterre
mathieu.malate...@gmail.com wrote:
 Does anyone knows why I see a -DQT3_SUPPORT and at the same time
 -I/usr/include/qt4 ...

 ...
 g++ -c -pipe -g -DQT_SHARED  -Wall -W -O2 -D_REENTRANT -DNDEBUG
 -DNOCVSID -DOALLOC_TYPE=4 -DMULTI_THREADED -D__STDC_VERSION__=199901L
 -DQT_DLL -DUSE_XPATH3 -DNEW_TEMPLATE_SELECTOR -DQT3_SUPPORT
 -DQT_THREAD_SUPPORT
 -I/tmp/2/serna-free-0.svn270/sfworks/common/sysdep/i386-linux-g++
 -I/tmp/2/serna-free-0.svn270/build/sfworks
 -I/tmp/2/serna-free-0.svn270/sfworks/xslt/impl
 -I/tmp/2/serna-free-0.svn270/sfworks -I/usr/include/qt4
 -I/usr/include/qt4/QtCore -o obj/Number.o
 /tmp/2/serna-free-0.svn270/sfworks/xslt/impl/instructions/Number.cxx
 ...

 Thanks

 2010/2/12 Joachim Breitner nome...@debian.org:
 Hi Vincent,

 Am Donnerstag, den 11.02.2010, 16:11 +0100 schrieb Vincent Hobeïka:
 Ok. I have now succeeded in building serna from sources.

 At least something :-)

 Yet it still crashes.

 :-(

 I have no idea at this point, so I’m forwarding the issue to the
 serna-developers mailing list. Maybe somebody there can help you debug
 this.

 I tried another test. I launch serna, then I close the dialog with the 
 example
 list. I click on Document - New Document - Default. File Name :
 Noname1.xml.
 I click the OK button.
 In the Enter Root Element dialog window I write book and click the OK
 button.
 Here I can see the Noname1.xml loaded with the first book tag and a dialog
 window above asking Do you want to save the changes to Noname1.xml?.

 — If I answer Yes, a Save Dialog window opens. I select a directory and 
 click
 save = serna crashes.
 — If I answer No = serna crashes.
 — If I answer Cancel = serna crashes AND I have a Segmentation fault in the
 console output. Here is the associated gdb output :

 ###
 Reading symbols from /usr/bin/serna...(no debugging symbols found)...done.
 (gdb) r
 Starting program: /usr/bin/serna
 [Thread debugging using libthread_db enabled]

 Program received signal SIGSEGV, Segmentation fault.
 0x004ad64b in Common::Exception::set_what(Common::flex_stringchar,
 std::char_traitschar, std::allocatorchar, Common::RefCntStoragechar,
 std::char_traitschar, std::allocatorchar   const) const ()
 (gdb) n

 Single stepping until exit from function
 _ZNK6Common9Exception8set_whatERKNS_11flex_stringIcSt11char_traitsIcESaIcENS_13RefCntStorageIcS3_S4_,
 which has no line number information.

 Program terminated with signal SIGSEGV, Segmentation fault.
 The program no longer exists.
 ###

 Gruß,
 Joachim
 --
 Joachim nomeata Breitner
 Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata




 --
 Mathieu




-- 
Mathieu



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



Bug#569158: serna segfault on startup (566823 is back)

2010-02-13 Thread Mathieu Malaterre
Ok here is -hopefully- some more info.

1. debian package does not honor DEB_BUILD_OPTIONS=debug
2. The package has shared libs with undefined symbols (not sure if
this is correct or not).

Anyway:

$ nm -D build/serna/lib/tableplugin/libtableplugin30.so | grep
_ZNK6Common12PropertyNode15getSafePropertyERKNS_6StringE
 U _ZNK6Common12PropertyNode15getSafePropertyERKNS_6StringE

with

$ c++filt _ZNK6Common12PropertyNode15getSafePropertyERKNS_6StringE
Common::PropertyNode::getSafeProperty(Common::String const) const

which can be found in:

$ nm build/sfworks/lib/libcommon.a | grep
_ZNK6Common12PropertyNode15getSafePropertyERKNS_6StringE
0f20 T _ZNK6Common12PropertyNode15getSafePropertyERKNS_6StringE

HTH

On Sat, Feb 13, 2010 at 11:16 AM, Mathieu Malaterre
mathieu.malate...@gmail.com wrote:
 I finally managed to get serna compiled on my lenny/laptop.

 it ends with this suspicious things:

 dh_shlibdeps -l/usr/lib/serna/lib
 dpkg-shlibdeps: warning: symbol _ZN6Common6StringC1EPKcj used by
 debian/serna/usr/lib/serna/plugins/speller/libspeller30.so found in
 none of the libraries.
 dpkg-shlibdeps: warning: symbol _ZN3Sui10IS_TOGGLEDE used by
 debian/serna/usr/lib/serna/plugins/speller/libspeller30.so found in
 none of the libraries.
 dpkg-shlibdeps: warning: symbol _ZTV14ActionExecutor used by
 debian/serna/usr/lib/serna/plugins/speller/libspeller30.so found in
 none of the libraries.
 dpkg-shlibdeps: warning: symbol
 _ZNK3Sui10LiquidItem6widgetEPKNS_4ItemE used by
 debian/serna/usr/lib/serna/plugins/speller/libspeller30.so found in
 none of the libraries.
 dpkg-shlibdeps: warning: symbol
 _ZN12StructEditor16executeAndUpdateERKN6Common9RefCntPtrINS0_7CommandEEE
 used by debian/serna/usr/lib/serna/plugins/speller/libspeller30.so
 found in none of the libraries.
 dpkg-shlibdeps: warning: symbol _ZTVN6Common12PropertyNodeE used by
 debian/serna/usr/lib/serna/plugins/speller/libspeller30.so found in
 none of the libraries.
 dpkg-shlibdeps: warning: symbol
 _ZThn104_N3Sui10LiquidItem15propertyChangedEPN6Common12PropertyNodeE
 used by debian/serna/usr/lib/serna/plugins/speller/libspeller30.so
 found in none of the libraries.
 dpkg-shlibdeps: warning: symbol
 _ZN14DocumentPlugin20buildPluginInterfaceEv used by
 debian/serna/usr/lib/serna/plugins/speller/libspeller30.so found in
 none of the libraries.
 dpkg-shlibdeps: warning: symbol
 _ZNK6Common12PropertyNode15getSafePropertyERKNS_6StringE used by
 debian/serna/usr/lib/serna/plugins/speller/libspeller30.so found in
 none of the libraries.
 dpkg-shlibdeps: warning: symbol _ZN3Sui4Item13childInsertedEPS0_ used
 by debian/serna/usr/lib/serna/plugins/speller/libspeller30.so found in
 none of the libraries.
 dpkg-shlibdeps: warning: 190 other similar warnings have been skipped
 (use -v to see them all).
 dpkg-shlibdeps: warning: symbol
 _ZN6Common12PropertyNodeC1ERKNS_6StringEi used by
 debian/serna/usr/lib/serna/lib/libsapi21.so.2 found in none of the
 libraries.
 dpkg-shlibdeps: warning: symbol _ZN3Sui4Item13childInsertedEPS0_ used
 by debian/serna/usr/lib/serna/lib/libsapi21.so.2 found in none of the
 libraries.
 dpkg-shlibdeps: warning: symbol
 _ZN11GroveEditor6Editor11replaceTextERKNS_8GrovePosEjRKN6Common6StringE
 used by debian/serna/usr/lib/serna/lib/libsapi21.so.2 found in none of
 the libraries.
 dpkg-shlibdeps: warning: symbol
 _ZN6Common12PropertyNode13removeWatcherEPNS_19PropertyNodeWatcherE
 used by debian/serna/usr/lib/serna/lib/libsapi21.so.2 found in none of
 the libraries.
 dpkg-shlibdeps: warning: symbol _ZN6Common12PropertyNode5mergeEPKS0_b
 used by debian/serna/usr/lib/serna/lib/libsapi21.so.2 found in none of
 the libraries.
 dpkg-shlibdeps: warning: symbol _ZNK12StructEditor9stripInfoEv used by
 debian/serna/usr/lib/serna/lib/libsapi21.so.2 found in none of the
 libraries.
 dpkg-shlibdeps: warning: symbol _ZN3Sui4Item12childRemovedEPS0_ used
 by debian/serna/usr/lib/serna/lib/libsapi21.so.2 found in none of the
 libraries.
 dpkg-shlibdeps: warning: symbol _ZN3Sui15TERMINAL_WIDGETE used by
 debian/serna/usr/lib/serna/lib/libsapi21.so.2 found in none of the
 libraries.
 dpkg-shlibdeps: warning: symbol _ZN6Common19CommandEventContextC2Ev
 used by debian/serna/usr/lib/serna/lib/libsapi21.so.2 found in none of
 the libraries.
 dpkg-shlibdeps: warning: symbol
 _ZN3Sui6Action18notifyChildRemovedEPN6Common5XListIS0_S0_EEPS0_ used
 by debian/serna/usr/lib/serna/lib/libsapi21.so.2 found in none of the
 libraries.
 dpkg-shlibdeps: warning: 378 other similar warnings have been skipped
 (use -v to see them all).
 dpkg-shlibdeps: warning: symbol _ZTIN3Uri13GroveResourceE used by
 debian/serna/usr/lib/serna/plugins/contentmap/libcontentmap30.so found
 in none of the libraries.
 dpkg-shlibdeps: warning: symbol _ZNK6Common6String6toUIntEPbi used by
 debian/serna/usr/lib/serna/plugins/contentmap/libcontentmap30.so found
 in none of the libraries.
 dpkg-shlibdeps: warning: symbol
 _ZN14DocumentPlugin20buildPluginInterfaceEv used

Bug#569158: serna segfault on startup (566823 is back)

2010-02-13 Thread Mathieu Malaterre
On Sat, Feb 13, 2010 at 11:43 AM, Joachim Breitner nome...@debian.org wrote:
 Hi,

 Am Samstag, den 13.02.2010, 11:30 +0100 schrieb Mathieu Malaterre:
 Ok here is -hopefully- some more info.

 1. debian package does not honor DEB_BUILD_OPTIONS=debug

 good point. Patches accepted, of course, or I’ll try to work on this
 some time. Maybe creating a -dbg package would be even better.


I tried the simple hack, but it fails already with:

g++ -c -pipe -g -DQT_SHARED  -Wall -W -g -D_REENTRANT -D_DEBUG
-DMULTI_THREADED -D__STDC_VERSION__=199901L -DQT_DLL -DQT3_SUPPORT
-DQT_THREAD_SUPPORT
-I/tmp/6/serna-free-0.svn270/sfworks/common/sysdep/i386-linux-g++
-I/tmp/6/serna-free-0.svn270/sfworks
-I/tmp/6/serna-free-0.svn270/build/sfworks
-I/tmp/6/serna-free-0.svn270/sfworks/common/impl
-I/tmp/6/serna-free-0.svn270/sfworks/common/impl/unix
-I/tmp/6/serna-free-0.svn270/sfworks/common/impl/linux
-I/usr/include/qt4 -I/usr/include/qt4/QtCore -o obj/TreelocRep.o
/tmp/6/serna-free-0.svn270/sfworks/common/impl/TreelocRep.cxx
/tmp/6/serna-free-0.svn270/sfworks/common/sysdep/i386-linux-g++/../ix86_gcc_threadmutex.i:
Assembler messages:
/tmp/6/serna-free-0.svn270/sfworks/common/sysdep/i386-linux-g++/../ix86_gcc_threadmutex.i:56:
Error: suffix or operands invalid for `mov'
/tmp/6/serna-free-0.svn270/sfworks/common/sysdep/i386-linux-g++/../ix86_gcc_threadmutex.i:57:
Error: suffix or operands invalid for `cmpxchg'
make[4]: *** [obj/ThreadMutex.o] Error 1
make[4]: *** Waiting for unfinished jobs
make[4]: Leaving directory `/tmp/6/serna-free-0.svn270/build/sfworks/common'
make[3]: *** [common] Error 2
make[3]: Leaving directory `/tmp/6/serna-free-0.svn270/build/sfworks'
make[2]: *** [sfworks] Error 2
make[2]: Leaving directory `/tmp/6/serna-free-0.svn270/build'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/tmp/6/serna-free-0.svn270'
make: *** [binary] Error 2
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error
exit status 2


I used the patch attached to this email. Any other suggestion ?

Thanks

-- 
Mathieu
diff -ru serna-free-0.svn270/3rd/configure serna-free-0.svn270.debug/3rd/configure
--- serna-free-0.svn270/3rd/configure	2010-02-05 17:19:44.0 +0100
+++ serna-free-0.svn270.debug/3rd/configure	2010-02-13 17:56:46.0 +0100
@@ -3,7 +3,7 @@
 [ x$top_srcdir = x ]  top_srcdir=`dirname %0`/..
 
 CONFIGURE=$0
-DTYPE=release
+DTYPE=debug
 TYPE=static
 
 while [ x$1 != x ]; do
diff -ru serna-free-0.svn270/build/configure serna-free-0.svn270.debug/build/configure
--- serna-free-0.svn270/build/configure	2010-02-05 17:19:44.0 +0100
+++ serna-free-0.svn270.debug/build/configure	2010-02-13 17:56:46.0 +0100
@@ -6,7 +6,7 @@
 
 # [ x$top_srcdir = x ]  echo Please specify top_srcdir variable!  exit 1 #top_srcdir=`echo ${CONFIGURE} | sed -e 's-[^/]*$--'`
 
-DTYPE=release
+DTYPE=debug
 TYPE=static
 
 while [ x$1 != x ]; do


Bug#570095: java.lang.NullPointerException: at org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)

2010-02-16 Thread Mathieu Malaterre
Package: fop
Version: 1:0.95.dfsg-7
Severity: important


fop currently segfault on a very simple docbook file:

consider the following test.xml file:

?xml version='1.0' encoding='UTF-8'?
!DOCTYPE article PUBLIC -//OASIS//DTD DocBook XML V4.5//EN
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd; []
article
section
 titletitle/title
 para
   anchor id=myidx xreflabel=mylabel/
   /para
/section
/article

Now run:

$ xsltproc --stringparam fop1.extensions 1 --stringparam ulink.show 0
--xinclude -o out.fo
/usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl ./test.xml

$ fop -fo out.fo -pdf out.pdf

You should get:


[warning] /usr/bin/fop: Unable to locate xml-apis in /usr/share/java
Feb 16, 2010 2:17:27 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
WARNING: Font 'Symbol,normal,700' not found. Substituting with 
'Symbol,normal,400'.
Feb 16, 2010 2:17:27 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
WARNING: Font 'ZapfDingbats,normal,700' not found. Substituting with 
'ZapfDingbats,normal,400'.
Feb 16, 2010 2:17:27 PM org.apache.fop.cli.Main startFOP
SEVERE: Exception
java.lang.NullPointerException
at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:217)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
at org.apache.fop.cli.Main.startFOP(Main.java:166)
at org.apache.fop.cli.Main.main(Main.java:197)

-

java.lang.NullPointerException
at 
org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)
at 
org.apache.fop.layoutmgr.inline.LineLayoutManager.findHyphenationPoints(LineLayoutManager.java:1480)
at 
org.apache.fop.layoutmgr.inline.LineLayoutManager.findOptimalBreakingPoints(LineLayoutManager.java:950)
at 
org.apache.fop.layoutmgr.inline.LineLayoutManager.createLineBreaks(LineLayoutManager.java:917)
at 
org.apache.fop.layoutmgr.inline.LineLayoutManager.getNextKnuthElements(LineLayoutManager.java:607)
at 
org.apache.fop.layoutmgr.BlockStackingLayoutManager.getNextKnuthElements(BlockStackingLayoutManager.java:294)
at 
org.apache.fop.layoutmgr.BlockLayoutManager.getNextKnuthElements(BlockLayoutManager.java:116)
at 
org.apache.fop.layoutmgr.BlockStackingLayoutManager.getNextKnuthElements(BlockStackingLayoutManager.java:294)
at 
org.apache.fop.layoutmgr.BlockLayoutManager.getNextKnuthElements(BlockLayoutManager.java:116)
at 
org.apache.fop.layoutmgr.FlowLayoutManager.getNextKnuthElements(FlowLayoutManager.java:107)
at 
org.apache.fop.layoutmgr.PageBreaker.getNextKnuthElements(PageBreaker.java:145)
at 
org.apache.fop.layoutmgr.AbstractBreaker.getNextBlockList(AbstractBreaker.java:552)
at 
org.apache.fop.layoutmgr.PageBreaker.getNextBlockList(PageBreaker.java:137)
at 
org.apache.fop.layoutmgr.AbstractBreaker.doLayout(AbstractBreaker.java:302)
at 
org.apache.fop.layoutmgr.AbstractBreaker.doLayout(AbstractBreaker.java:264)
at 
org.apache.fop.layoutmgr.PageSequenceLayoutManager.activateLayout(PageSequenceLayoutManager.java:106)
at 
org.apache.fop.area.AreaTreeHandler.endPageSequence(AreaTreeHandler.java:234)
at 
org.apache.fop.fo.pagination.PageSequence.endOfNode(PageSequence.java:123)
at 
org.apache.fop.fo.FOTreeBuilder$MainFOHandler.endElement(FOTreeBuilder.java:340)
at org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:169)
at 
org.apache.xalan.transformer.TransformerIdentityImpl.endElement(TransformerIdentityImpl.java:1102)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown 
Source)
at org.apache.xerces.xinclude.XIncludeHandler.endElement(Unknown Source)
at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown 
Source)
at 
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:485)
at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:214)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
at org.apache.fop.cli.Main.startFOP(Main.java:166)
at org.apache.fop.cli.Main.main(Main.java:197)


Thanks

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')
Architecture: 

Bug#570095: java.lang.NullPointerException: at org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)

2010-02-16 Thread Mathieu Malaterre
I can reproduce it also in my sid chroot system:


# xmlto pdf test.xml
Making portrait pages on a4 paper (210mmx297mm)
PassiveTeX is needed for this format, but it is not installed. Please install
the passivetex package.
gotlib# xmlto --with-fop pdf test.xml
Making portrait pages on a4 paper (210mmx297mm)
[warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:01 PM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 16, 2010 1:26:02 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
WARNING: Font 'Symbol,normal,700' not found. Substituting with
'Symbol,normal,400'.
Feb 16, 2010 1:26:02 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
WARNING: Font 'ZapfDingbats,normal,700' not found. Substituting with
'ZapfDingbats,normal,400'.
Feb 16, 2010 1:26:02 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
SEVERE: Couldn't find hyphenation pattern en
Feb 16, 2010 1:26:02 PM org.apache.fop.cli.Main startFOP
SEVERE: Exception
java.lang.NullPointerException
at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:217)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
at org.apache.fop.cli.Main.startFOP(Main.java:166)
at org.apache.fop.cli.Main.main(Main.java:197)

-

java.lang.NullPointerException
at 
org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)
at 
org.apache.fop.layoutmgr.inline.LineLayoutManager.findHyphenationPoints(LineLayoutManager.java:1480)
at 
org.apache.fop.layoutmgr.inline.LineLayoutManager.findOptimalBreakingPoints(LineLayoutManager.java:950)
at 
org.apache.fop.layoutmgr.inline.LineLayoutManager.createLineBreaks(LineLayoutManager.java:917)
at 
org.apache.fop.layoutmgr.inline.LineLayoutManager.getNextKnuthElements(LineLayoutManager.java:607)
at 
org.apache.fop.layoutmgr.BlockStackingLayoutManager.getNextKnuthElements(BlockStackingLayoutManager.java:294)
at 
org.apache.fop.layoutmgr.BlockLayoutManager.getNextKnuthElements(BlockLayoutManager.java:116)
at 
org.apache.fop.layoutmgr.BlockStackingLayoutManager.getNextKnuthElements(BlockStackingLayoutManager.java:294)
at 

Bug#570095: java.lang.NullPointerException: org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)

2010-02-16 Thread Mathieu Malaterre
)
at 
org.apache.fop.layoutmgr.inline.LineLayoutManager.getNextKnuthElements(LineLayoutManager.java:607)
at 
org.apache.fop.layoutmgr.BlockStackingLayoutManager.getNextKnuthElements(BlockStackingLayoutManager.java:294)
at 
org.apache.fop.layoutmgr.BlockLayoutManager.getNextKnuthElements(BlockLayoutManager.java:116)
at 
org.apache.fop.layoutmgr.BlockStackingLayoutManager.getNextKnuthElements(BlockStackingLayoutManager.java:294)
at 
org.apache.fop.layoutmgr.BlockLayoutManager.getNextKnuthElements(BlockLayoutManager.java:116)
at 
org.apache.fop.layoutmgr.FlowLayoutManager.getNextKnuthElements(FlowLayoutManager.java:107)
at 
org.apache.fop.layoutmgr.PageBreaker.getNextKnuthElements(PageBreaker.java:145)
at 
org.apache.fop.layoutmgr.AbstractBreaker.getNextBlockList(AbstractBreaker.java:552)
at 
org.apache.fop.layoutmgr.PageBreaker.getNextBlockList(PageBreaker.java:137)
at 
org.apache.fop.layoutmgr.AbstractBreaker.doLayout(AbstractBreaker.java:302)
at 
org.apache.fop.layoutmgr.AbstractBreaker.doLayout(AbstractBreaker.java:264)
at 
org.apache.fop.layoutmgr.PageSequenceLayoutManager.activateLayout(PageSequenceLayoutManager.java:106)
at 
org.apache.fop.area.AreaTreeHandler.endPageSequence(AreaTreeHandler.java:234)
at 
org.apache.fop.fo.pagination.PageSequence.endOfNode(PageSequence.java:123)
at 
org.apache.fop.fo.FOTreeBuilder$MainFOHandler.endElement(FOTreeBuilder.java:340)
at org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:169)
at 
org.apache.xml.serializer.ToXMLSAXHandler.endElement(ToXMLSAXHandler.java:263)
at 
org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:1401)
at 
org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:395)
at 
org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:178)
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2400)
at 
org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:1376)
at 
org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:395)
at 
org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:178)
at 
org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:395)
at 
org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:178)
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2400)
at org.apache.xalan.templates.ElemIf.execute(ElemIf.java:162)
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2400)
at org.apache.xalan.templates.ElemChoose.execute(ElemChoose.java:141)
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2400)
at org.apache.xalan.templates.ElemChoose.execute(ElemChoose.java:141)
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2400)
at org.apache.xalan.templates.ElemChoose.execute(ElemChoose.java:141)
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2400)
at 
org.apache.xalan.transformer.TransformerImpl.applyTemplateToNode(TransformerImpl.java:2270)
at 
org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1356)
at 
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:709)
at 
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1273)
at 
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1251)
at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:214)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
at org.apache.fop.cli.Main.startFOP(Main.java:166)
at org.apache.fop.cli.Main.main(Main.java:197)


HTH

Ref:
http://www.docbook.org/tdg/en/html/anchor.html

On Tue, Feb 16, 2010 at 2:16 PM, Mathieu Malaterre
mathieu.malate...@gmail.com wrote:
 Could someone please try this example on their setup:

 $ xsltproc --stringparam fop1.extensions 1 --stringparam ulink.show 0
 --xinclude -o out.fo
 /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl ./test.xml
 $ fop -fo out.fo -pdf out.pdf

 with test.xml:
 ?xml version='1.0' encoding='UTF-8'?
 !DOCTYPE article PUBLIC -//OASIS//DTD DocBook XML V4.5//EN
 http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd; []
 article
 section
  titletitle/title
  para
    anchor id=myidx xreflabel=mylabel/
    /para
 /section
 /article

 I am getting:

 $ fop -fo out.fo -pdf out.pdf
 [warning] /usr/bin/fop: Unable to locate xml-apis in /usr/share/java
 Feb 16, 2010 2:17:27 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
 WARNING

Bug#570095: java.lang.NullPointerException: at org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)

2010-02-17 Thread Mathieu Malaterre
On Wed, Feb 17, 2010 at 12:51 AM, Daniel Leidert daniel.leid...@wgdd.de wrote:
 Am Dienstag, den 16.02.2010, 14:21 +0100 schrieb Mathieu Malaterre:

 [..]
 [warning] /usr/bin/fop: Unable to locate xml-apis in /usr/share/java
                                           

 Missing (a dependency on) libjaxp1.3-java?

Ah ! Thanks for the info, it does not change anything to the output
but now my testing env is equivalent to my sid-chroot.

How about this one:

# fop -fo out.fo -pdf out.pdf
[warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java


In one shot within a sid-chroot system:

# fop -xml test.xml -xsl
/usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl  -pdf out.pdf
[warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java
Feb 17, 2010 8:20:09 AM org.apache.fop.cli.InputHandler warning
WARNING: Making portrait pages on USletter paper (8.5inx11in)
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:09 AM
org.apache.fop.fo.properties.CommonBorderPaddingBackground init
SEVERE: Background image not available: images/draft.png
Feb 17, 2010 8:20:10 AM org.apache.fop.fonts.FontInfo notifyFontReplacement
WARNING: Font 'Symbol,normal,700' not found. Substituting with
'Symbol,normal,400'.
Feb 17, 2010 8:20:10 AM org.apache.fop.fonts.FontInfo notifyFontReplacement
WARNING: Font 'ZapfDingbats,normal,700' not found. Substituting with
'ZapfDingbats,normal,400'.
Feb 17, 2010 8:20:10 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
SEVERE: Couldn't find hyphenation pattern en
Feb 17, 2010 8:20:10 AM org.apache.fop.fo.FOTreeBuilder fatalError
SEVERE: javax.xml.transform.TransformerException: java.lang.NullPointerException
Feb 17, 2010 8:20:10 AM org.apache.fop.cli.Main startFOP
SEVERE: Exception
javax.xml.transform.TransformerException: java.lang.NullPointerException
at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:217)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
at org.apache.fop.cli.Main.startFOP(Main.java:166)
at org.apache.fop.cli.Main.main(Main.java:197)

-

; SystemID: file:/usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl;
Line#: 311; Column#: 54
javax.xml.transform.TransformerException: java.lang.NullPointerException
at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2405

Bug#570095: java.lang.NullPointerException: org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)

2010-02-17 Thread Mathieu Malaterre
This is the latest from debian:

# apt-cache policy fop
fop:
  Installed: 1:0.95.dfsg-7
  Candidate: 1:0.95.dfsg-7
  Version table:
 *** 1:0.95.dfsg-7 0
500 http://ftp.fr.debian.org sid/main Packages
100 /var/lib/dpkg/status


So I am guessing this is an official release.

I'd like to know if anyone else is using fop 0.95 and can reproduce
the bug ? I'd like to know if this is related to fop 0.95 OR the
debian packaging of fop 0.95.

Thanks a bunch !

On Wed, Feb 17, 2010 at 10:35 AM, Georg Datterl gdatt...@geneon.de wrote:
 Hi Mathieu,

 With my trunk from around December the fo file works fine. I get lots of 
 Image not found: images/draft.png and the two font warnings, but the pdf is 
 complete with TOC, title, spot and bookmarks. Which fop version are you 
 using?

 Regards,

 Georg Datterl

 -- Kontakt --

 Georg Datterl

 Geneon media solutions gmbh
 Gutenstetter Straße 8a
 90449 Nürnberg

 HRB Nürnberg: 17193
 Geschäftsführer: Yong-Harry Steiert

 Tel.: 0911/36 78 88 - 26
 Fax: 0911/36 78 88 - 20

 www.geneon.de

 Weitere Mitglieder der Willmy MediaGroup:

 IRS Integrated Realization Services GmbH:    www.irs-nbg.de
 Willmy PrintMedia GmbH:                            www.willmy.de
 Willmy Consult  Content GmbH:                 www.willmycc.de


 -Ursprüngliche Nachricht-
 Von: Mathieu Malaterre [mailto:mathieu.malate...@gmail.com]
 Gesendet: Mittwoch, 17. Februar 2010 09:32
 An: fop-us...@xmlgraphics.apache.org
 Betreff: Re: java.lang.NullPointerException: 
 org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)

 Hi Georg,

  Thank you very much for your help !
  Here it is attached as gzip compressed.

  It was generated from the xml with:

 xsltproc --stringparam fop1.extensions 1 --stringparam ulink.show 0
 --xinclude -o out.fo
 /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl ./test.xml

 Thanks again

 On Wed, Feb 17, 2010 at 9:25 AM, Georg Datterl gdatt...@geneon.de wrote:
 Hi Mathieu,

 can you post the fo file, please? I'd like to help, but I don't have your 
 transformation file.

 Regards,

 Georg Datterl

 -- Kontakt --

 Georg Datterl

 Geneon media solutions gmbh
 Gutenstetter Straße 8a
 90449 Nürnberg

 HRB Nürnberg: 17193
 Geschäftsführer: Yong-Harry Steiert

 Tel.: 0911/36 78 88 - 26
 Fax: 0911/36 78 88 - 20

 www.geneon.de

 Weitere Mitglieder der Willmy MediaGroup:

 IRS Integrated Realization Services GmbH:    www.irs-nbg.de
 Willmy PrintMedia GmbH:                            www.willmy.de
 Willmy Consult  Content GmbH:                 www.willmycc.de

 -Ursprüngliche Nachricht-
 Von: Mathieu Malaterre [mailto:mathieu.malate...@gmail.com]
 Gesendet: Dienstag, 16. Februar 2010 14:17
 An: fop-us...@xmlgraphics.apache.org
 Betreff: java.lang.NullPointerException: 
 org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)

 Could someone please try this example on their setup:

 $ xsltproc --stringparam fop1.extensions 1 --stringparam ulink.show 0
 --xinclude -o out.fo
 /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl ./test.xml
 $ fop -fo out.fo -pdf out.pdf

 with test.xml:
 ?xml version='1.0' encoding='UTF-8'?
 !DOCTYPE article PUBLIC -//OASIS//DTD DocBook XML V4.5//EN
 http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd; []
 article
 section
  titletitle/title
  para
    anchor id=myidx xreflabel=mylabel/
    /para
 /section
 /article

 I am getting:

 $ fop -fo out.fo -pdf out.pdf
 [warning] /usr/bin/fop: Unable to locate xml-apis in /usr/share/java
 Feb 16, 2010 2:17:27 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
 WARNING: Font 'Symbol,normal,700' not found. Substituting with
 'Symbol,normal,400'.
 Feb 16, 2010 2:17:27 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
 WARNING: Font 'ZapfDingbats,normal,700' not found. Substituting with
 'ZapfDingbats,normal,400'.
 Feb 16, 2010 2:17:27 PM org.apache.fop.cli.Main startFOP
 SEVERE: Exception
 java.lang.NullPointerException
        at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:217)
        at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)
        at org.apache.fop.cli.Main.startFOP(Main.java:166)
        at org.apache.fop.cli.Main.main(Main.java:197)

 -

 java.lang.NullPointerException
        at 
 org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)
        at 
 org.apache.fop.layoutmgr.inline.LineLayoutManager.findHyphenationPoints(LineLayoutManager.java:1480)
        at 
 org.apache.fop.layoutmgr.inline.LineLayoutManager.findOptimalBreakingPoints(LineLayoutManager.java:950)
        at 
 org.apache.fop.layoutmgr.inline.LineLayoutManager.createLineBreaks(LineLayoutManager.java:917)
        at 
 org.apache.fop.layoutmgr.inline.LineLayoutManager.getNextKnuthElements(LineLayoutManager.java:607

Bug#570095: java.lang.NullPointerException: org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)

2010-02-17 Thread Mathieu Malaterre
Hi Georg,

  Thanks a bunch for the info. I'll raise the issue on the debian
package itself. fop is pretty much useless if one cannot even use a
simple anchor/ element !

  Just for info I did compare trunk to fop 0.95 using diff -u:

$ diff -x .svn -ru fop-0_95 trunk | wc
 149462  621452 5984407

There has been quite some changes !

On Wed, Feb 17, 2010 at 11:08 AM, Georg Datterl gdatt...@geneon.de wrote:
 Hi Mathieu,

 Now we are talking. I can reproduce your error with the 0.95 binary freshly 
 downloaded from apache. On a Windows7-System. So it's not a debian problem 
 but if you can switch to trunk, the problem is solved.

 Regards,

 Georg Datterl

 -- Kontakt --

 Georg Datterl

 Geneon media solutions gmbh
 Gutenstetter Straße 8a
 90449 Nürnberg

 HRB Nürnberg: 17193
 Geschäftsführer: Yong-Harry Steiert

 Tel.: 0911/36 78 88 - 26
 Fax: 0911/36 78 88 - 20

 www.geneon.de

 Weitere Mitglieder der Willmy MediaGroup:

 IRS Integrated Realization Services GmbH:    www.irs-nbg.de
 Willmy PrintMedia GmbH:                            www.willmy.de
 Willmy Consult  Content GmbH:                 www.willmycc.de


 -Ursprüngliche Nachricht-
 Von: Mathieu Malaterre [mailto:mathieu.malate...@gmail.com]
 Gesendet: Mittwoch, 17. Februar 2010 10:53
 An: fop-us...@xmlgraphics.apache.org
 Cc: 570...@bugs.debian.org
 Betreff: Re: java.lang.NullPointerException: 
 org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)

 This is the latest from debian:

 # apt-cache policy fop
 fop:
  Installed: 1:0.95.dfsg-7
  Candidate: 1:0.95.dfsg-7
  Version table:
  *** 1:0.95.dfsg-7 0
        500 http://ftp.fr.debian.org sid/main Packages
        100 /var/lib/dpkg/status


 So I am guessing this is an official release.

 I'd like to know if anyone else is using fop 0.95 and can reproduce
 the bug ? I'd like to know if this is related to fop 0.95 OR the
 debian packaging of fop 0.95.

 Thanks a bunch !

 On Wed, Feb 17, 2010 at 10:35 AM, Georg Datterl gdatt...@geneon.de wrote:
 Hi Mathieu,

 With my trunk from around December the fo file works fine. I get lots of 
 Image not found: images/draft.png and the two font warnings, but the pdf is 
 complete with TOC, title, spot and bookmarks. Which fop version are you 
 using?

 Regards,

 Georg Datterl

 -- Kontakt --

 Georg Datterl

 Geneon media solutions gmbh
 Gutenstetter Straße 8a
 90449 Nürnberg

 HRB Nürnberg: 17193
 Geschäftsführer: Yong-Harry Steiert

 Tel.: 0911/36 78 88 - 26
 Fax: 0911/36 78 88 - 20

 www.geneon.de

 Weitere Mitglieder der Willmy MediaGroup:

 IRS Integrated Realization Services GmbH:    www.irs-nbg.de
 Willmy PrintMedia GmbH:                            www.willmy.de
 Willmy Consult  Content GmbH:                 www.willmycc.de


 -Ursprüngliche Nachricht-
 Von: Mathieu Malaterre [mailto:mathieu.malate...@gmail.com]
 Gesendet: Mittwoch, 17. Februar 2010 09:32
 An: fop-us...@xmlgraphics.apache.org
 Betreff: Re: java.lang.NullPointerException: 
 org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)

 Hi Georg,

  Thank you very much for your help !
  Here it is attached as gzip compressed.

  It was generated from the xml with:

 xsltproc --stringparam fop1.extensions 1 --stringparam ulink.show 0
 --xinclude -o out.fo
 /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl ./test.xml

 Thanks again

 On Wed, Feb 17, 2010 at 9:25 AM, Georg Datterl gdatt...@geneon.de wrote:
 Hi Mathieu,

 can you post the fo file, please? I'd like to help, but I don't have your 
 transformation file.

 Regards,

 Georg Datterl

 -- Kontakt --

 Georg Datterl

 Geneon media solutions gmbh
 Gutenstetter Straße 8a
 90449 Nürnberg

 HRB Nürnberg: 17193
 Geschäftsführer: Yong-Harry Steiert

 Tel.: 0911/36 78 88 - 26
 Fax: 0911/36 78 88 - 20

 www.geneon.de

 Weitere Mitglieder der Willmy MediaGroup:

 IRS Integrated Realization Services GmbH:    www.irs-nbg.de
 Willmy PrintMedia GmbH:                            www.willmy.de
 Willmy Consult  Content GmbH:                 www.willmycc.de

 -Ursprüngliche Nachricht-
 Von: Mathieu Malaterre [mailto:mathieu.malate...@gmail.com]
 Gesendet: Dienstag, 16. Februar 2010 14:17
 An: fop-us...@xmlgraphics.apache.org
 Betreff: java.lang.NullPointerException: 
 org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager.applyChanges(InlineStackingLayoutManager.java:350)

 Could someone please try this example on their setup:

 $ xsltproc --stringparam fop1.extensions 1 --stringparam ulink.show 0
 --xinclude -o out.fo
 /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl ./test.xml
 $ fop -fo out.fo -pdf out.pdf

 with test.xml:
 ?xml version='1.0' encoding='UTF-8'?
 !DOCTYPE article PUBLIC -//OASIS//DTD DocBook XML V4.5//EN
 http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd; []
 article
 section
  titletitle/title
  para
    anchor id=myidx xreflabel=mylabel/
    /para
 /section

Bug#570095:

2010-02-17 Thread Mathieu Malaterre
severity 570095  grave
thanks

fop 0.95 cannot generate a pdf when input document contains a
anchor/ element. This has been fixed since then (fop 0.95 was
release in July 2008). I would be nice if a version from trunk was
available.

Thanks



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bf0c3b3f1002170216w2aa36971gecd5a600669b4...@mail.gmail.com



Bug#570095:

2010-02-17 Thread Mathieu Malaterre
On Wed, Feb 17, 2010 at 9:23 PM, Vincent Fourmond fourm...@gmail.com wrote:
 Mathieu Malaterre wrote:
 severity 570095  grave
 thanks

 fop 0.95 cannot generate a pdf when input document contains a
 anchor/ element. This has been fixed since then (fop 0.95 was
 release in July 2008). I would be nice if a version from trunk was
 available.

  I'm ready to package a new version from SVN (but not before tomorrow
 anyway, maybe even later). I'd be glad if you could test if some of the
 bugs that currently affect fop in unstable are still present in the
 newer version. Would you have time ?

Sure things !

Please hold for a bit though. I am still struggling with another one
(using fop from trunk). See:
http://www.mail-archive.com/fop-...@xmlgraphics.apache.org/msg11902.html

Once I get our internal documentation working, I'll have a look at the
current fopr issue (assuming they have reproducable test case) !

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#564246:

2010-01-12 Thread Mathieu Malaterre
block 564246 by 562775
severity 564246  normal


This issue has been reported 3 times already. The first two times, I
moved the issue to the proper vtk package, since the broken symlink is
in libvtk-java.

I am leaving the issue here so that no further report are being done.
vtk 5.4.2 from experimental should hopefully soon enter unstable.

Thanks



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



Bug#565139: valgrind: Please add mpiwrap module

2010-01-13 Thread Mathieu Malaterre
Package: valgrind
Version: 1:3.5.0-3
Severity: normal


It would be super-nice if debian/valgrind package would also ship the mpiwrap 
module:

http://valgrind.org/docs/manual/mc-manual.html#mc-manual.mpiwrap

The changes should be minimal, adding --with-mpicc in debian/rules should be 
enough.

Thanks

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages valgrind depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libc6-dbg 2.10.2-2   GNU C Library: detached debugging 

Versions of packages valgrind recommends:
ii  gdb   7.0-1  The GNU Debugger

Versions of packages valgrind suggests:
ii  alleyoop  0.9.3-2Front-end to the Valgrind memory c
ii  kcachegrind   4:3.5.9-2  visualisation tool for valgrind pr
pn  valkyrie  none (no description available)

-- no debconf information



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



Bug#568878: serna: Internal error: Caught unhandled exception: St12length_error

2010-02-08 Thread Mathieu Malaterre
Package: serna
Version: 0.svn270-1
Severity: important


I cannot publish a docbook document.

Steps:
$ serna
select docbook example
select document/publish
select FOP/PDF output

A message window should pop up with:

Internal error: Caught unhandled exception: St12length_error

Next window should say:

   Serna: Critical Error
String operation resulted in out of range

Critical error has occured. Please try to re-open the document.Document will be 
closed now: No changes were made since last save.


Backtrace is:
(gdb) r
Starting program: /usr/bin/serna 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe609d910 (LWP 17493)]
**
GLib:ERROR:/tmp/buildd/glib2.0-2.22.4/glib/gmain.c:1963:g_main_dispatch: 
assertion failed: (current-dispatching_sources == current_source_link)

Program received signal SIGABRT, Aborted.
0x73093f55 in *__GI_raise (sig=value optimized out) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
64  ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) bt
#0  0x73093f55 in *__GI_raise (sig=value optimized out) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x73096d90 in *__GI_abort () at abort.c:88
#2  0x72560e9c in g_assertion_message () from /lib/libglib-2.0.so.0
#3  0x72561410 in g_assertion_message_expr () from /lib/libglib-2.0.so.0
#4  0x7253c947 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#5  0x725402c8 in ?? () from /lib/libglib-2.0.so.0
#6  0x725403f0 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#7  0x76f0639c in 
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () 
from /usr/lib/libQtCore.so.4
#8  0x77442f1f in ?? () from /usr/lib/libQtGui.so.4
#9  0x76edc562 in 
QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#10 0x76edc934 in 
QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#11 0x76edeba4 in QCoreApplication::exec() () from 
/usr/lib/libQtCore.so.4
#12 0x005201e1 in ?? ()
#13 0x0076ea57 in ?? ()
#14 0x73080abd in __libc_start_main (main=value optimized out, 
argc=value optimized out, ubp_av=value optimized out, init=value optimized 
out, fini=value optimized out, rtld_fini=value optimized out, 
stack_end=0x7fffe828) at libc-start.c:222
#15 0x00445169 in ?? ()
#16 0x7fffe828 in ?? ()
#17 0x001c in ?? ()
#18 0x0001 in ?? ()
#19 0x7fffeae5 in ?? ()
#20 0x in ?? ()


Thanks !

-- System Information:
Debian Release: 5.0.4
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages serna depends on:
ii  docbook-xsl  1.75.2+dfsg-3   stylesheets for processing DocBook
ii  libaspell15  0.60.6-1GNU Aspell spell-checker runtime l
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  libfreetype6 2.3.7-2+lenny1  FreeType 2 font engine, shared lib
ii  libgcc1  1:4.4.2-9   GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libqscintilla2-5 2.4-5   The Qt4 port of the Scintilla sour
ii  libqt4-assistant 4:4.5.3-4   Qt 4 assistant module
ii  libqt4-network   4:4.5.3-4   Qt 4 network module
ii  libqt4-qt3support4:4.5.3-4   Qt 3 compatibility library for Qt 
ii  libqt4-sql   4:4.5.3-4   Qt 4 SQL module
ii  libqt4-svg   4:4.5.3-4   Qt 4 SVG module
ii  libqt4-xml   4:4.5.3-4   Qt 4 XML module
ii  libqtcore4   4:4.5.3-4   Qt 4 core module
ii  libqtgui44:4.5.3-4   Qt 4 GUI module
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libstdc++6   4.4.2-9 The GNU Standard C++ Library v3
ii  libx11-6 2:1.3.3-1   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxft2  2.1.14-1FreeType-based font drawing librar
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxmu6  2:1.0.4-1   X11 miscellaneous utility library
ii  perl 5.10.1-9Larry Wall's Practical Extraction 
ii  python   2.5.2-3 An interactive high-level object-o
ii  python-qt4   4.6-1   Python bindings for Qt4
ii  python-sip4  4.9-1+b1Python/C++ bindings generator runt
ii  python-support   1.0.6   automated rebuilding support 

Bug#568878: serna: Internal error: Caught unhandled exception: St12length_error

2010-02-08 Thread Mathieu Malaterre
On Mon, Feb 8, 2010 at 4:39 PM, Joachim Breitner nome...@debian.org wrote:
 Hi,

 Am Montag, den 08.02.2010, 15:25 +0100 schrieb Mathieu Malaterre:
 I cannot publish a docbook document.

 Steps:
 $ serna
 select docbook example
 select document/publish
 select FOP/PDF output

 A message window should pop up with:

 Internal error: Caught unhandled exception: St12length_error

 it works here, might be yet another missing package. Do you have a
 chance to tick „Show detail“ before it crashes, and check the output for
 interesting messages?


Well it only crash when I hit 'View' (sorry for the confusion). Here
is the output of 'show detail' anyway:


xsltproc --xinclude -o /tmp/tmpd6swkZ.fo
/usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl
/usr/lib/serna/examples/docbook/docbook_intro.xml
Making portrait pages on USletter paper (8.5inx11in)

/usr/bin/fop -fo /tmp/tmpd6swkZ.fo -pdf /home/mathieu/docbook_intro.pdf
[warning] /usr/bin/fop: Unable to locate xml-apis in /usr/share/java

Feb 8, 2010 4:52:57 PM org.apache.fop.fo.flow.ExternalGraphic bind
SEVERE: Image not found: serna_cycle.png

Feb 8, 2010 4:52:57 PM org.apache.fop.fo.FONode attributeWarning
WARNING: Warning(14/5192): fo:table, table-layout=auto is currently
not supported by FOP

Feb 8, 2010 4:52:57 PM org.apache.fop.fo.flow.ExternalGraphic bind
SEVERE: Image not found: syntext_logo.png

Feb 8, 2010 4:52:58 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
WARNING: Font 'Symbol,normal,700' not found. Substituting with
'Symbol,normal,400'.

Feb 8, 2010 4:52:58 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
WARNING: Font 'ZapfDingbats,normal,700' not found. Substituting with
'ZapfDingbats,normal,400'.

Feb 8, 2010 4:52:58 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
SEVERE: Couldn't find hyphenation pattern en

Feb 8, 2010 4:52:58 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
WARNING: Font 'ZapfDingbats,italic,400' not found. Substituting with
'ZapfDingbats,normal,400'.


-- 
Mathieu



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



Bug#568894: xmlto: org.apache.fop.fo.flow.ExternalGraphic SEVERE: Image not found: test.svg

2010-02-08 Thread Mathieu Malaterre
Package: xmlto
Version: 0.0.20-5
Severity: normal


xmlto does not support external files.

Eg:
$ cat test.xml:
?xml version=1.0 encoding=UTF-8?
!DOCTYPE article PUBLIC -//OASIS//DTD DocBook V4.5//EN
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd; 
article
  section id=section_Description
titleDescription/title
mediaobject  id=MousePicture
  imageobject
imagedata  format=SVG  fileref=test.svg/
  /imageobject
/mediaobject
  /section
/article

with:
$ cat test.svg:
?xml version=1.0?
svg xmlns=http://www.w3.org/2000/svg; width=12cm height=12cm
   g style=fill-opacity:0.7; stroke:black; stroke-width:0.1cm;
 circle cx=6cm cy=2cm r=100 style=fill:red;
 transform=translate(0,50) /
 circle cx=6cm cy=2cm r=100 style=fill:blue;
 transform=translate(70,150) /
 circle cx=6cm cy=2cm r=100 style=fill:green;
 transform=translate(-70,150)/
   /g
/svg


Result in:

$  xmlto -vv --searchpath 
/home/mathieu/Projects/csm/Doc/Specifications/ModelLifeCycle/Sketches  
--with-fop --skip-validation pdf  test.xml  
Source format: docbook / root element: article 
Format script: /usr/share/xmlto/format/docbook/pdf
Convert to XSL-FO
Real stylesheet: 
http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl
Stylesheet: /tmp/xmlto-xsl.GlrnYY
xsltproc  --nonet --xinclude --path 
/home/mathieu/Projects/csm/Doc/Specifications/ModelLifeCycle/Sketches\
 -o /tmp/xmlto.deBMqo/test.proc \
 /tmp/xmlto-xsl.GlrnYY \
 
/home/mathieu/Projects/csm/Doc/Specifications/ModelLifeCycle/Sketches/test.xml
Making portrait pages on letter paper (215.9mmx279.4mm)
Convert to pdf
Post-process XSL-FO to PDF
[warning] /usr/bin/fop: Unable to locate xml-apis in /usr/share/java
Feb 8, 2010 5:38:15 PM org.apache.fop.fo.flow.ExternalGraphic bind
SEVERE: Image not found: test.svg
Feb 8, 2010 5:38:15 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
WARNING: Font 'Symbol,normal,700' not found. Substituting with 
'Symbol,normal,400'.
Feb 8, 2010 5:38:15 PM org.apache.fop.fonts.FontInfo notifyFontReplacement
WARNING: Font 'ZapfDingbats,normal,700' not found. Substituting with 
'ZapfDingbats,normal,400'.
Feb 8, 2010 5:38:15 PM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
SEVERE: Couldn't find hyphenation pattern en


Thanks

-- System Information:
Debian Release: 5.0.4
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xmlto depends on:
ii  debianutils 2.30 Miscellaneous utilities specific t
ii  docbook-xml 4.5-6standard XML documentation system,
ii  docbook-xsl 1.75.2+dfsg-3stylesheets for processing DocBook
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libxml2-utils   2.6.32.dfsg-5+lenny1 XML utilities
ii  sgml-base   1.26 SGML infrastructure and SGML catal
ii  xsltproc1.1.24-2 XSLT command line processor

Versions of packages xmlto recommends:
ii  libpaper-utils   1.1.23+nmu1 library for handling paper charact

Versions of packages xmlto suggests:
ii  fop   1:0.95.dfsg-7  XML to PDF Translator
ii  links 2.1pre37-1.1   Web browser running in text mode
ii  lynx  2.8.7dev9-2.1  Text-mode WWW Browser (transitiona
ii  w3m   0.5.2-2+b1 WWW browsable pager with excellent
ii  xmltex1.9.debian.1-1 TeX package for processing XML fil

-- no debconf information



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



Bug#566271: Stable has no publican package..

2010-02-10 Thread Mathieu Malaterre
Here is what I have:

$ apt-cache policy libfile-copy-recursive-perl
libfile-copy-recursive-perl:
  Installed: 0.36-1
  Candidate: 0.36-1
  Version table:
 0.38-1 0
200 http://ftp.fr.debian.org testing/main Packages
100 http://ftp.fr.debian.org unstable/main Packages
 *** 0.36-1 0
500 http://ftp.fr.debian.org lenny/main Packages
100 /var/lib/dpkg/status


$ apt-cache policy publican
publican:
  Installed: 1.0~20090927-2
  Candidate: 1.0~20090927-2
  Version table:
 *** 1.0~20090927-2 0
200 http://ftp.fr.debian.org testing/main Packages
100 http://ftp.fr.debian.org unstable/main Packages
100 /var/lib/dpkg/status


and

$ apt-cache show publican
Package: publican
Priority: optional
Section: perl
Installed-Size: 4132
Maintainer: Mikhail Gusarov dotted...@dottedmag.net
Architecture: all
Version: 1.0~20090927-2
Depends: perl, docbook-xml, docbook-xsl, fop, gettext, libbatik-java,
libclass-trigger-perl, libclone-perl, libconfig-simple-perl,
libdatetime-format-dateparse-perl, libdatetime-perl,
libfile-copy-recursive-perl, libfile-find-rule-perl,
libfile-pushd-perl, libfile-slurp-perl, libhtml-format-perl,
libhtml-tree-perl, libimage-size-perl,
liblocale-maketext-gettext-perl, liblocale-po-perl,
libmakefile-dom-perl, libmakefile-parser-perl, libparams-util-perl,
libsyntax-highlight-engine-kate-perl, libxml-libxml-perl,
libxml-libxslt-perl, libxml-treebuilder-perl, perlmagick


steps from a lenny system:

$ apt-get install -t testing publican

will not take libfile-copy-recursive-perl from testing. I think you
need to Depends: libfile-copy-recursive-perl (1:5.1p1-5)

HTH

On Wed, Feb 10, 2010 at 11:51 AM, Kartik Mistry kar...@debian.org wrote:
 Hi,

 I can see:

 ~ $ rmadison publican
  publican | 1.0~20090927-2 |       testing | source, all
  publican | 1.0~20090927-2 |      unstable | source, all

 So, from where you tried to install publican? Please use testing
 version which has correct dependency on libfile-copy-recursive-perl.

 Let the 'bug report' know.

 --
  Cheers,
  Kartik Mistry | 0xD1028C8D | IRC: kart_
  Debian GNU/Linux Developer | Identica: @kartikm
  Blogs: {ftbfs, kartikm}.wordpress.com






-- 
Mathieu



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



Bug#569158: serna segfault on startup (566823 is back)

2010-02-10 Thread Mathieu Malaterre
Package: serna
Version: 0.svn270-2
Severity: important


For some reason installing serna on a lenny system (hybrid), the dependency to 
python-sip4 is not being pulled in.

Please add a dependency to python-sip4

Thanks

-- System Information:
Debian Release: 5.0.4
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages serna depends on:
ii  docbook-xsl  1.75.2+dfsg-3   stylesheets for processing DocBook
ii  libaspell15  0.60.6-1GNU Aspell spell-checker runtime l
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  libfreetype6 2.3.7-2+lenny1  FreeType 2 font engine, shared lib
ii  libgcc1  1:4.4.2-9   GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libqscintilla2-5 2.4-5   The Qt4 port of the Scintilla sour
ii  libqt4-assistant 4:4.5.3-4   Qt 4 assistant module
ii  libqt4-network   4:4.5.3-4   Qt 4 network module
ii  libqt4-qt3support4:4.5.3-4   Qt 3 compatibility library for Qt 
ii  libqt4-sql   4:4.5.3-4   Qt 4 SQL module
ii  libqt4-svg   4:4.5.3-4   Qt 4 SVG module
ii  libqt4-xml   4:4.5.3-4   Qt 4 XML module
ii  libqtcore4   4:4.5.3-4   Qt 4 core module
ii  libqtgui44:4.5.3-4   Qt 4 GUI module
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libstdc++6   4.4.2-9 The GNU Standard C++ Library v3
ii  libx11-6 2:1.3.3-1   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxft2  2.1.14-1FreeType-based font drawing librar
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxmu6  2:1.0.4-1   X11 miscellaneous utility library
ii  perl 5.10.1-9Larry Wall's Practical Extraction 
ii  python   2.5.2-3 An interactive high-level object-o
ii  python-qt4   4.7-2   Python bindings for Qt4
ii  python-sip [sip-api-7.0] 4.10-2  Python/C++ bindings generator runt
ii  python-support   1.0.6   automated rebuilding support for P
ii  python2.52.5.2-15+lenny1 An interactive high-level object-o
ii  xsltproc 1.1.24-2XSLT command line processor

Versions of packages serna recommends:
ii  fop1:0.95.dfsg-7 XML to PDF Translator

serna suggests no packages.

-- no debconf information



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



Bug#569158: serna segfault on startup (566823 is back)

2010-02-10 Thread Mathieu Malaterre
On Wed, Feb 10, 2010 at 2:33 PM, Joachim Breitner nome...@debian.org wrote:
 Hi,

 Am Mittwoch, den 10.02.2010, 13:51 +0100 schrieb Mathieu Malaterre:
 Package: serna
 Version: 0.svn270-2
 Severity: important


 For some reason installing serna on a lenny system (hybrid), the dependency 
 to python-sip4 is not being pulled in.

 Please add a dependency to python-sip4

 In unstable, there is a new way of creating sip dependencies, using the
 dh_sip script at build time. The package now has a
 Depends: sip-api-7.0
 which is provided by pthon-sip. This makes sure that serna is rebuilt
 when a new sip api version is uploaded to Debian.

 Were you able to install this package without installing python-sip?

python-sip was pulled in, but not python-sip4. Installing the latter
allows serna to startup (display the menu where one can choose 'simple
docbook' and such).

I am CC'ing Vincent, which is preparing a strace / gdb log. But the
bug is rather hard to track (or at least hard to prepare a bug
report).

HTH
-- 
Mathieu



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



Bug#569158: serna segfault on startup (566823 is back)

2010-02-10 Thread Mathieu Malaterre
2010/2/10 Joachim Breitner nome...@debian.org:
 Hi,

 Am Mittwoch, den 10.02.2010, 14:54 +0100 schrieb Vincent Hobeïka:
 On Wednesday 10 February 2010 14:38:18 Joachim Breitner wrote:
  strange. python-sip (from unstable) now replaces python-sip4, and here
  on unstable, Serna runs without having python-sip4 installed.
 
  I see you also have python-qt4 from unstable.
 
  Can you try if installing python-sip-dev helps?
 

 Unfortunately it is still the same result (crash).

 hmm, I’m at a loss here. I guess some other library from stable is
 causing the crash then.

 The only way to find out is to upgrade on after another dependency of
 serna to the version in unstable and see if that help...but that sounds
 like a lot of work.

 You can also check if recompiling serna on lenny helps.

I am trying on my laptop/lenny and here is what I get:

...
Configuring in /tmp/serna-free-0.svn270/3rd/doxygen/1.5.1 with
CONFIG='warn_off syspkgonly static release linux staticlib',
options='buildtype=configure,package=doxygen' ...
Building python...
Building jdk...
Building docbook...
Building dita-ot...
Building jade...
Building antlr...
Building aspell...
Building iconv...
Building libxml...
Building xsltproc...
Building qt...
Building qtpropertybrowser...
Build failed, see qtpropertybrowser/cbuild.log for details
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory `/tmp/serna-free-0.svn270'
make: *** [binary] Error 2
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error
exit status 2

with:

 $ cat ./3rd/qtpropertybrowser/cbuild.log

/tmp/serna-free-0.svn270
make[2]: Entering directory `/tmp/serna-free-0.svn270/3rd/qtpropertybrowser'
for i in 2.5; do ( if [ -d $i ]; then make -C $i -f Makefile install;
fi; ) || exit $?; done
make[3]: Entering directory `/tmp/serna-free-0.svn270/3rd/qtpropertybrowser/2.5'
( gzip -dc 
/tmp/serna-free-0.svn270/3rd/packages/qtpropertybrowser-2.5-opensource.tar.gz
| tar -v  -xif -
/tmp/serna-free-0.svn270/3rd/packages/qtpropertybrowser-2.5-opensource.tar.gz.lst
)  touch .unpack_done
cat _patches/patch-qtpropertybrowser.pro | (cd
qtpropertybrowser-2.5-opensource;  patch -N -p1)
patching file qtpropertybrowser.pro
touch .patch_done
cd qtpropertybrowser-2.5-opensource ; . ../.configure_options
touch .configure_done
Building in /tmp/serna-free-0.svn270/3rd/qtpropertybrowser
Build failed in /tmp/serna-free-0.svn270/3rd/qtpropertybrowser, see
/tmp/serna-free-0.svn270/3rd/qtpropertybrowser/build.log for details
make[3]: *** [all] Error 111
make[3]: Leaving directory `/tmp/serna-free-0.svn270/3rd/qtpropertybrowser/2.5'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/tmp/serna-free-0.svn270/3rd/qtpropertybrowser'


and:

$ cat /tmp/serna-free-0.svn270/3rd/qtpropertybrowser/build.log

/tmp/serna-free-0.svn270
make[4]: Entering directory
`/tmp/serna-free-0.svn270/3rd/qtpropertybrowser/2.5/qtpropertybrowser-2.5-opensource'
/usr/share/qt3/bin/moc src/qtpropertybrowser.h -o src/moc_qtpropertybrowser.cpp
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -fPIC  -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
-I/usr/share/qt3/mkspecs/default -I. -Isrc -I/usr/include/qt3 -o
qtpropertybrowser.o src/qtpropertybrowser.cpp
In file included from src/qtpropertybrowser.cpp:88:
src/qtpropertybrowser.h:91:25: error: QtGui/QWidget: No such file or directory
src/qtpropertybrowser.h:92:23: error: QtCore/QSet: No such file or directory
src/qtpropertybrowser.cpp:90:23: error: QtCore/QMap: No such file or directory
src/qtpropertybrowser.cpp:91:23: error: QtGui/QIcon: No such file or directory
In file included from src/qtpropertybrowser.cpp:88:
src/qtpropertybrowser.h:123: error: ISO C++ forbids declaration of
‘QList’ with no type
src/qtpropertybrowser.h:123: error: expected ‘;’ before ‘’ token
src/qtpropertybrowser.h:127: error: ‘QString’ does not name a type
src/qtpropertybrowser.h:128: error: ‘QString’ does not name a type
src/qtpropertybrowser.h:129: error: ‘QString’ does not name a type
src/qtpropertybrowser.h:130: error: ‘QString’ does not name a type
src/qtpropertybrowser.h:135: error: ‘QIcon’ does not name a type
src/qtpropertybrowser.h:136: error: ‘QString’ does not name a type
src/qtpropertybrowser.h:138: error: expected ‘,’ or ‘...’ before ‘’ token
src/qtpropertybrowser.h:138: error: ISO C++ forbids declaration of
‘QString’ with no type
src/qtpropertybrowser.h:139: error: expected ‘,’ or ‘...’ before ‘’ token
src/qtpropertybrowser.h:139: error: ISO C++ forbids declaration of
‘QString’ with no type
src/qtpropertybrowser.h:140: error: expected ‘,’ or ‘...’ before ‘’ token
src/qtpropertybrowser.h:140: error: ISO C++ forbids declaration of
‘QString’ with no type
src/qtpropertybrowser.h:141: error: expected ‘,’ or ‘...’ before ‘’ token
src/qtpropertybrowser.h:141: error: ISO C++ forbids declaration of
‘QString’ with no type
src/qtpropertybrowser.h:159: error: expected class-name before ‘{’ token
src/qtpropertybrowser.h:160: error: ISO C++ forbids declaration of

Bug#569158: serna segfault on startup (566823 is back)

2010-02-10 Thread Mathieu Malaterre
I cannot strace serna, it simply segfault:

open(/usr/lib/serna/icons, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 19
statfs(/usr/lib/serna/icons, {f_type=EXT2_SUPER_MAGIC,
f_bsize=4096, f_blocks=4086123, f_bfree=2279921, f_bavail=2072357,
f_files=2076704, f_ffree=1836617, f_fsid={1435190400, 1724438372},
f_namelen=255, f_frsize=4096}) = 0
getdents(19, [1]23980 segmentation fault  strace serna


and if I try to attach gdb, it fails with:

(gdb) attach 23981
Attaching to process 23981
/tmp/buildd/gdb-6.8/gdb/linux-nat.c:988: internal-error:
linux_nat_attach: Assertion `pid == GET_PID (inferior_ptid) 
WIFSTOPPED (status)  WSTOPSIG (status) == SIGSTOP' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n)


this is really hard to track down where exactly serna is failing...

any advices ?



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



Bug#569158: serna segfault on startup (566823 is back)

2010-02-10 Thread Mathieu Malaterre
On Wed, Feb 10, 2010 at 10:18 PM, Joachim Breitner nome...@debian.org wrote:
 hmm, ok, weird. Maybe qtpropertybrowser has a ./configure flag to force
 qt4. Hmm, does not look like it.

 Maybe removing any qt3 -dev packages helps?

$ apt-get remove qt3-dev-tools
$ dpkg-buildpackage -rfakeroot -us -uc
...


make[4]: Entering directory `/tmp/2/serna-free-0.svn270/build/serna/docutils'
/tmp/2/serna-free-0.svn270/3rd/bin/python
/tmp/2/serna-free-0.svn270/tools/buildsys/buildno.py
/tmp/2/serna-free-0.svn270/serna/docutils buildrev.txt buildrev.hpp
/tmp/2/serna-free-0.svn270/serna/docutils
/tmp/2/serna-free-0.svn270/serna/docutils
cat /tmp/2/serna-free-0.svn270/serna/docutils/sapi.dxg | sed -e
's...@input@!/tmp/2/serna-free-0.svn270/serna/sapi!' -e 's...@cpp@!CPP!'
-e 's...@doc@!doc!' | \
/tmp/2/serna-free-0.svn270/3rd/bin/doxygen -  index.xml.log 21
/tmp/2/serna-free-0.svn270/3rd/bin/xsltproc --path doc/xml
/tmp/2/serna-free-0.svn270/tools/boostbook/doxygen/collect.xsl
doc/xml/index.xml | \
/tmp/2/serna-free-0.svn270/3rd/bin/xsltproc --path doc/xml
/tmp/2/serna-free-0.svn270/tools/boostbook/doxygen/doxygen2boostbook.xsl
- | \
/tmp/2/serna-free-0.svn270/3rd/bin/xsltproc --path doc/xml --param
is-python false -o
/tmp/2/serna-free-0.svn270/build/serna/dist/doc-dita/sapi/index.xml
/tmp/2/serna-free-0.svn270/tools/boostbook/docbook.xsl -
Reference to class 'Iterator' is ambiguous. Found:
  Match in namespace ::GroveEntityDeclSet::
  Match in namespace ::
Reference to class 'Iterator' is ambiguous. Found:
  Match in namespace ::GroveEntityDeclSet::
  Match in namespace ::
Reference to class 'Iterator' is ambiguous. Found:
  Match in namespace ::GroveEntityDeclSet::
  Match in namespace ::
Reference to class 'Iterator' is ambiguous. Found:
  Match in namespace ::GroveEntityDeclSet::
  Match in namespace ::
Reference to class 'ErtEntry' is ambiguous. Found:
  Match in namespace ::GroveEntityReferenceTable::
  Match in namespace ::
Reference to class 'ErtEntry' is ambiguous. Found:
  Match in namespace ::GroveEntityReferenceTable::
  Match in namespace ::
Reference to class 'ErtEntry' is ambiguous. Found:
  Match in namespace ::GroveEntityReferenceTable::
  Match in namespace ::
Reference to class 'ErtEntry' is ambiguous. Found:
  Match in namespace ::GroveEntityReferenceTable::
  Match in namespace ::
Reference to class 'OwnerPtrRef' is ambiguous. Found:
  Match in namespace ::OwnerPtr::
  Match in namespace ::
Reference to class 'OwnerPtrRef' is ambiguous. Found:
  Match in namespace ::OwnerPtr::
  Match in namespace ::
Reference to class 'OwnerPtrRef' is ambiguous. Found:
  Match in namespace ::OwnerPtr::
  Match in namespace ::
Reference to class 'OwnerPtrRef' is ambiguous. Found:
  Match in namespace ::OwnerPtr::
  Match in namespace ::
cat /tmp/2/serna-free-0.svn270/serna/docutils/sapi.dxg | sed -e
's...@input@!/tmp/2/serna-free-0.svn270/serna/sapi!' -e
's...@cpp@!PYTHON!' -e 's...@doc@!doc_py!' | \
/tmp/2/serna-free-0.svn270/3rd/bin/doxygen -  index.xml.log 21
/tmp/2/serna-free-0.svn270/3rd/bin/xsltproc --path doc_py/xml
/tmp/2/serna-free-0.svn270/tools/boostbook/doxygen/collect.xsl
doc_py/xml/index.xml | \
/tmp/2/serna-free-0.svn270/3rd/bin/xsltproc --path doc_py/xml
/tmp/2/serna-free-0.svn270/tools/boostbook/doxygen/doxygen2boostbook.xsl
- | \
/tmp/2/serna-free-0.svn270/3rd/bin/xsltproc --path doc_py/xml -o
/tmp/2/serna-free-0.svn270/build/serna/dist/doc-dita/sapi_py/index.xml
/tmp/2/serna-free-0.svn270/tools/boostbook/docbook.xsl -
Reference to class 'Iterator' is ambiguous. Found:
  Match in namespace ::GroveEntityDeclSet::
  Match in namespace ::
Reference to class 'Iterator' is ambiguous. Found:
  Match in namespace ::GroveEntityDeclSet::
  Match in namespace ::
Reference to class 'Iterator' is ambiguous. Found:
  Match in namespace ::GroveEntityDeclSet::
  Match in namespace ::
Reference to class 'Iterator' is ambiguous. Found:
  Match in namespace ::GroveEntityDeclSet::
  Match in namespace ::
Reference to class 'ErtEntry' is ambiguous. Found:
  Match in namespace ::GroveEntityReferenceTable::
  Match in namespace ::
Reference to class 'ErtEntry' is ambiguous. Found:
  Match in namespace ::GroveEntityReferenceTable::
  Match in namespace ::
Reference to class 'ErtEntry' is ambiguous. Found:
  Match in namespace ::GroveEntityReferenceTable::
  Match in namespace ::
Reference to class 'ErtEntry' is ambiguous. Found:
  Match in namespace ::GroveEntityReferenceTable::
  Match in 

Bug#569158: serna segfault on startup (566823 is back)

2010-02-10 Thread Mathieu Malaterre
This may have nothing to do, but here is what I get doing a re-build
(unfinished)

...
Configuring in /tmp/2/serna-free-0.svn270/3rd/docbook/1.68.1 with
CONFIG='warn_off syspkgonly static release linux staticlib',
options='buildtype=make,package=docbook' ...
tmake error: Could not find docbook stylesheet directory
/usr/share/xml/docbook/stylesheet/docbook-xsl

Configuring in /tmp/2/serna-free-0.svn270/3rd/dita-ot/1.4 with
CONFIG='warn_off syspkgonly static release linux sta
...

I cannot find where this path is coming from...



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



Bug#566271: Stable has no publican package..

2010-02-11 Thread Mathieu Malaterre
On Thu, Feb 11, 2010 at 2:10 PM, Kartik Mistry kar...@debian.org wrote:
 $ apt-get install -t testing publican

 will not take libfile-copy-recursive-perl from testing. I think you
 need to Depends: libfile-copy-recursive-perl (1:5.1p1-5)

 You mean: (= 0.38). Right? :)

 And yes, I don't think mixing releases will make life easy for
 packages and supported :P

 Since testing/unstable has 0.38, I think this bug can be closed..

This will make it horribly hard for a backporter. You need to
explicitely state when a dependencie need at least a particular
version.
This is an implicit dependencie, I really do not understand why you
refuse the change I propose ? what is so wrong with my proposal ?

Thanks again
-- 
Mathieu



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



Bug#562775: Bug#562387: Bug#533193: [Debian-med-packaging] Bug#562387: gdcm: FTBFS: cmake error

2009-12-28 Thread Mathieu Malaterre
On Sun, Dec 27, 2009 at 7:42 PM, Denis Barbier bou...@gmail.com wrote:
 On 2009/12/27 Mathieu Malaterre wrote:
 [...]
 Does this help ? Even if the path is wrong in VTKConfig.cmake, GDCM
 can cope with that. In the end /usr/share/java/vtk/vtk.jar should be
 the vtk jar file.
 [...]

 I was confused by your message, /usr/share/java/vtk.jar is the
 expected location of the jar file. and this is what your commit does,

If you do the upload, please close this new bug too. thanks

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562775

-- 
Mathieu



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



Bug#563020: [Debian-med-packaging] Bug#563020: gdcm: please update variable DGMCS_EXECUTABLE

2009-12-30 Thread Mathieu Malaterre
Since VTK package is in bad shape, I cannot make the upload yet.

Thanks for report.

On Wed, Dec 30, 2009 at 1:31 AM, Dominique Belhachemi
domi...@cs.tu-berlin.de wrote:
 Package: gdcm
 Severity: normal
 Tags: patch


 Hi,

 please make the following change

 -                -DGMCS_EXECUTABLE:FILEPATH=/usr/bin/csc \
 +                -DGMCS_EXECUTABLE:FILEPATH=/usr/bin/mono-csc \

 in your debian/rules file.

 The filename /usr/bin/csc has been changed in the mono-devel package.

 Cheers
 Dominique


 -- System Information:
 Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)



 ___
 Debian-med-packaging mailing list
 debian-med-packag...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/debian-med-packaging




-- 
Mathieu



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



Bug#562387: Bug#533193: [Debian-med-packaging] Bug#562387: gdcm: FTBFS: cmake error

2010-01-03 Thread Mathieu Malaterre
Could someone please let me know what is going on ?

http://packages.debian.org/search?suite=experimentalarch=anymode=pathsearchon=contentskeywords=vtk.jar

Where is vtk.jar ?

Dominique, I am not sure I understand your patch. Until I see a
correct libvtk-java package I do not think I need to patch anything in
GDCM.

Thanks.


On Sat, Jan 2, 2010 at 7:52 AM, Dominique Belhachemi
domi...@cs.tu-berlin.de wrote:
 Hi Mathieu,

 You are right. Using /usr/share/java/vtk/vtk.jar solves the problem.

 BTW, I was playing with vtk-5.4 in experimental and tried to compile
 gdcm. There is another java related problem. I was getting an error
 message. Here it is:
 ---
 Linking CXX shared library ../../bin/libvtkgdcmJava.so
 /usr/bin/ld: error: cannot find -lvtkCommonJava
 /usr/bin/ld: error: cannot find -lvtkIOJava
 /usr/bin/ld: error: cannot find -lvtkImagingJava
 /usr/bin/ld: error: cannot find -lvtkRenderingJava
 /usr/bin/ld: error: cannot find -lvtkImagingJava
 /usr/bin/ld: error: cannot find -lvtkGraphicsJava
 /usr/bin/ld: error: cannot find -lvtkFilteringJava
 /usr/bin/ld: error: cannot find -lvtkCommonJava
 collect2: ld returned 1 exit status
 make[3]: *** [bin/libvtkgdcmJava.so] Error 1
 ---

 Those libraries have been located in /usr/lib/ .
 Since a while they are located in /usr/lib/jni/ .

 Following patch helps in my case:

 ---
 --- gdcm-2.0.14.orig/Utilities/VTK/CMakeLists.txt
 +++ gdcm-2.0.14/Utilities/VTK/CMakeLists.txt
 @@ -242,17 +242,16 @@
     INCLUDE(${VTK_CMAKE_DIR}/vtkWrapJava.cmake)
     INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})

 +    if(EXISTS /usr/lib/jni/libvtkCommonJava.so)
 +      message(Implicitely adding debian package layout...)
 +      link_directories(/usr/lib/jni)
 +    endif()
 +
     VTK_WRAP_JAVA3(${VTKGDCM_NAME}Java vtkgdcmJAVA_SRCS
 ${vtkgdcm_SRCS})
     # libvtk-java is a pain to handle...
     if(EXISTS ${VTK_JAVA_JAR})
       # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533193
       set(GDCM_VTK_JAVA_JAR ${VTK_JAVA_JAR})
 -    else(EXISTS ${VTK_JAVA_JAR})
 -      # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533198
 -      if(EXISTS /usr/lib/jni/libvtkCommonJava.so)
 -        message(Implicitely adding debian package layout...)
 -        link_directories(/usr/lib/jni)
 -      endif()
     endif(EXISTS ${VTK_JAVA_JAR})
     MARK_AS_ADVANCED(GDCM_VTK_JAVA_JAR)
     if(EXISTS ${GDCM_VTK_JAVA_JAR})
 ---

 Cheers
 Dominique





 On Mon, 2009-12-28 at 17:17 +0100, Mathieu Malaterre wrote:
 On Sun, Dec 27, 2009 at 7:42 PM, Denis Barbier bou...@gmail.com wrote:
  On 2009/12/27 Mathieu Malaterre wrote:
  [...]
  Does this help ? Even if the path is wrong in VTKConfig.cmake, GDCM
  can cope with that. In the end /usr/share/java/vtk/vtk.jar should be
  the vtk jar file.
  [...]
 
  I was confused by your message, /usr/share/java/vtk.jar is the
  expected location of the jar file. and this is what your commit does,

 If you do the upload, please close this new bug too. thanks

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562775







-- 
Mathieu



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



Bug#562387: Bug#562775: Bug#562387: Bug#533193: [Debian-med-packaging] Bug#562387: gdcm: FTBFS: cmake error

2010-01-04 Thread Mathieu Malaterre
Denis,

On Mon, Jan 4, 2010 at 12:44 AM, Denis Barbier bou...@gmail.com wrote:
 On 2010/1/3 Mathieu Malaterre wrote:
 Could someone please let me know what is going on ?

 http://packages.debian.org/search?suite=experimentalarch=anymode=pathsearchon=contentskeywords=vtk.jar

 Where is vtk.jar ?

 Hi Mathieu,

 As explained in a previous mail, it had accidentally been dropped from
 libvtk-java.  Dominique uploaded 5.4.2-2 to fix this issue.

I think this upload did not fix this particular issue:

http://packages.debian.org/experimental/i386/libvtk-java/filelist

 Dominique, I am not sure I understand your patch. Until I see a
 correct libvtk-java package I do not think I need to patch anything in
 GDCM.

 Dominique is right, when vtk.jar is found, you do no more pass into the
    else(EXISTS ${VTK_JAVA_JAR})
 branch and libraries in /usr/lib/jni are not found.

I see. Thanks !

 But maybe it would be better to set a variable in VTKConfig.cmake to
 let VTK tell where it puts JNI libraries?

Technically this is the best solution.

 There are other problems, you asked to enable more VTK_USE_* features,
 and as a consequence more dependencies have been defined in
 /usr/lib/vtk-5.4/VTKLibraryDepends.cmake, libvtk5-dev must depend on
 all the .so libraries listed there (except for the wrappings).
 Hopefully this is now fixed in the git repository.

Cool !


-- 
Mathieu



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



Bug#562775: Bug#562387: Bug#533193: [Debian-med-packaging] Bug#562387: gdcm: FTBFS: cmake error

2010-01-04 Thread Mathieu Malaterre
On Mon, Jan 4, 2010 at 11:31 AM, Denis Barbier bou...@gmail.com wrote:
 On 2010/1/4 Mathieu Malaterre wrote:
 [...]
 As explained in a previous mail, it had accidentally been dropped from
 libvtk-java.  Dominique uploaded 5.4.2-2 to fix this issue.

 I think this upload did not fix this particular issue:

 http://packages.debian.org/experimental/i386/libvtk-java/filelist

 Mathieu,

 I do not know why, but this page is wrong; if you download the i386
 package, you will see that vtk.jar is present.

Much better !
So what is the next step, there are two working vtk AFAIK:
-  5.4.2-2
-  5.2.1-11

Dominique, could you please push 5.4.2-2  to unstable ? Will there be
a mechanism to force a rebuild of any rdepend package (since ABI
changed) ?

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#564035: gnome-volume-control: cryptic device display

2010-01-07 Thread Mathieu Malaterre
Package: gnome-media
Version: 2.22.0-3
Severity: normal


Hi, when plugging a Logitech+Mic USB cam, gnome-volume-control display a 
cryptic name for it.
Instead of something like 'Logitech Bla', it says: USB Device 0x46d:0x802 (Alsa 
Mixer)

I took a screenshot of the menu here:

http://malatsblog.blogspot.com/2010/01/bus-003-device-003-id-046d0802-logitech.html

Thanks

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-media depends on:
ii  gnome-media-common 2.22.0-3  GNOME media utilities - common fil
ii  gstreamer0.10-alsa [gs 0.10.24-2~bpo50+1 GStreamer plugin for ALSA
ii  gstreamer0.10-plugins- 0.10.24-2~bpo50+1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.8-4.1~lenny2 GStreamer plugins from the good 
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.22.3-1  The GLib library of C routines
ii  libgnome-media02.22.0-3  runtime libraries for the GNOME me
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgstreamer-plugins-b 0.10.24-2~bpo50+1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.24-1~bpo50+1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 

gnome-media recommends no packages.

gnome-media suggests no packages.

-- no debconf information



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



Bug#564035: gnome-volume-control: cryptic device display

2010-01-07 Thread Mathieu Malaterre
After online registration, all I get for this page:

https://usb-ids.gowdy.us/mods/?action=newitem

is:

...
Not Found

The requested URL /mods/ was not found on this server.
Apache/2.2.3 (Scientific Linux) Server at usb-ids.gowdy.us Port 443
...

I am including the diff. I'll look into other way to submit the info

$ diff -u  usb.ids.1 usb.ids
--- usb.ids.1   2009-12-26 20:34:27.0 +0100
+++ usb.ids 2010-01-07 14:34:43.0 +0100
@@ -1886,6 +1886,7 @@
040f  Logitech/Storm PageScan
0430  Mic (Cordless)
0801  QuickCam Home
+   0802  Webcam C200
0810  QuickCam Pro
0820  QuickCam VC
0830  QuickClip


On Thu, Jan 7, 2010 at 12:02 PM, Josselin Mouette j...@debian.org wrote:
 reassign 564035 usbutils 0.73-10
 found 564035 0.86-2
 thanks

 Le jeudi 07 janvier 2010 à 10:18 +0100, Mathieu Malaterre a écrit :
 Package: gnome-media
 Hi, when plugging a Logitech+Mic USB cam, gnome-volume-control display a 
 cryptic name for it.
 Instead of something like 'Logitech Bla', it says: USB Device 0x46d:0x802 
 (Alsa Mixer)

 This is expected, as the device is not in the usbutils usb.ids database;
 even in the latest upstream version.

 I guess that an update is in order.

 Could you please submit all relevant information, as explained in [0] ?

  [0] http://www.linux-usb.org/usb-ids.html

 Thanks,
 --
  .''`.      Josselin Mouette
 : :' :
 `. `'   “I recommend you to learn English in hope that you in
  `-     future understand things”  -- Jörg Schilling






-- 
Mathieu



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



Bug#564035: gnome-volume-control: cryptic device display

2010-01-07 Thread Mathieu Malaterre
Hum, I got lucky, and finally could submit the issue from the USB
listing page itself:

https://usb-ids.gowdy.us/read/UD/046d/0802?action=list

Enjoy :)

On Thu, Jan 7, 2010 at 2:44 PM, Mathieu Malaterre
mathieu.malate...@gmail.com wrote:
 After online registration, all I get for this page:

 https://usb-ids.gowdy.us/mods/?action=newitem

 is:

 ...
 Not Found

 The requested URL /mods/ was not found on this server.
 Apache/2.2.3 (Scientific Linux) Server at usb-ids.gowdy.us Port 443
 ...

 I am including the diff. I'll look into other way to submit the info

 $ diff -u  usb.ids.1 usb.ids
 --- usb.ids.1   2009-12-26 20:34:27.0 +0100
 +++ usb.ids     2010-01-07 14:34:43.0 +0100
 @@ -1886,6 +1886,7 @@
        040f  Logitech/Storm PageScan
        0430  Mic (Cordless)
        0801  QuickCam Home
 +       0802  Webcam C200
        0810  QuickCam Pro
        0820  QuickCam VC
        0830  QuickClip


 On Thu, Jan 7, 2010 at 12:02 PM, Josselin Mouette j...@debian.org wrote:
 reassign 564035 usbutils 0.73-10
 found 564035 0.86-2
 thanks

 Le jeudi 07 janvier 2010 à 10:18 +0100, Mathieu Malaterre a écrit :
 Package: gnome-media
 Hi, when plugging a Logitech+Mic USB cam, gnome-volume-control display a 
 cryptic name for it.
 Instead of something like 'Logitech Bla', it says: USB Device 0x46d:0x802 
 (Alsa Mixer)

 This is expected, as the device is not in the usbutils usb.ids database;
 even in the latest upstream version.

 I guess that an update is in order.

 Could you please submit all relevant information, as explained in [0] ?

  [0] http://www.linux-usb.org/usb-ids.html

 Thanks,
 --
  .''`.      Josselin Mouette
 : :' :
 `. `'   “I recommend you to learn English in hope that you in
  `-     future understand things”  -- Jörg Schilling






 --
 Mathieu




-- 
Mathieu



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



Bug#564035: gnome-volume-control: cryptic device display

2010-01-07 Thread Mathieu Malaterre
So why is the broken link listed on:

https://usb-ids.gowdy.us/read/?action=help?help=newitem

Please remove the link from under 'add item'
(https://usb-ids.gowdy.us/mods/?action=newitem).

Thanks

On Thu, Jan 7, 2010 at 2:51 PM, Stephen J. Gowdy go...@cern.ch wrote:
 Yeah, that is what you are suppose to do.

 On Thu, 7 Jan 2010, Mathieu Malaterre wrote:

 Hum, I got lucky, and finally could submit the issue from the USB
 listing page itself:

 https://usb-ids.gowdy.us/read/UD/046d/0802?action=list

 Enjoy :)

 On Thu, Jan 7, 2010 at 2:44 PM, Mathieu Malaterre
 mathieu.malate...@gmail.com wrote:

 After online registration, all I get for this page:

 https://usb-ids.gowdy.us/mods/?action=newitem

 is:

 ...
 Not Found

 The requested URL /mods/ was not found on this server.
 Apache/2.2.3 (Scientific Linux) Server at usb-ids.gowdy.us Port 443
 ...

 I am including the diff. I'll look into other way to submit the info

 $ diff -u  usb.ids.1 usb.ids
 --- usb.ids.1   2009-12-26 20:34:27.0 +0100
 +++ usb.ids     2010-01-07 14:34:43.0 +0100
 @@ -1886,6 +1886,7 @@
        040f  Logitech/Storm PageScan
        0430  Mic (Cordless)
        0801  QuickCam Home
 +       0802  Webcam C200
        0810  QuickCam Pro
        0820  QuickCam VC
        0830  QuickClip


 On Thu, Jan 7, 2010 at 12:02 PM, Josselin Mouette j...@debian.org
 wrote:

 reassign 564035 usbutils 0.73-10
 found 564035 0.86-2
 thanks

 Le jeudi 07 janvier 2010 à 10:18 +0100, Mathieu Malaterre a écrit :

 Package: gnome-media
 Hi, when plugging a Logitech+Mic USB cam, gnome-volume-control display
 a cryptic name for it.
 Instead of something like 'Logitech Bla', it says: USB Device
 0x46d:0x802 (Alsa Mixer)

 This is expected, as the device is not in the usbutils usb.ids database;
 even in the latest upstream version.

 I guess that an update is in order.

 Could you please submit all relevant information, as explained in [0] ?

  [0] http://www.linux-usb.org/usb-ids.html

 Thanks,
 --
  .''`.      Josselin Mouette
 : :' :
 `. `'   “I recommend you to learn English in hope that you in
  `-     future understand things”  -- Jörg Schilling






 --
 Mathieu






 --
  /+-\
 |Stephen J. Gowdy                     | CERN       Office: 8-1-11|
 |http://cern.ch/gowdy/                | CH-1211 Geneva 23        |
 |                                     | Switzerland              |
 |EMail: go...@cern.ch                 | Tel: +41 76 487 2215     |
  \+-/



-- 
Mathieu



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



Bug#436792:

2010-01-19 Thread Mathieu Malaterre
Is there any update on this package ?

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#566159: redmine: !!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again

2010-01-21 Thread Mathieu Malaterre
Package: redmine
Version: 0.9.0~svn2907-1~bpo50+1
Severity: important


I am trying to install redmine on my lenny system without much luck. After 
reading instructions from README.Debian I could not figure out where to point 
my browser to.
So instead I tried what is mentionned (as apache user):

gotlib:/usr/share/redmine# ruby script/server webrick -e production
= Booting WEBrick...
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install 
the mysql gem and try again: gem install mysql.
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no 
such file to load -- mysql (MissingSourceFile)
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:155:in
 `require'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/core_ext/kernel/requires.rb:7:in
 `require_library_or_gem'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb:11:in
 `silence_warnings'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/core_ext/kernel/requires.rb:5:in
 `require_library_or_gem'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:63:in
 `mysql_connection'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:223:in
 `send'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:223:in
 `new_connection'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:245:in
 `checkout_new_connection'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:188:in
 `checkout'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:184:in
 `loop'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:184:in
 `checkout'
from /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:183:in
 `checkout'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:98:in
 `connection'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:326:in
 `retrieve_connection'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:121:in
 `retrieve_connection'
from 
/usr/share/redmine/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:113:in
 `connection'
from 
/usr/share/redmine/vendor/plugins/awesome_nested_set/lib/awesome_nested_set.rb:217:in
 `quoted_left_column_name'
from 
/usr/share/redmine/vendor/plugins/awesome_nested_set/lib/awesome_nested_set.rb:93:in
 `acts_as_nested_set'
from /usr/share/redmine/app/models/project.rb:51
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:155:in
 `require'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:262:in
 `require_or_load_without_engine_additions'
from 
/usr/share/redmine/vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb:132:in
 `require_or_load'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:427:in
 `load_missing_constant'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:77:in
 `const_missing'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:89:in
 `const_missing'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:439:in
 `load_missing_constant'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:93:in
 `const_missing'
from /usr/share/redmine/app/models/attachment.rb:36
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:155:in
 `require'
from 
/usr/share/redmine/vendor/rails/activesupport/lib/active_support/dependencies.rb:262:in
 

Bug#566160: Cannot re-install redmine

2010-01-21 Thread Mathieu Malaterre
Package: redmine
Version: 0.9.0~svn2907-1~bpo50+1
Severity: important


I tried removing redmine then re-installing it. Here is the log:

Suggested packages:
  libsvn-ruby librmagick-ruby libopenid-ruby
The following NEW packages will be installed:
  redmine
0 upgraded, 1 newly installed, 0 to remove and 18 not upgraded.
Need to get 0B/1069kB of archives.
After this operation, 8278kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package redmine.
(Reading database ... 385185 files and directories currently installed.)
Unpacking redmine (from .../redmine_0.9.0~svn2907-1~bpo50+1_all.deb) ...
Setting up redmine (0.9.0~svn2907-1~bpo50+1) ...
dbconfig-common: writing config to 
/etc/dbconfig-common/redmine/instances/default.conf
*** WARNING: ucf was run from a maintainer script that uses debconf, but
 the script did not pass --debconf-ok to ucf. The maintainer
 script should be fixed to not stop debconf before calling ucf,
 and pass it this parameter. For now, ucf will revert to using
 old-style, non-debconf prompting. Ugh!

 Please inform the package maintainer about this problem.

Creating config file /etc/redmine/default/database.yml.new with new version
dbconfig-common: flushing administrative password
Populating database for redmine instance default.
This may take a while.
rake aborted!
Access denied for user 'redmine'@'localhost' to database 'redmine_default'

(See full trace by running task with --trace)
Done.
rake aborted!
Access denied for user 'redmine'@'localhost' to database 'redmine_default'

(See full trace by running task with --trace)
rake aborted!
Access denied for user 'redmine'@'localhost' to database 'redmine_default'

(See full trace by running task with --trace)


Thanks

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages redmine depends on:
ii  dbconfig-common  1.8.39  common framework for packaging dat
ii  debconf [debconf 1.5.24  Debian configuration management sy
ii  libjs-prototype  1.6.1-1~bpo50+1 JavaScript Framework for dynamic w
ii  libjs-scriptacul 1.8.3-1~bpo50+1 JavaScript library for dynamic web
ii  rails2.2.3-1~bpo50+1 MVC ruby based framework geared fo
ii  rake 0.8.7-1~bpo50+1 a ruby build program
ii  redmine-mysql0.9.0~svn2907-1~bpo50+1 metapackage providing MySQL depend
ii  redmine-sqlite   0.9.0~svn2907-1~bpo50+1 metapackage providing sqlite depen
ii  ruby 4.2 An interpreter of object-oriented 
ii  ruby1.8  1.8.7.72-3lenny1Interpreter of object-oriented scr

Versions of packages redmine recommends:
ii  libapache2-mod-fcgid  1:2.2-1an alternative module compat with 
ii  libfcgi-ruby1.8 [libfcgi-ruby 0.8.7-4.1  FastCGI library for Ruby

Versions of packages redmine suggests:
ii  apache2-mpm-prefork [httpd-cg 2.2.14-5   Apache HTTP Server - traditional n
pn  libopenid-rubynone (no description available)
pn  librmagick-ruby   none (no description available)
pn  libsvn-ruby   none (no description available)

-- debconf information:
  redmine/instances/default/passwords-do-not-match:
  redmine/instances/default/db/basepath:
  redmine/instances/default/pgsql/changeconf: false
  redmine/default-language: ${defaultLocale}
  redmine/instances/default/pgsql/no-empty-passwords:
  redmine/instances/default/pgsql/manualconf:
  redmine/instances/default/pgsql/authmethod-admin: ident
  redmine/instances/default/pgsql/admin-user: postgres
  redmine/instances/default/pgsql/authmethod-user: password
  redmine/old-instances:
  redmine/instances/default/upgrade-error: abort
  redmine/instances/default/upgrade-backup: true
  redmine/instances/default/mysql/admin-user: root
  redmine/instances/default/mysql/method: unix socket
  redmine/instances/default/remove-error: abort
* redmine/instances/default/dbconfig-remove:
  redmine/instances/default/remote/port:
* redmine/instances/default/dbconfig-install: true
  redmine/instances/default/remote/newhost:
  redmine/instances/default/missing-db-package-error: abort
  redmine/instances/default/pgsql/method: unix socket
* redmine/instances/default/database-type: mysql
  redmine/instances/default/dbconfig-reinstall: false
  redmine/instances/default/db/app-user: redmine
  redmine/instances/default/default-language: en
  redmine/notify-migration:
  redmine/instances/default/db/dbname: redmine_default
* redmine/instances/default/purge: true
  redmine/current-instances: default
  redmine/instances/default/remote/host:
  

Bug#566159: redmine: !!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again

2010-01-21 Thread Mathieu Malaterre
On Thu, Jan 21, 2010 at 6:45 PM, Jérémy Lal je...@edagames.com wrote:
 On 21/01/2010 18:29, Mathieu Malaterre wrote:
 I am trying to install redmine on my lenny system without much luck. After 
 reading instructions from README.Debian I could not figure out where to 
 point my browser to.
 So instead I tried what is mentionned (as apache user):

 gotlib:/usr/share/redmine# ruby script/server webrick -e production
 = Booting WEBrick...
 !!! The bundled mysql.rb driver has been removed from Rails 2.2. Please 
 install the mysql gem and try again: gem install mysql.
 /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': 
 no such file to load -- mysql (MissingSourceFile)


 This just means you have to install redmine-mysql package,
 which in turn will install those packages you're missing.

 Once done, proceed to
 dpkg-reconfigure redmine

 to make sure you have a database configured.

That did it. I am not sure why redmine-mysql was not pulled in or when
did I miss the message telling to do so but it looks like this is
working now.

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#566271: publican: Undefined subroutine File::Copy::Recursive::rcopy_glob called at /usr/share/perl5/Publican/Builder.pm line 310

2010-01-22 Thread Mathieu Malaterre
Package: publican
Version: 1.0~20090927-2
Severity: important


Hi,

  I was trying out publican. I cannot even get it started. Steps:

 cd /tmp
 publican create --name=bozo
 cd bozo
 publican build --formats=pdf --langs=en-US

DEBUG: Publican: config loaded
Setting up en-US
Processing file tmp/en-US/xml_tmp/Author_Group.xml
Processing file tmp/en-US/xml_tmp/Book_Info.xml
Processing file tmp/en-US/xml_tmp/Chapter.xml
Processing file tmp/en-US/xml_tmp/Preface.xml
Processing file tmp/en-US/xml_tmp/Revision_History.xml
Processing file tmp/en-US/xml_tmp/bozo.xml
Undefined subroutine File::Copy::Recursive::rcopy_glob called at 
/usr/share/perl5/Publican/Builder.pm line 310, FH line 15.


Thanks

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages publican depends on:
ii  docbook-xml 4.5-6standard XML documentation system,
ii  docbook-xsl 1.73.2.dfsg.1-5  stylesheets for processing DocBook
ii  fop 1:0.94.dfsg-2XML to PDF Translator
ii  gettext 0.17-4   GNU Internationalization utilities
ii  libbatik-java   1.6-4xml.apache.org SVG Library
ii  libclass-trigge 0.13-1   Mix-in to add / call inheritable t
ii  libclone-perl   0.29-1   recursively copy Perl datatypes
ii  libconfig-simpl 4.59-3   simple configuration file class
ii  libdatetime-for 0.04-2   Perl module parsing Date::Parse co
ii  libdatetime-per 2:0.42-1 perl DateTime - Reference implemen
ii  libfile-copy-re 0.36-1   Perl extension for recursively cop
ii  libfile-find-ru 0.30-3   Alternative interface to File::Fin
ii  libfile-pushd-p 1.00-1   change directory temporarily for a
ii  libfile-slurp-p .12-2single call read  write file rout
ii  libhtml-format- 2.04-2   format HTML syntax trees into text
ii  libhtml-tree-pe 3.23-1   represent and create HTML syntax t
ii  libimage-size-p 3.1.1-2  determine the size of images in se
ii  liblocale-maket 1.28-1   Perl module bridging gettext and M
ii  liblocale-po-pe 0.17-1   Locale::PO perl module
ii  libmakefile-dom 0.004-1  Perl DOM implementation for Makefi
ii  libmakefile-par 0.211-1  simple Perl Makefile parser
ii  libparams-util- 0.30-1.1 Perl extension for simple standalo
ii  libsyntax-highl 0.05+dfsg-1  port to Perl of the syntax highlig
ii  libxml-libxml-p 1.66-1+b1Perl module for using the GNOME li
ii  libxml-libxslt- 1.66-1   Perl module for using the GNOME li
ii  libxml-treebuil 3.09-1   XML parser providing XML::Elements
ii  perl5.10.1-8 Larry Wall's Practical Extraction 
ii  perlmagick  7:6.3.7.9.dfsg2-1~lenny3 Perl interface to the libMagick gr

publican recommends no packages.

publican suggests no packages.

-- no debconf information



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



Bug#566800: usage for jeuclid-cli is incorrect

2010-01-25 Thread Mathieu Malaterre
Package: jeuclid-cli
Version: 3.1.8-1
Severity: minor


when starting jeuclid-cli, the command line tool report typical usage:

$ jeuclid-cli
org.apache.commons.cli.ParseException: Not enough arguments!
usage: mml2xxx source file(s) target file/directory [options]
   ^^^

It should rather says 'jeuclid-cli' instead of mml2xxx

Thanks

-- System Information:
Debian Release: 5.0.3
  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 cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages jeuclid-cli depends on:
ii  default-jre [java2-runti 1.5-30  Standard Java or Java compatible R
ii  gcj-4.4-jre [java2-runti 4.4.2-4 Java runtime environment using GIJ
ii  gcj-jre [java2-runtime]  4:4.3.4-1   Java runtime environment using GIJ
ii  java-gcj-compat [java2-r 1.0.80-5.1  Java runtime environment using GIJ
ii  java-wrappers0.1.15  wrappers for java executables
ii  kaffe-pthreads [java1-ru 2:1.1.8-5.2 A POSIX threads enabled version of
ii  libcommons-cli-java  1.1-3   API for working with the command l
ii  libcommons-lang-java 2.4-1   Extension of the java.lang package
ii  libjeuclid-core-java 3.1.8-1 A complete MathML rendering soluti
ii  openjdk-6-jre [java2-run 6b11-9.1+lenny2 OpenJDK Java runtime, using Hotspo
ii  sun-java5-jre [java2-run 1.5.0-17-0.1Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java2-run 6-12-1  Sun Java(TM) Runtime Environment (

jeuclid-cli recommends no packages.

jeuclid-cli suggests no packages.

-- no debconf information



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



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