Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 381469 - net-analyzer/nmap-5.51 does not compile Python GUI modules
Summary: net-analyzer/nmap-5.51 does not compile Python GUI modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2011-09-01 18:25 UTC by Chris Mayo
Modified: 2012-12-01 16:37 UTC (History)
1 user (show)

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


Attachments
ebuild patch (nmap-5.51-pycompile.patch,393 bytes, text/plain)
2011-09-01 18:25 UTC, Chris Mayo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2011-09-01 18:25:45 UTC
Created attachment 285275 [details]
ebuild patch

GUI provided by nmap with USE="gtk" installs Python modules that are not compiled. Attached patch to the ebuild fixes this for me.
Comment 1 Agostino Sarubbo gentoo-dev 2011-09-03 10:36:50 UTC
first add your build failure
Comment 2 Chris Mayo 2011-09-03 12:45:47 UTC
There is no build failure. It is installing .py files in:
/usr/lib64/python2.7/site-packages/{radialnet,zenmapCore,zenmapGUI}

and not creating .pyo and .pyc byte-compiled versions of them.
Comment 3 Sergey Popov gentoo-dev 2012-09-25 18:55:27 UTC
+*nmap-5.51.6 (25 Sep 2012)
+
+  25 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> +nmap-5.51.6.ebuild:
+  Version bump with fix for bug #381469. Thanks to Chris Mayo for discovering
+  this issue