Re: [gentoo-dev] Last rites: */*: More Py2 stuff

2020-07-28 Thread Michał Górny
On Tue, 2020-07-28 at 22:32 -0400, Aaron Bauman wrote: > > On July 28, 2020 9:57:44 PM EDT, Gordon Pettey wrote: > > That dependency is only if USE="-gnuefi". sys-boot/gnu-efi has no > > Python > > dependency. Instead of masking/removing refind, remove the USE flag and > > force the gnu-efi

[gentoo-dev] BugDay - August 1st - Everyone is welcome to join!

2020-07-28 Thread Aisha Tammy
# Gentoo BugDay Come join us over at #gentoo-bugday on freenode IRC on the first Saturday of every month to squash bugs and make Gentoo a bit more awesome. You don't need to be a Gentoo developer or even a coder to help us on BugDay. Our next BugDay is on 1st Aug 2020 and we have started

Re: [gentoo-dev] systems-246 changes tmpfs default size from 50% to 10% of RAM

2020-07-28 Thread Zoltan Puskas
On Tue, Jul 28, 2020 at 03:19:26PM -0400, Mike Gilbert wrote: > On Tue, Jul 28, 2020 at 3:13 PM Mike Gilbert wrote: > > > > On Tue, Jul 28, 2020 at 2:50 PM Zoltan Puskas wrote: > > > > > > Hi, > > > > > > I've upgraded to and running systemd-246_rc2 on one of my systems and > > > noticed that

Re: [gentoo-dev] systems-246 changes tmpfs default size from 50% to 10% of RAM

2020-07-28 Thread Zoltan Puskas
Hi, > > Don't use /tmp for PORTAGE_TMPDIR. /tmp is meant for small temporary > storage. If you want to compile in a tmpfs, set up a separate mount > point for it. > I'm not sure I can agree with this. If we are being pedantic then we should look at FHS3.0, and it does not specify that it's

Re: [gentoo-dev] Last rites: */*: More Py2 stuff

2020-07-28 Thread Aaron Bauman
On July 28, 2020 9:57:44 PM EDT, Gordon Pettey wrote: >That dependency is only if USE="-gnuefi". sys-boot/gnu-efi has no >Python >dependency. Instead of masking/removing refind, remove the USE flag and >force the gnu-efi dependency, or reverse the condition, add >IUSE="tianocore", and mask

Re: [gentoo-dev] Last rites: */*: More Py2 stuff

2020-07-28 Thread Gordon Pettey
That dependency is only if USE="-gnuefi". sys-boot/gnu-efi has no Python dependency. Instead of masking/removing refind, remove the USE flag and force the gnu-efi dependency, or reverse the condition, add IUSE="tianocore", and mask that USE flag. On Tue, Jul 28, 2020 at 7:06 PM Aaron Bauman

Re: [gentoo-dev] systems-246 changes tmpfs default size from 50% to 10% of RAM

2020-07-28 Thread Brian Evans
On 7/28/20 2:50 PM, Zoltan Puskas wrote: > Hi, > > I've upgraded to and running systemd-246_rc2 on one of my systems and > noticed that tmpfs mounted directories are significantly smaller. > > This is because with commit >

Re: [gentoo-dev] Last rites: */*: More Py2 stuff

2020-07-28 Thread Aaron Bauman
On Tue, Jul 28, 2020 at 04:55:57PM -0700, Matt Turner wrote: > On Tue, Jul 28, 2020 at 4:17 PM Aaron Bauman wrote: > > sys-boot/refind > > How did you conclude that this package depends on Python at all? > Hi, Matt. It has a dependency on sys-boot/udk which was masked due to using py2.7 only.

Re: [gentoo-dev] Last rites: */*: More Py2 stuff

2020-07-28 Thread Matt Turner
On Tue, Jul 28, 2020 at 4:17 PM Aaron Bauman wrote: > sys-boot/refind How did you conclude that this package depends on Python at all?

[gentoo-dev] Last rites: */*: More Py2 stuff

2020-07-28 Thread Aaron Bauman
# Aaron Bauman (2020-07-28) # More Py2 only stuff. Plz see -dev ML for discussions # Remove bindings, port to Py3, etc # Removal in 30 days app-accessibility/epos app-admin/conkyforecast app-admin/github-backup-utils app-admin/syslog-summary app-arch/cfv app-arch/ipkg-utils app-backup/bareos

[gentoo-dev] systems-246 changes tmpfs default size from 50% to 10% of RAM

2020-07-28 Thread Zoltan Puskas
Hi, I've upgraded to and running systemd-246_rc2 on one of my systems and noticed that tmpfs mounted directories are significantly smaller. This is because with commit https://github.com/systemd/systemd/commit/7d85383edbab73274dc81cc888d884bb01070bc2 they have changed them to be 10% of the

Re: [gentoo-dev] systems-246 changes tmpfs default size from 50% to 10% of RAM

2020-07-28 Thread Mike Gilbert
On Tue, Jul 28, 2020 at 3:13 PM Mike Gilbert wrote: > > On Tue, Jul 28, 2020 at 2:50 PM Zoltan Puskas wrote: > > > > Hi, > > > > I've upgraded to and running systemd-246_rc2 on one of my systems and > > noticed that tmpfs mounted directories are significantly smaller. > > > > This is because

Re: [gentoo-dev] systems-246 changes tmpfs default size from 50% to 10% of RAM

2020-07-28 Thread Mike Gilbert
On Tue, Jul 28, 2020 at 2:50 PM Zoltan Puskas wrote: > > Hi, > > I've upgraded to and running systemd-246_rc2 on one of my systems and > noticed that tmpfs mounted directories are significantly smaller. > > This is because with commit >