guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] gnu: Add openvswitch.


From: 宋文武
Subject: Re: [PATCH 1/2] gnu: Add openvswitch.
Date: Thu, 09 Feb 2017 20:24:15 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

John Darrington <address@hidden> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]