[Bug 817145] New: Typo in "/usr/bin/fop" breaks fop. Fix included
https://bugzilla.novell.com/show_bug.cgi?id=817145 https://bugzilla.novell.com/show_bug.cgi?id=817145#c0 Summary: Typo in "/usr/bin/fop" breaks fop. Fix included Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: All OS/Version: openSUSE 12.3 Status: NEW Severity: Major Priority: P5 - None Component: Java AssignedTo: bnc-team-java@forge.provo.novell.com ReportedBy: johanp@aditus.nu QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22 In the "/usr/bin/fop" start script there is a list of needed jars. Among them it is listed so: xml-commons-jaxp-1.3.apis There is s typo in this since the installed jar is actually named xml-commons-jaxp-1.3-apis The error is that there should be a hyphen (-) instead of a period after the version number. This error (of course) completely breaks fop in SuSE 12.3 which is kind of a showstopper for all persons working with DcoBook and producing PDFs. Reproducible: Always Steps to Reproduce: Try run "fop" and it will fail with an error indicating that it cannot load xml-commons-jaxp-1.3.apis Actual Results: Fail Expected Results: Should work and produce a an output. The fix is obvious (below fop.OLD is the existing fop with error) --- /usr/bin/fop.OLD 2013-04-25 13:31:30.614395317 +0200 +++ /usr/bin/fop 2013-04-25 13:31:56.952600172 +0200 @@ -33,7 +33,7 @@ # Rest of the configuration MAIN_CLASS=org.apache.fop.cli.Main -BASE_JARS="xmlgraphics-fop xmlgraphics-commons commons-logging commons-io avalon-framework batik-all xml-commons-jaxp-1.3.apis xml-commons-jaxp-1.3-apis-ext" +BASE_JARS="xmlgraphics-fop xmlgraphics-commons commons-logging commons-io avalon-framework batik-all xml-commons-jaxp-1.3-apis xml-commons-jaxp-1.3-apis-ext" # Set parameters set_jvm -- 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=817145 https://bugzilla.novell.com/show_bug.cgi?id=817145#c1 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |NEEDINFO InfoProvider| |maintenance@opensuse.org AssignedTo|bnc-team-java@forge.provo.n |mvyskocil@suse.com |ovell.com | --- Comment #1 from Michal Vyskocil <mvyskocil@suse.com> 2013-04-25 12:09:53 UTC --- What a stupid mistake, thanks for the patch @maintenance: please open an incident for 12.3, this has to be 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.
https://bugzilla.novell.com/show_bug.cgi?id=817145 https://bugzilla.novell.com/show_bug.cgi?id=817145#c2 --- Comment #2 from Michal Vyskocil <mvyskocil@suse.com> 2013-04-25 12:12:01 UTC --- BTW: sent a fix to Factory 173377 and 12.3 173378 -- 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=817145 https://bugzilla.novell.com/show_bug.cgi?id=817145#c3 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|maintenance@opensuse.org | --- Comment #3 from Benjamin Brunner <bbrunner@suse.com> 2013-04-25 14:20:45 CEST --- Thanks to both of you. I started an update, see openSUSE:Maintenance:1629. -- 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=817145 https://bugzilla.novell.com/show_bug.cgi?id=817145#c4 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Michal Vyskocil <mvyskocil@suse.com> 2013-04-25 12:31:46 UTC --- ok, let's mark this is 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.
https://bugzilla.novell.com/show_bug.cgi?id=817145 https://bugzilla.novell.com/show_bug.cgi?id=817145#c5 --- Comment #5 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-04-25 15:00:07 CEST --- This is an autogenerated message for OBS integration: This bug (817145) was mentioned in https://build.opensuse.org/request/show/173377 Factory / xmlgraphics-fop https://build.opensuse.org/request/show/173378 Maintenance / -- 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=817145 https://bugzilla.novell.com/show_bug.cgi?id=817145#c6 --- Comment #6 from Swamp Workflow Management <swamp@suse.de> 2013-06-10 10:21:00 UTC --- openSUSE-RU-2013:0961-1: An update that has one recommended fix can now be installed. Category: recommended (moderate) Bug References: 817145 CVE References: Sources used: openSUSE 12.3 (src): xmlgraphics-fop-1.1-7.5.1 -- 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