Bug#321917: postgresql-7.4: can't specify an interval as a placeholder any more

2006-09-13 Thread Niko Tyni
ugh the pg_server_prepare flag or using eg. '?::interval' instead of 'interval ?', as already suggested in #321917 as well. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#386458: libavcodec-dev: Missing dependencies for libraw1394-dev libdc1934-dev

2006-09-13 Thread Niko Tyni
ages > libavcodec-dev does not depend upon. Yet without these, the package is > pretty much unusable, since any attempt to link against it will fail. Hi, this is because the variable substitution trick in debian/rules does not quite work. The attached patch should fix it. Cheers, -- Niko

Bug#388209: daemon binary missing on !i386

2006-09-19 Thread Niko Tyni
Package: orca Version: 0.2.3 Severity: grave Justification: renders package unusable On non-i386 architectures, the orca package doesn't actually contain the orca binary, as seen at eg. [1]. This is because the tarball contains i386 objects that don't get rebuilt, resulting in a link error. From a

Bug#385883: orca: needs to be ported to the current tinysnmp API

2006-09-19 Thread Niko Tyni
urn eg. -1 for the old errno cases and -2 when the error should be retrieved abz_get_error(), and then recognize this in the caller code (mostly in src/main.c, I think.) I'll see if I can find the time to fix these myself. Cheers, -- Niko Tyni [EMAIL PROTECTED]

Bug#388256: tinysnmp-agent: SIGBUS on sparc at startup

2006-09-19 Thread Niko Tyni
Package: tinysnmp-agent Version: 0.8.4 Severity: grave Justification: renders package unusable This is the same as #282260, but as that's already archived, I'm opening a new bug. The tinysnmpd daemon still doesn't start on sparc but gives a SIGBUS instead. This is with a recompiled (with -O0, as

Bug#388391: tinysnmp-module-interfaces: fails to parse 64-bit values from /proc/net/dev

2006-09-20 Thread Niko Tyni
Package: tinysnmp-module-interfaces Version: 0.8.4 Severity: normal Hi, with the patch from #388256 that makes tinysnmpd work on sparc, I get the following syslog warning from tinysnmpd when doing an snmpwalk: Sep 20 11:40:06 raakel tinysnmpd[27844]: failed to update module interfaces: while pa

Bug#388392: tinysnmp: debian/rules clean doesn't do its job

2006-09-20 Thread Niko Tyni
Package: tinysnmp Version: 0.8.4 Severity: minor Hi, invoking 'fakeroot ./debian/rules clean' doesn't clean up properly, but leaves the object files around. My quick hack was to add find . -type d -exec $(MAKE) -C \{\} clean \; to the clean target, but that's a bit ugly of course. -- System I

Bug#388395: tinysnmp: build doesn't fail on compile errors

2006-09-20 Thread Niko Tyni
Package: tinysnmp Version: 0.8.4 Severity: normal Tags: patch Hi, the build process doesn't currently stop and fail when there is a compile error. This causes errors to go unnoticed. A quick patch attached. -- System Information: Debian Release: testing/unstable APT prefers unstable APT pol

Bug#388256: tinysnmp-agent: SIGBUS on sparc at startup

2006-09-20 Thread Niko Tyni
he correct fix, since nothing in memmove(3) indicates it can be relied on for copying non-aligned data. But at least it shows some of the problematic points. FWIW, this seems to work with -Os as well, so -O0 is no longer needed. Cheers, -- Niko Tyni [EMAIL PROTECTED] --- /tmp/GdYvJ6nBqN/tinys

Bug#388428: euler-doc: empty package on !i386

2006-09-20 Thread Niko Tyni
looks like the -doc package should be Arch:all. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#388423: stealth: empty package on powerpc

2006-09-20 Thread Niko Tyni
admin/stealth [2] http://buildd.debian.org/fetch.php?&pkg=stealth&ver=1.45-1&arch=powerpc&stamp=1157481042&file=log&as=raw Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#388472: libicee11: empty package on amd64

2006-09-20 Thread Niko Tyni
debian.org/unstable/libs/libicee11 [2] http://packages.debian.org/unstable/libs/libiceec11 [3] http://buildd.debian.org/fetch.php?&pkg=zeroc-icee&ver=1.1.0-4&arch=amd64&stamp=1145013042&file=log&as=raw Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE,

Bug#388423: stealth: empty package on powerpc

