Bug#962464: Remove ICU dependency

2020-06-08 Thread Nick Wellnhofer
Package: libxml2 Bug #776254 requested that libxml2 uses ICU for character set conversion because of some unspecified issues with Chromium. This adds an otherwise useless, multi-megabyte dependency (larger than libxml2 itself). I propose to revert that change. This means that libxml2 will use

Bug#816280: Binary incompatibility between debugperl and perl

2016-02-29 Thread Nick Wellnhofer
On 29/02/2016 16:52, Dominic Hargreaves wrote: Just to be clear, do you mean you don't think that your issue will be fixed by these patches in blead? http://perl5.git.perl.org/perl.git/commit/5ca5a62834a7fccb204c7fd4b35a11873d1bdd3b

Bug#816280: Binary incompatibility between debugperl and perl

2016-02-29 Thread Nick Wellnhofer
On 29/02/2016 13:17, Dominic Hargreaves wrote: This was discovered as part of the investigation into (which is not quite the same bug) and was fixed upstream. This fix should be in 5.24 which should be in stretch. However, the fix by its

Bug#816280: Binary incompatibility between debugperl and perl

2016-02-29 Thread Nick Wellnhofer
Package: perl-debug Version: 5.20.2-2 The layout of interpreter variables is different in the debug and normal version of the perl binary. This means that XS extensions might read from or write to the wrong area of the interpreter variable struct, causing crashes and other strange behavior.

Bug#149013: Add namespace registration mecanism in xmllint --shell.

2014-11-11 Thread Nick Wellnhofer
This feature was added quite some time ago. The debug shell learned the `setns` command in 2004 and the `setrootns` command in 2005. See https://git.gnome.org/browse/libxml2/commit/?id=bbaa997a06eef7198af749649a3aac4fc6cff0c5

Bug#750593: xsltproc: bus error on some architectures

2014-10-06 Thread Nick Wellnhofer
On Oct 6, 2014, at 06:21 , Jelmer Vernooij jel...@samba.org wrote: Nick, which bug in the GNOME bug tracker are you referring to? https://bugzilla.gnome.org/show_bug.cgi?id=736077 Even if this is a bug in docbook-xsl, it would still be good if xsltproc printed an error rather than crashing -

Bug#750593: xsltproc: bus error on some architectures

2014-10-04 Thread Nick Wellnhofer
As noted in the GNOME bug tracker, this looks very much like a stack overflow from a recursive XSLT template. Your options are: - Increase stack size. - Isolate the recursive template that causes the error and ask the docbook-xsl maintainers whether they can replace it with a non-recursive

Bug#573769: xsltproc: exits successfully on stylesheet error

2014-10-04 Thread Nick Wellnhofer
This is essentially the following bug in the libxslt bug tracker: https://bugzilla.gnome.org/show_bug.cgi?id=680954 Nick -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#725955: xsltproc (libxslt?) HTTP requests lack User-Agent: that http://www.w3.org/ requires

2014-10-04 Thread Nick Wellnhofer
libxslt uses nanohttp from libxml2 to make HTTP requests, so the package should be changed to lixml2. Nick -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#751887: RFP: libmath-vector-real-xs-perl -- Real vector arithmetic in fast XS

2014-06-17 Thread Nick Wellnhofer
Package: wnpp Severity: wishlist Math::Vector::Real::XS reimplements most of the functions in Math::Vector::Real in XS for a great performance boost. Since there already exists a package for Math::Vector::Real, it would make sense to add the XS version. -- To UNSUBSCRIBE, email to

Bug#718535: libxslt1.1: missing newlines with indent=no

2013-08-05 Thread Nick Wellnhofer
On 05/08/2013 03:33, Vincent Lefevre wrote: This is rather confusing as the XSLT spec http://www.w3.org/TR/xslt says: If the indent attribute has the value yes, then the xml output method may output whitespace in addition to the whitespace in the result tree (possibly based on whitespace

Bug#718535: libxslt1.1: missing newlines with indent=no

2013-08-04 Thread Nick Wellnhofer
libxslt does exactly what you want if you don't provide an indent attribute at all. indent=yes: Let libxslt add whitespace. indent=no: Never add whitespace. no indent attribute: Add newline after top-level nodes. Nick -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with

