Re: [gentoo-dev] Making user patches globally available

2012-04-15 Thread Zac Medico
On 04/15/2012 01:16 AM, Ryan Hill wrote: Right now we have support in some packages for user patches - those being patches dropped into /etc/portage/patches/pkgname/ - which are automatically applied. Because this feature is implemented by epatch_user() in eutils.eclass, it is only available

[gentoo-dev] Re: About adding a way to check for bugs referring to no longer existing packages in the tree

2012-04-15 Thread Ryan Hill
From time to time I see old bug reports that are still wrongly opened and referring to old packages no longer in the tree. Would be possible to add a way to periodically check for bugs referring in summary to obsolete packages and, then, allow us to have a cleaner bug list? How

Re: [gentoo-dev] Making user patches globally available

2012-04-15 Thread Patrick Lauer
On 04/15/12 16:16, Ryan Hill wrote: Right now we have support in some packages for user patches - those being patches dropped into /etc/portage/patches/pkgname/ - which are automatically applied. Because this feature is implemented by epatch_user() in eutils.eclass, it is only available for

[gentoo-dev] Re: Making user patches globally available

2012-04-15 Thread Ryan Hill
On Sun, 15 Apr 2012 01:35:40 -0700 Zac Medico zmed...@gentoo.org wrote: On 04/15/2012 01:16 AM, Ryan Hill wrote: Right now we have support in some packages for user patches - those being patches dropped into /etc/portage/patches/pkgname/ - which are automatically applied. Because this

[gentoo-dev] Making user patches globally available

2012-04-15 Thread Ryan Hill
Right now we have support in some packages for user patches - those being patches dropped into /etc/portage/patches/pkgname/ - which are automatically applied. Because this feature is implemented by epatch_user() in eutils.eclass, it is only available for ebuilds that inherit eutils and

[gentoo-dev] Re: Making user patches globally available

2012-04-15 Thread Ryan Hill
On Sun, 15 Apr 2012 16:53:04 +0800 Patrick Lauer patr...@gentoo.org wrote: On 04/15/12 16:16, Ryan Hill wrote: Right now we have support in some packages for user patches - those being patches dropped into /etc/portage/patches/pkgname/ - which are automatically applied. Because this

Re: [gentoo-dev] Re: Making user patches globally available

2012-04-15 Thread Zac Medico
On 04/15/2012 02:03 AM, Ryan Hill wrote: The reason that Funtoo's FEATURES=localpatch applies patches before src_prepare is that it's common for eautoreconf to be called inside src_prepare, and applying patches after src_prepare can create a need to call eautoreconf a second time. Well that

Re: [gentoo-dev] Making user patches globally available

2012-04-15 Thread Sergei Trofimovich
On Sun, 15 Apr 2012 16:53:04 +0800 Patrick Lauer patr...@gentoo.org wrote: On 04/15/12 16:16, Ryan Hill wrote: Right now we have support in some packages for user patches - those being patches dropped into /etc/portage/patches/pkgname/ - which are automatically applied. Because this

Re: [gentoo-dev] Debugging a Linux kernel deadlock when doing swap on ZFS

2012-04-15 Thread Richard Yao
Thanks everyone for your extremely useful tips. I seem to have it working now. The problem is that ZFS does memory allocations when asked to write things. A makeshift solution is to do `echo 524288 /proc/sys/vm/min_free_kbytes`. A more permanent fix will take more time to produce, but at least I

Re: [gentoo-dev] Re: About adding a way to check for bugs referring to no longer existing packages in the tree

2012-04-15 Thread Pacho Ramos
El dom, 15-04-2012 a las 02:47 -0600, Ryan Hill escribió: From time to time I see old bug reports that are still wrongly opened and referring to old packages no longer in the tree. Would be possible to add a way to periodically check for bugs referring in summary to obsolete

[gentoo-dev] About validate_desktop_entries in eutils.eclass

2012-04-15 Thread Pacho Ramos
Hello I am unsure about validate_desktop_entries() utility. It's currently provided by eutils.eclass and only called by net-firewall/fwbuilder. Shouldn't this be moved to a qa check? Current way is pretty useless as it's not used by most of packages, and calling it from a lot of eclasses/ebuilds

Re: [gentoo-dev] Re: About adding a way to check for bugs referring to no longer existing packages in the tree

2012-04-15 Thread Pacho Ramos
El dom, 15-04-2012 a las 11:55 +0200, Pacho Ramos escribió: El dom, 15-04-2012 a las 02:47 -0600, Ryan Hill escribió: From time to time I see old bug reports that are still wrongly opened and referring to old packages no longer in the tree. Would be possible to add a way to

[gentoo-dev] Re: About adding a way to check for bugs referring to no longer existing packages in the tree

