Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212482 - Please stabilize =net-analyzer/nmap-4.53
Summary: Please stabilize =net-analyzer/nmap-4.53
Status: RESOLVED DUPLICATE of bug 242598
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2008-03-06 12:34 UTC by Raúl Porcel (RETIRED)
Modified: 2008-11-07 10:15 UTC (History)
5 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raúl Porcel (RETIRED) gentoo-dev 2008-03-06 12:34:38 UTC
+30 days in the tree, no bugs, please do
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2008-03-06 15:57:39 UTC
Fine with me, please go ahead.
Comment 2 Richard Freeman gentoo-dev 2008-03-07 02:12:47 UTC
amd64 stable
Comment 3 Brent Baude (RETIRED) gentoo-dev 2008-03-07 14:02:54 UTC
ppc64 stable
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2008-03-08 06:34:40 UTC
Stable for HPPA:
   dev-python/pysqlite-2.3.5
   net-analyzer/nmap-4.53
Comment 5 nixnut (RETIRED) gentoo-dev 2008-03-08 16:55:40 UTC
 * ERROR: net-analyzer/nmap-4.53 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2342:  Called built_with_use 'src_compile' 'src_compile'
 *             environment, line  337:  Called die
 * The specific snippet of code:
 *                           die "$PKG does not actually support the $1 USE flag!"
 *  The die message:
 *   dev-lang/lua-5.1.2-r2 does not actually support the deprecated USE flag!

So... how do I get around that? USE="deprecated" emerge lua offers no relieve
Comment 6 Peter Volkov (RETIRED) gentoo-dev 2008-03-08 17:35:50 UTC
nixnut, it was fixed in CVS some time ago. emerge --sync, please. :)
Comment 7 nixnut (RETIRED) gentoo-dev 2008-03-08 18:02:53 UTC
(In reply to comment #6)
> nixnut, it was fixed in CVS some time ago. emerge --sync, please. :)

Some time ago... Is that less or more than 5 hours ago? That's about the last time I emerge --sync'ed
Comment 8 Peter Volkov (RETIRED) gentoo-dev 2008-03-08 19:00:01 UTC
updated ebuild should contain the following code:

    if use lua ; then
        if has_version ">=dev-lang/lua-5.1.3-r1" &&
           built_with_use dev-lang/lua deprecated ; then
            myconf="--with-liblua"
        else
            myconf="--with-liblua=included"
        fi
    fi
Comment 9 nixnut (RETIRED) gentoo-dev 2008-03-09 15:54:46 UTC
Seems ok now. ppc stable.
Comment 10 Benny Pedersen 2008-08-04 20:31:44 UTC
missing sqlite here, but no sqlite use flags
Comment 11 Benny Pedersen 2008-08-04 21:28:30 UTC
sorry my fail to not see the eerror why it fails, solved here
Comment 12 Raúl Porcel (RETIRED) gentoo-dev 2008-11-07 10:15:17 UTC

*** This bug has been marked as a duplicate of bug 242598 ***