Bug#708407: Please upgrade to 0.08250

2013-05-15 Thread Nick Wellnhofer
Package: libdbix-class-perl Version: 0.08196-3 This package hasn't been upgraded for one and a half years. There have been many improvements to DBIx::Class, especially in the 0.08250 release. Nick -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#332629: perl-debug: incorect $Config::Config{usemymalloc} value.

2011-12-19 Thread Nick Wellnhofer
I just ran into this bug when I tried to run the Apache Lucy valgrind tests. The test suite checks ccflags for -DDEBUGGING which fails with debugperl. So this does cause at least minor problems for developers but I understand that a fix would not be trivial. -- To UNSUBSCRIBE, email to

Bug#651343: --recursive is buggy

2011-12-07 Thread Nick Wellnhofer
Package: dh-make-perl Version: 0.74-1 The --recursive option of dh-make-perl is buggy. See https://rt.cpan.org/Public/Bug/Display.html?id=71708 There's also a patch from reporter DKOGAN. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#535755: /usr/bin/gcov-4.3: gcov produces wrong answers when, given more than one source file

2010-12-26 Thread Nick Wellnhofer
I can confirm this bug with gcc-4.4, version 4.4.5-10 from unstable. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#596732: perlmagick: BlobToImage fails for SVG

2010-11-21 Thread Nick Wellnhofer
Did you try to install libmagickcore3-extra? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#603332: RFP: libhttp-exception-perl -- throw HTTP-Errors as (Exception::Class-) Exceptions

2010-11-12 Thread Nick Wellnhofer
Package: wnpp Severity: wishlist HTTP::Exception lets you throw HTTP-Errors as Exceptions. Every HTTP::Exception is a Exception::Class - Class. So the same mechanisms apply as with Exception::Class-classes. HTTP::Exception can be used with Plack::Middleware::HTTPExceptions. But

Bug#580096: RFP: libmail-deliverystatus-bounceparser-perl -- Perl extension to analyze bounce messages

2010-05-03 Thread Nick Wellnhofer
Package: wnpp Severity: wishlist Mail::DeliveryStatus::BounceParser analyzes RFC822 bounce messages and returns a structured description of the addresses that bounced and the reason they bounced; it also returns information about the original returned message including the Message-ID. It works

Bug#579768: pg_upgradecluster and --disable-triggers

2010-04-30 Thread Nick Wellnhofer
Package: postgresql-common Version: 106 Severity: minor When upgrading a database from 8.3 to 8.4 I got several errors related to foreign keys. It turned out that I could only upgrade succesfully by making pg_upgradecluster pass the --disable-triggers option to pg_restore. It would be nice if a

Bug#566587: FTBFS: tests fail

2010-04-02 Thread Nick Wellnhofer
I can't test this but to me it looks like the correct fix is: - my $low4bytes = ( ( $self-get_byte( $offset ) 1 ) 0x30 ) 30; + my $low4bytes = ( ( $self-get_byte( $offset ) 1 ) 0x03 ) 30; Nick -- To UNSUBSCRIBE, email to

Bug#562642: postgresql-common: Please do not depend on lsb-release

2009-12-26 Thread Nick Wellnhofer
Package: postgresql-common Version: 102 Severity: wishlist postgresql-common depends on lsb-release which in turn depends on python. I'd like to be able to install postgresql without installing python. The only place I could find where lsb-release is used is in

Bug#562651: Please package gdbserver separately

2009-12-26 Thread Nick Wellnhofer
Package: gdb Version: 7.0-1 Severity: wishlist This is a follow-up to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560786#62 -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux

Bug#512205: This is by design

2009-10-08 Thread Nick Wellnhofer
This is by design. You have to repage the image after cropping with MagickSetImagePage(wand, crop_width, crop_height, 0, 0); Nick -- aevum gmbh rumfordstr. 4 80469 münchen germany tel: +49 89 3838 0653 http://aevum.de/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#545782: missing README.Debian

