[gentoo-dev] Last rites: dev-python/gntp

2020-08-06 Thread Michał Górny
# Michał Górny (2020-08-06) # Py3.6 only. Apparently randomly fails to build (bug #515736). # Last release in 2016. No reverse dependencies left. # Removal in 30 days. Bug #718968. dev-python/gntp -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message

[gentoo-dev] Last rites: dev-python/pythonutils

2020-08-06 Thread Michał Górny
# Michał Górny (2020-08-06) # Py2.7 only. Last release in 2009. No reverse dependencies left. # Removal in 30 days. Bug #735610. dev-python/pythonutils -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Thomas Deutschmann
On 2020-08-06 19:20, Aaron Bauman wrote: > Wait, changes were made to genkernel to switch from mdev to (e)udev > which causes breakage, but it is *not* an issue with genkernel? Exactly. This failure can happen with genkernel version created 15 years ago, with new genkernel-4.1 which switched

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Michał Górny
On Thu, 2020-08-06 at 23:03 +0300, Joonas Niilola wrote: > On 8/6/20 10:58 PM, Thomas Deutschmann wrote: > > Well, the purpose of this is to educate and avoid problems for > > headless/server users. But if so many devs seem to care about pushing > > maybe unrelated information and believe that

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Rich Freeman
On Thu, Aug 6, 2020 at 4:19 PM Michał Górny wrote: > > On Thu, 2020-08-06 at 23:03 +0300, Joonas Niilola wrote: > > On 8/6/20 10:58 PM, Thomas Deutschmann wrote: > > > Well, the purpose of this is to educate and avoid problems for > > > headless/server users. But if so many devs seem to care

[gentoo-portage-dev] [PATCH] lib/portage/xml/metadata.py: fix ungrouped-imports w/refactor

2020-08-06 Thread Aaron Bauman
* This drops the import for cElementTree as it is deprecated. See: https://docs.python.org/3/library/xml.etree.elementtree.html * Drop the error checking as these modules are a part of stdlib. * Additionally, the pyexpat issue was fixed in 3.2. See: https://bugs.python.org/issue14988

