Your message dated Mon, 19 Oct 2015 19:59:00 +0200
with message-id <[email protected]>
and subject line Re: Bug#589363: Fix FTBFS by not fail on error
has caused the Debian Bug report #589363,
regarding Fix FTBFS by not fail on error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
589363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589363
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jasperreports
Version: 3.7.3+dfsg-1

In Ubuntu, we've applied the attached patch to achieve the following:

    - debian/patches/13_fix_ftbfs.diff: Modify build.xml so that
      build continues in case of compilation error.

We thought you might be interested in doing the same. 

From: Artur Rona <[email protected]>
Description: Fix FTBFS by disabling option failonerror.
Bug: https://launchpad.net/bugs/605959
Origin: https://launchpad.net/ubuntu/+source/jasperreports/3.7.0+dfsg-1ubuntu1
Author: Onkar Shinde <[email protected]>

diff -Nru -x '*~' jasperreports-3.7.3+dfsg.orig/build.xml jasperreports-3.7.3+dfsg/build.xml
--- jasperreports-3.7.3+dfsg.orig/build.xml	2010-07-15 18:18:50.000000000 +0200
+++ jasperreports-3.7.3+dfsg/build.xml	2010-07-15 18:44:57.000000000 +0200
@@ -6,7 +6,7 @@
 
 	<target name="compile" description="Compiles the java source files of the library.">
 		<mkdir dir="./build/classes"/> 
-		<javac destdir="./build/classes" debug="true" optimize="false" deprecation="true" target="1.5" source="1.5" encoding="ISO-8859-1">
+		<javac destdir="./build/classes" debug="true" optimize="false" deprecation="true" target="1.5" source="1.5" encoding="ISO-8859-1" failonerror="false">
 			<exclude name="**/barcode4j/*.java"/>
 			<exclude name="**/barbecue/*.java"/>
 			<classpath>

--- End Message ---
--- Begin Message ---
On Sun, 18 Jul 2010 11:38:43 +0200 Torsten Werner <[email protected]>
wrote:
> tags 589363 + wontfix
> thanks
> 
> Hi,
> 
> On Sun, Jul 18, 2010 at 10:09 AM, Niels Thykier <[email protected]> wrote:
> > Can you provide a list of the packages in the circle(s)?
> 
> yes that is way to go. Please provide as much information as possible
> about the FTBFS errors in Ubuntu. We don't want to hide FTBFS errors
> but we can probably help you to get the package built.

I think this bug report is no longer relevant for us. Hiding FTBFS
errors is never a good solution but the latest version of jasperreports
builds fine, so I see no reason to keep this bug report open.

Closing.

Markus

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to