Closed jonnyz32 closed 7 months ago
Can you also attach the XML001.splf from the .logs directory You can see this from the IBM i Job Log view as well
@edmundreinhardt I added the snippet in my description. But here it is again
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
CPC2198: Current library changed to TESTBUILD.
CPC2196: Library TESTBUILD added to library list.
>> executing command: crtrpgmod module(testbuild/XML001) srcstmf('/home/WDSCTEST/builds/bob-recursive-example/QRPGLESRC/XML001.RPGLE') AUT() DBGVIEW(*ALL) OPTIMIZE() OPTION(*EVENTF) OUTPUT(*PRINT) TEXT(' ') TGTCCSID(297) TGTRLS() INCDIR('includes' 'QPROTOSRC') DEFINE()
>> liblist: QSYS QSYS2 QHLPSYS QUSRSYS QSHELL TESTBUILD TESTBUILD QGPL QTEMP QDEVELOP QBLDSYS QBLDSYSR
>> executing time: 2024-04-03-12.16.17.00
RNS9309: Compilation failed. Module XML001 not created in library TESTBUILD.
RNS9309: Compilation failed. Module XML001 not created in library TESTBUILD.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
OK, so it looks like a compilation failure. You can look at XML001.evfeventf in the .evfeventf directory or just look at the problems view. I suspect that the problem is that it is not find external files.
If so, we need to make sure they are in the dependencies for that XML001 entry in the Rules.mk
Hi Jonathan After looking at your system, we determined that your COBOL PTFs were backlevel so the TGTCCSID parameter was not supported. This was fixed by applying CPP: SI81472 Command: SI81473 Compiler: SI83056
We also determined that your 5770WDS license had expired.
After addressing those issues, everything built cleanly
@edmundreinhardt Thank you!
System: (v7r3) Library to build in to: WDSCTEST User: WDSCTEST
Bob-recursive-example failed to build. Some snippets from log
xml001.slpf