2009-10-08 Thread Nick Wellnhofer
The files in /usr/lib/debug aren't meant to be run directly. They only contain symbols for gdb. Nick -- aevum gmbh rumfordstr. 4 80469 münchen germany tel: +49 89 3838 0653 http://aevum.de/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#470671: Please provide a no-X11 built package

2009-10-06 Thread Nick Wellnhofer
There are two approaches: One is to provide two complete sets of all the ImageMagick packages. A much easier solution for distros and users would be to move all the X11 code to a separate library and put it in a single package. But that should be done upstream. I made a proposal with a

Bug#524613: Patch for #478538 also resolves this issue

2009-08-21 Thread Nick Wellnhofer
Accidentally, my latest patch for #478538 also resolves this issue. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478538#69 The patch basically does what Bill suggested by moving the offending modules to a different package. Nick -- To UNSUBSCRIBE, email to

Bug#478538: [imagemagick] New patch

2009-07-30 Thread Nick Wellnhofer
Nelson A. de Oliveira wrote: Just note that the latest version of ImageMagick on Debian has some changes from the version that you are working now (libmagick10 has been split into libmagickcore2 and libmagickwand2, for example). If possible, it would be good to you use the latest version

Bug#478538: [imagemagick] Have you tested

2009-07-29 Thread Nick Wellnhofer
Bastien ROUCARIES wrote: Your split patch is nice but you forget to add librsvg to dependency. The Debian build magic adds that dependency automatically. if you give us some proof that your patch work (ie with and without libextra, please add term output), will could give a try. What do

Bug#478538: [imagemagick] New patch

2009-07-29 Thread Nick Wellnhofer
Here is a new version of the patch that moves more ImageMagick coders into the -extra package and makes libmagick10 recommend libmagick10-extra (instead of suggest). When you build the new binary packages the dependencies look like this: $ dpkg -I libmagick10_6.3.7.9.dfsg2-1~lenny1_i386.deb

Bug#478538: [imagemagick] New patch

2009-07-29 Thread Nick Wellnhofer
Bastien ROUCARIES wrote: Le mercredi 29 juillet 2009 23:01:40, vous avez écrit : Then install the packages without -extra and try to convert an SVG file: $ sudo dpkg -i libmagick10_6.3.7.9.dfsg2-1~lenny1_i386.deb $ sudo dpkg -i imagemagick_6.3.7.9.dfsg2-1~lenny1_i386.deb $ convert

Bug#478538: Suggested patch

2009-06-02 Thread Nick Wellnhofer
Moving the WMF and SVG coders to a separate module seems to be really easy. What about the attached patch? Nick diff -uN imagemagick-6.3.7.9.dfsg2/debian/control imagemagick-6.3.7.9.dfsg2-nik1/debian/control --- imagemagick-6.3.7.9.dfsg2/debian/control2009-06-03 04:20:14.0 +0200 +++

Bug#443675: libwmf0.2-7: should not depends on libgtk

2009-04-24 Thread Nick Wellnhofer
The libwmf package from Ubuntu 9.04 seems to have dropped the dependency libwmf (0.2.8.4-6ubuntu1) jaunty; urgency=low * Split out GTK plugin into separate package -- Jonathan Riddell jridd...@ubuntu.com Thu, 22 Jan 2009 15:13:18 + -- To UNSUBSCRIBE, email to

Bug#478538: Please do not depend on gtk

2009-04-24 Thread Nick Wellnhofer
The package libmagickcore1 in Ubuntu 9.04 seems to have dropped the dependency on gtk. imagemagick (7:6.4.5.4.dfsg1-1ubuntu3) jaunty; urgency=low * Don't build-dep on librsvg, it brings in excessive dependencies -- Jonathan Riddell jridd...@ubuntu.com Thu, 22 Jan 2009 10:42:41 + libwmf

Bug#393876: libapache2-modxslt: xsl:sort doesn't work as expected

2008-11-01 Thread Nick Wellnhofer
Support for the lang attribute of xsl:sort has been added to libxslt and should be available in the next release. If you set the lang attribute you should get the following sort order for most languages: A a B b C c Additionally, all kinds of language specific rules should be honored. The