From: Pierre Neidhardt <ambrevar@gmail.com>
To: Oleg Pykhalov <go.wigust@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: How to install prerelease package versions (particularly Emacs)
Date: Fri, 30 Mar 2018 12:36:02 +0530 [thread overview]
Message-ID: <87d0zmhwkl.fsf@gmail.com> (raw)
In-Reply-To: <877epwn06z.fsf@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2661 bytes --]
Oleg, I tried reusing your package snippet from
http://lists.gnu.org/archive/html/help-guix/2017-09/msg00074.html
by setting
(url "git://localhost/~ambrevar/projects/emacs")
but it fails for me:
> guix build -K emacs
@ build-started /gnu/store/f3gbd1y74vw1my0fmzlpz5cxkqqk423l-emacs-25.3-1.752fba9-checkout.drv - x86_64-linux /var/log/guix/drvs/f3//gbd1y74vw1my0fmzlpz5cxkqqk423l-emacs-25.3-1.752fba9-checkout.drv.bz2
Initialized empty Git repository in /gnu/store/xrprmz45mi7njni6ypz4mad0ijf02r32-emacs-25.3-1.752fba9-checkout/.git/
fatal: unable to connect to localhost:
localhost[0: 127.0.0.1]: errno=Connection refused
fatal: unable to connect to localhost:
localhost[0: 127.0.0.1]: errno=Connection refused
Backtrace:
4 (primitive-load "/gnu/store/cq0wvv65l9d7zn515dfg07jg3gr?")
In ice-9/eval.scm:
293:34 3 (_ #<directory (guile-user) 7ce140>)
In ./guix/build/git.scm:
48:10 2 (git-fetch "git://localhost/~ambrevar/projects/emacs" # ?)
In ./guix/build/utils.scm:
589:6 1 (invoke _ . _)
In unknown file:
0 (scm-error misc-error #f "~A ~S" ("program \"/gnu/s?" ?) ?)
I'm not very familiar with the "git" protocol: does it require some
special configuration?
I also tried specifying a local path:
(url "/home/ambrevar/projects/emacs")
but it seems that Guix' `git-reference` does not like it:
> guix build -K emacs
@ build-started /gnu/store/rvadb9sgi9dj0b3hlgpr3l91nbw9vvn0-emacs-25.3-1.752fba9-checkout.drv - x86_64-linux /var/log/guix/drvs/rv//adb9sgi9dj0b3hlgpr3l91nbw9vvn0-emacs-25.3-1.752fba9-checkout.drv.bz2
Initialized empty Git repository in /gnu/store/xrprmz45mi7njni6ypz4mad0ijf02r32-emacs-25.3-1.752fba9-checkout/.git/
fatal: '/home/ambrevar/projects/emacs' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: '/home/ambrevar/projects/emacs' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Backtrace:
4 (primitive-load "/gnu/store/cq0wvv65l9d7zn515dfg07jg3gr?")
In ice-9/eval.scm:
293:34 3 (_ #<directory (guile-user) 7ce140>)
In ./guix/build/git.scm:
48:10 2 (git-fetch "/home/ambrevar/projects/emacs" "752fba992b?" ?)
In ./guix/build/utils.scm:
589:6 1 (invoke _ . _)
In unknown file:
0 (scm-error misc-error #f "~A ~S" ("program \"/gnu/s?" ?) ?)
I think this is a bug: if git clone accepts local paths, then so should
git-reference.
--
Pierre Neidhardt
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2018-03-30 7:06 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-03 0:00 How to install prerelease package versions (particularly Emacs) Jorge
2018-03-03 10:24 ` Oleg Pykhalov
2018-03-19 4:13 ` Chris Marusich
2018-03-26 18:42 ` Pierre Neidhardt
2018-03-27 9:51 ` Ludovic Courtès
2018-03-27 12:24 ` Clément Lassieur
2018-03-27 15:33 ` Oleg Pykhalov
2018-03-27 17:46 ` Marius Bakke
2018-03-27 20:57 ` Ludovic Courtès
2018-03-28 7:12 ` Oleg Pykhalov
2018-03-30 7:06 ` Pierre Neidhardt [this message]
2018-03-30 12:13 ` Mathieu Lirzin
2018-03-30 12:19 ` Pierre Neidhardt
2018-03-30 13:08 ` Mathieu Lirzin
2018-04-11 15:53 ` Pierre Neidhardt
2018-04-12 8:29 ` Chris Marusich
2018-04-12 9:12 ` Pierre Neidhardt
2018-04-12 12:57 ` Ricardo Wurmus
2018-04-12 13:21 ` Pierre Neidhardt
2018-04-13 5:27 ` Chris Marusich
2018-04-13 5:57 ` Carlo Zancanaro
2018-04-01 14:09 ` Oleg Pykhalov
2018-04-11 16:00 ` Pierre Neidhardt
2018-04-12 8:28 ` Chris Marusich
2018-04-12 8:32 ` Pierre Neidhardt
2018-04-11 15:57 ` Pierre Neidhardt
2018-04-12 6:06 ` Pierre Neidhardt
2018-04-05 15:53 ` Jorge
2018-04-05 19:36 ` Pierre Neidhardt
2018-03-03 13:46 ` Jorge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d0zmhwkl.fsf@gmail.com \
--to=ambrevar@gmail.com \
--cc=go.wigust@gmail.com \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).