linux-on-ibm-z / scripts

16 stars 49 forks source link

grafana 9.3.2 failed #17

Open zausel23 opened 1 year ago

zausel23 commented 1 year ago

Hi, I'm using the build_grafana.sh behind a http_proxy. I configured the environment vars http_proxy and specially for yarn a ~/.yarnrc.yml with the proxy setting. My build end with the following step:

IBM z15 podman with ubuntu-18.04 Image for build

yarn install v1.22.19
warning package.json: "dependencies" has dependency "sass" with range "link:./public/sass" that collides with a dependency in "devDependencies" of the same name with version "1.56.0"
warning grafana@9.3.2: "dependencies" has dependency "sass" with range "link:./public/sass" that collides with a dependency in "devDependencies" of the same name with version "1.56.0"
warning Resolution field "patch:slate-dev-environment@npm:0.2.5#.yarn/patches/slate-dev-environment-npm-0.2.5-9aeb7da7b5.patch" has an invalid version entry and may be ignored
warning Resolution field "patch:storybook-dark-mode@npm%3A1.1.2#./.yarn/patches/storybook-dark-mode-npm-1.1.2-ecc4605688.patch" has an invalid version entry and may be ignored
[1/5] Validating package.json...
warning grafana@9.3.2: "dependencies" has dependency "sass" with range "link:./public/sass" that collides with a dependency in "devDependencies" of the same name with version "1.56.0"
warning Resolution field "patch:slate-dev-environment@npm:0.2.5#.yarn/patches/slate-dev-environment-npm-0.2.5-9aeb7da7b5.patch" has an invalid version entry and may be ignored
warning Resolution field "patch:storybook-dark-mode@npm%3A1.1.2#./.yarn/patches/storybook-dark-mode-npm-1.1.2-ecc4605688.patch" has an invalid version entry and may be ignored
[2/5] Resolving packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error Couldn't find any versions for "@grafana/data" that matches "workspace:*"
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
aborkar-ibm commented 1 year ago

We are not able to reproduce this issue. Seems to be network connection issue. Please check.

zausel23 commented 1 year ago

Hello,

thank you very much for the feedback. We need to use a http proxy for the compilation. For this I have set the environment variables

http_proxy https_proxy

set.

Additionally for yarn I have set the file

~/.yarnrc.yml

with the http_proxy options. Which settings are still necessary?

Also, can you possibly provide the binary packages directly?

aborkar-ibm commented 1 year ago

No, we do not provide binaries.