1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 06:00:36 +02:00
Files
guix/tests
Ludovic Courtès 113c17a0c9 profiles: Gracefully deal with packages containing an etc/ symlink.
This fixes a bug whereby 'guix package -i gcc-toolchain' would fail in
'build-profile'.  This is because in 'gcc-toolchain', etc/ is a symlink,
and so the 'scandir' call in 'unsymlink' would return #f instead of
returning a list.

Reported by Andreas Enge <andreas.enge@inria.fr>.

* guix/build/profiles.scm (ensure-writable-directory)[unsymlink]: Append
  "/" to TARGET before calling 'scandir'.
* tests/profiles.scm ("etc/profile when etc/ is a symlink"): New test.
2015-05-18 09:47:29 +02:00
..
2013-07-01 23:28:21 +02:00
2015-03-29 22:23:33 +02:00
2014-02-21 23:49:52 +01:00
2015-04-08 17:31:11 +02:00
2015-04-13 00:02:59 +02:00
2015-01-17 23:45:48 +01:00
2014-03-31 23:34:20 +02:00
2015-04-04 14:16:43 -04:00
2015-01-11 23:50:01 +01:00
2014-09-29 19:30:28 -04:00