You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Lutz Weischer (Jira)" <ji...@apache.org> on 2021/05/12 13:59:00 UTC

[jira] [Commented] (KAFKA-10670) repo.maven.apache.org: Name or service not known

    [ https://issues.apache.org/jira/browse/KAFKA-10670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343267#comment-17343267 ] 

Lutz Weischer commented on KAFKA-10670:
---------------------------------------

v2.7.1 and current master work fine now. Thanks!  

> repo.maven.apache.org: Name or service not known
> ------------------------------------------------
>
>                 Key: KAFKA-10670
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10670
>             Project: Kafka
>          Issue Type: Bug
>          Components: build
>         Environment: Fedora 33, Aarch64 
>            Reporter: Lutz Weischer
>            Priority: Minor
>
> ./gradlew jar 
> fails: 
> > Configure project :
> Building project 'core' with Scala version 2.13.3
> Building project 'streams-scala' with Scala version 2.13.3
> > Task :clients:processMessages
> MessageGenerator: processed 121 Kafka message JSON files(s).
> > Task :clients:compileJava FAILED
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':clients:compileJava'.
> > Could not resolve all files for configuration ':clients:compileClasspath'.
>    > Could not resolve org.xerial.snappy:snappy-java:1.1.7.7.
>      Required by:
>          project :clients
>       > Could not resolve org.xerial.snappy:snappy-java:1.1.7.7.
>          > Could not get resource 'https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7.7/snappy-java-1.1.7.7.pom'.
>             > Could not HEAD 'https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.7.7/snappy-java-1.1.7.7.pom'.
>                > repo.maven.apache.org: Name or service not known
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
> * Get more help at https://help.gradle.org
> Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
> Use '--warning-mode all' to show the individual deprecation warnings.
> See https://docs.gradle.org/6.7/userguide/command_line_interface.html#sec:command_line_warnings
> BUILD FAILED in 21s
> 4 actionable tasks: 4 executed



--
This message was sent by Atlassian Jira
(v8.3.4#803005)