all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: iyzsong@member.fsf.org (宋文武)
To: John Darrington <john@darrington.wattle.id.au>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 1/2] gnu: Add openvswitch.
Date: Thu, 09 Feb 2017 20:24:15 +0800	[thread overview]
Message-ID: <87r3375z80.fsf@member.fsf.org> (raw)
In-Reply-To: <20170127145300.GA12004@jocasta.intra> (John Darrington's message of "Fri, 27 Jan 2017 15:53:00 +0100")

John Darrington <john@darrington.wattle.id.au> writes:

> [...]
>      +
>      +(define-public openvswitch
>      +  (package
>      +    (name "openvswitch")
>      +    (version "2.6.1")
>      +    (source (origin
>      +              (method url-fetch)
>      +              (uri (string-append
>      +                    "http://openvswitch.org/releases/openvswitch-"
>      +                    version ".tar.gz"))
>      +              (sha256
>      +               (base32
>      +                "036gq741j9kqsjlp693nff838c9wjd1c56nswl9vyyd1lsmj0yrh"))))
>      +    (build-system gnu-build-system)
>      +    (arguments
>      +     '(;; FIXME: many tests fail with:
>      +       ;;    [???]
>      +       ;;    test -e $OVS_RUNDIR/ovs-vswitchd.pid
>      +       ;;    ovs-appctl -t ovs-vswitchd exit
>      +       ;;    hard failure
>      +       #:tests? #f
>
> Have you tried asking upstream about this?  They are usually very helpfull.
>

No, I haven't figure the enough information for this, not sure what to
ask.

  reply	other threads:[~2017-02-09 12:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-27 13:56 [PATCH 1/2] gnu: Add openvswitch 宋文武
2017-01-27 13:56 ` [PATCH 2/2] services: Add openvswitch-service-type 宋文武
2017-01-29  0:02   ` Ludovic Courtès
2017-01-27 14:53 ` [PATCH 1/2] gnu: Add openvswitch John Darrington
2017-02-09 12:24   ` 宋文武 [this message]
2017-01-27 18:23 ` Marius Bakke
2017-02-09 12:26   ` 宋文武
2017-01-28 23:56 ` Ludovic Courtès
2017-02-09 12:46   ` 宋文武
2017-02-10 12:30     ` 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

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

  git send-email \
    --in-reply-to=87r3375z80.fsf@member.fsf.org \
    --to=iyzsong@member.fsf.org \
    --cc=guix-devel@gnu.org \
    --cc=john@darrington.wattle.id.au \
    /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.