all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: Alex <aleksq@protonmail.ch>
Cc: Softwafe Engineer <timsofteng@gmail.com>,
	iyzsong@member.fsf.org, 46580@debbugs.gnu.org,
	John Soo <jsoo1@asu.edu>,
	Alexandru-Sergiu Marton <brown121407@posteo.ro>
Subject: bug#46580: vim-full fails to build
Date: Fri, 05 Mar 2021 20:29:33 +0100	[thread overview]
Message-ID: <86lfb1s8ki.fsf@gmail.com> (raw)
In-Reply-To: <85ft19sbah.fsf@gmail.com>

Hi again,

Fix with patch: <http://issues.guix.gnu.org/issue/46950>.


On Fri, 05 Mar 2021 at 19:30, zimoun <zimon.toutoune@gmail.com> wrote:

> However, I am not sure to understand how all the machinery works.  For
> instance, I do not understand why:
>
>            ((#:make-flags flags)
>             `("LDFLAGS=-lexpat"))
>
> raises the backtrace:
>
> --8<---------------cut here---------------start------------->8---
> Backtrace:

[...]

> ice-9/eval.scm:217:33: In procedure lp:
> Wrong type to apply: "LDFLAGS=-lexpat"
> --8<---------------cut here---------------end--------------->8---
>
> Explanations welcome. :-)

Well, that’s a quote/unquote dance.  The valid way is:

            ((#:make-flags flags)
             `(list "LDFLAGS=-lexpat"))

Cheers,
simon




  reply	other threads:[~2021-03-05 19:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-16 23:49 bug#46580: vim-full fails to build Alex via Bug reports for GNU Guix
2021-02-24  8:46 ` Alexandru-Sergiu Marton
2021-02-24 18:25   ` zimoun
2021-03-05 18:30 ` zimoun
2021-03-05 19:29   ` zimoun [this message]
2021-03-06  0:33     ` zimoun

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86lfb1s8ki.fsf@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=46580@debbugs.gnu.org \
    --cc=aleksq@protonmail.ch \
    --cc=brown121407@posteo.ro \
    --cc=iyzsong@member.fsf.org \
    --cc=jsoo1@asu.edu \
    --cc=timsofteng@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.