[gentoo-portage-dev] [PATCH] lib/*: exempt two core files from ungrouped-imports check

2020-08-06 Thread Aaron Bauman
* These will take some time to refactor/address if at all possible. * Turn on ungrouped-imports check for entire repo Signed-off-by: Aaron Bauman --- lib/portage/__init__.py | 1 + lib/portage/checksum.py | 15 --- pylintrc| 1 + 3 files changed, 10 insertions(+),

[gentoo-portage-dev] [PATCH] *: drop all import __future__ statements

2020-08-06 Thread Aaron Bauman
* We only support Py3 now. Signed-off-by: Aaron Bauman --- bin/archive-conf | 4 +-- bin/check-implicit-pointer-usage.py | 2 -- bin/clean_locks | 4 +-- bin/dispatch-conf | 4 +-- bin/dohtml.py

[gentoo-portage-dev] [PATCH] lib/*: Fix ungrouped-imports

2020-08-06 Thread Aaron Bauman
* This fixes ungrouped imports for a portion of the repo. The remaining fixes will come in another batch of atomic commits as the imports are buried behind conditionals, are __futures__ that may be able to go away, etc * Per the above, check will not be enabled yet Signed-off-by: Aaron

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Thomas Deutschmann
On 2020-08-06 17:44, Michał Górny wrote: > I'm not sure if you've noticed but there are people actively working > towards removing stale news items and trying not to dump everything > on once on a user freshly installing the system. Don't you consider > this a worthwhile goal? I don't see how

Re: [gentoo-dev] Packages up for grabs due to jlec being MIA

2020-08-06 Thread Azamat Hackimov
Taking dev-lua/luaposix https://github.com/gentoo/gentoo/pull/17032 ср, 5 авг. 2020 г. в 10:24, Michał Górny : > > Hello, > > The following packages are looking for a new maintainer: > > [vB] app-backup/cachedir > [vB] app-benchmarks/bootchart2 > [ B] app-benchmarks/ramspeed > [ B]

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Georgy Yakovlev
On 8/5/20 5:02 AM, Thomas Deutschmann wrote: > Hi, > > please review the news item below: > Not all arches support --reuse-cmdline btw. It may be only x86 which supports it. This looks like a candidate wiki page or a word of warning in a handbook, not a news item.

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Thomas Deutschmann
On 2020-08-06 21:50, Jaco Kroon wrote: > Can you detect in the runscript that this will trigger and issue a cold > reboot instead if this would trigger? > > Having never used kexec before ... I may well be missing the point.  But > I'd rather have the system issue a cold reboot if kexec (which

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Thomas Deutschmann
On 2020-08-06 20:56, Rich Freeman wrote: > Has anything even changed with kexec? Or is this an issue that has > been an issue for many years in kexec, that will suddenly become an > issue in genkernel? In that case it is news from a genkernel > perspective, and something anybody with a

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Jaco Kroon
Hi, On 2020/08/06 21:45, Thomas Deutschmann wrote: > On 2020-08-06 20:56, Rich Freeman wrote: >> Has anything even changed with kexec? Or is this an issue that has >> been an issue for many years in kexec, that will suddenly become an >> issue in genkernel? In that case it is news from a

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Joonas Niilola
On 8/6/20 10:58 PM, Thomas Deutschmann wrote: > Well, the purpose of this is to educate and avoid problems for > headless/server users. But if so many devs seem to care about pushing > maybe unrelated information and believe that avoiding that has much more > value than avoid a problem like an

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Michał Górny
On Thu, 2020-08-06 at 17:14 +0200, Thomas Deutschmann wrote: > On 2020-08-06 14:22, Michał Górny wrote: > > > - I am not 100% happy with the title but the 50 char limit > > > doesn't allow any more details. > > > > Yes, the title doesn't say a thing why would anyone want to read this > > news

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Aaron Bauman
On Thu, Aug 06, 2020 at 05:59:14PM +0200, Thomas Deutschmann wrote: > On 2020-08-06 17:44, Michał Górny wrote: > > I'm not sure if you've noticed but there are people actively working > > towards removing stale news items and trying not to dump everything > > on once on a user freshly installing

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Mike Gilbert
On Thu, Aug 6, 2020 at 11:59 AM Thomas Deutschmann wrote: > > On 2020-08-06 17:44, Michał Górny wrote: > > I'm not sure if you've noticed but there are people actively working > > towards removing stale news items and trying not to dump everything > > on once on a user freshly installing the

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Rich Freeman
On Thu, Aug 6, 2020 at 1:41 PM Mike Gilbert wrote: > > On Thu, Aug 6, 2020 at 11:59 AM Thomas Deutschmann wrote: > > > > On 2020-08-06 17:44, Michał Górny wrote: > > > I'm not sure if you've noticed but there are people actively working > > > towards removing stale news items and trying not to

Re: [gentoo-portage-dev] [PATCH] *: drop all import __future__ statements

2020-08-06 Thread Zac Medico
On 8/6/20 6:12 PM, Aaron Bauman wrote: > * We only support Py3 now. > > Signed-off-by: Aaron Bauman > --- > bin/archive-conf | 4 +-- > bin/check-implicit-pointer-usage.py | 2 -- > bin/clean_locks | 4 +-- >

Re: [gentoo-portage-dev] [PATCH] lib/*: exempt two core files from ungrouped-imports check

2020-08-06 Thread Zac Medico
On 8/6/20 5:03 PM, Aaron Bauman wrote: > * These will take some time to refactor/address if at all possible. > * Turn on ungrouped-imports check for entire repo > > Signed-off-by: Aaron Bauman > --- > lib/portage/__init__.py | 1 + > lib/portage/checksum.py | 15 --- > pylintrc

Re: [gentoo-portage-dev] [PATCH] lib/*: fix superfluous-parens and enable check

2020-08-06 Thread Zac Medico
On 8/5/20 9:05 PM, Aaron Bauman wrote: > Signed-off-by: Aaron Bauman > --- > lib/_emerge/actions.py | 14 +++--- > lib/_emerge/resolver/slot_collision.py | 4 ++-- > lib/_emerge/stdout_spinner.py| 2 +- > lib/_emerge/unmerge.py

Re: [gentoo-portage-dev] [PATCH 6/6] pylintrc: enable multiple-imports check

2020-08-06 Thread Zac Medico
On 8/5/20 4:51 PM, Aaron Bauman wrote: > Signed-off-by: Aaron Bauman > --- > pylintrc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/pylintrc b/pylintrc > index b7091516c..5f4ec3278 100644 > --- a/pylintrc > +++ b/pylintrc > @@ -19,6 +19,7 @@ enable= > misplaced-future, >

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Thomas Deutschmann
On 2020-08-06 14:22, Michał Górny wrote: >> - I am not 100% happy with the title but the 50 char limit >> doesn't allow any more details. > > Yes, the title doesn't say a thing why would anyone want to read this > news item or not. Maybe > Be aware of possible reboot problems instead? >> -

Re: [gentoo-dev] Last rites: dev-util/coccigrep, dev-util/coccinelle

2020-08-06 Thread Jason A. Donenfeld
But these are very useful tools...

[gentoo-dev] News item v2: Multiple root kernel command-line arguments

2020-08-06 Thread Thomas Deutschmann
Hi, here's v2 based on some IRC feedback (grammar- and punctuation-related) I am planning to add for tomorrow. --- Title: Multiple root kernel command-line arguments Author: Thomas Deutschmann Posted: 2020-08-05 Revision: 1 News-Item-Format: 2.0 Due to genkernel-4.1 development which is

[gentoo-dev] Re: [gentoo-dev-announce] Packages up for grabs due to jlec being MIA

2020-08-06 Thread Miroslav Šulc
i'll take app-office/scribus. miroslav Dne 05. 08. 20 v 9:24 Michał Górny napsal(a): Hello, The following packages are looking for a new maintainer: [vB] app-backup/cachedir [vB] app-benchmarks/bootchart2 [ B] app-benchmarks/ramspeed [ B] app-office/scribus [vB] dev-lua/luaposix [ b]

Re: [gentoo-dev] News item: Multiple root kernel command-line arguments

2020-08-06 Thread Michał Górny
On Wed, 2020-08-05 at 14:02 +0200, Thomas Deutschmann wrote: > Hi, > > please review the news item below: > > - I am not 100% happy with the title but the 50 char limit > doesn't allow any more details. Yes, the title doesn't say a thing why would anyone want to read this news item or not. >