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

Fix broken build #1550

Merged
merged 1 commit into from Feb 24, 2021
Merged

Fix broken build #1550

merged 1 commit into from Feb 24, 2021

Conversation

brandondutra
Copy link
Contributor

My build is failing with this error messages:

set dummy "https://oss.sonatype.org/content/repositories/releases/com/pythian/opentsdb/asyncbigtable/0.3.0/" "third_party/asyncbigtable/asyncbigtable-0.3.0-jar-with-dependencies.jar"; shift; ./build-aux/fetchdep.sh "$@"
--2019-02-21 18:46:04-- https://oss.sonatype.org/content/repositories/releases/com/pythian/opentsdb/asyncbigtable/0.3.0//asyncbigtable-0.3.0-jar-with-dependencies.jar
Resolving oss.sonatype.org (oss.sonatype.org)... 18.235.158.122, 23.22.160.79, 54.226.35.221
Connecting to oss.sonatype.org (oss.sonatype.org)|18.235.158.122|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://repo1.maven.org:443/content/repositories/releases/com/pythian/opentsdb/asyncbigtable/0.3.0//asyncbigtable-0.3.0-jar-with-dependencies.jar [following]
--2019-02-21 18:46:04-- https://repo1.maven.org/content/repositories/releases/com/pythian/opentsdb/asyncbigtable/0.3.0//asyncbigtable-0.3.0-jar-with-dependencies.jar
Resolving repo1.maven.org (repo1.maven.org)... 151.101.184.209
Connecting to repo1.maven.org (repo1.maven.org)|151.101.184.209|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://repo1.maven.org/maven2/com/pythian/opentsdb/asyncbigtable/0.3.0//asyncbigtable-0.3.0-jar-with-dependencies.jar [following]
--2019-02-21 18:46:05-- https://repo1.maven.org/maven2/com/pythian/opentsdb/asyncbigtable/0.3.0//asyncbigtable-0.3.0-jar-with-dependencies.jar
Reusing existing connection to repo1.maven.org:443.
HTTP request sent, awaiting response... 404 Not Found
2019-02-21 18:46:05 ERROR 404: Not Found.

Looking at fetchdep.sh, it is trying to wget this url https://repo1.maven.org/maven2/com/pythian/opentsdb/asyncbigtable/0.3.0//asyncbigtable-0.3.0-jar-with-dependencies.jar

But that "//" in the url makes a 404!

@johann8384 johann8384 merged commit d4a598f into OpenTSDB:master Feb 24, 2021
johann8384 pushed a commit that referenced this pull request Feb 24, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants