[gentoo-dev] [PATCH] mount-boot.eclass: Make awk expression work with mawk.

2020-02-12 Thread Ulrich Müller
gensub() is a GNUism and doesn't exist in all awk variants. Use a loop instead. Tested with gawk, nawk, mawk, and busybox awk. Closes: https://bugs.gentoo.org/709322 Signed-off-by: Ulrich Müller --- eclass/mount-boot.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [gentoo-dev] [PATCH 3/3] app-admin/kube-bench: convert to go-module go.sum

2020-02-12 Thread William Hubbs
On Wed, Feb 12, 2020 at 06:54:19PM +1100, Sam Jorna (wraeth) wrote: > On Monday, 10 February 2020 7:55:01 AM AEDT Michał Górny wrote: > > On Sun, 2020-02-09 at 20:38 +, Michael 'veremitz' Everitt wrote: > > > Hrm, pardon my ignorance, but do 'we' really need to review 232 lines of > > > Manifes

[gentoo-dev] Changes made by acct-* ebuilds

2020-02-12 Thread Christopher Head
Hi all, Yesterday something surprised me. I updated my system and got the acct-{user,group}/lighttpd for the first time. Because lighttpd was running, package installation failed to change the home directory—fine, it printed an error message, I stopped the server, changed the home directory by h

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-12 Thread Alec Warner
On Wed, Feb 12, 2020 at 10:02 AM Christopher Head wrote: > Hi all, > Yesterday something surprised me. I updated my system and got the > acct-{user,group}/lighttpd for the first time. Because lighttpd was > running, package installation failed to change the home directory—fine, it > printed an er

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-12 Thread Michał Górny
On Wed, 2020-02-12 at 10:02 -0800, Christopher Head wrote: > Hi all, > Yesterday something surprised me. I updated my system and got the > acct-{user,group}/lighttpd for the first time. Because lighttpd was running, > package installation failed to change the home directory—fine, it printed an >

[gentoo-dev] [PATCH] python-single-r1.eclass: don't crash Portage with invalid USEDEP syntax

2020-02-12 Thread Mike Gilbert
This should still serve the purpose of alerting overlay maintainers without making emerge completely unusable in the interim. Signed-off-by: Mike Gilbert --- eclass/python-single-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/python-single-r1.eclass b/eclass

Re: [gentoo-dev] [PATCH] python-single-r1.eclass: don't crash Portage with invalid USEDEP syntax

2020-02-12 Thread Michał Górny
On Wed, 2020-02-12 at 13:25 -0500, Mike Gilbert wrote: > This should still serve the purpose of alerting overlay maintainers > without making emerge completely unusable in the interim. > I don't understand what's the gain. In both cases emerge won't proceed. However, with the original syntax the

Re: [gentoo-dev] [PATCH 3/3] app-admin/kube-bench: convert to go-module go.sum

2020-02-12 Thread Matt Turner
On Wed, Feb 12, 2020 at 9:59 AM William Hubbs wrote: > > On Wed, Feb 12, 2020 at 06:54:19PM +1100, Sam Jorna (wraeth) wrote: > > On Monday, 10 February 2020 7:55:01 AM AEDT Michał Górny wrote: > > > On Sun, 2020-02-09 at 20:38 +, Michael 'veremitz' Everitt wrote: > > > > Hrm, pardon my ignoran

Re: [gentoo-dev] [PATCH] python-single-r1.eclass: don't crash Portage with invalid USEDEP syntax

2020-02-12 Thread Mike Gilbert
On Wed, Feb 12, 2020 at 1:31 PM Michał Górny wrote: > > On Wed, 2020-02-12 at 13:25 -0500, Mike Gilbert wrote: > > This should still serve the purpose of alerting overlay maintainers > > without making emerge completely unusable in the interim. > > > > I don't understand what's the gain. In both

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-12 Thread Thomas Deutschmann
Hi, thank you for bringing this to the list. I have the same experience which is the reason why I haven't migrated most of my packages yet (which is not a good move because I also didn't post the problem to the list like I wanted *yet*, I only talked to people via private mail, chat or at FOSDEM

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-12 Thread Christopher Head
H. Thinking about it more, this feels a lot like “configuration”, and we have a well-established tool for handling sysadmins customizing configuration while packages land new changes: CONFIG_PROTECT. Is that possibly relevant here? -- Christopher Head signature.asc Description: PGP signatur

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-12 Thread Michał Górny
On Thu, 2020-02-13 at 02:32 +0100, Thomas Deutschmann wrote: > Hi, > > thank you for bringing this to the list. > > I have the same experience which is the reason why I haven't migrated > most of my packages yet (which is not a good move because I also didn't > post the problem to the list like I

Re: [gentoo-dev] Changes made by acct-* ebuilds

2020-02-12 Thread Alec Warner
On Wed, Feb 12, 2020 at 9:59 PM Michał Górny wrote: > On Thu, 2020-02-13 at 02:32 +0100, Thomas Deutschmann wrote: > > Hi, > > > > thank you for bringing this to the list. > > > > I have the same experience which is the reason why I haven't migrated > > most of my packages yet (which is not a goo

[gentoo-dev] [PATCH] metadata/install-qa-check.d/60appdata-path: new check

2020-02-12 Thread Georgy Yakovlev
this will warn if package installs xml files to /usr/share/appdata this location is deprecated, files should be installed to /usr/share/metainfo https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html Signed-off-by: Georgy Yakovlev --- metadata/install-qa-check.d/60appdata-path |

Re: [gentoo-dev] [PATCH 3/3] app-admin/kube-bench: convert to go-module go.sum

2020-02-12 Thread Sam Jorna (wraeth)
On Thursday, 13 February 2020 5:40:46 AM AEDT Matt Turner wrote: > On Wed, Feb 12, 2020 at 9:59 AM William Hubbs wrote: > > On Wed, Feb 12, 2020 at 06:54:19PM +1100, Sam Jorna (wraeth) wrote: > > > On Monday, 10 February 2020 7:55:01 AM AEDT Michał Górny wrote: > > > > On Sun, 2020-02-09 at 20:38

Re: [gentoo-dev] [PATCH] metadata/install-qa-check.d/60appdata-path: new check

2020-02-12 Thread Michał Górny
On Wed, 2020-02-12 at 23:39 -0800, Georgy Yakovlev wrote: > this will warn if package installs xml files to /usr/share/appdata > this location is deprecated, files should be installed to > /usr/share/metainfo > > https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html > > Signed-of