2012-04-15 Thread Ryan Hill
On Sun, 15 Apr 2012 12:00:45 +0200 Pacho Ramos pa...@gentoo.org wrote: Also, the idea is to simply generate a list with possible obsolete bug reports, closing would still be done manually after checking for false positives ;) Ah, okay. I thought you wanted something automatically closing

Re: [gentoo-dev] About validate_desktop_entries in eutils.eclass

2012-04-15 Thread Samuli Suominen
On 04/15/2012 12:59 PM, Pacho Ramos wrote: Hello I am unsure about validate_desktop_entries() utility. It's currently provided by eutils.eclass and only called by net-firewall/fwbuilder. and xfconf.eclass :) Shouldn't this be moved to a qa check? Current way is pretty useless as it's not

Re: [gentoo-dev] Making user patches globally available

2012-04-15 Thread Andreas K. Huettel
Right now we have support in some packages for user patches - those being patches dropped into /etc/portage/patches/pkgname/ - which are automatically applied. Because this feature is implemented by epatch_user() in eutils.eclass, it is only available for ebuilds that inherit eutils and

Re: [gentoo-dev] Re: Making user patches globally available

2012-04-15 Thread Ian Stakenvicius
On 2012-04-15, at 5:03 AM, Ryan Hill dirtye...@gentoo.org wrote: On Sun, 15 Apr 2012 01:35:40 -0700 Zac Medico zmed...@gentoo.org wrote: On 04/15/2012 01:16 AM, Ryan Hill wrote: Right now we have support in some packages for user patches - those being patches dropped into

Re: [gentoo-dev] Making user patches globally available

2012-04-15 Thread Michał Górny
On Sun, 15 Apr 2012 13:00:10 +0200 Andreas K. Huettel dilfri...@gentoo.org wrote: Right now we have support in some packages for user patches - those being patches dropped into /etc/portage/patches/pkgname/ - which are automatically applied. Because this feature is implemented by

Re: [gentoo-dev] Making user patches globally available

2012-04-15 Thread Michał Górny
On Sun, 15 Apr 2012 02:16:41 -0600 Ryan Hill dirtye...@gentoo.org wrote: Right now we have support in some packages for user patches - those being patches dropped into /etc/portage/patches/pkgname/ - which are automatically applied. Because this feature is implemented by epatch_user() in

Re: [gentoo-dev] About validate_desktop_entries in eutils.eclass

2012-04-15 Thread Michał Górny
On Sun, 15 Apr 2012 11:59:50 +0200 Pacho Ramos pa...@gentoo.org wrote: I am unsure about validate_desktop_entries() utility. It's currently provided by eutils.eclass and only called by net-firewall/fwbuilder. Shouldn't this be moved to a qa check? Current way is pretty useless as it's not

Re: [gentoo-dev] About validate_desktop_entries in eutils.eclass

2012-04-15 Thread Pacho Ramos
El dom, 15-04-2012 a las 16:02 +0200, Michał Górny escribió: On Sun, 15 Apr 2012 11:59:50 +0200 Pacho Ramos pa...@gentoo.org wrote: I am unsure about validate_desktop_entries() utility. It's currently provided by eutils.eclass and only called by net-firewall/fwbuilder. Shouldn't this be

Re: [gentoo-dev] About validate_desktop_entries in eutils.eclass

2012-04-15 Thread Michał Górny
On Sun, 15 Apr 2012 16:12:11 +0200 Pacho Ramos pa...@gentoo.org wrote: El dom, 15-04-2012 a las 16:02 +0200, Michał Górny escribió: On Sun, 15 Apr 2012 11:59:50 +0200 Pacho Ramos pa...@gentoo.org wrote: I am unsure about validate_desktop_entries() utility. It's currently provided by

Re: [gentoo-dev] Packages maintained by trapni need a co-maintainer

2012-04-15 Thread Philipp Riegger
On Sat, 14 Apr 2012 14:24:25 +0300 Samuli Suominen ssuomi...@gentoo.org wrote: On 04/14/2012 02:16 PM, Pacho Ramos wrote: Due long devaway, his packages need a co-maintainer, feel free to add to metadata if you want. Thanks: dev-util/ciabot-svn media-sound/teamspeak-client-bin

Re: [gentoo-dev] About adding a way to check for bugs referring to no longer existing packages in the tree

2012-04-15 Thread Marcin Mirosław
W dniu 2012-04-14 13:02, Pacho Ramos pisze: Hello From time to time I see old bug reports that are still wrongly opened and referring to old packages no longer in the tree. Would be possible to add a way to periodically check for bugs referring in summary to obsolete packages and, then,

Re: [gentoo-dev] About adding a way to check for bugs referring to no longer existing packages in the tree

2012-04-15 Thread Pacho Ramos
El dom, 15-04-2012 a las 17:47 +0200, Marcin Mirosław escribió: W dniu 2012-04-14 13:02, Pacho Ramos pisze: Hello From time to time I see old bug reports that are still wrongly opened and referring to old packages no longer in the tree. Would be possible to add a way to periodically

