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

Manual install luarocks #241

Merged
merged 2 commits into from
Mar 25, 2022
Merged

Manual install luarocks #241

merged 2 commits into from
Mar 25, 2022

Conversation

rustprooflabs
Copy link
Owner

Issue with older luarocks installed by apt install luarocks. Resulted in v2.4.0 (circa 2016?) installed. Failure from still using the unsecure git:// protocol. Using method documented in #218 hoping it fixes the issue.

https://github.com/rustprooflabs/pgosm-flex/runs/5684687464?check_suite_focus=true

 > [ 5/11] RUN luarocks install luasql-postgres PGSQL_INCDIR=/usr/include/postgresql/:
#9 1.124 Installing https://luarocks.org/luasql-postgres-2.6.0-1.rockspec
#9 1.438 Cloning into 'luasql'...
#9 1.545 fatal: remote error: 
#9 1.545   The unauthenticated git protocol on port 9418 is no longer supported.
#9 1.545 Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
#9 1.547 
#9 1.547 Error: Failed cloning git repository.
------
error: failed to solve: executor failed running [/bin/sh -c luarocks install luasql-postgres PGSQL_INCDIR=/usr/include/postgresql/]: exit code: 1
Error: buildx failed with: error: failed to solve: executor failed running [/bin/sh -c luarocks install luasql-postgres PGSQL_INCDIR=/usr/include/postgresql/]: exit code: 1

…ild issue with git:// protocol no longer supported.
@rustprooflabs rustprooflabs added bug Something isn't working external External project or constraint. Blocked, related or otherwise labels Mar 25, 2022
@rustprooflabs rustprooflabs added this to the 0.4.6 milestone Mar 25, 2022
@rustprooflabs rustprooflabs changed the base branch from main to dev March 25, 2022 00:03
@rustprooflabs rustprooflabs marked this pull request as ready for review March 25, 2022 00:08
@rustprooflabs rustprooflabs added the Docker Docker image and/or related script(s) label Mar 25, 2022
@rustprooflabs rustprooflabs merged commit 2549288 into dev Mar 25, 2022
@rustprooflabs rustprooflabs deleted the manual-install-luarocks branch March 25, 2022 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Docker Docker image and/or related script(s) external External project or constraint. Blocked, related or otherwise
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant