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:26:11 +0800 Message-ID: <87mvdv5z4s.fsf@member.fsf.org> References: <20170127135616.15017-1-iyzsong@member.fsf.org> <877f5g2wh4.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbnsI-0008NI-KN 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 1cbnsH-0000Ev-Pc for guix-devel@gnu.org; Thu, 09 Feb 2017 07:30:58 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:48804 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 1cbnsH-0000EJ-IM for guix-devel@gnu.org; Thu, 09 Feb 2017 07:30:57 -0500 In-Reply-To: <877f5g2wh4.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (Marius Bakke's message of "Fri, 27 Jan 2017 19:23:19 +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: Marius Bakke Cc: guix-devel@gnu.org Marius Bakke writes: > [...] >> + (base32 >> + "036gq741j9kqsjlp693nff838c9wjd1c56nswl9vyyd1lsmj0yrh")= ))) >> + (build-system gnu-build-system) >> + (arguments >> + '(;; FIXME: many tests fail with: >> + ;; [=E2=80=A6] >> + ;; test -e $OVS_RUNDIR/ovs-vswitchd.pid >> + ;; ovs-appctl -t ovs-vswitchd exit >> + ;; hard failure >> + #:tests? #f > > Ah, this brings me back to > https://github.com/NixOS/nixpkgs/commit/4561a649f41554f9c47c0405079a909a1= b51db2f > > I managed to get everything but bash completion tests working back then, > but did not have the same luck now after about ten minutes of trying. I > will give it a go at a later opportunity unless someone beats me to it ;) Oh, I don't have luck with it... Any news? > [...] >> + "Open vSwitch is a multilayer virtual switch. It is designed to e= nable >> +massive network automation through programmatic extension, while still >> +supporting standard management interfaces and protocols (e.g. NetFlow, = sFlow, >> +IPFIX, RSPAN, CLI, LACP, 802.1ag).") >> + (license license:asl2.0))) > > The source ships a handy "debian/copyright" file outlining the various > licenses in use. They should be mentioned here. Could not find any > third-party bundled software at a glance. Otherwise LGTM! > > Haven't tested the service, but the definition LGTM too. Sure, thank you!