Re: [gentoo-dev] About adding a way to check for bugs referring to no longer existing packages in the tree

2012-04-15 Thread Samuli Suominen
On 04/15/2012 06:47 PM, Marcin Mirosław wrote: W dniu 2012-04-14 13:02, Pacho Ramos pisze: Hello From time to time I see old bug reports that are still wrongly opened and referring to old packages no longer in the tree. Would be possible to add a way to periodically check for bugs referring

Re: [gentoo-dev] Making user patches globally available

2012-04-15 Thread Mike Frysinger
On Sunday 15 April 2012 04:16:41 Ryan Hill wrote: Is there any reason why this couldn't just be done in the package manager, making user patches available for all ebuilds without code changes? i originally added it to eutils eclass and only called it in some ebuilds because people were against

Re: [gentoo-dev] About adding a way to check for bugs referring to no longer existing packages in the tree

2012-04-15 Thread Pacho Ramos
El dom, 15-04-2012 a las 19:10 +0300, Samuli Suominen escribió: On 04/15/2012 06:47 PM, Marcin Mirosław wrote: W dniu 2012-04-14 13:02, Pacho Ramos pisze: Hello From time to time I see old bug reports that are still wrongly opened and referring to old packages no longer in the tree.

Re: [gentoo-dev] About adding a way to check for bugs referring to no longer existing packages in the tree

2012-04-15 Thread Marcin Mirosław
W dniu 2012-04-15 18:10, Samuli Suominen napisał(a): When package foobar gets removed from Portage, the remaining bugs affecting foobar gets closed with resolution WONTFIX/OBSOLETE/FIXED depending on type of the bug. When package foobar gets readded to Portage, the maintainer needs to check also

Re: [gentoo-dev] Re: About how to handle wxGTK based packages with gnome profiles

2012-04-15 Thread Pacho Ramos
El mié, 11-04-2012 a las 13:02 +0300, Samuli Suominen escribió: On 04/11/2012 09:12 AM, Ryan Hill wrote: On Tue, 10 Apr 2012 22:21:20 +0200 Pacho Ramospa...@gentoo.org wrote: OK, looks like I misunderstood how wxwidgets work and most opinions point to enable wxwidgets by default in

Re: [gentoo-dev] Making user patches globally available

2012-04-15 Thread William Hubbs
On Sun, Apr 15, 2012 at 03:55:58PM +0200, Michał Górny wrote: What if some patches are applied conditionally? imo patches that are applied conditionally should be rewritten so they can always be applied. patches that are applied conditionally probably won't get into upsream most of the time.

[gentoo-dev] Re: Making user patches globally available

2012-04-15 Thread Duncan
Sergei Trofimovich posted on Sun, 15 Apr 2012 12:25:12 +0300 as excerpted: On Sun, 15 Apr 2012 16:53:04 +0800 Patrick Lauer patr...@gentoo.org wrote: On 04/15/12 16:16, Ryan Hill wrote: Right now we have support in some packages for user patches - those being patches dropped into

[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2012-04-15 23h59 UTC

2012-04-15 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed from the tree, for the week ending 2012-04-15 23h59 UTC. Removals: media-libs/paragui 2012-04-12 09:58:54 tupone Additions: dev-ruby/unf_ext2012-04-09 07:07:28 graaff

Re: [gentoo-dev] Re: About adding a way to check for bugs referring to no longer existing packages in the tree

2012-04-15 Thread Jeroen Roovers
On Sun, 15 Apr 2012 11:55:04 +0200 Pacho Ramos pa...@gentoo.org wrote: Well, I currently manually do eix searching to check it, maybe would be a way to compare eix outputs with ${CATEGORY}/${PKGNAME} from bug summaries (bugs without that naming structure would be uncovered by this, but we

Re: [gentoo-dev] Re: About adding a way to check for bugs referring to no longer existing packages in the tree

2012-04-15 Thread Mike Frysinger
On Sunday 15 April 2012 21:04:01 Jeroen Roovers wrote: On Sun, 15 Apr 2012 11:55:04 +0200 Pacho Ramos wrote: Well, I currently manually do eix searching to check it, maybe would be a way to compare eix outputs with ${CATEGORY}/${PKGNAME} from bug summaries (bugs without that naming

[gentoo-dev] Re: About how to handle wxGTK based packages with gnome profiles

2012-04-15 Thread Ryan Hill
On Sun, 15 Apr 2012 18:59:11 +0200 Pacho Ramos pa...@gentoo.org wrote: OK then to enable wxwidgets in desktop profile? Yes. -- fonts, gcc-porting toolchain, wxwidgets @ gentoo.org signature.asc Description: PGP signature