GNU bug report logs -
#20394
Guix 44fd6ef built within guix fails to create /etc/bash_completion.d
Previous Next
Reported by: Mark H Weaver <mhw <at> netris.org>
Date: Tue, 21 Apr 2015 08:56:01 UTC
Severity: normal
Done: Mark H Weaver <mhw <at> netris.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 21 Apr 2015 19:13:45 -0400
with message-id <87lhhl6pna.fsf <at> netris.org>
and subject line Re: bug#20394: Guix 44fd6ef built within guix fails to create /etc/bash_completion.d
has caused the debbugs.gnu.org bug report #20394,
regarding Guix 44fd6ef built within guix fails to create /etc/bash_completion.d
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
20394: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20394
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
I attempted to update guix-devel to 44fd6ef, but got this error during
the install phase:
--8<---------------cut here---------------start------------->8---
/gnu/store/7an2gbwqav1pv9kk4xkslrb45qn44j7w-coreutils-8.23/bin/mkdir -p '/etc/bash_completion.d'
/gnu/store/7an2gbwqav1pv9kk4xkslrb45qn44j7w-coreutils-8.23/bin/mkdir: cannot create directory ‘/etc/bash_completion.d’: Permission denied
Makefile:3000: recipe for target 'install-dist_bashcompletionDATA' failed
make[3]: *** [install-dist_bashcompletionDATA] Error 1
--8<---------------cut here---------------end--------------->8---
Mark
[Message part 3 (message/rfc822, inline)]
Mark H Weaver <mhw <at> netris.org> writes:
> ludo <at> gnu.org (Ludovic Courtès) writes:
>
>> diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
>> index 131cbcd..5340d42 100644
>> --- a/gnu/packages/package-management.scm
>> +++ b/gnu/packages/package-management.scm
>> @@ -67,6 +67,9 @@
>> `(#:configure-flags (list
>> "--localstatedir=/var"
>> "--sysconfdir=/etc"
>> + (string-append "--with-bash-completion-dir="
>> + (assoc-ref %outputs "out")
>> + "/etc/bash_completion.d")
>> (string-append "--with-libgcrypt-prefix="
>> (assoc-ref %build-inputs
>> "libgcrypt")))
Pushed in dd3a42e6244ff2c256430cfa5c7689c0cfd81511. I'm closing this bug.
Thanks!
Mark
This bug report was last modified 10 years and 37 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.