2006-09-20 Thread Niko Tyni
is look a bit more like an icmake bug, as 'distclean' isn't ever invoked from debian/rules... Oh well. Maybe somebody on debian-powerpc could help you better... Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#388611: python-scipy-core: empty package on sparc

2006-09-21 Thread Niko Tyni
://packages.debian.org/unstable/python/python-scipy-core [2] http://buildd.debian.org/fetch.php?pkg=python-scipy-core%26ver=0.3.2-7%26arch=sparc%26stamp=1150408246%26file=log -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Bug#389571: libvorbis-perl: 'make test' failure: double free or coruption

2006-09-26 Thread Niko Tyni
ogram), the result is a double free. I'm not very experienced with XS programming; any help is welcome. Is there a way to tell Perl that the filehandle is now closed and it should forget it? [1] /usr/share/doc/libvorbis-dev/html/vorbisfile/ov_clear.html Cheers, -- Niko Tyni [EMAIL P

Bug#389571: libvorbis-perl: 'make test' failure: double free or coruption

2006-09-26 Thread Niko Tyni
tags 389571 patch thanks On Tue, Sep 26, 2006 at 04:54:33PM +0300, Niko Tyni wrote: > Package: libvorbis-perl > *** glibc detected *** double free or corruption (!prev): 0x0816ab78 *** > make: *** [test_dynamic] Aborted > Perl doesn't know that ov_clear() has closed the

Bug#389707: libtext-csv-perl: empty packages when built with sudo (alpha and mips{,el})

2006-09-27 Thread Niko Tyni
$PWD isn't set when building with sudo. The fix is to use $(CURDIR) instead. -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#389707: libtext-csv-perl: empty packages when built with sudo (alpha and mips{, el})

2006-09-28 Thread Niko Tyni
retitle 389707 empty packages on several architectures [sudo and $(PWD)] clone 389707 -1 -2 reassign -1 libplot-perl 2.2.2-2 reassign -2 libset-object-perl 1.18-1 thanks On Wed, Sep 27, 2006 at 12:43:39PM +0300, Niko Tyni wrote: > Package: libtext-csv-perl > Version: 0.23-7 > Severi

Bug#389874: libtime-piece-perl: FTBFS with sudo [$(PWD) usage]

2006-09-28 Thread Niko Tyni
is to use $(CURDIR) instead. -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#389707: libtext-csv-perl: empty packages when built with sudo (alpha and mips{, el})

2006-09-28 Thread Niko Tyni
clone 389707 -1 reassign -1 libopengl-perl 0.54.alan1-4.1 found -1 0.54.alan1-5 thanks > On Wed, Sep 27, 2006 at 12:43:39PM +0300, Niko Tyni wrote: > > Package: libtext-csv-perl > > Version: 0.23-7 > > Severity: grave > > Justification: renders package inusable &

Bug#366551: request-tracker package maintenance

2006-08-14 Thread Niko Tyni
#x27;m not sure if he's on the list yet. I'm also CC'ing the ITA bug (#366551). Cheers and good luck, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#393017: Additional info

2006-10-15 Thread Niko Tyni
concept of running the Perl interpreter in a backend process separate from Apache itself, and the program generally works very well. I'll try to fix this bug as soon as I can (hopefully a few days at most). Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [

Bug#393478: libcrypt-des-perl: FTBFS: Is the Build-Depends on libcrypt-cbc-perl really necessary?

2006-10-16 Thread Niko Tyni
the Build-Depends to ensure complete test coverage, since otherwise some of the tests would be skipped. Could you please explain why is this a problem? Is the package failing to build for you, as mentioned in the title ('FTBFS')? Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#393713: ser-jabber-module: empty package on arm

2006-10-17 Thread Niko Tyni
same problem that openser-jabber-module recently had, #390005. The actual cause is a bug in gcc, #390694. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#393766: libpar-dist-perl: new upstream release needed by libpar-perl

2006-10-17 Thread Niko Tyni
Package: libpar-dist-perl Version: 0.16-1 Severity: wishlist Hi, the current upstream version of libpar-perl, 0.956, needs Par::Dist 0.19. Please consider updating the package. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#393764: libmodule-scandeps-perl: new upstream release needed by libpar-perl

