Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334479 - Stable =net-analyzer/nfdump-1.6.1-r2
Summary: Stable =net-analyzer/nfdump-1.6.1-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2010-08-25 17:25 UTC by Jeroen Roovers (RETIRED)
Modified: 2010-09-08 11:09 UTC (History)
0 users

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 Jeroen Roovers (RETIRED) gentoo-dev 2010-08-25 17:25:51 UTC
Arch teams, please test and mark stable:
=net-analyzer/nfdump-1.6.1-r2
Target KEYWORDS="amd64 x86"

I know the -r2 ebuild was only added today, but it fixes a bad ./configure problem quite trivially.
Comment 1 Myckel Habets 2010-08-25 19:06:21 UTC
Can you provide a reference to the problem? Current stable seems to build fine.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-08-26 13:18:45 UTC
(In reply to comment #1)
> Can you provide a reference to the problem? Current stable seems to build fine.

You can read all about it in the ChangeLog...
Comment 3 Myckel Habets 2010-08-26 21:00:10 UTC
I still fail to see the real need to stabilize this so urgently. But, because this is only a minor revision I don't see the harm to not wait any longer (if it makes someone happy and even fixes a QA issue in the process).

Builds fine on x86, tests are successful. No problems encountered while running it. Please mark stable for x86.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2010-08-27 00:01:46 UTC
(In reply to comment #3)
> I still fail to see the real need to stabilize this so urgently.

It's not even urgent, but simply due. :)

--- nfdump-1.6.1-r1.ebuild      2010-08-27 01:57:11.835339844 +0200
+++ nfdump-1.6.1-r2.ebuild      2010-08-25 19:19:43.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/Attic/nfdump-1.6.1-r1.ebuild,v 1.2 2010/08/25 17:19:43 jer dead $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nfdump/nfdump-1.6.1-r2.ebuild,v 1.1 2010/08/25 17:19:43 jer Exp $
 
 EAPI=2
 inherit autotools eutils
@@ -17,8 +17,7 @@
 IUSE="compat15 debug ftconv nfprofile sflow"
 
 CDEPEND="
-       ftconv? ( sys-libs/zlib
-               net-analyzer/flow-tools )
+       ftconv? ( sys-libs/zlib net-analyzer/flow-tools )
        nfprofile? ( net-analyzer/rrdtool )"
 #      readpcap? ( net-libs/libpcap )"
 DEPEND="${CDEPEND}
@@ -38,7 +37,7 @@
 src_configure() {
        # --without-ftconf is not handled well #322201
        econf \
-               $(use ftconv && echo "--with-ftconf --with-ftpath=/usr") \
+               $(use ftconv && echo "--enable-ftconv --with-ftpath=/usr") \
                $(use nfprofile && echo "--enable-nfprofile") \
                $(use_enable sflow) \
                $(use_enable debug devel) \


> Builds fine on x86, tests are successful. No problems encountered while
> running it. Please mark stable for x86.

Thanks.
Comment 5 Christian Faulhammer (RETIRED) gentoo-dev 2010-08-27 06:28:58 UTC
stable x86, thanks Myckel
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2010-09-08 11:09:31 UTC
amd64 done