unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: swedebugia@riseup.net
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: torsocks 2.0 bug
Date: Wed, 3 Feb 2016 20:33:56 +0100	[thread overview]
Message-ID: <20160203193356.GA22324@debian> (raw)
In-Reply-To: <b62feea08936e5e6e6c02f616cf1bb97@riseup.net>

On Wed, Feb 03, 2016 at 07:08:32PM +0100, swedebugia@riseup.net wrote:
>       '(#:phases (modify-phases %standard-phases
> +                  ; FIXME. this phase is still needed but fails. I dont
> +                  ; understand why. It works fine when done manually in an
> +                  ; environment.
>                    (add-before 'configure 'bootstrap
>                      (lambda _
> -                      (system* "autoreconf" "-vfi"))))))
> +                      (system* "autoreconf" "-i")

The problem is here. First of all, there was no need to drop the options "v"
and "f". But the real problem comes from dropping the parentheses.
So now what follows is part of the "lambda" function:

> +       ; FIXME. test_fd_passing fail.
> +       #:tests? #f)))))

And it ends with "#f", so the return value of the function is false, and the
phase fails.

I tried closing more parentheses, and then the build passes, but the tests
still fail. This would need to be investigated more.

Andreas

  reply	other threads:[~2016-02-03 19:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-29 10:45 torsocks 2.0 bug swedebugia
2016-01-29 11:28 ` Efraim Flashner
2016-01-29 15:28   ` swedebugia
2016-02-03  9:40     ` Ludovic Courtès
2016-02-03 18:08       ` swedebugia
2016-02-03 19:33         ` Andreas Enge [this message]
2016-06-28  9:12           ` ng0
2016-08-01 15:37             ` ng0

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=20160203193356.GA22324@debian \
    --to=andreas@enge.fr \
    --cc=guix-devel@gnu.org \
    --cc=swedebugia@riseup.net \
    /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 public inbox

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

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).