Re: Bug#1050592: perl: F_GETLK / F_GETLK64 confusion on ppc64el breaking libfile-fcntllock-perl

2023-08-27 Thread Niko Tyni
(full quote for the benefit of the Aurelien and other glibc maintainers) On Sat, Aug 26, 2023 at 09:07:38PM +0300, Niko Tyni wrote: > Package: perl > Version: 5.36.0-8 > Severity: serious > X-Debbugs-Cc: debian-powe...@lists.debian.org > Control: affects -1 libfile-fcntllo

Re: Bug#974552: upgrade-reports: libc6/libcrypt split breaks perl during buster->bullseye upgrade

2021-04-15 Thread Niko Tyni
On Wed, Apr 14, 2021 at 08:50:46PM +0200, Paul Gevers wrote: > Hi Ivo, Marco, > > On 06-04-2021 22:10, Ivo De Decker wrote: > > I ran a number of (partial and full) upgrade tests, and they all seem to > > work > > fine. In all cases, libcrypt1 is installed before libc6, and there is no > > interm

Re: Bug#974552: upgrade-reports: libc6/libcrypt split breaks perl during buster->bullseye upgrade

2020-11-20 Thread Niko Tyni
On Fri, Nov 20, 2020 at 09:30:23AM +0100, Aurelien Jarno wrote: > On 2020-11-16 16:39, Niko Tyni wrote: > > On Fri, Nov 13, 2020 at 08:48:19PM +0100, Sven Joachim wrote: > > > On 2020-11-13 18:23 +0100, Niels Thykier wrote: > > > > > > > Control: reassign -

Re: Bug#974552: upgrade-reports: libc6/libcrypt split breaks perl during buster->bullseye upgrade

2020-11-16 Thread Niko Tyni
n and util-linux. I'm not sure if this list is exhaustive, though. The first option looks less intrusive to me. Disclaimer: I haven't tested any of this :) -- Niko Tyni nt...@debian.org

Bug#931456: libc6: uselocale(3) does not invalidate gettext translation cache

2019-07-05 Thread Niko Tyni
work on Debian, -- Niko Tyni nt...@debian.org #include #include #include #include int main(int argc, char **argv) { locale_t loc; int i=0; /* The C locale is special cased in glibc to not look at LANGUAGE so we set C.UTF-8 as the base locale instead */ setenv("LANG", "

