[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libffi cannot be installed in user profile in core-updates
From: |
Mark H Weaver |
Subject: |
Re: libffi cannot be installed in user profile in core-updates |
Date: |
Mon, 24 Mar 2014 09:15:03 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Sree Harsha Totakura <address@hidden> writes:
> On 03/24/2014 07:07 AM, Mark H Weaver wrote:
>> This problem was introduced in d43547f12d4eae19845f3bf13a53a050af965063
>> "gnu: libffi: Leave a copy of headers where libffi.pc expects them."
>
> What we need to do here is to symlink the header files instead of the include
> directory. This was suggested earlier here:
> http://lists.gnu.org/archive/html/guix-devel/2014-01/msg00213.html
>
> Ludo, please revert d43547f12d4eae19845f3bf13a53a050af965063.
Another option is to improve union.scm so that symlinks to directories
within the store are treated the same as directories. IMO this is a
better approach. I intend to rewrite union.scm quite soon anyway, along
the lines described in the "Optimizing union.scm" thread, unless there
are objections or better ideas.
Mark