Re: [GCD] Deliberation on: Migrating repositories, issues, and patches to Codeberg

2025-05-01 Thread Ashvith Shetty
Hello, On Wed, 2025-04-23 at 11:10 +0200, Ludovic Courtès wrote: > Hello Guix, > > It’s been two months since we started discussing GCD 002, entitled > “Migrating repositories, issues, and patches to Codeberg”.  Its final > version is attached below. > > In accordance with the GCD process, team

Expressing my interest for participation in fellowship-like programs

2024-12-26 Thread Ashvith Shetty
Hello folks, I would love to take part in the next GSoC/Outreachy with Guix as my organisation of choice. I have contributed to Guix before, and participated in the unofficial matrix channel. I am a little worried about the difficulty and the scope of the project topic of some of the projects men

Re: Bootstrapping Zig with no binary blobs: status update and call for packages.

2024-12-02 Thread Ashvith Shetty
Hi Hilton, I left the build running overnight, and that did the job for me. Bun is a little tricky to package, as it requires providing a modified JavaScript core from oven-sh/WebKit , and then there's a bunch of other dependencies that aren't clearly specified.

Re: Bootstrapping Zig with no binary blobs: status update and call for packages.

2024-12-01 Thread Ashvith Shetty
Hi Hilton, There's a lot of builds happening (perhaps related to the Zig sub-versions) when I try to build Zig 0.13 locally to test building a package of my choice. Is there a way to navigate this blocker? Regards, Ashvith

Re: State of JS runtime environment in Guix

2024-11-03 Thread Ashvith Shetty
Hello Jelle, I've just sent a patch series (https://issues.guix.gnu.org/74187) bumping our node-lts package to 20.18.0. This would be a first step to bumping it to 22.X.Y, after which I think it should be fairly easy to create and maintain an up-to-date node-current package. Thank you for your p

State of JS runtime environment in Guix

2024-11-03 Thread Ashvith Shetty
Hello, I've not come across any new issues in a long time with regards to the state of JS runtime environment in Guix, hence this mail. From my observation: - NodeJS is severely lagging behind at 18.9.0. The current version is 23.1.0, I've tried bumpin to 22.0.0, incrementing per patch versio

Unable to execute script while pulling a Guix channel?

2024-07-14 Thread Ashvith Shetty
Hello, I've been trying to create a mock project that uses Guix not just to build with Guix, but also to turn it into a channel. So far, I've been successful with building the repository with Guix, but I'm having trouble using it as a channel. I am trying to execute a `git-version-gen` command, so

Re: `make check` fails when trying to build from Git

2024-05-24 Thread Ashvith Shetty
Hello again, sorry for the delay in reply. I'll be closing this conversation and continuing this discussion on bug-g...@gnu.org, as I think that it would be an apt place to discuss. On Sun, May 19, 2024 at 2:18 PM Ludovic Courtès wrote: > Hi, > > Ashvith Shetty skribis: > &

Re: Bumping NodeJS from 18.19.0 to 20.0.0

2024-05-16 Thread Ashvith Shetty
erefore, I'll be deleting this test within the expression, and hopefully, there should be no more issues. We could revert this for the post 20.9.0 version. I'll test this out by building locally once. On Thu, May 16, 2024 at 6:43 PM Thompson, David wrote: > Hi Ashvith, > > On T

Bumping NodeJS from 18.19.0 to 20.0.0

2024-05-16 Thread Ashvith Shetty
Hello folks, I've been trying to bump NodeJS to a newer version. My initial attempt was to bump to 22.0.0, but since that would be a huge leap, and would potentially require bumping other dependencies, I'm trying a smaller jump to 20.0.0, without the need of having to create package variants. I wil

Re: Demystifying SSH configuration for remote software forges on Guix System

2024-05-16 Thread Ashvith Shetty
Hello Ludovic, Thank you for your reply. I was able to resolve this by adding `openssh` to the system configuration, and `home-openssh` as well as `home-ssh-agent` to the home configuration respectively. On Tue, May 14, 2024 at 9:59 AM Ludovic Courtès wrote: > Hi, > > Ashvith Shetty

Re: `make check` fails when trying to build from Git

2024-05-16 Thread Ashvith Shetty
Hello Ludovic, Thank you for merging the improved commits. Unfortunately, it looks like the test won't continue any further after `print.scm`, which is weird, because this wasn't the case before. Perhaps, it is stuck on `processes.scm`? I've attached the half-complete logs below. On Tue, May 14, 2

Demystifying SSH configuration for remote software forges on Guix System

2024-05-10 Thread Ashvith Shetty
I would like to understand the process for configuring SSH for software forges, like Forgejo, GitLab or GitHub. So far, what I've noticed is that by itself, SSH does not work properly, and that after opening a new terminal session (window or tab, it does not matter), I am forced to repeat the follo

Re: `make check` fails when trying to build from Git

2024-05-09 Thread Ashvith Shetty
s are actually stored in `~/.config/git/config`. Could that have caused this issue? On Thu, May 9, 2024 at 1:49 PM Ludovic Courtès wrote: > Hi Ashvith, > > (Cc: guix-devel.) > > Thanks for the logs! They show two test failures: > > Ashvith Shetty skribis: > > > test-n

Re: `make check` fails when trying to build from Git

2024-05-08 Thread Ashvith Shetty
the ones listed in `git tag --list`? On Mon, 6 May, 2024, 15:23 Ashvith Shetty, wrote: > Hello Steve, yes, you're right about that - I am on the master branch. > Should I switch to a different commit? Maybe the ones listed in `git tag > --list`? For my first patch, I wanted to cre

`make check` fails when trying to build from Git

2024-05-04 Thread Ashvith Shetty
I've been looking forward to contributing some packages to Guix, but so far, I've not been able to figure out from the manual, so I'm going through the entire Contributing section. So far, after the `guix shell -D guix -CPW` comman