bug#21941: ld-wrapper incorrectly computes library search path

2015-11-17 Thread Ludovic Courtès
Currently ‘ld-wrapper’ builds the library search path as it encounters -L flags and uses the current search path when it encounters a -l flag. This is contrary to what ld actually does (info "(ld) Options"): --8<---cut here---start->8--- `-L SEARCHDIR' `--libra

bug#21924: "make check" fails: "guix package: error: socket: Protocol not supported"

2015-11-17 Thread Mark H Weaver
close 21924 thanks Chris Marusich writes: > 2abcc93 This was a failed first attempt to report the same bug as . Closing this one. Thanks, Mark

bug#21925: Additional information for bug report: 21925

2015-11-17 Thread Ludovic Courtès
Chris Marusich skribis: >> Could you apply this patch > > The patch fixes the problem for me. Now, all the tests run during > "make check" succeed, and when I ran the following command, it worked > as expected: > > ./pre-inst-env guix package -i autoconf OK, pushed as b7f4677. Thank you for tes