From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] gnu: Add Aircrack-ng. Date: Fri, 12 Aug 2016 13:34:18 -0500 Message-ID: <2f6db77a8c3c24a710437f64e4c09ea1@openmailbox.org> References: <20160811125817.17636-1-ericbavier@openmailbox.org> <20160812180137.GB10275@jasmine> Reply-To: bavier@member.fsf.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYHHp-0002AS-Gs for guix-devel@gnu.org; Fri, 12 Aug 2016 14:34:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYHHm-0001Ca-6d for guix-devel@gnu.org; Fri, 12 Aug 2016 14:34:29 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:53406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYHHm-0001CT-0Q for guix-devel@gnu.org; Fri, 12 Aug 2016 14:34:26 -0400 In-Reply-To: <20160812180137.GB10275@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org On 2016-08-12 13:01, Leo Famulari wrote: > On Thu, Aug 11, 2016 at 07:58:17AM -0500, ericbavier@openmailbox.org > wrote: >> * gnu/packages/networking.scm (aircrack-ng): New variable. > >> + (inputs >> + `(("libgcrypt" ,libgcrypt) >> + ("libnl" ,libnl) >> + ("ethtool" ,ethtool) >> + ("pcre" ,pcre) >> + ("sqlite" ,sqlite) >> + ("zlib" ,zlib))) > > The output does not refer to ethtool: > $ guix gc --references $(./pre-inst-env guix build aircrack-ng) > /gnu/store/5992iq1v7arqa14ym3di58n4la0893nv-zlib-1.2.8 > /gnu/store/9nifwk709wajpyfwa0jzaa3p6mf10vxs-gcc-4.9.3-lib > /gnu/store/m9vxvhdj691bq1f85lpflvnhcvrdilih-glibc-2.23 > /gnu/store/mpm281yzwcxzfc9n86krr61yhs2ja6gd-libgcrypt-1.7.0 > /gnu/store/xiskld167yl4nqy57glqmcl3yp3bknh0-sqlite-3.12.2 > /gnu/store/ykzwykkvr2c80rw4l1qh3mvfdkl7jibi-bash-4.3.42 > /gnu/store/yydfpvk513c16ixgq8kdvi3g4l6clw2w-libnl-3.2.25 > /gnu/store/zwc6ck9j0wv80kz5snw5acwb39ws88m1-pcre-8.38 > > Do you think that's a problem? I realize now after testing the tools some more that ethtool is a runtime script dependency that gets called as just "ethtool". I think I'll try to track down the reference and substitute the absolute file name. > >> + (arguments >> + `(#:make-flags `("sqlite=true" >> + "gcrypt=true" >> + "libnl=true" >> + "pcre=true" >> + "experimental=true" > > I think this flag deserves an explanatory comment. Sure. The "experimental" flag builds a few extra tools like "wesside-ng" and "easside-ng". Thanks for checking it out! `~Eric