[gentoo-dev] Last-rites: sci-electronics/eagle

2025-02-18 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2025-02-18) # Depends on deprecated Qt5WebEngine, no response from maintainers. # Download source appears gone; bugs #926675, #880649, #870256. # Removal on 2025-03-18. sci-electronics/eagle signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] sandbox and /proc//clear_refs [was: problems with media-gfx/asymptote]

2025-02-18 Thread Mike Gilbert
On Tue, Feb 18, 2025 at 11:40 PM Andrey Grozin wrote: > > Some additional information: > > # strace -e trace=file ./cordtest > ... > openat(AT_FDCWD, "/proc/3702/clear_refs", O_WRONLY) = 3 > ... > SUCCEEDED > +++ exited with 0 +++ > > It is absolutely legal for the owner of a process to write to >

[gentoo-dev] [PATCH 1/2] rust-toolchain.eclass: simplify `rust_all_arch_uris`

2025-02-18 Thread kangie
From: Matt Jolly The `mips` logic has been moved into the one ebuild that it impacts, and that ebuild is only required for one package - we'll try to remove it from the tree soon. Merge `loong` into `rust_all_arch_uris()` output unconditionally; the check is now superfluous - all pre-1.71.0 rust

[gentoo-dev] [PATCH 2/2] rust-toolchain.eclass: add rename param to `rust_all_arch_uris()`

2025-02-18 Thread kangie
From: Matt Jolly Also update `rust_arch_uri` to also fetch the asc if we're renaming so that we can use verify-sig. Signed-off-by: Matt Jolly --- eclass/rust-toolchain.eclass | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/eclass/rust-to

[gentoo-dev] sandbox and /proc//clear_refs [was: problems with media-gfx/asymptote]

2025-02-18 Thread Andrey Grozin
Some additional information: # strace -e trace=file ./cordtest ... openat(AT_FDCWD, "/proc/3702/clear_refs", O_WRONLY) = 3 ... SUCCEEDED +++ exited with 0 +++ It is absolutely legal for the owner of a process to write to /proc//clear_refs I think it is a bug in Gentoo sandbox that this is not

[gentoo-dev] [PATCH 0/2] rust-toolchain.eclass updates

2025-02-18 Thread kangie
From: Matt Jolly These commits are part of a larger body of work which will enable us to add the `beta` and `nightly` channels to dev-lang/rust{,-bin}. Please feel free to provide feedback on the commits directly via the following PR: https://github.com/gentoo/gentoo/pull/40524 which will be mer

Re: [gentoo-dev] problems with media-gfx/asymptote

2025-02-18 Thread Andrey Grozin
On Tue, 18 Feb 2025, Jérôme Carretero wrote: As an asymptote user, I went to check the issue tracker: https://github.com/vectorgraphics/asymptote/issues and the forum: https://sourceforge.net/p/asymptote/discussion/409349/thread/f8851c5214/ but I'm not seeing anything related to this. But from th

[gentoo-dev] problems with media-gfx/asymptote

2025-02-18 Thread Andrey Grozin
Hello *, asymptote-3.00 has just appeared, and I'm trying to update the ebuild. asymptote now bundles boehm-gc; the option to use system boehm-gc is now absent. asymptote-3.00/gc/README.md says that it's 8.2.8; however, the sourse tree asymptote-3.00/gc differs from the plain gc-8.2.8. I suppo

Re: [gentoo-dev] problems with media-gfx/asymptote

2025-02-18 Thread Jérôme Carretero
Hi Andrey, On Tue, 2025-02-18 at 12:18 +, Andrey Grozin wrote: > [asymptote-3.00 has just appeared > [...] > What's more, compiling this bundled gc leads to sandbox violations As an asymptote user, I went to check the issue tracker: https://github.com/vectorgraphics/asymptote/issues and t