Hi there,

<https://sourceforge.net/p/oorexx/bugs/1645/> reports a problem when using 
CMake to create a rpm
package for ooRexx on Linux (used to work) using the command "cpack ./" after 
successfully running
"cmake -DBUILD_RPM=1 -DOS_DIST=fedora -DCMAKE_BUILD_TYPE=Release 
path-2-oorexx-trunk" followed by
"make".

The reason seems that the "make" step creates the so-files in

    
"../_CPack_Packages/Linux/RPM/ooRexx-5.0.0-11902.fedora.x86_64/usr/*lib*/..."

whereas cpack tries to copy from

    
"../_CPack_Packages/Linux/RPM/ooRexx-5.0.0-11902.fedora.x86_64/usr/*lib64*/..."

which does not exist causing error messages and the abortion of the rpm 
building step.

Any ideas how to fix this?

TIA,

---rony

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to