Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138362 - net-wireless/aircrack{,-ng} does not emerge with FEATURES="test"
Summary: net-wireless/aircrack{,-ng} does not emerge with FEATURES="test"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 08:27 UTC by Dustin Polke
Modified: 2006-10-23 09:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,6.22 KB, text/plain)
2006-06-28 08:29 UTC, Dustin Polke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin Polke 2006-06-28 08:27:17 UTC
emerge exits with error during testing. Using
# FEATURES="-test" emerge net-wireless/aircrack{,-ng}
exits succesfully.

Here's the last output:
                                aircrack 2.41


                   [00:00:06] 230 keys tested (39.16 k/s)


                           KEY FOUND! [ biscotte ]


      Master Key     : CD D7 9A 5A CF B0 70 C7 E9 D1 02 3B 87 02 85 D6 
                       39 E4 30 B3 2F 31 AA 37 AC 82 5A 55 B5 55 24 EE 

      Transcient Key : 33 55 0B FC 4F 24 84 F4 9A 38 B3 D0 89 83 D2 49 
                       73 F9 DE 89 67 A6 6D 2B 8E 46 2C 07 47 6A CE 08 
                       AD FB 65 D6 13 A9 9F 2C 65 E4 A6 08 F2 5A 67 97 
                       D9 6F 76 5B 8C D3 DF 13 2F BC DA 6A 6E D9 62 CD 

      EAPOL HMAC     : 52 27 B8 3F 73 7C 45 A0 05 97 69 5C 30 78 60 BD 

sandbox:  Caught signal 3 in pid 2749
Quit
solaris ~ # 
/usr/portage/net-wireless/aircrack/aircrack-2.41-r1.ebuild: dyn_test aborted; exiting.

emerge --info attached.
Comment 1 Dustin Polke 2006-06-28 08:29:07 UTC
Created attachment 90357 [details]
emerge --info

Here comes 'emerge --info'.
Comment 2 Alon Bar-Lev (RETIRED) gentoo-dev 2006-10-22 11:15:59 UTC
Any reason why we keep this in portage, leaving only aircrack-ng?
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2006-10-23 09:26:02 UTC
Modify test to be protected by interactive shell, so signal will not be catched by sandbox.
The signal is a result of the way aircrack is written, it signals the process group to quit.