Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Creating RPM for RedHat

From: rajesh gandhi <rgand1582@xxxxxxxxx>
Date: Thu, 28 Jan 2010 12:36:00 -0800 (PST)
Hi,
 
I am trying create an RPM from wireshark src. I am able to build and run wireshark with my plugin dissectors. For creating the rpm I am using: make rpm-package. I get the following error:
 
LANG=C /users/tools/SharedLibs/2.1.0/Linux/GLIBC_2.5/32/gcc-4.1.2/bin/perl ./make-version.pl .
Version configuration file version.conf not found.  Using defaults.
This is not a SVN build.
svnversion.h is up-to-date.
{ test ! -d wireshark-1.1.4-SVN-28232 || { find wireshark-1.1.4-SVN-28232 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr wireshark-1.1.4-SVN-28232; }; }
test -d wireshark-1.1.4-SVN-28232 || mkdir wireshark-1.1.4-SVN-28232
cp: preserving permissions for `wireshark-1.1.4-SVN-28232/README': Operation not supported
cp: preserving ACL for `wireshark-1.1.4-SVN-28232/README': Operation not supported
make: *** [distdir] Error 1
I have never made an RPM before. What am I doing wrong?
 
Thank you for your help,
Raj