Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 272082

Summary: net-analyzer/nmap-4.85_beta9 calls strip from Makefile
Product: Gentoo Linux Reporter: Fabian Groffen <grobian>
Component: New packagesAssignee: Michal Januszewski (RETIRED) <spock>
Status: RESOLVED FIXED    
Severity: normal CC: grobian, netmon
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fabian Groffen gentoo-dev 2009-06-01 12:58:53 UTC
simple fix:

===================================================================
--- nmap-4.85_beta9.ebuild      (revision 46321)
+++ nmap-4.85_beta9.ebuild      (working copy)
@@ -58,7 +58,7 @@
 }
 
 src_install() {
-       LC_ALL=C emake DESTDIR="${D}" -j1 nmapdatadir=/usr/share/nmap install || die
+       LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir=/usr/share/nmap install || die
        dodoc CHANGELOG HACKING docs/README docs/*.txt || die
 
        use gtk && doicon "${FILESDIR}/nmap-logo-64.png"
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2009-06-02 16:08:03 UTC
Fixed in CVS, thanks for reporting this.