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

2024-05-24 Thread Development of GNU Guix and the GNU System distribution.
Hi Ashvith, On Fri, May 24 2024, Ashvith Shetty wrote: > I'll be [...] continuing this discussion on bug-g...@gnu.org, as I > think that it would be an apt place to discuss. It isn't. Any message sent to bug-g...@gnu.org will open a new, numbered report on debbugs.gnu.org. You could discuss

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: > > > $ file >

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

2024-05-19 Thread Ludovic Courtès
Hi, Ashvith Shetty skribis: > $ file > /home/ashvith/Desktop/guix/test-tmp/store/a2k16z6jzwzvvg00bhf4mf9v0k65r7kq-guile-bootstrap-2.0/bin/guile > /home/ashvith/Desktop/guix/test-tmp/store/a2k16z6jzwzvvg00bhf4mf9v0k65r7kq-guile-bootstrap-2.0/bin/guile: > empty This suggests that this file is

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

2024-05-17 Thread Ludovic Courtès
Hi Ashvith, Ashvith Shetty skribis: > while setting up the build environment: executing > `/home/ashvith/Desktop/guix/test-tmp/store/a2k16z6jzwzvvg00bhf4mf9v0k65r7kq-guile-bootstrap-2.0/bin/guile': > Exec format error What does this command return: file

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,

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

2024-05-14 Thread Ludovic Courtès
Hi Ashvith, I pushed the commits below, which should address the two failures you reported: 7ca9809cdbf tests: Skip ‘terminal-string-width’ test on encodings other than UTF-8. 723d45866f1 tests: Remove interference from the user’s Git config. Lemme know if that helps! Thanks, Ludo’.

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

2024-05-09 Thread Ashvith Shetty
Hi Ludovic, Thank you for the timely response. I'm not sure about what input I should provide for the first error, as it is probably something that I lack the understanding of. However, with respect to the second failure, I adhere to XDG compliance for most of my configs, so my git configs are

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

2024-05-09 Thread Ludovic Courtès
Hi Ashvith, (Cc: guix-devel.) Thanks for the logs! They show two test failures: Ashvith Shetty skribis: > test-name: terminal-string-width Japanese > location: /home/ashvith/Desktop/guix/tests/syscalls.scm:590 > source: > + (test-equal > + "terminal-string-width Japanese" > + 6 > +

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

2024-05-09 Thread Ashvith Shetty
(Sorry for replying again, but since my message wasn't reaching to gnu-devel for others to see, I'm trying this again, this time, hopefully it should reach others) 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

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

2024-05-06 Thread Ludovic Courtès
Hi, Steve George skribis: > Hi Ashvith - are you building the master branch with a recent checkout? > > I also get some FAILS, but not as many as you. It would be nice if you could report it: the list of FAILs and the corresponding .log files. Also please mention how you run them: Guix System

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

2024-05-05 Thread Steve George
On 4 May, Ashvith Shetty wrote: > 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

`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`