eclipse-archived / packagedrone

Eclipse Package Drone
http://eclipse.org/package-drone
Eclipse Public License 1.0
66 stars 39 forks source link

Installing created RPM fails on SLES 11/CentOS 5/RPM 4.4 #72

Closed ctron closed 8 years ago

ctron commented 8 years ago

Installing an RPM built with the RpmBuilder will cause the rpm tool to crash with a "segmentation fault".

The same RPM file works on CentOS 6+, Ubuntu 14.04+, OpenSuse 13+ and SLES 12. It turns out this is a problem of the older RPM version (4.4 and before) which cannot handle "indoes" and "devices" of 64bit size.

ctron commented 8 years ago

Forcing FILE_DEVICES and FILE_INODES down to int32 seems to work.