2006-10-17 Thread Niko Tyni
Package: libmodule-scandeps-perl Version: 0.62-1 Severity: wishlist Hi, the current upstream version of libpar-perl, 0.956, needs Module::Scandeps 0.66. Please consider updating the package. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#394165: libdatetime-format-mysql-perl: missing dependency on libdatetime-format-builder-perl

2006-10-20 Thread Niko Tyni
eTime/Format/MySQL.pm line 71. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#394146: libio-prompt-perl: missing dependencies

2006-10-20 Thread Niko Tyni
@INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/share/perl5/IO/Prompt.pm line 18. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCR

Bug#394461: python2.3-lasso: empty package on arm

2006-10-21 Thread Niko Tyni
.) Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#394446: libapache2-mod-speedycgi: uninstallable, needs rebuilt against apache2.2

2006-10-24 Thread Niko Tyni
wrong package. Right, I happened to notice this and reassigned the bug. Sorry, I should have CC'd you explicitly about this. The libapache2-mod-speedycgi bug was fixed last weekend. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

Bug#395056: smokeping: Will die silently if no syslog is available

2006-10-24 Thread Niko Tyni
n, and possibly in 2.0.9-2 for etch if it looks like 2.0.10 is too late for etch. I'm raising the severity, as I think dying silently at startup is a real bug. Cc'ing Tobi Oetiker, the other upstream author. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#395056: smokeping: Will die silently if no syslog is available

2006-10-24 Thread Niko Tyni
ently at startup is a real bug. For completeness, here's a patch against the current upstream SVN version. It applies to 2.0.9 too with some fuzz. Cheers, -- Niko Tyni [EMAIL PROTECTED] Index: lib/Smokeping.pm === --- l

Bug#604128: libreoffice: FTBFS (s390): dpkg-shlibdeps: error: objdump died from signal 6

2010-11-22 Thread Niko Tyni
ibdeps fails (well, as far as I read it perl). So why > is this filed against libreoffice? :) I've requested the build dependencies of libreoffice to be installed on zelenka to try and reproduce this. The fact that objdump gets an abort signal too seems a bit strange. BTW, just use p...@p

Bug#603926: Debconf in non-interactive mode

2010-11-22 Thread Niko Tyni
scripts. This is a violation of Debian policy 10.7.3 and explicitly listed in the 'Release Critical Issues for Squeeze' document at http://release.debian.org/squeeze/rc_policy.txt so #603926 (cc'd) is definitely RC. You might want to look at using ucf(1) to install the file instead o

Bug#604902: apt-cacher: random segfaults in libperl when clients are accessing cache

2010-11-25 Thread Niko Tyni
reproducible enough for you would you like to test if the fix works? You could rebuild the perl package yourself with the patch (it applies cleanly against 5.10.1), or I can provide you the .debs if you like. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-

Bug#724471: smokeping: FTBFS: configure.ac:24: error: required file 'conftools/compile' not found

