Alle,
Does anyone know if there is/where to get an rpm of flow-tools V0.66 or better for CentOS/RHEL 5.3? We've been trying to build from the SRPM @ http://cng.ateneo.net/cng/wyu/software/srpm/flow-tools-0.68-2.src.rpm with no luck.
Best Regards, Camron
On Fri, Aug 7, 2009 at 1:26 PM, Camron W. Foxcwfox@us.fujitsu.com wrote:
Alle,
Does anyone know if there is/where to get an rpm of flow-tools V0.66 or better for CentOS/RHEL 5.3? We've been trying to build from the SRPM @ http://cng.ateneo.net/cng/wyu/software/srpm/flow-tools-0.68-2.src.rpm with no luck.
Your best bet will be to rebuild from Fedora's srpm.
Akemi
Akemi Yagi wrote:
On Fri, Aug 7, 2009 at 1:26 PM, Camron W. Foxcwfox@us.fujitsu.com wrote:
Alle,
Does anyone know if there is/where to get an rpm of flow-tools V0.66 or
better for CentOS/RHEL 5.3? We've been trying to build from the SRPM @ http://cng.ateneo.net/cng/wyu/software/srpm/flow-tools-0.68-2.src.rpm with no luck.
Your best bet will be to rebuild from Fedora's srpm.
Akemi _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Yagi-san,
We've tried that with flow-tools-0.68.4.1-2.fc11.src.rpm but get the following error:
root@rb3:/var/tmp [1002/2]# rpmbuild --rebuild flow-tools-0.68.4.1-2.fc11.src.rpm Installing flow-tools-0.68.4.1-2.fc11.src.rpm warning: InstallSourcePackage: Header V3 RSA/SHA256 signature: NOKEY, key ID d22e77f2 warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root error: unpacking of archive failed on file /root/rpm/SOURCES/flow-capture.init;4a7caede: cpio: MD5 sum mismatch error: flow-tools-0.68.4.1-2.fc11.src.rpm cannot be installed root@rb3:/var/tmp [1003/3]#
Best Regards, Camron
Camron W. Fox Hilo Office High Performance Computing Group Fujitsu Management Services of America, Inc. E-mail: cwfox@us.fujitsu.com
On Fri, 07 Aug 2009 12:54:26 -1000 Camron W. Fox wrote:
/root/rpm/SOURCES/flow-capture.init;4a7caede: cpio: MD5 sum mismatch
Fedora 11 uses a different checksum algorithm than Fedora 10 and below.
On Fri, Aug 7, 2009 at 4:13 PM, Frank Coxtheatre@sasktel.net wrote:
On Fri, 07 Aug 2009 12:54:26 -1000 Camron W. Fox wrote:
/root/rpm/SOURCES/flow-capture.init;4a7caede: cpio: MD5 sum mismatch
Fedora 11 uses a different checksum algorithm than Fedora 10 and below.
You might want to start with Fedora Core 6 and, if that builds, work up the version. FC6 should be the closest to CentOS-5.
Akemi
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Camron W. Fox wrote:
Yagi-san,
We've tried that with flow-tools-0.68.4.1-2.fc11.src.rpm but get the following error:
root@rb3:/var/tmp [1002/2]# rpmbuild --rebuild flow-tools-0.68.4.1-2.fc11.src.rpm Installing flow-tools-0.68.4.1-2.fc11.src.rpm warning: InstallSourcePackage: Header V3 RSA/SHA256 signature: NOKEY, key ID d22e77f2 warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root error: unpacking of archive failed on file /root/rpm/SOURCES/flow-capture.init;4a7caede: cpio: MD5 sum mismatch error: flow-tools-0.68.4.1-2.fc11.src.rpm cannot be installed root@rb3:/var/tmp [1003/3]#
In order to rebuild any Fedora 11 or newer rpms on older Fedora or EL OS releases, you have to disable checksum checking because Fedora 11 and newer uses a different algorithm for checksumming than previous releases.
With rpmbuild you can use the --nodigest option, or you can install the src.rpm with rpm using the --nomd5 option.
rpmbuild --nodigest foo-1.0-1.fc11.src.rpm
or
rpm --nomd5 -ivh foo-1.0-1.fc11.src.rpm cd <directory where spec is installed to> rpmbuild -ba foo.spec
- -- Mike A. Harris http://mharris.ca | https://twitter.com/mikeaharris
--- On Fri, 8/7/09, Camron W. Fox cwfox@us.fujitsu.com wrote:
From: Camron W. Fox cwfox@us.fujitsu.com Subject: [CentOS] Flow-Tools RPM for CentOS 5.3 To: "CentOS mailing list" centos@centos.org Date: Friday, August 7, 2009, 1:26 PM Alle,
Does anyone know if there is/where to
get an rpm of flow-tools V0.66 or better for CentOS/RHEL 5.3? We've been trying to build from the SRPM @ http://cng.ateneo.net/cng/wyu/software/srpm/flow-tools-0.68-2.src.rpm
with no luck.
Hello,
It's here in my repo http://www.tlviewer.org/centos/5/x86_64/
but built on C5.2. I don't have a buildroot on C5.3, yet.
It has a depends on rrdtool and its perl and python hooks. The build passed a test install on both a C5.2 and C5.3.
To get the rrdtool packages, you need rpmforge.