zopencommunity / metaport

zopen package manager
Apache License 2.0
1 stars 2 forks source link

CEE3501S The module CRTEQCXA was not found. #68

Closed wizardofzos closed 1 day ago

wizardofzos commented 4 days ago

Setting up 'zopen' from scratch on ZD&T (ZPDT/ADCD) V2R5 yields an error I remember from a long time ago...

CEE3501S The module CRTEQCXA was not found.

I've either forgotten something really trivial or there's something wrong in my base setup?

Target folder /zot is empty at start.. Any help greatly appreciated :)

IBMUSER:/u/ibmuser/Zopen: >pax -rf meta-main.20241030_182125.zos.pax.Z
IBMUSER:/u/ibmuser/Zopen: >ls
meta-main                            meta-main.20241028_230150.zos.pax.Z  meta-main.20241030_182125.zos.pax.Z
IBMUSER:/u/ibmuser/Zopen: >cd meta-main
IBMUSER:/u/ibmuser/Zopen/meta-main: >ls
CODEOWNERS          LICENSE             ansible             cacert.pem          docs                man                 patch-utils         test.status         web
CODE_OF_CONDUCT.md  README.md           bin                 cicd                include             metadata.json       ref                 tools
CONTRIBUTING.md     actions             bulk-utils          data                install_test.sh     packages            setup.sh            utilities
IBMUSER:/u/ibmuser/Zopen/meta-main: >. ./.env
Setting up meta...
Setup completed.
IBMUSER:/u/ibmuser/Zopen/meta-main: >zopen init
Initializing zopen framework
- Enter fully-qualified path to your zopen root directory (default: /u/ibmuser/zopen):
/zot
Do you want to contribute anonymous usage statistics (https://zopencommunity.github.io/meta/#/Guides/Analytics) to help improve zopen community? [y/n]
n
- Binaries will be symlinked under "/zot/usr/local/bin". Libraries will be symlinked under "/zot/usr/lib"
- Packages will be installed and maintained under the directory structure usrlclz (/zot/usr/local/zopen). To change, re-run with the -f <layout> option.
- Collecting usage statistics: false
Do you want to continue? [y/n]
y
Generating File System
- Setting certificate environment variable
- Root FS available at /zot
Installing zopen pre-requisites
/u/ibmuser/Zopen/meta-main/packages/curl-8.10.1.20241001_214340.zos.pax.Z
/u/ibmuser/Zopen/meta-main/packages/jq-1.6.20241001_204116.zos.pax.Z
/u/ibmuser/Zopen/meta-main/packages/gnupg-2.4.4.20241001_233258.zos.pax.Z
/u/ibmuser/Zopen/meta-main/packages/pinentry-1.2.1.20241002_001628.zos.pax.Z
Setting up curl...
Setup completed.
Setting up jq...
Setup completed.
Setting up gnupg...
Setup completed.
Setting up pinentry...
Setup completed.
- Sourcing environment
- Configured zopen to use stable releaseline packages
Generating global configuration
Generating zopen-config
- Created config in /zot/etc/zopen-config
Updating CA Certificate
Getting latest CA Certificate
CEE3501S The module CRTEQCXA was not found.
         The traceback information could not be determined.
***WARNING: Failed to download https://curl.se/ca/cacert.pem, attempting mirror http://curl.haxx.se/ca/cacert.pem
CEE3501S The module CRTEQCXA was not found.
         The traceback information could not be determined.
***WARNING: Failed to download http://curl.haxx.se/ca/cacert.pem, forcing ipv4
CEE3501S The module CRTEQCXA was not found.
         The traceback information could not be determined.
***ERROR: curl command could not download from: https://curl.se/ca/cacert.pem using ipv4
IgorTodorovskiIBM commented 2 days ago

Hi,

The tools like jq, curl require the updated LE:

I don’t think we have this in our zopen documentation, so I’ll go ahead and add it in.

wizardofzos commented 1 day ago

AHa...

That explains a lot... Thanks...

(Adding to docs would be handy for others running into same issue.....) Closing Issue....