Re: bug#76503: [GCD] Migrating repositories, issues, and patches to Codeberg

2025-03-25 Thread Ludovic Courtès
Hi Simon, Simon Tournier skribis: >>> 1. Drop the section of « Issue Tracker Migration Path ». >> >> To be clear, are you suggesting to not use Codeberg for bug reports at >> all? > > To be clear, yes. OK. So postponing bug/issue tracker migration to Jan. 2026 as the GCD now states (based on

Re: bug#76503: [GCD] Migrating repositories, issues, and patches to Codeberg

2025-03-25 Thread Ludovic Courtès
Hi, Simon Tournier skribis: > I’m just discovering the Forgejo instance of sourceware: > > https://forge.sourceware.org/explore/organizations > > Here, mirror of GCC, Glibc and others are already hosted. > > Therefore, it would make sense to check their willing and capacity to > backup Guix;

Re: [PATCH 0/2] ffmpeg-7: Update to 7.1.1.

2025-03-25 Thread 45mg
Hi Guix, So around 3 weeks ago, I sent a patch to bump ffmpeg-7 to the latest version, 7.1.1 [1]: 45mg <45mg.wri...@gmail.com> writes: > ffmpeg-7 is currently FFmpeg 7.0.2, which was released on 2024-08-03 - > 7 months ago. It's probably time for an update. > > Version 7.1 adds AAC USAC and VVC

Re: chez scheme can't load system shared library

2025-03-25 Thread Pan Xie
Hi Felix Lechner, Thanks for your response. Unfortunately, it does not work: `LD_LIBRARY_PATH' is empty in my shell: $ echo $LD_LIBRARY_PATH scheme can't start up with LD_LIBRARY_PATH set: $ LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH scheme Segmentation fault (core dumped) $ LD_LIBRARY_PAT

Re: Scaling issues with forges Was: Trying out Codeberg

2025-03-25 Thread Simon Tournier
Hi, On Tue, 11 Mar 2025 at 13:12, Suhail Singh wrote: > Are the relevent portions of your .emacs or init.el accessible > somewhere? https://gitlab.com/zimoun/my-conf Cheers, simon

Wireshark with capabilities

2025-03-25 Thread Rutherther
Hello all, recently I wanted to run Wireshark without using sudo (given that I am on wayland it's a bit more involved to get apps run as other user, though it is possible with root). Dumpcap is needed to have cap_net_raw and cap_net_admin=eip so that it can work properly. I faced two issues reg

Re: Thoughtful updates to TexLive

2025-03-25 Thread Efraim Flashner
On Tue, Mar 25, 2025 at 12:51:24PM +0100, Andreas Enge wrote: > Hello, > > Am Thu, Mar 20, 2025 at 07:09:46PM +0100 schrieb Nicolas Goaziou: > > > This looks a lot like https://issues.guix.gnu.org/75893 . > > > I should test with your fix on the tex-team branch. > > I would indeed appreciate some

Re: [GCD deliberation] Set search paths without program wrappers

2025-03-25 Thread 宋文武
Janneke Nieuwenhuizen writes: > [...] >> And when the executable's `/proc/self/exe` matches `GUIX_INTERPRETER_FILE`, >> we can get the script file name from `GUIX_MAIN_SCRIPT_FILE`. Alternatively, >> we can try to construct the script file name from command line arguments, but >> that won't work

Re: Trying out Codeberg

2025-03-25 Thread Simon Tournier
Hi, On Thu, 13 Mar 2025 at 10:36, Adrien 'neox' Bourmault wrote: > the default CI recipes/code depends on > docker.io images Well, Cuirass (one CI tool used by the Guix project) is able to work with Forgejo. > nodeJS and npm. Also, the javascript

Re: Thoughtful updates to TexLive

2025-03-25 Thread Development of GNU Guix and the GNU System distribution.
Hello, Andreas Enge writes: > So maybe once the fix for issue 75893 is pushed and the modular texlive > updated to version 2025, it will finally be time to retire the > monolithic package. Modular TeX Live 2025 is on its way! > Well, I do not know how complicated it will be to update the modul

Re: chez scheme can't load system shared library

2025-03-25 Thread Pan Xie
Hello Sebastian Based on your suggestion, now I figure out that I have to install guix openssl, even though I already I have openssl libraries installed in "/usr/lib". The following works for me now: $ guix install openssl $ LD_LIBRARY_PATH=~/.guix-profile/lib scheme (load-shared-object