bug#64760: make check fails on 182be30fb1a8b847c30492462ec22c08ec7a9849

2023-08-18 Thread Ludovic Courtès
Hello! Pushed as 4b1fdd44ed87dc07d23cc9313a8b6b14d0646923! Ludo’.

bug#64760: make check fails on 182be30fb1a8b847c30492462ec22c08ec7a9849

2023-08-11 Thread Janneke Nieuwenhuizen
Ludovic Courtès writes: Hey! > Janneke Nieuwenhuizen skribis: > >> test-name: gc-roots, initial >> location: /home/janneke/src/guix/master/tests/store-roots.scm:33 >> source: >> + (test-equal >> + "gc-roots, initial" >> + (list (string-append %state-directory "/profiles")) >> + (begin >>

bug#64760: make check fails on 182be30fb1a8b847c30492462ec22c08ec7a9849

2023-08-09 Thread Ludovic Courtès
Hello! Janneke Nieuwenhuizen skribis: > test-name: gc-roots, initial > location: /home/janneke/src/guix/master/tests/store-roots.scm:33 > source: > + (test-equal > + "gc-roots, initial" > + (list (string-append %state-directory "/profiles")) > + (begin > + (delete-file-recursively > +

bug#64760: make check fails on 182be30fb1a8b847c30492462ec22c08ec7a9849

2023-07-30 Thread Janneke Nieuwenhuizen
Josselin Poiret writes: Hey! > Janneke Nieuwenhuizen writes: > >> Just a headsup that this change breaks the store-roots test on the hurd >> for me. > > Thanks for the feedback Janneke. It seems that there is some left-over > state that can mess with this state's result: I was initially

bug#64760: make check fails on 182be30fb1a8b847c30492462ec22c08ec7a9849

2023-07-21 Thread Janneke Nieuwenhuizen
Josselin Poiret writes: Hi Josselin, >> Make check gives three failures for me on current master >> >> FAIL: tests/packages (package->bag) >> FAIL: tests/store-roots (gc-roots, initial) >> FAIL: tests/texlive (texlive->guix-package, meta-package) >> >> using this snippet.

bug#64760: make check fails on 182be30fb1a8b847c30492462ec22c08ec7a9849

2023-07-21 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Janneke, Janneke Nieuwenhuizen writes: > Hi, > > Make check gives three failures for me on current master > > FAIL: tests/packages (package->bag) > FAIL: tests/store-roots (gc-roots, initial) > FAIL: tests/texlive (texlive->guix-package, meta-package) > > using this

bug#64760: make check fails on 182be30fb1a8b847c30492462ec22c08ec7a9849

2023-07-21 Thread Janneke Nieuwenhuizen
Hi, Make check gives three failures for me on current master FAIL: tests/packages (package->bag) FAIL: tests/store-roots (gc-roots, initial) FAIL: tests/texlive (texlive->guix-package, meta-package) using this snippet. --8<---cut