Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fails with 403 from cloudfront #69

Open
afeser opened this issue Jan 16, 2024 · 3 comments
Open

Installation fails with 403 from cloudfront #69

afeser opened this issue Jan 16, 2024 · 3 comments

Comments

@afeser
Copy link

afeser commented Jan 16, 2024

Hi,

I was following the instructions here.

When I ran GenerateProjectsLinux.sh, I got this error on 4 different machines in different locations:

g++ version 11 >= 4.7
Package '7za' at version '16.02.2' is missing from local storage.
packman(ERROR): Unable to download file from 'https://d4i3qtqj3r0z5.cloudfront.net/7za%4016.02.2' (server returned 403)
Failure while installing required 7za package

If I skip 7za, then the next one cmake-linux-x86_64 fails.

@yewnyx
Copy link

yewnyx commented Feb 6, 2024

Seconding this; I also cannot build NvCloth at all. I am targeting Windows.

It would seem that the [email protected] package was pulled for some reason.

@a-zyktin-generalarcade
Copy link

a-zyktin-generalarcade commented Mar 5, 2024

I can't build due to the same reason (Windows)

@a-zyktin-generalarcade
Copy link

a-zyktin-generalarcade commented Mar 5, 2024

I solve the problem for Windows platform. Actually bypass.

For the first, you should comment out some lines in scripts/packman/win-bootstrap/configure.bat and add line to set 7za path:

:ENSURE_7ZA
@set PM_7Za_VERSION=16.02.2
@set PM_7Za_PATH=%PACKMAN_REPO%\chk\7za\16.02.4
rem @set PM_7Za_PATH=%PM_PACKAGES_ROOT%\7za\%PM_7ZA_VERSION%
rem @if exist "%PM_7Za_PATH%" goto END
rem @set PM_7Za_PATH=%PM_PACKAGES_ROOT%\chk\7za\%PM_7ZA_VERSION%
@if exist "%PM_7Za_PATH%" goto END

! %PACKMAN_REPO% is set on my machine
And then it would skip 7za downloading.

Then you should create directory for cmake, like it was downloaded - create in %PACKMAN_REPO%\chk\cmake-x64\3.7.0 empty .packman.sha1 file and paste cmake to this folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants