Re: [gentoo-dev] fricas[doc] now fails to emerge

2024-08-17 Thread negril . nx+gentoo
Check the logfile at ${T}/Xvfb.log

Re: [gentoo-dev] fricas[doc] now fails to emerge

2024-08-17 Thread Robin H. Johnson
On Sat, Aug 17, 2024 at 02:46:53PM +, Andrey Grozin wrote: > Hello *, > > Until recently, fricas[doc] used to emerge fine. Today, when trying to do > so, I get zillion > > F: open_wr > S: deny > P: /dev/dri/card0 > A: /dev/dri/card0 > R: /dev/dri/card0 > C: Xvfb -displayfd 1 -screen 0 1280x1

[gentoo-dev] fricas[doc] now fails to emerge

2024-08-17 Thread Andrey Grozin
Hello *, Until recently, fricas[doc] used to emerge fine. Today, when trying to do so, I get zillion F: open_wr S: deny P: /dev/dri/card0 A: /dev/dri/card0 R: /dev/dri/card0 C: Xvfb -displayfd 1 -screen 0 1280x1024x24 +extension RANDR and the line virtx emake book in the ebuild fails. I don

[gentoo-dev] Re: [PATCH] rocm.eclass: add rocm_use_hipcc function and update example accordingly

2024-08-17 Thread Sv. Lockal
Following the discussion in https://github.com/gentoo/gentoo/pull/37639, rocm_use_hipcc now creates ROCM_TARGET_LST to prevent GPU access during src_configure phase. Interdiff is below: diff -u b/eclass/rocm.eclass b/eclass/rocm.eclass --- b/eclass/rocm.eclass +++ b/eclass/rocm.eclass @@ -20,7 +20