[Bug 394499] New: tomcat6 rpm script fails during install
https://bugzilla.novell.com/show_bug.cgi?id=394499 Summary: tomcat6 rpm script fails during install Product: openSUSE 11.0 Version: Beta 3 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: choeger@open-xchange.com QAContact: qa@suse.de Found By: --- Just updated packages to recent factory state from Beta3 and installed tomcat6 and got the following error in YaST2: Subprocess failed. Error: RPM fehlgeschlagen: /var/tmp/rpm-tmp.5654: line 1: build-jar-repository: command not found error: %post(tomcat6-lib-6.0.16-6.noarch) scriptlet failed, exit status 127 --- 2008-05-19 18:25:55 gcc-gij-4.3-38.i586.rpm ordnungsgemäß installiert 2008-05-19 18:25:58 libbonoboui-2.22.0-27.i586.rpm ordnungsgemäß installiert 2008-05-19 18:25:59 java-1_5_0-gcj-compat-1.5.0.0-62.i586.rpm ordnungsgemäß installiert 2008-05-19 18:26:07 ecj-3.3-55.noarch.rpm ordnungsgemäß installiert 2008-05-19 18:26:11 libgnomeui-2.22.1-18.i586.rpm ordnungsgemäß installiert 2008-05-19 18:26:26 Fehler bei der Installation von tomcat6-lib-6.0.16-6.noarch.rpm rpm-Ausgabe: /var/tmp/rpm-tmp.5654: line 1: build-jar-repository: command not found error: %post(tomcat6-lib-6.0.16-6.noarch) scriptlet failed, exit status 127 -- 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=394499 User choeger@open-xchange.com added comment https://bugzilla.novell.com/show_bug.cgi?id=394499#c1 --- Comment #1 from Carsten Hoeger <choeger@open-xchange.com> 2008-05-26 07:46:12 MDT --- looks like something is missing in Prerequires -- 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=394499 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |bnc-team-java@forge.provo.novell.com -- 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=394499 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=394499#c2 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvyskocil@novell.com Status|NEW |NEEDINFO Info Provider| |choeger@open-xchange.com --- Comment #2 from Michal Vyskocil <mvyskocil@novell.com> 2008-05-27 06:08:47 MDT --- Well, you are using an gcj, which is not really supported in openSUSE. This error is produced by missing jpackage-utils dependency, which is in all of JVM packages and tomcat6 rely on it. Maybe we will add this dependency to all of Java packages (for 11.0 is too late). Please install a jpackage-utils and a java-1_6_0-openjdk (because openjdk6 doesn't have this dependency too, but currently is fixed) and retest an installation of tomcat6. -- 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=394499 User choeger@open-xchange.com added comment https://bugzilla.novell.com/show_bug.cgi?id=394499#c3 --- Comment #3 from Carsten Hoeger <choeger@open-xchange.com> 2008-05-27 06:16:26 MDT --- Well, if you as a vendor ship a package, that has a fixed requirement to another package, you should take care of setting it. That's what rpm packages are for. Requires: foo >=1.0 etc. -- 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=394499 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=394499#c4 --- Comment #4 from Michal Vyskocil <mvyskocil@novell.com> 2008-05-27 06:27:31 MDT --- I know, how the rpm dependencies works. But historically the Java packages in SUSE doesn't have a dependencies to the JVM package and this state have some reasons and I cannot change it. I agree, that we need add an jpackage-utils PreReq to all of Java packages, but it should be fixed automatically by adopting of JPP packages in next release. Currently I cannot submit a fix for tomcat6 for 11.0. For now, please retest it with jpackage-utils and a openjdk6 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=394499 User choeger@open-xchange.com added comment https://bugzilla.novell.com/show_bug.cgi?id=394499#c5 --- Comment #5 from Carsten Hoeger <choeger@open-xchange.com> 2008-05-27 07:05:41 MDT --- okay, I installed java-1_6_0-openjdk-devel java-1_6_0-openjdk jpackage-utils now and ran build-jar-repository /usr/share/java/tomcat6 ecj and now tomcat also tomcat starts (see bug 394505) -- 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=394499 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=394499#c6 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-java@forge.provo.novell.com |mvyskocil@novell.com Status|NEEDINFO |ASSIGNED Info Provider|choeger@open-xchange.com | --- Comment #6 from Michal Vyskocil <mvyskocil@novell.com> 2008-05-27 07:39:14 MDT --- OK, I'll reassign this bug to me and add the jpackage-utils to PreReq for all of Java packages after release of 11.0. -- 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=394499 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal Priority|P5 - None |P2 - High Target Milestone|--- |Future/Later for Fix| | -- 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=394499 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=394499#c7 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #7 from Michal Vyskocil <mvyskocil@novell.com> 2009-01-08 01:37:14 MST --- fixed -- 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