2014-02-14 Thread Niko Tyni
[1]: Leaving directory `/tmp/buildd/smokeping-2.6.9' > make: *** [build] Error 2 Antoine, are you still maintaining smokeping? It's been RC buggy for half a year and was removed from testing three months ago. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian

Bug#738975: libconfig-model-dpkg-perl: FTBFS with libev-perl and libtest-harness-perl

2014-02-14 Thread Niko Tyni
o switches" behavior -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#738975: libconfig-model-dpkg-perl: FTBFS with libev-perl and libtest-harness-perl

2014-02-17 Thread Niko Tyni
fig-model-perl 2.042 [1]. > Could you check the version you're using ? It's perfectly reproducible for me on sid/amd64 with cowbuilder --extrapackages "libev-perl libtest-harness-perl" --build libconfig-model-dpkg-perl_2.044.dsc Build log attached. -- Niko Tyni nt...@

Bug#739249: dh_perl support for packages embedding perl

2014-02-17 Thread Niko Tyni
y happened. I would expect that an ABI incompatibility that forces a change to the perlapi name would also mean an SONAME change (+package rename) for libperl, and vice versa. This is what happens with major upgrades anyway. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-b

Bug#730760: perl-base: IO::Socket::INET cannot cope with "option inet6" in /etc/resolv.conf

2014-01-18 Thread Niko Tyni
cket-ip-perl could be made to depend only on perl-base, as it doesn't seem to use any modules outside that. I think the situation fits the 'exceptional circumstances' clause in the Perl policy. https://www.debian.org/doc/packaging-manuals/perl-policy/ch-perl.html#s-base Bill, would

Bug#735925: Pending fixes for bugs in the libio-socket-ip-perl package

2014-01-19 Thread Niko Tyni
part of perl-base in 5.20 (Closes: #735925) Package: libio-socket-ip-perl Version: 0.25-2 Depends: perl, netbase, perl-base (>= 5.15.6) | libsocket-perl (>= 1.97) I believe this comes from ${perl:Depends}, so debian/rules needs to use 'dh_perl -d'. -- Niko Tyni nt...@debi

Bug#736187: perl: local *_; goto ⊂ segfaults

2014-01-20 Thread Niko Tyni
"; goto &foo } bar("hello bar")' in foo: <> zsh: segmentation fault (core dumped) perl -le Should be fixed in blead by http://perl5.git.perl.org/perl.git/commitdiff/bfa371b -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@l

Bug#608583: Removing RC buggy leaf packages with low popularity?

2014-01-26 Thread Niko Tyni
issues but we don't have a way of sharing our fixes. See also #437474, where the submitter sent patches directly to me because upstream was unresponsive. Axel, given that you care and current upstream clearly doesn't, how about taking over the upstream maintenance? -- Niko Tyni nt...

Bug#736755: libfile-counterfile-perl: bad default for temporary directory

2014-01-26 Thread Niko Tyni
from the environment variable "TMPDIR", or /usr/tmp if no environment variable is defined. You may want to assign a different value to this variable before creating counters. The default /usr/tmp doesn't exist on Debian; we should probably use /var/tmp instead. -- Niko Tyni nt

Bug#731570: debian/t/copyright.t failing

2014-02-06 Thread Niko Tyni
On Fri, Dec 06, 2013 at 10:38:48PM +0200, Niko Tyni wrote: > Package: perl > Version: 5.18.1-5 > Severity: minor > > I've just uploaded perl/5.18.1-5, including this change by Dominic: > * Various tidying of Copyright file in line with Lintian's suggestions >

Bug#730641: [request-tracker-maintainers] Bug#730641: request-tracker4: FTBFS: "Can't locate Plack/Handler/Starlet.pm in @INC"

2013-12-03 Thread Niko Tyni
$expected->[0] = 'Supergroup' > > # Some tests failed or we bailed out, tmp directory > > '/root/request-tracker4-4.0.17/t/tmp/web-owner_disabled_group_19221.t-qLKBsHcO' > > is not cleaned > > # Looks like you failed 1 test of 48. > > t/web/owner_disabled_group_19221.t . Dubious, test > > returned 1 (wstat 256, 0x100) > > Failed 1/48 subtests -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#731365: perl: regex makes other packages FTBFS, patch available

2013-12-05 Thread Niko Tyni
d be traced > back to perl. > > https://bugzilla.redhat.com/show_bug.cgi?id=978233 > > suggests that perl's upstream commit f1e1b256c5c1773d90e828cca6323c53fa23391b > fixes this. > > I tested this and it works. :-) Thanks! I'll try to get the fix in sid thi

Bug#730641: [request-tracker-maintainers] Bug#730641: request-tracker4: FTBFS: "Can't locate Plack/Handler/Starlet.pm in @INC"

2013-12-05 Thread Niko Tyni
nt the correct request to the BTS to > deal with this incorrect report. No worries, thanks for trying. I guess it could be a now-fixed problem in one of the numerous dependencies. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subje

Bug#731570: debian/t/copyright.t failing

2013-12-06 Thread Niko Tyni
s buggy, or if we must come up with something better in our copyright file. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#422165: perl-base: IO::Socket::INET mis-reports gethostbyname problems

2013-12-14 Thread Niko Tyni
tion), nor is documented (save a example in the > manpage that seems like a typo). From the perlvar manpage: > >$@ The Perl syntax error message from the last eval() operator. > > So this clearly is a bug. Just a note that [perl #120764] discusses the same issue. -- Niko

Bug#721364: Bug#732191: perl-base: separately packaged XS modules can break system upgrades

2013-12-15 Thread Niko Tyni
(I've cloned #721364 to track the more general problem as a separate bug, #732191.) On Tue, Dec 10, 2013 at 09:00:19PM +0100, gregor herrmann wrote: > On Sat, 31 Aug 2013 18:30:25 +0300, Niko Tyni wrote: > > I think we need to remove libscalar-list-utils-perl altogether. > >

Bug#712088: Any interest in maintaining libg20-perl ?

2013-12-16 Thread Niko Tyni
t; simply drop the package. This is trivial to fix, please don't drop the Perl bindings just because of that. I've sent a patch to the bug in a separate mail. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of &qu

Bug#712088: libg20-perl: symbol lookup error

2013-12-16 Thread Niko Tyni
I wonder if it should or if that's > supposed to come in another way. It definitely should, but it's not there because there's a typo in debian/rules. I'm raising the severity as libg20-perl is apparently unusable. Proposed patch attached. -- Niko Tyni nt...@debian.o

Bug#726600: otrs2: Internal server error when replying to email ticket

2013-10-29 Thread Niko Tyni
blem might be somewhere there. I can look at it more (time permitting) if somebody finds a way to reproduce it. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734650: transition: perl 5.18.2

2014-01-08 Thread Niko Tyni
'rebuild for Perl 5.18.2' nmu libclass-xsaccessor-perl_1.19-1 . ALL . -m 'rebuild for Perl 5.18.2' nmu libcommon-sense-perl_3.72-2 . ALL . -m 'rebuild for Perl 5.18.2' Additionally, libmodule-corelist-perl will need a source upload to upgrade to at least 3.03. Than

Bug#734651: libmodule-corelist-perl: new upstream version needed for Perl 5.18.2

2014-01-08 Thread Niko Tyni
enters sid. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#734650: transition: perl 5.18.2

2014-01-08 Thread Niko Tyni
On Wed, Jan 08, 2014 at 10:52:00PM +0200, Niko Tyni wrote: > Perl 5.18.2 was released on Monday. This is an ABI-compatible maintenance > release, see the upstream policy at > > http://search.cpan.org/~jesse/perl-5.14.0/pod/perlpolicy.pod#MAINTENANCE_BRANCHES Sorry, that should of

Bug#711604: Hash randomization test failures

2014-01-10 Thread Niko Tyni
ield_order() loses (intentionally or not.) > This is currenly keeping sympa out of testing. Not sure if the sympa maintainers are aware of that, so cc'ing them. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#680884: [p0f] Please update to v3 [use case]

2014-01-14 Thread Niko Tyni
ed a package of p0f v3 anyway, so I built one. :-) > > > > I've been doing the same elsewhere. ;-) Ping? Is there any progress in getting one of these p0f v3 packages into Debian? The Windows XP EoL date is approaching quickly... -- Niko Tyni nt...@debian.org -- To UNSUBSCR

Bug#735134: perl: rename(1) is ancient

2014-01-14 Thread Niko Tyni
ush the upgrade code to the separate package. (I do wonder if the end result is worth the trouble.) -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#735562: p0f: define default fingerprint file

2014-01-16 Thread Niko Tyni
t;p0f.fp" -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#735560: p0f: outdated manpage

2014-01-16 Thread Niko Tyni
Package: p0f Version: 3.06b-1 The manual page in debian/p0f.1 is outdated and lists many removed options, for example '-N'. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Bug#735682: libgeo-distance-perl: error in SYNOPSIS

2014-01-17 Thread Niko Tyni
0 The radius should come first and the name next in the reg_unit() call: % perl -MGeo::Distance -le 'my $g = Geo::Distance->new; $g->reg_unit( 200120, "toad_hop" ); print $g->distance("toad_hop", (0,0), (1,1))' 4939.3731251203 The rest o

Bug#735744: libgeo-point-perl: distance calculations broken

2014-01-17 Thread Niko Tyni
Proposed patches (including tests) attached. -- Niko Tyni nt...@debian.org >From 7462faadd61d3e24661aa6ee1dab6febb6e575a1 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Fri, 17 Jan 2014 16:22:19 +0200 Subject: [PATCH 1/2] Fix distance calculations Geo::Distance, at least version 0.20, doesn't

Bug#726600: otrs2: Internal server error when replying to email ticket

2013-11-03 Thread Niko Tyni
$Self->{EncodeObject}->EncodeOutput( \$Param{Body} ); } Making this EncodeOutput() call unconditional fixes the crash for me, probably at the cost of some double encoding later. (I don't use OTRS myself so I didn't really test that any further, but it seems too simple minded t

Bug#730549: perl: Script with Inline fails. OK with perlbrew perl, or on Mageia Cauldron i586

2013-11-26 Thread Niko Tyni
line::C manual page, CCFLAGSEX would probably be a better choice. Indeed, patching CCFLAGSEX in makes the build succeed here. (The actual effects didn't seem to work for me, but somebody actually familiar with the SDL bindings should probably test that. In any case, that seems even less like

Bug#730558: perl: IPC::SysV manpage typo “IPC_CREATE”

2013-11-26 Thread Niko Tyni
CREATE, but the exported symbol > is IPC_CREAT. Thanks. This is already fixed upstream in IPC-SysV-2.04, bundled with Perl 5.19.3. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#751684: dh_perl: Add perlapi-* dependency on packages installed to $Config{vendorarch}

2014-06-15 Thread Niko Tyni
et, though. -- Niko Tyni nt...@debian.org >From 5218415a469dc9a70b4ad9878da445a726c4cc24 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sat, 31 May 2014 21:04:40 +0300 Subject: [PATCH] Add perlapi-* dependency on packages installed to $Config{vendorarch} $Config{vendorarch} can now chang

Bug#750017: perl-policy: All packages using Perl vendorarch directory need a perlapi-* dependency

2014-06-15 Thread Niko Tyni
modules and any modules installed into > $Config{vendorarch} must depend on the relevant > perlapi-* package. > > Hoping this is adequate. Thanks! Looks good to me. As a very minor nit, s/Perl package/Perl packages/ -- Niko Tyni nt...@debian.org -- To UNSUBSC

Bug#751918: net-snmp: hardcodes /usr/lib/perl5

2014-06-17 Thread Niko Tyni
tall' stage with perl_5.20.0-1. Please consider including something like this sooner rather than later; net-snmp is a build dependency for other packages that need to be rebuilt for the Perl 5.20 transition, and this issue is currently hindering our rebuild tests. --

Bug#751923: libtemplate-perl: installs Config.pm.orig when building arch:all packages

2014-06-17 Thread Niko Tyni
been binNMU'd on all architectures, so they were all built on buildds and this isn't visible there currently. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#751924: libtemplate-perl: hardcodes /usr/lib/perl5

2014-06-17 Thread Niko Tyni
rrently hindering our rebuild tests. -- Niko Tyni nt...@debian.org >From d0e6a2df95aafa309b6c3cb0a2aec8ffe4e9dc0f Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Tue, 17 Jun 2014 23:11:42 +0300 Subject: [PATCH] Don't hardcode /usr/lib/perl5 in debian/libtemplate-perl.install Starting w

Bug#752015: hivex: hardcodes /usr/lib/perl5

2014-06-18 Thread Niko Tyni
; stage with perl_5.20.0-1. Please consider including something like this sooner rather than later: libwin-hivex-perl is a build dependency for other packages that need to be rebuilt for the Perl 5.20 transition, and this issue is currently hindering our rebuild tests. --

Bug#752019: graphicsmagick: hardcodes /usr/lib/perl5

2014-06-18 Thread Niko Tyni
the 'install' stage with perl_5.20.0-1. Please consider including something like this sooner rather than later: libgraphics-magick-perl is a build dependency for other packages that need to be rebuilt for the Perl 5.20 transition, and this issue is currently hindering our rebuild test

Bug#752024: amanda: FTBFS with Perl 5.20: needs SWIG regeneration

2014-06-18 Thread Niko Tyni
rrent SWIG. I've tested that the package builds both on current sid and with perl_5.20.0-1 from experimental with the patch. -- Niko Tyni nt...@debian.org >From f55dacbd2f80ce1fb91bb52885b8154aa1ce1b3c Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Wed, 18 Jun 2014 22:32:01 +0300 Subject:

Bug#752026: libpdl-stats-perl: FTBFS on arm*

2014-06-18 Thread Niko Tyni
Test Summary Report --- t/stats_kmeans.t (Wstat: 65280 Tests: 3 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "u

Bug#467435: closed by Damyan Ivanov (Closing Bug#467267: libtime-piece-perl: no copyright notices in the upstream source)

2014-06-19 Thread Niko Tyni
t; Version: 1.20-2+rm > > libtime-piece-perl was removed¹ from unstable since 2012. Its > functionality is available in Perl code. Closing the bug. > Thanks. For the record, it looks like the copyright notices were actually added in 1.22, bundled with Perl >= 5.19.3. -- Niko Tyni n

Bug#752333: libprelude: FTBFS with Perl 5.20: needs SWIG regeneration

2014-06-22 Thread Niko Tyni
fixes the issue with perl_5.20.0-1 from experimental. (It's not quite enough to make the package build successfully with Perl 5.20, but I'll file a separate bug about the unrelated other issue.) -- Niko Tyni nt...@debian.org >From e4f8474047ff84385720da3534afbeb5c3fefb50 Mon Sep

Bug#752334: libprelude: hardcodes /usr/lib/perl5

2014-06-22 Thread Niko Tyni
tall' stage with perl_5.20.0-1. -- Niko Tyni nt...@debian.org >From e66b851fdbeb10d13d123b8611d569cab3e41ba0 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Thu, 19 Jun 2014 23:38:06 +0300 Subject: [PATCH 1/2] Don't hardcode /usr/lib/perl5 in debian/libprelude-perl.install St

Bug#752335: libpreludedb: FTBFS with Perl 5.20: needs SWIG regeneration

2014-06-22 Thread Niko Tyni
he patch, and fixes the issue with perl_5.20.0-1 from experimental. (It's not quite enough to make the package build successfully with Perl 5.20, but I'll file a separate bug about the unrelated other issue.) -- Niko Tyni nt...@debian.org >From 3debe06bc39435ff76be0fedbaade83cfdb23006 Mon Sep

Bug#752336: libpreludedb: hardcodes /usr/lib/perl5

2014-06-22 Thread Niko Tyni
ces no debdiff visible changes on current sid while fixing a build failure at the 'install' stage with perl_5.20.0-1. -- Niko Tyni nt...@debian.org >From cb0df23a2733c1a92ec7d873fbb8bf75c02792d3 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Fri, 20 Jun 2014 00:09:35 +0300 Subject: [

Bug#752342: epic4: libperl linkage lost with Perl 5.20

2014-06-22 Thread Niko Tyni
nything on current sid with Perl 5.18. I've tested that this produces no debdiff visible changes on current sid while re-enabling the libperl linkage with perl_5.20.0-1. -- Niko Tyni nt...@debian.org >From 23e27de391858a6ed18510e53647e2030d3b293a Mon Sep 17 00:00:00 2001 From: Niko Tyni Date

Bug#752344: exactimage: hardcodes /usr/lib/perl5

2014-06-22 Thread Niko Tyni
-17 00:23 ./usr/lib/perl5/ExactImage.so -rw-r--r-- root/root 5163 2014-06-17 00:23 ./usr/lib/perl5/ExactImage.pm -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#752345: exactimage: hardcodes /usr/lib/perl5

2014-06-22 Thread Niko Tyni
-xr-x root/root 0 2014-06-17 13:33 ./usr/lib/perl5/Bio/Graphics/ drwxr-xr-x root/root 0 2014-06-17 13:33 ./usr/lib/perl5/Bio/Graphics/Browser2/ -rw-r--r-- root/root 1129 2014-06-17 13:32 ./usr/lib/perl5/Bio/Graphics/Browser2/CAlign.pm -- Niko Tyni nt...@debian.org --

Bug#752345: gbrowse: hardcodes /usr/lib/perl5

2014-06-22 Thread Niko Tyni
retitle 752345 gbrowse: hardcodes /usr/lib/perl5 thanks Sorry about the wrong subject, fixing it now. On Sun, Jun 22, 2014 at 10:56:06PM +0300, Niko Tyni wrote: > Package: gbrowse > Version: 2.54+dfsg-2 > Severity: important > User: debian-p...@lists.debian.org > Usertags: perl-

Bug#752346: graphviz: hardcodes /usr/lib/perl5

2014-06-22 Thread Niko Tyni
v.pm lrwxrwxrwx root/root 0 2014-06-17 01:25 ./usr/lib/perl5/auto/gv/gv.so -> libgv_perl.so -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#752347: highlight: hardcodes /usr/lib/perl5

2014-06-22 Thread Niko Tyni
-17 01:35 ./usr/lib/perl5/highlight.pm -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#752348: libhdate: hardcodes /usr/lib/perl5

2014-06-22 Thread Niko Tyni
-xr-x root/root 0 2014-06-17 01:35 ./usr/lib/perl5/auto/ drwxr-xr-x root/root 0 2014-06-17 01:35 ./usr/lib/perl5/auto/highlight/ -rw-r--r-- root/root 1043792 2014-06-17 01:35 ./usr/lib/perl5/auto/highlight/highlight.so -rw-r--r-- root/root 15627 2014-06-17 01:35 ./usr/lib/per

Bug#752349: nflog-bindings: hardcodes /usr/lib/perl5

2014-06-22 Thread Niko Tyni
rl5/ -rw-r--r-- root/root 3757 2014-06-17 02:26 ./usr/lib/perl5/nflog.pm -rw-r--r-- root/root 56208 2014-06-17 02:26 ./usr/lib/perl5/libnflog.so -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscr

Bug#752350: nflog-bindings: hardcodes /usr/lib/perl5

2014-06-22 Thread Niko Tyni
rl5/ -rw-r--r-- root/root 72592 2014-06-17 02:27 ./usr/lib/perl5/libnfqueue.so -rw-r--r-- root/root 4704 2014-06-17 02:27 ./usr/lib/perl5/nfqueue.pm -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscr

Bug#752351: pdl: hardcodes /usr/lib/perl5

2014-06-22 Thread Niko Tyni
-xr-x root/root 0 2014-06-17 14:19 ./usr/lib/perl5/PDL/ drwxr-xr-x root/root 0 2014-06-17 14:19 ./usr/lib/perl5/PDL/Doc/ -rw-r--r-- root/root 8640 2013-05-12 23:09 ./usr/lib/perl5/PDL/Doc/mkhtmldoc.pl -rw-r--r-- root/root 2770 2014-06-17 14:11 ./usr/lib/perl5/PDL/Doc/scantr

Bug#752352: syncbbdb: uninstallable: libpda-pilot-perl is gone

2014-06-22 Thread Niko Tyni
oes not build anymore Cc'ing the pilot-link maintainer. I don't see a bug about the build issue, but I suppose the debian-perl list could try to help if you like. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#752352: syncbbdb: uninstallable: libpda-pilot-perl is gone

2014-06-22 Thread Niko Tyni
clone 752352 -1 reassign -1 pilot-manager 1.107.0pre108-5 retitle -1 pilot-manager: uninstallable: libpda-pilot-perl is gone thanks On Sun, Jun 22, 2014 at 11:31:07PM +0300, Niko Tyni wrote: > Package: syncbbdb > Version: 2.6-2 > Severity: grave > Tags: sid > X-Debb

Bug#752354: perl: trivial test C program fails to compile

2014-06-22 Thread Niko Tyni
: ld returned 1 exit status The severity should arguably be 'serious'. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#752355: liblucy-perl: FTBFS with Perl 5.20: alternative build dependencies

2014-06-22 Thread Niko Tyni
the dependency will pull in the separate package as intended -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#752354: perl: trivial test C program fails to compile

2014-06-23 Thread Niko Tyni
ything from the headers, it just includes them: #include #include #include int main() { return 0; } It's not clear to me that this should require libperl linkage? -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#752354: perl: trivial test C program fails to compile

2014-06-23 Thread Niko Tyni
On Mon, Jun 23, 2014 at 01:19:28AM -0700, Russ Allbery wrote: > Niko Tyni writes: > > > Thanks for looking at this. > > > The probe doesn't actually use anything from the headers, it just > > includes them: > It's from a static inline function defined i

Bug#707225: smokeping: patch for bugs #707225, #724471 and #752393

2014-06-23 Thread Niko Tyni
ult perl search path without FindBin or any "use lib" statements should work fine AFAICS. > +- use lib "/usr/local/smokeping/lib"; > +- use lib "/usr/local/rrdtool-1.0.39/lib/perl"; > ++ use lib "/usr/lib"; > ++ use lib "/usr/lib/perl";

Bug#752468: xchat-gnome: perl autoconf probe needs changes for Perl 5.20

2014-06-23 Thread Niko Tyni
patch from #752354, which uses the first approach. -- Niko Tyni nt...@debian.org Description: configure.ac: fix perl header test for perl 5.20 The PL_memory_wrap and Perl_croak_nocontext symbols are now in libperl so a test program needs to link with it. Adding $($PERL -MExtUtils::Embed -e ldop

Bug#752469: clearsilver: hardcodes /usr/lib/perl5

2014-06-23 Thread Niko Tyni
g for a list of similar bugs and patches. -- Niko Tyni nt...@debian.org -- 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   >