GNU bug report logs - #26009
libpng-apng

Previous Next

Package: guix-patches;

Reported by: ng0 <contact.ng0 <at> cryptolab.net>

Date: Tue, 7 Mar 2017 11:12:01 UTC

Severity: normal

Done: ng0 <contact.ng0 <at> cryptolab.net>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 26009 <at> debbugs.gnu.org (full text, mbox):

From: ng0 <contact.ng0 <at> cryptolab.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 26009 <at> debbugs.gnu.org, Kei Kebreau <kei <at> openmailbox.org>
Subject: Re: bug#26009: libpng-apng
Date: Mon, 13 Mar 2017 14:23:59 +0000
Ludovic Courtès transcribed 0.7K bytes:
> Kei Kebreau <kei <at> openmailbox.org> skribis:
> 
> > For whatever reason, I can't get Guix to recognize libpng-apng as a
> > package seperate from libpng (i.e. "guix build libpng-apng" returns a
> > vanilla libpng directory). Do you have any idea why this is?
> 
> This is because libpng in current master has a ‘replacement’ field, and
> since libpng-apng inherits from libpng, it also gets that replacement.
> 
> The fix is to write:
> 
>   (define-public libpng-apng
>      (package
>        (inherit libpng)
>        (replacement #f)   ;libpng’s replacement doesn’t apply here
>        …))

Thanks.

> 
> That said, please make sure the security issues fixed in ‘libpng/fixed’
> are also fixed in libpng-apng!
> 
> Thanks,
> Ludo’.
> 

Do you have any advice how this could be achieved?




This bug report was last modified 8 years and 153 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.