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.
Can you provide a reference to the problem? Current stable seems to build fine.
(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...
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.
(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.
stable x86, thanks Myckel
amd64 done