| Summary: | xmvn errors out with missing /usr/share/xmvn/conf/logging | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Rati <rrati> |
| Component: | xmvn | Assignee: | Mikolaj Izdebski <mizdebsk> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | mizdebsk, msrb, sochotni, tradej, tstclair |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 1.3.0-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-25 06:36:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Robert Rati
2013-10-01 19:23:39 UTC
Are you still able to reproduce this problem? I can see from output that you tried to build hadoop locally, without mock. I tried to install xmvn-1.1.0-1 in F20 mock and it failed from different reason (ClassNotFoundException: com.google.inject.Module), but current combination of javapackages-tools-3.3.1-1 and xmvn-1.1.0-2 seems to work. http://koji.fedoraproject.org/koji/taskinfo?taskID=6040387 xmvn-1.1.0-2 doesn't seem to exhibit the problem. Thanks. Marking as fixed. Just to note, a full reinstall of the package is required. a `yum update` still fails. Reopening for investigation. This is most likely a %pretrans scriptlet problem Hi Timothy, could you please paste the error message from `yum update` here? Thanks. There is no error in 'yum update', it's an upgrade of a package has a missing directory structure. It complains about the same missing directory structure: /usr/share/xmvn/conf/logging which only appears to be created on a fresh install. OK, here's how to reproduce it: $ rpm -q maven xmvn maven-3.1.0-3.fc20.noarch xmvn-0.5.1-4.fc20.noarch # rpm -e --nodeps maven # yum install maven-3.1.0-3.fc20.noarch.rpm xmvn-1.1.0-2.fc20.noarch.rpm $ rpm -V xmvn missing /usr/share/xmvn/conf/logging/simplelogger.properties Confirmed. Another reproducer that does not need removing maven: # rpm -q maven xmvn maven-3.1.0-3.fc20.noarch xmvn-0.5.1-4.fc20.noarch # rpm -V maven xmvn # rpm -U maven-3.1.0-3.fc20.noarch.rpm xmvn-1.1.0-2.fc20.noarch.rpm --force # rpm -V maven xmvn missing /usr/share/xmvn/conf/logging/simplelogger.properties This is urgent as it breaks upgrade path from Fedora 19 to Fedora 20. We are working on developing a proper fix. For now users reinstall xmvn to workaround this bug. # rpm -V xmvn missing /usr/share/xmvn/conf/logging/simplelogger.properties # rpm -U xmvn-1.1.0-2.fc20.noarch.rpm --force # rpm -V xmvn Fixed in xmvn-1.2.0-5 I believe that this bug is fixed in xmvn-1.3.0-2, which is available in Fedora 20, so I am closing this bug now. The build containing the fix can be found at Koji: http://koji.fedoraproject.org/koji/buildinfo?buildID=478073 |