bug#22039: 'guix system reconfigure' must start/restart/stop services

2015-11-28 Thread Ludovic Courtès
Hello! Currently ‘guix system reconfigure’ doesn’t try to dynamically update the set of running services, which is a shame. A simple strategy would be to have it: 1. Stop and unregister services currently known to dmd that are missing in the new configuration. 2. Load and start (if

bug#21806: TeX Live: missing biber executable

2015-11-28 Thread Ludovic Courtès
Clément skribis: > TeX Live installs fine, and all the executables are available in > my user profile, except for biber. I digged a bit, and it seems > that while biber is included in the TeX Live texmf-dist tree, it > is not under share/texmf-dist/scripts but >

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

2015-11-28 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > 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"): > > `-L SEARCHDIR' >