Re: Buggy gettext() after switching locale (#924657)

2019-03-31 Thread Niko Tyni
SIX 2008 thread-safe locales, so it calls uselocale(3) underneath when the Perl side POSIX::setlocale() function is invoked. The proposed fix/workaround seems fine to me, though I wonder if glibc should invalidate the cache in uselocale(3) as well. Copying the glibc maintainers. Any opinion on this

Bug#883392: libc6-dev: break versions of libperl5.26 that require xlocale.h

2017-12-03 Thread Niko Tyni
l_5.26.1-3 by explicitly disabling the xlocale.h probing, but partial upgrades are still potentially affected. Please add a Breaks: libperl5.26 (<< 5.26.1-3) into libc6-dev to fix this. Thanks for your work, -- Niko Tyni nt...@debian.org

Re: Bug#875927: perl: SIGUNUSED removal in glibc 2.26 changes PL_sig_name / SIG_SIZE

2017-11-19 Thread Niko Tyni
ed. The issue only happens if the current perl gets built with the new glibc. Assuming we upload the workaround to sid before glibc 2.26, I think it should be fine. Thoughts welcome. -- Niko >From 9c42a53ce705baaff3739a674f196ef8ed059568 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sun, 22

Re: Bug#875927: perl: SIGUNUSED removal in glibc 2.26 changes PL_sig_name / SIG_SIZE

2017-10-22 Thread Niko Tyni
On Sat, Sep 16, 2017 at 10:27:26AM +0300, Niko Tyni wrote: > Package: perl > Version: 5.26.0-8 > Severity: normal > X-Debbugs-Cc: d...@debian.org, vor...@debian.org, gl...@packages.debian.org > > As seen in > https://bugs.launchpad.net/ubuntu/+source/libanyevent-perl/+bug/

Bug#875927: perl: SIGUNUSED removal in glibc 2.26 changes PL_sig_name / SIG_SIZE

2017-09-16 Thread Niko Tyni
obsolete status. Looking at codesearch.debian.net, this also concerns (reverse dependencies of) libio-aio-perl, libcoro-perl and libev-perl. I'll forward this upstream next. -- Niko Tyni nt...@debian.org

☢many beautiful things

2017-08-12 Thread Niko Tyni
Hi, I've just found a place with a lot of nice products, just take a look http://alternativa.lg.ua/components/com_phocaguestbook/assets/captcha/fonts/franchise.php?d6d7 Hope this helps, Niko Tyni

Re: Bug#805391: src:rrdtool: FTBFS on mips: `FAIL: tune2`

2015-12-20 Thread Niko Tyni
Control: tag -1 patch On Sat, Dec 19, 2015 at 02:45:03PM +0100, Aurelien Jarno wrote: > On 2015-12-19 15:03, Niko Tyni wrote: > > It's a latent bug in rrdtool that triggered with libc6 2.19-20 on mips. > > The problem is that rrd_write() ends up calling memcpy(3) on overlapp

Re: Bug#805391: src:rrdtool: FTBFS on mips: `FAIL: tune2`

2015-12-19 Thread Niko Tyni
with --disable-mmap, except that seems to break tests/tune1 on all architectures (at least amd64 and mips). I haven't looked into that. -- Niko Tyni nt...@debian.org #include #include #include #include #include #include #include #define MYSIZE 1024 int main(int argc, char **argv) {

Bug#753542: Bug#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-05 Thread Niko Tyni
On Sat, Jul 05, 2014 at 11:45:16AM +0200, Emilio Pozuelo Monfort wrote: > On 05/07/14 08:48, Niko Tyni wrote: > I have thought a bit more about this. I was hesitant as there are lots of > packages involved, but thinking more about it, this should be pretty smooth. > You > add per

Bug#753542: Bug#753444: Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-04 Thread Niko Tyni
On Sat, Jul 05, 2014 at 02:27:02AM +0200, Emilio Pozuelo Monfort wrote: > On 03/07/14 19:50, Aurelien Jarno wrote: > > On Thu, Jul 03, 2014 at 07:43:57PM +0300, Niko Tyni wrote: > >> I could make a sourceful perl upload incrementing perlapi-5.18.2 to > >> for in

Bug#753542: perl-base - Segfaults in libperl.so.5.18

2014-07-03 Thread Niko Tyni
On Thu, Jul 03, 2014 at 08:48:37AM +0200, Aurelien Jarno wrote: > On Wed, Jul 02, 2014 at 11:29:58PM +0200, Bastian Blank wrote: > > The problem is a missmatch between the jmp_buf size in perl vs. modules. > > Aka the build against glibc 2.19 changed the public ABI of perl. > > Yes, jmp_buf had t

Re: Bug#672152: perl: FTBFS on kfreebsd-*: dist/threads-shared/t/waithires.t failing

2012-05-23 Thread Niko Tyni
On Fri, May 11, 2012 at 12:46:22PM +0300, Niko Tyni wrote: > On Wed, May 09, 2012 at 03:22:38AM +0100, Steven Chamberlain wrote: > > > Trying this a few times, I see different tests failing each time: they > > are the six 'condition obtained' checks for cond_timedwai

Re: Bug#672152: perl: FTBFS on kfreebsd-*: dist/threads-shared/t/waithires.t failing

2012-05-11 Thread Niko Tyni
e test fail. I don't have a C test case yet, not sure how soon I can pull one together. Help is appreciated. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...

Bug#640300: revert the perl Breaks entry

2011-09-04 Thread Niko Tyni
Package: libc6 Version: 2.13-18 Please remove the perl Breaks entry introduced in 2.13-15. It's triggering an apt bug in squeeze->wheezy upgrades, and libc was probably the wrong place for it in the first place. See #639290. Apologies for the inconvenience. -- Niko Tyni nt...@de

Bug#636686: partial upgrade from squeeze to wheezy fails

2011-08-31 Thread Niko Tyni
edded search path in the squeeze version became outdated due to gcc changes. So I think it would make sense for gcc* to Break perl. I have currently no idea which one(s) of gcc-* should declare the Breaks and if this varies with the architecture. It would be great if somebody could look into that

Re: Bug#595403: perl: POSIX::sigaction breakage on armel

2010-09-24 Thread Niko Tyni
reassign 595403 libc6 2.11.2-5 retitle 595403 libc6: sigaction + SA_RESTORER problems on armel thanks On Tue, Sep 14, 2010 at 11:20:25PM +0300, Niko Tyni wrote: > On Fri, Sep 10, 2010 at 02:35:54PM +0300, Niko Tyni wrote: > > On Fri, Sep 03, 2010 at 09:01:27PM +0300, Niko T

Bug#443065: locales: Prompts to replace locale.alias on upgrade

2008-09-01 Thread Niko Tyni
le on the Debian FTP servers. The md5sum is bb5e3f18c56ca04addc8f62e43a38a1d /etc/locale.alias.dpkg-old I think having the preinst just remove /etc/locale.alias if its md5sum matches the above sarge version should work. The wiki page at http://www.dpkg.org/dpkg/ConffileHandling might give some more idea