Ok I will do that and come back.

For my understanding: should I leave out the sudo make install completely or 
just the sudo? My understanding was that the install step was mandatory, is it 
possible to create a package WITHOUT installing first?

Sorry but still a CMAKE noob.

Hälsningar/Regards/Grüsse,
P.O. Jonsson
[email protected]




> Am 18.11.2019 um 11:14 schrieb Mark Hessling <[email protected]>:
> 
> Hi P.O,
> 
> Try changing the variable: CPACK_RPM_PACKAGE_LICENSE from "CPL 1.0" to "CPL" 
> in CMakeLists.txt and re-running the cmake command and below.
> 
> BTW You should not have to run "sudo make install" 
> Cheers, Mark
> On 18/11/19 8:03 pm, P.O. Jonsson wrote:
>> I have bin testing ooRexx on Fedora 29, 30 and 31.  With r11942 I can build 
>> & create a rpm package on Fedora29 that can be installed and runs fine on 
>> Fedora30 and 31. The test suite also runs fine, with only two errors.
>> 
>> However, when I look at the installer, it reports the license as 
>> „Proprietary“ which I think is wrong for an Open Source Project :-)
>> 
>> I assume this boils down to something that needs to be changed in 
>> CMakelists.txt.
>> 
>> Here are my build steps:
>> 
>> cd ~/workspace/oorexx-fedora29-build/oorexxSVN
>> svn update
>> pkill rxapi
>> rm -dfr ~/workspace/oorexx-fedora29-build/oorexxbuild/*
>> cd ~/workspace/oorexx-fedora29-build/oorexxbuild
>> cmake -DBUILD_RPM=1 -DOS_DIST=fedora29 -DCMAKE_BUILD_TYPE=RELEASE 
>> ../oorexxSVN
>> make clean
>> make
>> sudo make install
>> cpack ./
>> 
>> After this build on Fedora29 I copied the rpm file generated and installed 
>> it on Fedora30/31 by simply clicking on it. The installed ooRexx performs as 
>> it should (with the two errors, I deal with that in a separate mail).
>> 
>> Here is how it looks, clicking on „Launch“ will start rexxtry and the text 
>> looks ok, only the  License button looks incorrect.
>> 
>> <Fedora RPM1.png>
>> <Fedora RPM2.png>
>> 
>> 
>> Hälsningar/Regards/Grüsse,
>> P.O. Jonsson
>> [email protected] <mailto:[email protected]>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Oorexx-devel mailing list
>> [email protected] 
>> <mailto:[email protected]>
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel 
>> <https://lists.sourceforge.net/lists/listinfo/oorexx-devel>
> -- 
> ------------------------------------------------------------------------
> * Mark Hessling, [email protected] <mailto:[email protected]> http://www.rexx.org/ 
> <http://www.rexx.org/>
> * Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL, Rexx/CURL, etc.
> * Maintainer of Regina Rexx interpreter
> * Use Rexx? join the Rexx Language Association: http://www.rexxla.org/ 
> <http://www.rexxla.org/> 
> ------------------------------------------------------------------------
> _______________________________________________
> Oorexx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to