The line 321
  if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")

must be changed to
  if (CMAKE_BUILD_TYPE STREQUAL "Debug")

I had no error because I have this variable in my environment:

$ echo $CMAKE_BUILD_TYPE 
Release



> On 20 Nov 2025, at 22:30, Rony G. Flatscher <[email protected]> wrote:
> 
> Dear P.O.,
> 
> On 20.11.2025 21:53, P. O. Jonsson wrote:
>> I have not looked into detail what is wrong but at least for the package 
>> build the last patch committed failed. Please have a look 👀 
> just looked up Jenkins, here is what I can see:
> 
> <HlTYBuLH7QK0rJKk.png>
> 
> 
> So it looks good to me. 
> 
> Please point out what is wrong and why you think it is related to the CMake 
> patch.
> 
> Best regards
> 
> ---rony
> 
> P.S.: Will be away for a few days starting tomorrow.
> 
> 
> 
>> 
>> 
>> Anfang der weitergeleiteten Nachricht:
>> 
>>> Von: [email protected] <mailto:[email protected]>
>>> Datum: 20. November 2025 um 17:10:39 MEZ
>>> An: [email protected] <mailto:[email protected]>
>>> Betreff: Build failed in Jenkins: ooRexx-source-package-build #44
>>> Antwort an: [email protected] <mailto:[email protected]>
>>> 
>>> See 
>>> <https://build.oorexx.org/job/ooRexx-source-package-build/44/display/redirect?page=changes>
>>>  
>>> <https://build.oorexx.org/job/ooRexx-source-package-build/44/display/redirect?page=changes>
>>> 
>>> Changes:
>>> 
>>> [orexx] 2025120 IPO-patch supplied by Jean Louis Faucher referring to 
>>> Enrico Sorichetti's email from 20200809, cf. [feature-requests:#863]
>>> 
>>> 
>>> ------------------------------------------
>>> Started by an SCM change
>>> Running as SYSTEM
>>> Building remotely on pos-MacPro-16Core (pos-macOS) in workspace 
>>> <https://build.oorexx.org/job/ooRexx-source-package-build/ws/> 
>>> <https://build.oorexx.org/job/ooRexx-source-package-build/ws/>
>>> Updating https://svn.code.sf.net/p/oorexx/code-0/main/trunk at revision 
>>> '2025-11-20T17:10:08.591 +0100' --quiet
>>> At revision 13047
>>> 
>>> [ooRexx-source-package-build] $ /bin/sh 
>>> /var/folders/mb/6jv9bq496wgckjj40cc5l3_h0000gp/T/jenkins8876684696455348200.sh
>>> + mkdir -p oorexxBuild
>>> + rm -dfr oorexxBuild/CMakeCache.txt oorexxBuild/CMakeFiles 
>>> oorexxBuild/CPackConfig.cmake oorexxBuild/CPackSourceConfig.cmake 
>>> oorexxBuild/Makefile oorexxBuild/_CPack_Packages oorexxBuild/bin 
>>> oorexxBuild/build_macOS_dmg.sh oorexxBuild/cmake_install.cmake 
>>> oorexxBuild/config.h oorexxBuild/lib oorexxBuild/oorexx-5.2.0-13043.tar.gz 
>>> oorexxBuild/samples oorexxBuild/testbinaries
>>> + cd oorexxBuild
>>> + /usr/local/bin/cmake -G 'Unix Makefiles' 
>>> -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DBUILD_OSX_UNIVERSAL_BINARIES=1 
>>> -DBUILD_DMG=1 -DBUILD_SOURCE=1 -DOS_DIST=macos ../oorexxSVN
>>> -- CMake version is 4.0.2
>>> -- The C compiler identification is AppleClang 17.0.0.17000404
>>> -- The CXX compiler identification is AppleClang 17.0.0.17000404
>>> -- Detecting C compiler ABI info
>>> -- Detecting C compiler ABI info - done
>>> -- Check for working C compiler: /usr/bin/cc - skipped
>>> -- Detecting C compile features
>>> -- Detecting C compile features - done
>>> -- Detecting CXX compiler ABI info
>>> -- Detecting CXX compiler ABI info - done
>>> -- Check for working CXX compiler: /usr/bin/c++ - skipped
>>> -- Detecting CXX compile features
>>> -- Detecting CXX compile features - done
>>> -- Building for a 64-bit architecture
>>> -- OOREXX_SHEBANG_PROGRAM: "/usr/bin/env rexx" (default)
>>> -- Found Subversion: /usr/local/bin/svn (found version "1.14.5")
>>> -- Revision Number from SVN...
>>> -- Revision Number is 13047
>>> -- XALAN_EXECUTABLE is XALAN_EXECUTABLE-NOTFOUND
>>> -- CMAKE_INSTALL_PREFIX is /Users/jenkins/Applications/ooRexx5
>>> -- INSTALL_LIB_DIR is lib
>>> -- IPO is supported
>>> CMake Error at CMakeLists.txt:321 (if):
>>>  if given arguments:
>>> 
>>>    "STREQUAL" "Debug"
>>> 
>>>  Unknown arguments specified
>>> 
>>> 
>>> -- Configuring incomplete, errors occurred!
>>> + make clean
>>> make: *** No rule to make target `clean'.  Stop.
>>> + make package_source
>>> make: *** No rule to make target `package_source'.  Stop.
>>> Build step 'Execute shell' marked build as failure
>>> Archiving artifacts
>>> Not sending mail to unregistered user orexx
>> 
>> 
>> 
>> _______________________________________________
>> Oorexx-devel mailing list
>> [email protected] 
>> <mailto:[email protected]>
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
> -- 
> --
> __________________________________________________________________________________
> 
> Prof. Dr. Rony G. Flatscher, iR
> Department Wirtschaftsinformatik und Operations Management
> WU Wien
> Welthandelsplatz 1
> A-1020  Wien/Vienna, Austria/Europe
> 
> http://www.wu.ac.at <http://www.wu.ac.at/>
> __________________________________________________________________________________
> 
> 
> 
> 
> 
> _______________________________________________
> Oorexx-devel mailing list
> [email protected] <mailto:[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