IBM / ibmi-bob

A build system for creating IBM i-native objects using GNU Make.
https://ibm.github.io/ibmi-bob
Apache License 2.0
47 stars 20 forks source link

CPFA0A9: Object not found. Object is /home/WDSCTEST/builds/bob-recursive-example/.evfevent/VAT300.evfevent. #305

Closed jonnyz32 closed 4 months ago

jonnyz32 commented 5 months ago

Compiling vat300.rpgle failed with the following error. This issue was found from RDi-Test.Build.RunCompileTest. Executed on merlin1 environment, against p8adt05, with user WDSCTEST.

Running Action: /QOpenSys/pkgs/bin/makei c -f {filename} (1:33:21 PM)
Working directory: /home/WDSCTEST/builds/bob-recursive-example
Commands:
                /QOpenSys/pkgs/bin/makei c -f vat300.rpgle

targets: VAT300.MODULE
> /QOpenSys/pkgs/bin/make -k BUILDVARSMKPATH="/tmp/tmpkh7hngc_" -k BOB="/QOpenSys/pkgs/lib/bob" -f "/QOpenSys/pkgs/lib/bob/src/mk/Makefile" VAT300.MODULE
=== Creating RPG module [vat300.rpgle]
crtrpgmod module(WDSCTEST/VAT300) srcstmf('/home/WDSCTEST/builds/bob-recursive-example/functionsVAT/vat300.rpgle') AUT() DBGVIEW(*SOURCE) OPTIMIZE() OPTION(*EVENTF) OUTPUT(*PRINT) TEXT('bound into FVAT.SRVPGM') TGTCCSID(500) TGTRLS() INCDIR('includes' 'QPROTOSRC') DEFINE()
✓ VAT300.MODULE was created successfully!

CPFA0A9: Object not found.  Object is /home/WDSCTEST/builds/bob-recursive-example/.evfevent/VAT300.evfevent.
CPFA097: Object not copied.  Object is /QSYS.LIB/WDSCTEST.LIB/EVFEVENT.FILE/VAT300.MBR.
make: *** [/QOpenSys/pkgs/lib/bob/src/mk/Makefile:67: VAT300.MODULE] Error 255
Objects:             0 failed 1 succeed 1 total
Build Completed!

Fetching errors from .evfevent.
Failed to download a file after Action: No such file

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 
jonnyz32 commented 5 months ago

@edmundreinhardt After deleting the EVFEVENT.FILE like you suggested and rerunning the test, the result is still the same

edmundreinhardt commented 5 months ago

I tried the same system with the same user profile and it simply worked

image
jonnyz32 commented 4 months ago

Just ran this test against our 7.5 machine, and hitting this issue again

edmundreinhardt commented 4 months ago

So with a new library I got image

edmundreinhardt commented 4 months ago

Ran your scenario. It passed this morning