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