Re: [gentoo-dev] Re: FYI: libpng16 won't be able to show some broken icons libpng15 was still able to

2013-04-19 Thread Samuli Suominen
On 19/04/13 09:53, Nikos Chantziaras wrote: On 18/04/13 21:24, Samuli Suominen wrote: Short version: If you see "PNG IDAT errors" like: program: IDAT: invalid distance too far back `test1.png' @ WARNING **: Icon test1 missing: (0) Fatal error reading PNG image file: Decompression error in IDA

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2013-04-19 Thread Alexis Ballier
On Fri, 19 Apr 2013 09:16:32 + (UTC) "Ben de Groot (yngwin)" wrote: > Index: package.mask > === > RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v > retrieving revision 1.14667 > retrieving revision 1.14668 > diff -u -r1

[gentoo-dev] Re: FYI: libpng16 won't be able to show some broken icons libpng15 was still able to

2013-04-19 Thread Duncan
Nikos Chantziaras posted on Fri, 19 Apr 2013 09:53:12 +0300 as excerpted: > On 18/04/13 21:24, Samuli Suominen wrote: >> Short version: >> >> If you see "PNG IDAT errors" like: >> >> program: IDAT: invalid distance too far back `test1.png' @ >> >> WARNING **: Icon test1 missing: (0) Fatal error re

[gentoo-dev] [PATCH multilib.eclass] Distinguish between unset and empty variables when restoring.

2013-04-19 Thread Michał Górny
Currently, the multilib_toolchain_setup function does not distinguish between unset and empty variables. Therefore, variables which were unset before calling it are restored as empty and exported. This breaks some packages, e.g. libdbusmenu. This patch 'disables' saving variables which were unset,

[gentoo-dev] Re: [PATCH multilib.eclass] Distinguish between unset and empty variables when restoring.

2013-04-19 Thread Mike Frysinger
On Saturday 20 April 2013 01:12:20 Michał Górny wrote: > for v in CHOST CBUILD AS CC CXX LD PKG_CONFIG_{LIBDIR,PATH} ; do > vv="__abi_saved_${v}" > - export ${v}="${!vv}" > + unset ${v} > + [[ ${!vv+1} ]

[gentoo-dev] Re: autoconf now supports multislots

2013-04-19 Thread Ryan Hill
On Wed, 17 Apr 2013 15:03:55 -0400 Mike Frysinger wrote: > On Wednesday 17 April 2013 14:48:13 Ciaran McCreesh wrote: > > On Wed, 17 Apr 2013 14:33:29 -0400 Mike Frysinger wrote: > > > but i'm super lazy, so even this manual step is annoying. as such, > > > i've added USE=multislot support to au

Re: [gentoo-dev] glibc: pt_chown setuid going away by default

2013-04-19 Thread Sergei Trofimovich
On Wed, 17 Apr 2013 14:35:27 -0400 Mike Frysinger wrote: > On Saturday 13 April 2013 13:06:04 Jeroen Roovers wrote: > > On Fri, 12 Apr 2013 16:08:10 -0400 Mike Frysinger wrote: > > > that you remember. i think it's more likely you copy & pasted some > > > line a long time ago than baselayout mod