[
https://issues.apache.org/jira/browse/MESOS-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15009064#comment-15009064
]
Bernd Mathiske commented on MESOS-3752:
---------------------------------------
No I get this on a fresh Centos 6.6 with 0.26.0-rc1:
make[1]: Entering directory `/home/vagrant/mesos/build/src'
Building mesos-0.26.0.jar ...
[INFO] Scanning for projects...
Downloading:
https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.apache.mesos:mesos:0.26.0: Could not
transfer artifact org.apache:apache:pom:11 from/to central
(https://repo.maven.apache.org/maven2): java.security.ProviderException:
java.security.KeyException and 'parent.relativePath' points at wrong local POM
@ line 18, column 11
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.mesos:mesos:0.26.0
(/home/vagrant/mesos/build/src/java/mesos.pom) has 1 error
[ERROR] Non-resolvable parent POM for org.apache.mesos:mesos:0.26.0: Could
not transfer artifact org.apache:apache:pom:11 from/to central
(https://repo.maven.apache.org/maven2): java.security.ProviderException:
java.security.KeyException and 'parent.relativePath' points at wrong local POM
@ line 18, column 11 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
make[1]: *** [java/target/mesos-0.26.0.jar] Error 1
make[1]: Leaving directory `/home/vagrant/mesos/build/src'
make: *** [all-recursive] Error 1
> CentOS 6 dependency install fails at Maven
> ------------------------------------------
>
> Key: MESOS-3752
> URL: https://issues.apache.org/jira/browse/MESOS-3752
> Project: Mesos
> Issue Type: Documentation
> Reporter: Greg Mann
> Assignee: Greg Mann
> Labels: documentation, installation, mesosphere
> Fix For: 0.26.0
>
>
> It seems the Apache Maven dependencies have changed such that following the
> Getting Started docs for CentOS 6.6 will fail at Maven installation:
> {code}
> ---> Package apache-maven.noarch 0:3.3.3-2.el6 will be installed
> --> Processing Dependency: java-devel >= 1:1.7.0 for package:
> apache-maven-3.3.3-2.el6.noarch
> --> Finished Dependency Resolution
> Error: Package: apache-maven-3.3.3-2.el6.noarch (epel-apache-maven)
> Requires: java-devel >= 1:1.7.0
> Available: java-1.5.0-gcj-devel-1.5.0.0-29.1.el6.x86_64 (base)
> java-devel = 1.5.0
> Available:
> 1:java-1.6.0-openjdk-devel-1.6.0.35-1.13.7.1.el6_6.x86_64 (base)
> java-devel = 1:1.6.0
> Available:
> 1:java-1.6.0-openjdk-devel-1.6.0.36-1.13.8.1.el6_7.x86_64 (updates)
> java-devel = 1:1.6.0
> You could try using --skip-broken to work around the problem
> You could try running: rpm -Va --nofiles --nodigest
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)