unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: "Gábor Boskovits" <boskovits@gmail.com>
To: Reza Alizadeh Majd <r.majd@pantherx.org>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: package definition: unbound variable ungexp
Date: Sun, 9 Jun 2019 09:26:52 +0200	[thread overview]
Message-ID: <CAE4v=pgkGjd-RVo9WjKyLVHxbuqnFkqkxtf=o2DnYbRaOdiiFA@mail.gmail.com> (raw)
In-Reply-To: <3129e7be-1108-4ca5-95f6-93107dd0c9d2@www.fastmail.com>

Hello,

Reza Alizadeh Majd <r.majd@pantherx.org> ezt írta (időpont: 2019. jún. 9.,
V, 8:26):

> Hello Guix,
>
> I want to create a plain file during package build and copy it to output.
> but using following definition, I receive error on during package
> installation:
>
> --- CODE:
> -------------------------------------------------------------------------------------
> (add-after 'install 'register-plugin
>                (lambda* (#:key outputs #:allow-other-keys)
>                   (let* ((out     (assoc-ref outputs "out"))
>                              (regpath (string-append out
> "/etc/px/accounts/plugins"))
>                              (plugin-data (string-append "plugin:\n"
>
>               "   name: " ,name "\n"
>
>               "   version: " ,version "\n"
>
>               "   type: python\n")))
>
>                      (install-file #$(plain-file "test-plugin.yaml"
> plugin-data) regpath))))
>
> --------------------------------------------------------------------------------------------------
>
> and error that I received during package build:
>
> --- ERROR:
> ------------------------------------------------------------------------------------
> starting phase `register-plugin'
> Backtrace:
>            8 (primitive-load "/gnu/store/fpj6577yfiiz40ci39bw8zzycsy…")
> In ice-9/eval.scm:
>    191:35  7 (_ #f)
> In srfi/srfi-1.scm:
>    863:16  6 (every1 #<procedure 531a20 at /gnu/store/4r04fsfcryy5h…> …)
> In
> /gnu/store/4r04fsfcryy5h4v2h3g6lzlibafmmdjm-module-import/guix/build/gnu-build-system.scm:
>    799:28  5 (_ _)
> In ice-9/eval.scm:
>     619:8  4 (_ #(#(#(#(#(#(#(#<directory (guile-…>) …) …) …) …) …) …))
>     159:9  3 (_ #(#(#(#(#(#(#(#<directory (guile-…>) …) …) …) …) …) …))
>    182:19  2 (proc #(#(#(#(#(#(#(#<directory (gui…>) …) …) …) …) …) …))
>    142:16  1 (compile-top-call _ (7 . ungexp) ((10 (13 15 7 . #) # …)))
> In unknown file:
>            0 (%resolve-variable (7 . ungexp) #<directory (guile-user…>)
>
> ERROR: In procedure %resolve-variable:
> Unbound variable: ungexp
>
> --------------------------------------------------------------------------------------------------
>
> does any one knows which package do I have to add in order to solve this
> issue?
>
>
> Best,
> Reza
>
> I believe you are looking for (guix gexp) module.

Best regards,
g_bor
-- 
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21

  reply	other threads:[~2019-06-09  7:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-09  6:26 package definition: unbound variable ungexp Reza Alizadeh Majd
2019-06-09  7:26 ` Gábor Boskovits [this message]
2019-06-09  7:30   ` Reza Alizadeh Majd
2019-06-09  8:51 ` Julien Lepiller
2019-06-09  9:46   ` Reza Alizadeh Majd
2019-06-11 10:27     ` Ludovic Courtès

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='CAE4v=pgkGjd-RVo9WjKyLVHxbuqnFkqkxtf=o2DnYbRaOdiiFA@mail.gmail.com' \
    --to=boskovits@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=r.majd@pantherx.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).