Re: [gentoo-dev] libpng 1.6 upgrade and subslotting (and misuse of subslotting when there is also normal slotting)

2013-04-09 Thread Sergey Popov
06.04.2013 00:44, Samuli Suominen wrote: > $ grep -r 'media-libs/libpng' */*/*.ebuild |grep -v ':.*=' > output -> http://bpaste.net/show/89268/ Thanks. app-admin/logstalgia and x11-wm/compiz are fixed. -- Best regards, Sergey Popov Gentoo Linux Developer Desktop-effects project lead signature

[gentoo-dev] Last rites: mail-client/postler

2013-04-09 Thread Christoph Mende
# Christoph Mende (09 Apr 2013) # Fails to build (bug #449860), abandoned by upstream. # Removal in 30 days. mail-client/postler

Re: [gentoo-dev] Automagic pax-mark

2013-04-09 Thread Anthony G. Basile
On 04/08/2013 01:14 PM, Mike Gilbert wrote: On Mon, Apr 8, 2013 at 10:21 AM, Michael Haubenwallner wrote: Actually I've wondered if it would make more sense to default to PAX_MARKINGS="none", and have the hardened profiles (or the user in make.conf) set a different value. That makes some sens

[gentoo-dev] Lastrite: sys-kernel/mkinitcpio

2013-04-09 Thread Samuli Suominen
I hope someone will save this thing. I would, but lack of time prevents. # Samuli Suominen (09 Apr 2013) # Broken. Should be bumped to 0.13.0 but needs a dedicated # maintainer to look after it. See bug #465244. # Removal in 30 days. Use dracut or genkernel instead.

[gentoo-dev] [fyi] lddtree magic

2013-04-09 Thread Mike Frysinger
i doubt few people have noticed, but i've rewritten lddtree recently in python. i did for speed, for fun, and to add a lot more functionality that would have driven the bash code base to new perverse levels. i've randomly stumbled across places in our code base (beyond ebuilds) where the new p

Re: [gentoo-dev] [RFC] Establishing Gentoo patch policy to keep our patches consistent and clean

2013-04-09 Thread Donnie Berkholz
On 23:41 Sat 06 Apr , Michał Górny wrote: > Optionally, after the last paragraph you can add a few lines with tags > in form of 'Tag: value'. AFAICS git itself uses only > 'Signed-off-by' but you can find more tags in various 'submitting > patches' docs. > > 'Signed-off-by' lists the one respo

Re: [gentoo-dev] [fyi] lddtree magic

2013-04-09 Thread Diego Elio Pettenò
On 09/04/2013 20:31, Mike Frysinger wrote: > but things get even crazier with the new --copy-to-tree option (python > version > only). this is useful for scenarios like kernel initramfs where you want to > copy over one or two ELFs and their dependencies w/out resorting to > statically > link

Re: [gentoo-dev] [fyi] lddtree magic

2013-04-09 Thread Samuli Suominen
On 09/04/13 22:31, Mike Frysinger wrote: i doubt few people have noticed, but i've rewritten lddtree recently in python. i did for speed, for fun, and to add a lot more functionality that would have driven the bash code base to new perverse levels. i've randomly stumbled across places in our co

Re: [gentoo-dev] [fyi] lddtree magic

2013-04-09 Thread Samuli Suominen
On 09/04/13 23:41, Samuli Suominen wrote: On 09/04/13 22:31, Mike Frysinger wrote: i doubt few people have noticed, but i've rewritten lddtree recently in python. i did for speed, for fun, and to add a lot more functionality that would have driven the bash code base to new perverse levels. i'v

Re: [gentoo-dev] [fyi] lddtree magic

2013-04-09 Thread Samuli Suominen
On 09/04/13 22:31, Mike Frysinger wrote: i doubt few people have noticed, but i've rewritten lddtree recently in python. I've opened http://bugs.gentoo.org/465310 for the failing new lddtree.

Re: [gentoo-dev] [fyi] lddtree magic

2013-04-09 Thread Mike Frysinger
On Tuesday 09 April 2013 16:45:36 Samuli Suominen wrote: > $ LC_ALL=C lddtree -l /bin/bash > Traceback (most recent call last): >File "/usr/bin/lddtree", line 450, in > sys.exit(main(sys.argv)) >File "/usr/bin/lddtree", line 437, in main > elf = ParseELF(path, options.root, ldpat

Re: [gentoo-dev] [fyi] lddtree magic

2013-04-09 Thread Mike Frysinger
On Tuesday 09 April 2013 16:30:26 Diego Elio Pettenò wrote: > On 09/04/2013 20:31, Mike Frysinger wrote: > > but things get even crazier with the new --copy-to-tree option (python > > version only). this is useful for scenarios like kernel initramfs where > > you want to copy over one or two ELFs

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

2013-04-09 Thread Mike Frysinger
tl;dr: make sure your /dev/pts is mounted correctly w/gid=5 or bad things will happen and it's (probably) all your fault when you run grantpt(), glibc attempts to set up your pty with correct ownership & permissions. it does so by executing a setuid helper called pt_chown as needed. we all kn