ZOSOpenTools / gitport

Apache License 2.0
10 stars 4 forks source link

Gitport "Can't locate strict.pm" #91

Closed LittleSilver33 closed 9 months ago

LittleSilver33 commented 11 months ago

Although PERL is installed on the z/OS system (running zopen list confirms this), I am still unable to build Gitport because it is unable to locate the strict.pm in @INC. I worked with another IBM person to attempt to reconfigure PERL again before rebuilding and that did not work either. The IBM person that I talked to mentioned that it may have something to do with CPAN, but I am unsure.

IgorTodorovskiIBM commented 11 months ago

Hi, are you able to update perl again. You can run zopen upgrade perl or zopen build -u -v. The -u will update all of the buildenv dependencies. Let me know if that helps or if the issue still persists.

EdenBendheim commented 10 months ago

The issue still persists for me.

IgorTodorovskiIBM commented 10 months ago

Hmm, zopen build does cache the config state so if you are rebuiding from the same directory, then it may be using the old perl.

Can you try wiping your git-* directory and log directory and rebuilding?

cd gitport
rm -rf log git-*
zopen build -u -v
EdenBendheim commented 10 months ago

Alright, I'll give it a shot :)

IgorTodorovskiIBM commented 9 months ago

@EdenBendheim is this resolved? Can we close?

EdenBendheim commented 9 months ago

@EdenBendheim is this resolved? Can we close?

Zach continued with testing this, @LittleSilver33 was any progress made?

LittleSilver33 commented 9 months ago

@EdenBendheim is this resolved? Can we close?

Sorry for the late response, the command you gave me seemed to have worked. I think we can close this.