From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH 1/2] gnu: Add openvswitch. Date: Thu, 09 Feb 2017 20:24:15 +0800 Message-ID: <87r3375z80.fsf@member.fsf.org> References: <20170127135616.15017-1-iyzsong@member.fsf.org> <20170127145300.GA12004@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbnsI-0008N5-8k for guix-devel@gnu.org; Thu, 09 Feb 2017 07:30:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbnsF-0000De-1C for guix-devel@gnu.org; Thu, 09 Feb 2017 07:30:58 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:34380 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cbnsE-0000Cq-Qk for guix-devel@gnu.org; Thu, 09 Feb 2017 07:30:54 -0500 In-Reply-To: <20170127145300.GA12004@jocasta.intra> (John Darrington's message of "Fri, 27 Jan 2017 15:53:00 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: John Darrington Cc: guix-devel@gnu.org John Darrington 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.