[Bug 696804] New: Java:packages: Bug
https://bugzilla.novell.com/show_bug.cgi?id=696804 https://bugzilla.novell.com/show_bug.cgi?id=696804#c0 Summary: Java:packages: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software AssignedTo: mvyskocil@novell.com ReportedBy: 6dsSgiu6.5.7y5uGY5s@spamgourmet.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: --- Blocker: --- on an 11.4 install, with rpm -qa | grep -i tomcat (empty) enable repo, baseurl=http://download.opensuse.org/repositories/Java:/packages/openSUSE_11.4 then, installing only tomcat7* zypper in \ tomcat7 \ tomcat7-admin-webapps \ tomcat7-docs-webapp \ tomcat7-el-2_2-api \ tomcat7-javadoc \ tomcat7-jsp-2_2-api \ tomcat7-lib \ tomcat7-servlet-3_0-api \ tomcat7-webapps pulls in tomcat6* as well, .. The following NEW packages are going to be installed: jakarta-commons-collections-tomcat5 jakarta-commons-dbcp-tomcat5 jakarta-commons-pool-tomcat5 tomcat6 tomcat6-el-1_0-api tomcat6-jsp-2_1-api tomcat6-lib tomcat6-servlet-2_5-api tomcat7 tomcat7-admin-webapps tomcat7-docs-webapp tomcat7-el-2_2-api tomcat7-javadoc tomcat7-jsp-2_2-api tomcat7-lib tomcat7-servlet-3_0-api tomcat7-webapps .. deps should be cleaned up to pull in only tomcat7* -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696804 https://bugzilla.novell.com/show_bug.cgi?id=696804#c Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status|NEW |ASSIGNED Summary|Java:packages: Bug |Java:packages/tomcat7 pulls | |tomcat6 as well -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696804 https://bugzilla.novell.com/show_bug.cgi?id=696804#c1 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |6dsSgiu6.5.7y5uGY5s@spamgou | |rmet.com --- Comment #1 from Michal Vyskocil <mvyskocil@novell.com> 2011-06-02 09:07:57 UTC --- I cannot reproduce the following command installs only tomcat7* packages plus few jakarta-*tomcat5 ones. Can you tell me, what you will get with rpm -e --test $RPM for every tomcat6 package you have installed? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696804 https://bugzilla.novell.com/show_bug.cgi?id=696804#c2 x _ <6dsSgiu6.5.7y5uGY5s@spamgourmet.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|6dsSgiu6.5.7y5uGY5s@spamgou | |rmet.com | --- Comment #2 from x _ <6dsSgiu6.5.7y5uGY5s@spamgourmet.com> 2011-06-02 14:59:23 UTC --- rpm -qa | grep -i tomcat6 tomcat6-jsp-2_1-api-6.0.32-43.5.noarch tomcat6-servlet-2_5-api-6.0.32-43.5.noarch tomcat6-lib-6.0.32-43.5.noarch tomcat6-6.0.32-43.5.noarch tomcat6-el-1_0-api-6.0.32-43.5.noarch rpm -e --test tomcat6-jsp-2_1-api-6.0.32-43.5.noarch error: Failed dependencies: tomcat6-jsp-2_1-api = 6.0.32-43.5 is needed by (installed) tomcat6-lib-6.0.32-43.5.noarch rpm -e --test tomcat6-servlet-2_5-api-6.0.32-43.5.noarch error: Failed dependencies: tomcat6-servlet-2_5-api = 6.0.32-43.5 is needed by (installed) tomcat6-jsp-2_1-api-6.0.32-43.5.noarch tomcat6-servlet-2_5-api = 6.0.32-43.5 is needed by (installed) tomcat6-lib-6.0.32-43.5.noarch rpm -e --test tomcat6-lib-6.0.32-43.5.noarch error: Failed dependencies: tomcat6-lib = 6.0.32-43.5 is needed by (installed) tomcat6-6.0.32-43.5.noarch rpm -e --test tomcat6-6.0.32-43.5.noarch rpm -e --test tomcat6-el-1_0-api-6.0.32-43.5.noarch error: Failed dependencies: tomcat6-el-1.0-api = 6.0.32-43.5 is needed by (installed) tomcat6-lib-6.0.32-43.5.noarch rpm -e `rpm -qa | grep -i tomcat` rpm -qa | grep -i tomcat (empty) zypper in \ tomcat7 \ tomcat7-admin-webapps \ tomcat7-docs-webapp \ tomcat7-el-2_2-api \ tomcat7-javadoc \ tomcat7-jsp-2_2-api \ tomcat7-lib \ tomcat7-servlet-3_0-api \ tomcat7-webapps .. The following NEW packages are going to be installed: jakarta-commons-collections-tomcat5 jakarta-commons-dbcp-tomcat5 jakarta-commons-pool-tomcat5 tomcat7 tomcat7-admin-webapps tomcat7-docs-webapp tomcat7-el-2_2-api tomcat7-javadoc tomcat7-jsp-2_2-api tomcat7-lib tomcat7-servlet-3_0-api tomcat7-webapps .. apparently, something pkg dependency has been resolved by some other upgrade in the meantime. can close ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696804 https://bugzilla.novell.com/show_bug.cgi?id=696804#c3 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WORKSFORME --- Comment #3 from Michal Vyskocil <mvyskocil@novell.com> 2011-06-03 07:41:31 UTC --- Thanks a lot, so let close it! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com