he benefit of the migration scripts.
Trivial patch attached.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- libgearman-client-async-perl-0.94/debian/control
+++ libgearman-client-async-perl-0.94/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Pascal Hakim <[EMAIL PROTECTED]&
ality.
Note that PostgreSQL databases are unaffected by this because of #473013
(which also applies to the Etch version).
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Fri, Mar 28, 2008 at 04:30:04PM +0200, Niko Tyni wrote:
> The Etch version of the package has the same bug, but as we discussed
> in private, it's currently unclear if any Etch packages are actually
> using the upgrade functionality.
This is actually trivial to find out:
e.
It would be good to get most (if not all) of the remaining 30 or so
arch:any FTBFS bugs fixed before the upload. Just about all of them have
patches filed, so with one or two people (I can be one :) NMU'ing them,
I suppose a week or so would be enough.
Marc, please let us know when the release tea
perl_parse (my_perl=0x77f010, xsinit=0x4214c0
, argc=3,
argv=0x7fffa81bde88, env=0x0) at perl.c:1650
#30 0x0042146b in main (argc=3, argv=0x7fffa81bde88,
env=0x7fffa81bdea8) at perlmain.c:111
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
patch which fixes this would be nice. ;-)]
I'm attaching a patch for 5.8.8-12 (sid), and it applies with minimal
fuzz against 5.8.8-7etch1 too. I have built 5.8.8-12 with this and
verified that it doesn't crash anymore.
As mentioned earlier in this report, 'use utf8' in
tag 473131 etch
thanks
On Fri, Mar 28, 2008 at 04:30:04PM +0200, Niko Tyni wrote:
> Package: dbconfig-common
> Version: 1.8.37
> Severity: serious
> Tags: security
>
> When dbconfig-common detects that a database upgrade is needed, it dumps
> a backup in /var/cache/db
On Tue, Apr 08, 2008 at 10:07:37PM +0200, Florian Weimer wrote:
> * Niko Tyni:
>
> > This is now fixed in sid with 1.8.37+nmu1, but I think it also needs
> > a security update for Etch. Otherwise upgrades (especially partial
> > ones) from Etch to Lenny will hit the bug,
he2-mod-auth-openid-0.2/debian/libapache2-mod-auth-openid/usr/lib/apache2/modules
-n 'authopenid' mod_auth_openid.la
make[2]: i: Command not found
make[2]: [install-exec-local] Error 127 (ignored)
Apparently ${APXS} doesn't get expanded in Makefile.am. Proposed patch
attached.
Che
erl-suid (5.10.0-8) ...
Errors were encountered while processing:
/tmp/buildd/perl-doc_5.10.0-8_all.deb
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
it to recursive invocations as well.
The bug is in the top level Makefile, which sets CFLAGS to "-O2 -Wall
-g -I"; earlier the setting was ignored altogether because nothing is
actually compiled on the top level.
I'll upload a fix and inform upstream probably tonight.
Cheers,
--
> I just don't have any idea what's going on here :/
I don't think it's a gcc issue (it's an arch:all package after all),
upstream test reports indicate it's caused by POE 1..
CPAN #34803 might be related.
(no time to look at this properly tonight, sorry.)
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
tag 476011 upstream sid
forwarded 476011 http://rt.cpan.org/Public/Bug/Display.html?id=35129
thanks
On Mon, Apr 14, 2008 at 11:11:41PM +0300, Niko Tyni wrote:
> On Mon, Apr 14, 2008 at 05:46:19PM +0200, gregor herrmann wrote:
> > On Mon, 14 Apr 2008 13:22:49 +0200, Lucas Nussb
clone 476011 -1
reassign -1 libpoe-perl 1.-1
retitle -1 libpoe-perl: hiding KR_SESSIONS breaks libpoe-api-peek-perl
tag -1 upstream patch
notforwarded -1
block 476011 with -1
thanks
On Wed, Apr 16, 2008 at 10:52:34PM +0300, Niko Tyni wrote:
> > > > > t/07-kernel
>
On Thu, Apr 17, 2008 at 12:35:47AM +0300, Niko Tyni wrote:
> I don't know if this is intentional hiding or a bug. We should ask
> upstream. POE::Resource::Sessions (where KR_SESSIONS lives) is documented
> to be an internal module without any public interface.
>
> A qui
# Automatically generated email from bts, devscripts version 2.10.25+local
notfound 476477 1.-1
# missed the epoch
found 476477 2:1.-1
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Thu, Apr 17, 2008 at 12:35:47AM +0300, Niko Tyni wrote:
> I don't know if this is intentional hiding or a bug. We should ask
> upstream. POE::Resource::Sessions (where KR_SESSIONS lives) is documented
> to be an internal module without any public interface.
Upstream confirmed th
is fixed in maint-5.10 with
http://perl5.git.perl.org/perl.git/commit/8293631c0436
A workaround would be
-@set = map { int rand 1000 } 0 .. 50;
+$set[$_]= int( rand 1000) for 0 .. 50;
which doesn't leak here.
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-b
its this perfectly.
Anyhow, the severity doesn't really matter, I think this might still
be eligible for a stable point release.
I'll upload a fixed package to unstable once -22 is in testing, and
will consider stable after that.
--
Niko Tyni nt...@debian.org
--
To UNSUBS
RCHAR(30))"] at
> t/03executeDBD.t line 47.
This regression is most probably a result of this libdbi-perl upstream
change in 1.608:
Fixes to DBD::File (H.Merijn Brand)
[...]
Fail and set errstr on parameter count mismatch in execute ()
(no time to look at it further, sorry)
--
would
not be a problem if the separate libarchive-tar-perl package stays on
the system when it's later upgraded to Lenny (as would happen with
the diversions option.)
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On Tue, Jun 02, 2009 at 04:05:51PM +0200, Toni Mueller wrote:
> On Tue, 02.06.2009 at 15:36:31 +0300, Niko Tyni wrote:
> methinks that the by far easiest and cleanest solution would be to
> update the perl or perl-modules package in Lenny.
That would leave a broken upgrade path from th
finc ;
but I'm not quite sure if we also need the "Only setup the stream output
pointers if there is spare capacity in the outout SV" part in
http://search.cpan.org/diff?from=Compress-Raw-Zlib-2.015&to=Compress-Raw-Zlib-2.017#Zlib.xs
This needs further investigation. Help woul
On Thu, Jun 11, 2009 at 12:42:12PM +0300, Niko Tyni wrote:
> On Thu, Jun 11, 2009 at 10:00:08AM +0200, Stefan Fritsch wrote:
> > Package: perl
> > Version: 5.10.0-19
> > Severity: grave
> > Tags: security
> > Justification: user security hole
> > Compress::
On Fri, Jun 12, 2009 at 12:00:11AM +0300, Niko Tyni wrote:
>
> > > Compress::Raw::Zlib versions before 2.017 contain a buffer overflow in
> > > inflate(). A badly formed zlib-stream can trigger this buffer overflow
> > > and cause
> > > the pe
On Fri, Jun 12, 2009 at 11:16:54PM +0300, Niko Tyni wrote:
> > > > Compress::Raw::Zlib versions before 2.017 contain a buffer overflow in
> > > > inflate(). A badly formed zlib-stream can trigger this buffer overflow
> > > > and cause
> > > &g
On Sat, Jun 13, 2009 at 10:43:55PM +0300, Niko Tyni wrote:
> Security team: I'm attaching proposed debdiffs for stable updates.
> Do you agree that this fix is sufficient? Shall I go ahead and upload?
Update: I've got confirmation from upstream that the one line fix should be
fi
On Tue, Nov 04, 2008 at 05:02:42PM +1100, Mark Purcell wrote:
> On Friday 31 October 2008 08:00:49 Niko Tyni wrote:
> > reassign 503712 ghostscript 8.62.dfsg.1-3.1
> > severity 503712 serious
> [...]
>
> > On Thu, Oct 30, 2008 at 12:52:28PM +0100, Giovanni Rapagnani wro
On Tue, Nov 04, 2008 at 03:01:04PM +0100, Jonas Smedegaard wrote:
> On Tue, Nov 04, 2008 at 02:34:55PM +0200, Niko Tyni wrote:
> >The circular dependency I was referring to is that gs-common already
> >depends on (unversioned) ghostscript, and this introduces the other
> >di
em at all, probably not.
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
etc/apt/apt.conf.d/01autoremove :-)
Ah, thanks. I wasn't aware of this. I believe we already recommend
upgrading aptitude first, so that would indeed help.
> How about this approach, then: Consider this a corner case, lower to
> some non-RC level and leave it hanging...?
As long as at
clone 501825 -1
reassign -1 perl 5.10.0-16
retitle -1 sv_chop() alignment problems on sparc
severity -1 important
thanks
On Wed, Oct 15, 2008 at 11:39:52PM +0300, Niko Tyni wrote:
> On Fri, Oct 10, 2008 at 09:00:21PM +0200, Martin Zobel-Helas wrote:
> > Package: libjson-xs-perl
> >
k but invalidated by libnetfilter-queue.
The second one is the complete diff against the current lenny version
(1.6a-2).
Please ack and I'll upload.
Thanks,
--
Niko Tyni [EMAIL PROTECTED]
diff -u mxallowd-1.6b/debian/changelog mxallowd-1.6b/debian/changelog
--- mxallowd-1.6b/debian
e58e1e0728a
Author: Manoj Srivastava <[EMAIL PROTECTED]>
Date: Thu Oct 9 20:43:11 2008 -0500
Fix the build system to accommodate XEN changes, use kbuild as far as
possible
so the bug was apparently introduced in 11.003.
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, em
y package.
I'd love more eyeballs on this. I've been able to exploit the issues
with breakpoints in the perl debugger and the patches seem to work.
--
Niko Tyni [EMAIL PROTECTED]
SECURITY [CAN-2005-0448]:
Rewrite File::Path::rmtree to avoid race condition which allows an
attacker with w
Source: libev
Version: 3.43-1
Severity: serious
There's no libev-libevent-dev/3.43-1 package in the archive, apparently
because the sourceful upload didn't include arch:all binaries.
This prevents 3.43-1 from entering testing even though it has a freeze
exception.
--
Niko Tyn
apt/apt.conf.d/01autoremove
helps and trying to get it into the lenny apt if it does
- providing a patch for release notes that describes the situation and
recommends 'aptitude install gs-common' as a way out
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, emai
penssl linkage through libsnmp15 is just as
bad.
Reading #501145 and
http://lintian.debian.org/tags/possible-gpl-code-linked-with-openssl.html
this is quite a big can of worms to open...
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
w
# Automatically generated email from bts, devscripts version 2.10.35
# caused by libwww-perl 5.820-1
tags 509457 sid
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Agent documentation recommends that subclasses override
just get_basic_credentials(), and that's what Apache::TestRequest
currently does.
The attached patch works around the problem by providing a credentials()
wrapper too. It's probably not quite correct, but the tests pass with
this
ere perl-base is upgraded first and perl-modules
lacks behind is just theoretical, but it would create the same effect.
It would mean we'd need the hack in perl-base too.
I'm obviously not thrilled by this ugliness, but it's doable.
Thomas, thanks for driving this.
--
Niko Tyni nt
On Tue, Dec 23, 2008 at 09:39:20PM +0100, Thomas Viehmann wrote:
> Niko Tyni wrote:
> > On Tue, Dec 23, 2008 at 02:15:22PM +0100, Thomas Viehmann wrote:
> >> immediately after I sent the last mail, Sune Vuorela pointed me to
> >> apache2's fix for #390823: Th
k the questions. Again, see debconf-devel(7).
It seems to me that debconf is overkill for such a simple and
self-explanatory setting that has a sensible default. Why not just ship
a dpkg conffile and leave it at that?
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debi
# Automatically generated email from bts, devscripts version 2.10.35lenny1
# these seem to block archiving
tags 429073 =
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: imapproxy
Version: 1.2.6-4
Severity: serious
This package fails to configure with the default settings when
an IMAP server can't be reached on localhost:143.
Setting up imapproxy (1.2.6-4) ...
Starting IMAP proxy: invoke-rc.d: initscript imapproxy, action "start" failed.
dpkg: error proc
up-imapproxy_1.2.6-5.dsc
That still unconditionally overwrites local changes to listen_port,
proc_username etc.
> Thank you to Niko Tyni and other contributors.
Please note that the patch wasn't written by me but by Andreas Henriksson.
The attached new patch seems to work for me, bu
proxy should be able to start even when the remote server is
(possibly temporarily) unavailable. Just issuing a warning at startup
would be fine. If the server refuses the connection, so should the proxy.
But OK, I can see this probably shouldn't be RC. Thanks and sorry
for the noise.
--
Niko T
er is the next best alternative. We intend to get a fixed package
in sid RSN, so hopefully it doesn't come to that.
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On Tue, Jan 20, 2009 at 11:02:42AM +0200, Niko Tyni wrote:
> The attached new patch seems to work for me, but please verify. It uses ucf
> for config file handling, which simplifies things IMO.
I'm attaching an improved version that handles listen_port better.
I do intend to NMU thi
oposed patch attached.
--
Niko Tyni nt...@debian.org
>From 407408c564a864f9f433ced69c359b7d33a58a2f Mon Sep 17 00:00:00 2001
From: Niko Tyni
Date: Wed, 4 Feb 2009 00:06:26 +0200
Subject: [PATCH] Substitute the ucf/show_diff DIFF variable contents to protect sensitive data
> reset diff que
the comments I got.
> Real Life Keeps Interferring, as usual :-(
Do you mean 1.2.6-5 at
http://devel.adv-solutions.net/debian/pool/main/mail/imapproxy/
dated 19-Jan-2009? As I noted before, it still overwrites user
configuration, particularly listen_port, without warning, so it's not
a
, you need to declare a Replaces: relationship.
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
1. The code probably should
probably report the $@ value on failure or something like that, but
that's probably best left to the upstream author to decide.
I'll update the upstream ticket too.
Cheers,
--
Niko Tyni nt...@debian.org
>From 3bccbfe57c350b8db2a3f9d0812f6fa5548c7f2e Mo
NOENT (No such
file or directory)
so the case seems pretty clear.
I'll upload -22 with the fix tonight or tomorrow at the latest.
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
rticle.gmane.org/gmane.comp.graphics.scanning.sane.devel/15345
http://git.debian.org/?p=sane/sane-backends.git;a=commit;h=e91fea4ac1ced39c911db91489c7069784bea037
The right thing to do is probably to drop it from libsane-perl too,
testing for it with #ifdefs seems overkill to me.
--
Niko Tyni
, and the Lenny
version + users of the 3.8 versions will probably give it more testing.
Cheers,
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
# Automatically generated email from bts, devscripts version 2.10.35lenny3
# closed by spam
found 512750 3.8.2-1
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
to be a result of the fix for #501460, which recently
entered sid in file/5.00-1.
The best solution is probably to put compatibility code in
libfile-libmagic-perl so that it works in both cases.
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian
md64 schroot (up to date for sure)
> and my i386 sid schroot (probably not up to date) and my squeezish
> development system...
The getprotobyname part suggests it's looking for /etc/protocols,
maybe it's just missing a build-dependency on netbase?
--
Niko Tyni nt...@debian.
nd quirks like this.
This touches an issue with Debian-specific patches to core modules:
the core convention is to always increase $VERSION for any change, but
there's no separate namespace for vendors so we can't do that easily.
Thus our CPANPLUS::Internals::Constants 0.01 is different from
On Wed, Feb 04, 2009 at 12:22:46AM +0100, José Luis Tallón wrote:
> Niko Tyni wrote:
> > I do intend to NMU this when I've had some sleep and can find the time
> > for final tests. If somebody wants to take over, be my guest.
> >
> I'd rather you uploaded my
On Sat, Feb 07, 2009 at 03:32:15PM +0100, José Luis Tallón wrote:
> Niko Tyni wrote:
> > On Wed, Feb 04, 2009 at 12:22:46AM +0100, José Luis Tallón wrote:
> >
> > I still don't see this new version anywhere.
> > Are you aware that the release is scheduled eig
On Sat, Feb 07, 2009 at 05:32:52PM +0200, Niko Tyni wrote:
> Your change to the postrm script makes it fail at purge if ucf is not
> present any more. You shouldn't use '&&' with 'set -e' here:
Uh, I'm wrong here. Sorry about that. It always seemed c
On Sat, Feb 07, 2009 at 05:13:58PM +0100, José Luis Tallón wrote:
> Niko Tyni wrote:
> > The debian/test thing is just cosmetic, so I'll look at uploading your
> > version tonight unless someone else beats me to it.
> >
> just remove it, of course :-)
OK, did that
ailed! BitlBee may run as root now, please check your configs.'
fi
fi
Quoting policy 10.7.4:
The maintainer scripts must not alter a conffile of any package, including
the one the scripts belong to.
I recommend using ucf for this. I'll see about providing a patch.
--
Niko Tyni
clone 514148 -1
submitter -1 !
retitle -1 programmatically modifies a conffile
thanks
On Sun, Feb 08, 2009 at 09:35:30AM +0200, Niko Tyni wrote:
> On Wed, Feb 04, 2009 at 07:30:26PM +0100, martin f krafft wrote:
> > Package: bitlbee
> > Version: 1.2.3-1
> > Severity: s
:
# perl -MPDF::Reuse -e 'prFile("test.pdf"); prFont(q/Times-Roman/); prText(100,
500, qq/Hello World\n/); prEnd()'
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
#!/usr/bin/perl -w
use strict;
use PDF::Reuse;
our $n++;
prFile("/tmp/test.pdf");
prFont(q/Times-Roman/);
prText(100, 500, qq/Hello World\n/);
prEnd();
print "Done for the ${n}th time at @{[scalar localtime]}\n";
__END__
Please provide more detail.
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: openswan
Version: 1:2.4.12+dfsg-1.3
Severity: serious
This package ships /etc/ipsec.conf as a dpkg conffile but modifies it
in the postinst. This is explicitly forbidden by policy 10.7.3 and
the Lenny RC policy.
-- System Information:
Debian Release: 5.0
APT prefers testing
APT poli
Package: openswan
Version: 1:2.4.12+dfsg-1.3
Severity: serious
The installation scripts unconditionally modify /etc/ipsec.conf
based on the openswan/enable-oe debconf setting without honouring
local changes to the file.
If I choose 'openswan/enable-oe: false' and later remove the
'include /etc/i
2 at
> /usr/share/perl5/Exception/Class.pm line 192.
I think the packages on your system are somehow broken.
Lenny released with 1.24-1, not 1.26-1, and the libdevel-stacktrace-perl
dependencies in both of those look correct to me.
Please recheck.
--
Niko Tyni nt...@debi
No crash here on amd64 + 5.10.0 or i386 + 5.8.8.
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
-15 minimal Perl system
I see these aren't up to date: lenny released with perl 5.10.0-19 and
glibc 2.7-18. Although I'm not aware of anything that should break
Term::ReadLine::Gnu, you might want to upgrade and see if that fixes
the problem.
--
Niko Tyni nt...@debian.org
-
can think of, and even that might be considered too annoying by the
overwhelming majority of the users that are never going to reinstall a
core module that has a Build.PL.
The CPANPLUS settings aren't saved automatically AFAICS (one needs to do
an explicit 's save' in the cpanp shell) so
witch to the new
> sbuild it that case. It's only in use on some arches.
Agreed.
Here's a patch that makes it build with an older Test::More in the
meantime, fixing
t/test01...1/97 Undefined subroutine &NYTProfTest::note called at
t/lib/NYTProfTest.pm line
the best thing to do would be to work
with upstream to make the test suite automatically generate the test
certificates during the build.
Cheers,
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
or things like this.
The patch is something of a hack, I'm not thrilled about messing inside
the CPANPLUS::Internals namespace. Would you be willing to implement a
cleaner hook for this?
Many thanks for all your work on CPANPLUS and other Perl stuff,
--
Niko Tyni nt...@debian.org
From:
On Thu, Jun 04, 2009 at 10:19:38AM +0300, Niko Tyni wrote:
> Oldstable release managers: will you accept a libarchive-tar-perl
> 1.38-3~etch2 upload with the diversions added, or can you suggest
> another fix? What's the schedule for the Etch r9 release?
Ping? I see 1.38-3~
`/usr/share/man/man3/gdbm.3.gz', which is also in package
libgdbm-dev
Please fix this soon, it's making (at least) the perl package FTBFS.
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe".
dpkg doesn't replace symlinks. If somebody has better ideas,
please speak up.)
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
# Automatically generated email from bts, devscripts version 2.10.35lenny3
# not a regression
found 536384 5.10.0-23
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
pts juggling the
/usr/share/doc symlinks. Can we even trust that all systems have
/usr/share/doc/perl-modules -> perl, or could things like the old /usr/doc
transition have left different details on systems with a long history?
Cheers,
--
Niko Tyni nt...@debian.org
--
To UNSUBSCR
On Sat, Jul 11, 2009 at 01:50:56PM +0200, Luk Claes wrote:
> Niko Tyni wrote:
> > On Thu, Jun 04, 2009 at 10:19:38AM +0300, Niko Tyni wrote:
> >
> >> Oldstable release managers: will you accept a libarchive-tar-perl
> >> 1.38-3~etch2 upload with the div
On Sun, Jul 12, 2009 at 11:18:23PM +0200, Luk Claes wrote:
> Niko Tyni wrote:
> > Is it possible to remove 1.38-3~etch1 from oldstable-proposed-updates?
>
> Yes, that's possible via a bugreport against ftp.debian.org. It would
> not be possible to upload a lower version th
On Wed, Aug 12, 2009 at 11:13:26PM +1000, Brendan O'Dea wrote:
> On Mon, Jul 13, 2009 at 6:12 AM, Niko Tyni wrote:
> > On Fri, Jul 10, 2009 at 11:15:17PM +1000, Brendan O'Dea wrote:
> >> I vote that we fix this "problem" by simply nailing the dependencies
&g
tag 536384 patch
thanks
On Wed, Aug 19, 2009 at 05:31:35PM +1000, Brendan O'Dea wrote:
> On Mon, Aug 17, 2009 at 7:01 AM, Niko Tyni wrote:
> >> There are ways around that, have the perl package provide a name which
> >> maps to the debian version less NMUs (either by man
ibility.
Cc'ing the upstream author, Paul Fenwick.
Paul: just for clarification, hppa is the Debian name for the PA-RISC
Linux port. Let me know if you want me to file an RT ticket too.
I'm sorry we didn't find out about this quite in time before the 5.10.1
release...
--
Niko
table update is closing this weekend.
Cheers,
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
=hppa-linux-gnu (the output of
$(dpkg-architecture -qDEB_BUILD_GNU_TYPE)), resulting in
% perl -V:archname
archname='hppa-linux-gnu-thread-multi';
% uname -m
parisc64
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
found
through the CVE entries, so I'm attaching one for your convenience.
> Cheers,
> gregor, who is just a bit confused why libcompress-raw-zlib-perl goes
> to s-p-u and libcompress-raw-bzip2-perl maybe to
> stable-security
Has the security team acked a libcompres
tag 543731 patch
thanks
On Thu, Aug 27, 2009 at 05:39:34PM +1000, Paul Fenwick wrote:
> Niko Tyni wrote:
>
> > The problem is that errno.h has separate values for EAGAIN (11) and
> > EWOULDBLOCK (246) on hppa and the kernel is returning EAGAIN (contrary
> > to the flo
nk_of_toke.c:716
716 SvGROW(sv, SvCUR(sv) + (PL_bufend - s) + 1);
It works with Perl 5.10.1. A workaround for 5.10.0 is to lower the
optimization to -O1.
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe&q
e.c:716
> > 716 SvGROW(sv, SvCUR(sv) + (PL_bufend - s) + 1);
> >
> > It works with Perl 5.10.1. A workaround for 5.10.0 is to lower the
> > optimization to -O1.
>
> Is the lower optimization level required for perl or libdevel-declare-perl?
The latter. See the lib
ly be in perl-base
(and libc6, which it Pre-Depends on.)
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
w-r--r-- 1 root root 1485736 2009-08-17 01:56 /usr/lib/libperl.so.5.10.0
% md5sum /usr/lib/libperl.so.5.10.0
c0789a9cb9594f93ee1b53cf572d43c7 /usr/lib/libperl.so.5.10.0
--
Niko Tyni nt...@debian.org
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject
eter.
See the Debian OCaml Packaging Policy [1] for best practices
on the dependencies.
[1]
http://pkg-ocaml-maint.alioth.debian.org/ocaml_packaging_policy.html/index.html
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of &q
gcj-dbtool-4.1 -n /var/lib/gcj-4.1/classmap.db
ERROR: gcj-dbtool did fail; known problem on parisc64
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RUN} instead of ${F:OCamlRun}. From the hppa build log:
dh_gencontrol -- -VF:OCamlRun="ocaml-base-nox-3.09.2"
dpkg-gencontrol: warning: unknown substitution variable ${F:OCAMLRUN}
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with
generating the dependencies can be found in the Debian
OCaml packaging policy:
http://pkg-ocaml-maint.alioth.debian.org/ocaml_packaging_policy.html/index.html
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubs
ebian/libcppopt0c2, resulting in an
empty package an all architectures.
Patch attached.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- cppopt-0.0.2/debian/rules
+++ cppopt-0.0.2/debian/rules
@@ -68,7 +68,7 @@
#
# build libcppopt${major} package by moving files from libc
701 - 800 of 1486 matches
Mail list logo