all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Bavier <bavier@member.fsf.org>
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add Aircrack-ng.
Date: Fri, 12 Aug 2016 13:34:18 -0500	[thread overview]
Message-ID: <2f6db77a8c3c24a710437f64e4c09ea1@openmailbox.org> (raw)
In-Reply-To: <20160812180137.GB10275@jasmine>

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

  reply	other threads:[~2016-08-12 18:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-11 12:58 [PATCH] gnu: Add Aircrack-ng ericbavier
2016-08-12 18:01 ` Leo Famulari
2016-08-12 18:34   ` Eric Bavier [this message]
     [not found] <mailman.11812.1470920318.26858.guix-devel@gnu.org>
2016-08-11 18:11 ` rennes
2016-08-11 19:16   ` Eric Bavier

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=2f6db77a8c3c24a710437f64e4c09ea1@openmailbox.org \
    --to=bavier@member.fsf.org \
    --cc=guix-devel@gnu.org \
    --cc=leo@famulari.name \
    /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.