Closed SJLennon closed 1 year ago
are you sure that LASTORDNO source was deployed to the IFS dir?
I typically do a touch /home/LENNONS/bob-recursive-example/QDTASRC/LASTORDNO.DTAARA
I will try to reproduce.
I believe this is the LASTORDNO source:
Tried "touch" and it still does not build.
Betraying my ignorance here,. How do I get an SSH terminal to work with pub400
ssh reinhard@pub400.com
ssh: connect to host pub400.com port 22: Connection refused
They don't run the daemon on port 22 - you need to specify -p 2222
on your ssh command
Looks like this works:
makei b -d QDDSSRC
But not with QDTASRC
:
makei b -d QDTASRC
I have reproduced the problem on my home machine as well. The issue seems to do with DTAARA object type. I will investigate
-bash-5.1$ makei c -f QDTASRC/LASTORDNO.DTAARA
targets: LASTORDNO.DTA
> /QOpenSys/pkgs/bin/make -k BUILDVARSMKPATH="/tmp/tmp4yddk5xa" -k BOB="/QOpenSys/pkgs/lib/bob" -f "/QOpenSys/pkgs/lib/bob/src/mk/Makefile" LASTORDNO.DTA
make: 'LASTORDNO.DTA' is up to date.
Objects: 0 failed 0 succeed 0 total
Build Completed!
also fails when just focused on the DTAARA source or target
-bash-5.1$ makei b -t LASTORDNO.DTAARA
> /QOpenSys/pkgs/bin/make -k BUILDVARSMKPATH="/tmp/tmpmtatmzbg" -k BOB="/QOpenSys/pkgs/lib/bob" -f "/QOpenSys/pkgs/lib/bob/src/mk/Makefile" LASTORDNO.DTAARA
make: *** No rule to make target 'LASTORDNO.DTAARA'.
Objects: 0 failed 0 succeed 0 total
Build Completed!
was fixed in July
(Possibly should be in bob-recursive-example. )
All work done on the PUB400 and none on my Windows 10 PC, except for PuTTY.
Cloned bob-recursive-example to IFS
The 4 failures are expected due to an issue with target CCSID.
The LASTORDNO data area was not created. And I can find no references to it in the .logs streamfiles.
I made a small change to a comment in QDTASRC/LASTORDNO.DTAARA (using VS Code I must admit). Try build again from PuTTY.
LASTORDNO is still not built. I'm stumped.