bug#22273: “guix download” fails with “bad-response”

2016-01-06 Thread Ludovic Courtès
Fixed in Guile with commit 4c7732c. This was a bit more work than just using ‘read-line’ because we want to check that the line delimiter is present, like ‘read-line*’ did. Thanks, Ludo’.

bug#22273: “guix download” fails with “bad-response”

2016-01-06 Thread Ricardo Wurmus
Ludovic Courtès writes: > Fixed in Guile with commit 4c7732c. > > This was a bit more work than just using ‘read-line’ because we want to > check that the line delimiter is present, like ‘read-line*’ did. Thank you!

bug#22152: fat_mutex owner corruption (fmoc) inside fat_mutex_unlock (guile-v2.0.11)

2016-01-06 Thread Mark H Weaver
Iwan Aucamp writes: > We sporadically get "mutex not locked" and "mutex not locked by current > thread" > exceptions on Solaris 10u10 with guile-2.0.11. Thanks very much for your detailed analysis and proposed fix. I've attached a patch that hopefully fixes this bug and also refactors the code