Bug 827343
Summary: | HSQLDB should depend on java >= 1:1.6.0 | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Alexander Todorov <atodorov> | |
Component: | hsqldb | Assignee: | Mikolaj Izdebski <mizdebsk> | |
Status: | CLOSED ERRATA | QA Contact: | David Kutálek <dkutalek> | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | 6.3 | CC: | ajb, borgan, mizdebsk, sadov, sochotni, toracat | |
Target Milestone: | rc | Keywords: | Regression | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 844877 (view as bug list) | Environment: | ||
Last Closed: | 2013-02-21 08:43:50 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: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 760559, 840699, 844877 |
Description
Alexander Todorov
2012-06-01 07:56:03 UTC
I'll assume it was Deepak work on bug 816735 that caused this. Reassigning I cannot see how my changes could have caused this error as I changed nothing in the code that related to what %post does. Also, I am unable to reproduce this in a local VM: [root@dhcp-10-15-16-104 tmp]# rpm -q hsqldb hsqldb-1.8.0.10-8.el6.x86_64 [root@dhcp-10-15-16-104 tmp]# rpm -Uvh hsqldb-1.8.0.10-9.el6.noarch.rpm Preparing... ########################################### [100%] 1:hsqldb ########################################### [100%] [root@dhcp-10-15-16-104 tmp]# rpm -e hsqldb [root@dhcp-10-15-16-104 tmp]# rpm -q hsqldb package hsqldb is not installed [root@dhcp-10-15-16-104 tmp]# rpm -ivh hsqldb-1.8.0.10-9.el6.noarch.rpm Preparing... ########################################### [100%] 1:hsqldb ########################################### [100%] [root@dhcp-10-15-16-104 tmp]# It would have been interesting to see what the state of the system was when the error happened. The error message in the original report is shown when ln is given 2+ args and the last is not a directory. It is from these line in %post: ln -s $(build-classpath hsqldb) hsqldb.jar ln -s $(build-classpath apache-tomcat-apis/tomcat-servlet2.5-api) servlet.jar That means that both, $(build-classpath hsqldb) and $(build-classpath apache-tomcat-apis/tomcat-servlet2.5-api) returned more than one value.. it is wierd that build-classpath saw two or more jars for each of them. So is it okay to close this bug as WORKSFORME? *** Bug 845539 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0334.html |