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
48 stars 21 forks source link

Shouldn't <file> and <library> be defaulted to UPPERCASE for cvtsrcpf? #238

Closed rogersonra closed 1 year ago

rogersonra commented 1 year ago

I was trying to use "makei cvtsrcpf qrpglesrc bob_test" and I get the message "0 source members found." I confirmed that bob_test/qrpglesrc does have members.

I finally got this to work when I changed the command to "makei cvtsrcpf QRPGLESRC BOB_TEST". I believe the and parameters are referring to the library and src-pf on the IBM i so shouldn't these always be converted to uppercase?

edmundreinhardt commented 1 year ago

Thank you for pointing out this bug and thank you ever more for identifying the fix. The fix is committed and I will start getting a yum update going tomorrow

rogersonra commented 1 year ago

It sounds like there may be a fix for the deployment always creating the objects under qsecofr.

Thanks for the help on Friday.

Rob

On Tue, Jul 4, 2023 at 4:34 PM Edmund Reinhardt @.***> wrote:

Thank you for pointing out this bug and thank you ever more for identifying the fix. The fix is committed and I will start getting a yum update going tomorrow

— Reply to this email directly, view it on GitHub https://github.com/IBM/ibmi-bob/issues/238#issuecomment-1620717202, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHXLPJH5K742PHBLWHFPYATXOR44TANCNFSM6AAAAAAYTI56KI . You are receiving this because you authored the thread.Message ID: @.***>

edmundreinhardt commented 1 year ago

Now fixed in yum install bob when you get 2.4.15 or later