guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building from a local source code checkout


From: Konrad Hinsen
Subject: Re: Building from a local source code checkout
Date: Thu, 21 Dec 2017 07:38:53 +0100

Hi Carlo,

> On 20 December 2017 9:19:00 pm AEDT, Konrad Hinsen <address@hidden> wrote:
>> > guix build python-activepapers 
>>--with-source=~/Development/python-activepaper
>>guix build: error: lstat: No such file or directory: 
>>"~/Development/python-activepapers"
>
> I found earlier today that the tilde wasn't expanded in guix package
> --manifest. Maybe it's the same for --with-source. Try putting your
> home directory in as an absolute path.

Oops, you are right! So

   guix build python-activepapers 
--with-source=$HOME/Development/python-activepapers/

actually works, but

   guix build python-activepapers 
--with-source=$HOME/Development/python-activepapers

(without the terminating slash) doesn't:

  guix build: error: guix/scripts/build.scm:155:6: package
  `python-activepapers-0.2.2' has an invalid input: ("source"
  "/gnu/store/bbi86dn5nq6f79lhvs7ghzisjahjaq5p-python-activepapers")

Perhaps I should stop trying to understand computers ;-)

Thanks,
  Konrad.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]