Bug#467601: jfreereport: FTBFS: The method getPlattformDefaultEncoding() is undefined for the type EncodingRegistry

Lucas Nussbaum lucas at lucas-nussbaum.net
Tue Feb 26 13:39:02 UTC 2008


Package: jfreereport
Version: 0.9.0-05-4
Severity: serious
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20080225 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
> compile:
>     [mkdir] Created dir: /build/user/jfreereport-0.9.0-05/build
>     [mkdir] Created dir: /build/user/jfreereport-0.9.0-05/build/src
>     [mkdir] Created dir: /build/user/jfreereport-0.9.0-05/build/bin
>      [copy] Copying 323 files to /build/user/jfreereport-0.9.0-05/build/src
>     [javac] Compiling 323 source files to /build/user/jfreereport-0.9.0-05/build/bin
>     [javac] ----------
>     [javac] 1. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/DataSourceException.java (at line 40)
>     [javac] 	public class DataSourceException extends StackableException
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class DataSourceException does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 2. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/EmptyReportException.java
>     [javac]  (at line 39)
>     [javac] 	public class EmptyReportException extends ReportProcessingException
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class EmptyReportException does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 3. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/JFreeReport.java (at line 37)
>     [javac] 	import javax.swing.table.TableModel;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import javax.swing.table.TableModel is never used
>     [javac] ----------
>     [javac] 4. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/JFreeReport.java (at line 68)
>     [javac] 	public class JFreeReport extends ReportDefinition
>     [javac] 	             ^^^^^^^^^^^
>     [javac] The serializable class JFreeReport does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 5. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/JFreeReportBoot.java
>     [javac]  (at line 72)
>     [javac] 	private static class UserConfigWrapper extends HierarchicalConfiguration
>     [javac] 	                     ^^^^^^^^^^^^^^^^^
>     [javac] The serializable class UserConfigWrapper does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 6. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/ReportConfigurationException.java (at line 39)
>     [javac] 	public class ReportConfigurationException extends ReportException
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ReportConfigurationException does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 7. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/ReportDataFactoryException
>     [javac] .java (at line 38)
>     [javac] 	public class ReportDataFactoryException extends ReportException
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ReportDataFactoryException does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 8. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/ReportException.java (at line 41)
>     [javac] 	public class ReportException extends StackableException
>     [javac] 	             ^^^^^^^^^^^^^^^
>     [javac] The serializable class ReportException does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 9. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/ReportInterruptedException
>     [javac] .java (at line 40)
>     [javac] 	public class ReportInterruptedException extends ReportProcessingException
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ReportInterruptedException does not declare a static final serialVersionUID f
>     [javac] ield of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 10. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/ReportProcessingException.java (at line 39)
>     [javac] 	public class ReportProcessingException extends ReportException
>     [javac] 	             ^^^
>     [javac] ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ReportProcessingException does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 11. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/TableReportData.java (at line 44)
>     [javac] 	private int rowMax;
>     [javac] 	            ^^^^^^
>     [javac] The field TableReportData.rowMax is never read locally
>     [javac] ----------
>     [javac] 12. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/TableReportData.java (at line 45)
>     [javac] 	private int rowMin;
>     [javac] 	            ^^^^^^
>     [javac] The field TableReportData.rowMin is never read locally
>     [javac] ----------
>     [javac] ----------
>     [javac] 13. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/event/ReportProgressEvent.java (at line 41)
>     [javac] 	public class ReportProgressEvent extends EventObject
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ReportProgressEvent does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 14. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/expressions/ExpressionExc
>     [javac] eption.java (at line 40)
>     [javac] 	public class ExpressionException extends DataSourceException
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ExpressionException does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 15. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/expressions/FormulaExpression.java (at line 46)
>     [javac] 	public class FormulaExpression extends AbstractExpression
>     [javac] 	             ^^^^^^^^^^^^^^^^^
>     [javac] The serializable class FormulaExpression does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 16. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/expressions/FormulaFuncti
>     [javac] on.java (at line 45)
>     [javac] 	public class FormulaFunction extends AbstractExpression implements Function
>     [javac] 	             ^^^^^^^^^^^^^^^
>     [javac] The serializable class FormulaFunction does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 17. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/expressions/formula/sys/AttrFunction.java (at line 50)
>     [javac] 	public class AttrFunction implements Function
>     [javac] 	             ^^^^^^^^^^^^
>     [javac] The serializable class AttrFunction does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 18. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/expressions/sys/GetValueE
>     [javac] xpression.java (at line 42)
>     [javac] 	public class GetValueExpression extends AbstractExpression
>     [javac] 	             ^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class GetValueExpression does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 19. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/expressions/sys/GroupByExpression.java (at line 46)
>     [javac] 	public class GroupByExpression extends AbstractExpression
>     [javac] 	             ^^^^^^^^^^^^^^^^^
>     [javac] The serializable class GroupByExpression does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 20. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/expressions/sys/IsEmptyDa
>     [javac] taExpression.java (at line 43)
>     [javac] 	public class IsEmptyDataExpression extends AbstractExpression
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class IsEmptyDataExpression does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 21. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/expressions/sys/IsEmptyExpression.java (at line 41)
>     [javac] 	public class IsEmptyExpression extends AbstractExpression
>     [javac] 	             ^^^^^^^^^^^^^^^^^
>     [javac] The serializable class IsEmptyExpression does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 22. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/expressions/sys/IsEndOfDa
>     [javac] taExpression.java (at line 42)
>     [javac] 	public class IsEndOfDataExpression extends AbstractExpression
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class IsEndOfDataExpression does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 23. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/expressions/sys/IsExportTypeExpression.java (at line 43)
>     [javac] 	public class IsExportTypeExpression extends AbstractExpression
>     [javac] 	   
>     [javac]           ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class IsExportTypeExpression does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 24. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/expressions/sys/IsNullExpression.java (at line 41)
>     [javac] 	public class IsNullExpression extends AbstractExpression
>     [javac] 	             ^^^^^^^^^^^^^^^^
>     [javac] The serializable class IsNullExpression does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 25. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/flow/AbstractReportTarget
>     [javac] .java (at line 35)
>     [javac] 	import org.jfree.layouting.util.AttributeMap;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.jfree.layouting.util.AttributeMap is never used
>     [javac] ----------
>     [javac] 26. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/flow/AbstractReportTarget.java (at line 36)
>     [javac] 	import org.jfree.report.JFreeReportInfo;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.jfree.report.JFreeReportInfo is never used
>     [javac] ----------
>     [javac] 27. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/flow/AbstractReportTarget
>     [javac] .java (at line 37)
>     [javac] 	import org.jfree.report.structure.Element;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.jfree.report.structure.Element is never used
>     [javac] ----------
>     [javac] 28. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/flow/AbstractReportTarget.java (at line 40)
>     [javac] 	import org.jfree.util.ObjectUtilities;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.jfree.util.ObjectUtilities is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 29. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/flow/DefaultReportJob.jav
>     [javac] a (at line 33)
>     [javac] 	import java.awt.print.PageFormat;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.awt.print.PageFormat is never used
>     [javac] ----------
>     [javac] 30. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/flow/DefaultReportJob.jav
>     [javac] a (at line 47)
>     [javac] 	public class DefaultReportJob
>     [javac] 	             ^^^^^^^^^^^^^^^^
>     [javac] The serializable class DefaultReportJob does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 31. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/flow/LibLayoutReportTarget.java (at line 63)
>     [javac] 	protected static class LibLayoutReportTargetState
>     [javac] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class LibLayoutReportTargetState does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 32. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/flow/ReportJob.java
>     [javac]  (at line 34)
>     [javac] 	import java.awt.print.PageFormat;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.awt.print.PageFormat is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 33. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/flow/paginating/PageState.java (at line 44)
>     [javac] 	public class PageState implements Serializable
>     [javac] 	             ^^^^^^^^^
>     [javac] The serializable class PageState does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 34. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/flow/paginating/PageState
>     [javac] List.java (at line 91)
>     [javac] 	private static final class MasterList extends WeakReferenceList
>     [javac] 	                           ^^^^^^^^^^
>     [javac] The serializable class MasterList does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 35. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/flow/paginating/PaginatingReportProcessor.java (at line 215)
>     [javac] 	final ReportTarget reportTarget =
>     [javac] 	                   ^^^^^^^^^^^^
>     [javac] The local variable reportTarget is never read
>     [javac] ----------
>     [javac] ----------
>     [javac] 36. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/i18n/DefaultResourceBundl
>     [javac] eFactory.java (at line 45)
>     [javac] 	public class DefaultResourceBundleFactory implements ResourceBundleFactory
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class DefaultResourceBundleFactory does not declare a static final serialVersionUID
>     [javac]  field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 37. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/data/sql/DriverConnectionProvider.java (at line 43)
>     [javac] 	public class DriverConnectionProvider implements ConnectionProvi
>     [javac] der
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class DriverConnectionProvider does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 38. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/data/sql/SQLParameterLookupParser.java (at line 42)
>     [javac] 	public class SQLParameterLookupParser extends PropertyLookupParser
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class SQLParameterLookupParser does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 39. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/data/sql/StaticCo
>     [javac] nnectionProvider.java (at line 40)
>     [javac] 	public class StaticConnectionProvider implements ConnectionProvider
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class StaticConnectionProvider does not declare a static final serialVersionUID fie
>     [javac] ld of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 40. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/AbstractExportDialog.java (at line 61)
>     [javac] 	private class ConfirmAction extends AbstractAction
>     [javac] 	        
>     [javac]       ^^^^^^^^^^^^^
>     [javac] The serializable class ConfirmAction does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 41. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/
>     [javac] AbstractExportDialog.java (at line 89)
>     [javac] 	private class CancelAction extends AbstractAction
>     [javac] 	              ^^^^^^^^^^^^
>     [javac] The serializable class CancelAction does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 42. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/ExceptionDialog.java (at line 62)
>     [javac] 	public class ExceptionDialog extends JDialog
>     [javac] 	             ^^^^^^^^^^^^^^^
>     [javac] The serializable class ExceptionDialog does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 43. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/
>     [javac] ExceptionDialog.java (at line 67)
>     [javac] 	private final class OKAction extends AbstractAction
>     [javac] 	                    ^^^^^^^^
>     [javac] The serializable class OKAction does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 44. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/ExceptionDialog.java (at line 91)
>     [javac] 	private final class DetailsAction extends AbstractAction
>     [javac] 	                    ^^^^^^^^^^^^^
>     [javac] The serializable class DetailsAction does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 45. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/
>     [javac] JStatusBar.java (at line 47)
>     [javac] 	public class JStatusBar extends JComponent
>     [javac] 	             ^^^^^^^^^^
>     [javac] The serializable class JStatusBar does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 46. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/ReportProgressBar.java (at line 44)
>     [javac] 	public class ReportProgressBar extends JProgressBar
>     [javac] 	             ^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ReportProgressBar does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 47. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/
>     [javac] ReportProgressBar.java (at line 48)
>     [javac] 	private int page;
>     [javac] 	            ^^^^
>     [javac] The field ReportProgressBar.ScreenUpdateRunnable.page is never read locally
>     [javac] ----------
>     [javac] 48. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/ReportProgressBar.java (at line 49)
>     [javac] 	private int activity;
>     [javac] 	            ^^^^^^^^
>     [javac] The field ReportProgressBar.ScreenUpdateRunnable.activity is never read locally
>     [javac] ----------
>     [javac] 49. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/
>     [javac] ReportProgressBar.java (at line 68)
>     [javac] 	private class ReportProgressHandler implements ReportProgressListener
>     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^
>     [javac] The type ReportProgressBar.ReportProgressHandler is never used locally
>     [javac] ----------
>     [javac] 50. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/ReportProgressBar.java (at line 107)
>     [javac] 	private MessageFormat pageMessageFormatter;
>     [javac] 	                      ^^^^^^^^^^^^^^^^^^^^
>     [javac] The field ReportProgressBar.pageMessageFormatter is never read locally
>     [javac] ----------
>     [javac] 51. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/
>     [javac] ReportProgressBar.java (at line 111)
>     [javac] 	private MessageFormat currentRowFormatter;
>     [javac] 	                      ^^^^^^^^^^^^^^^^^^^
>     [javac] The field ReportProgressBar.currentRowFormatter is never read locally
>     [javac] ----------
>     [javac] 52. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/ReportProgressBar.java (at line 115)
>     [javac] 	private String layoutText;
>     [javac] 	               ^^^^^^^^^^
>     [javac] The field ReportProgressBar.layoutText is never read locally
>     [javac] ----------
>     [javac] 53. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/
>     [javac] ReportProgressBar.java (at line 119)
>     [javac] 	private String outputText;
>     [javac] 	               ^^^^^^^^^^
>     [javac] The field ReportProgressBar.outputText is never read locally
>     [javac] ----------
>     [javac] ----------
>     [javac] 54. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/ReportProgressDialog.java (at line 66)
>     [javac] 	public class ReportProgressDialog extends JDialog
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ReportProgressDialog does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 55. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/
>     [javac] ReportProgressDialog.java (at line 70)
>     [javac] 	private int page;
>     [javac] 	            ^^^^
>     [javac] The field ReportProgressDialog.ScreenUpdateRunnable.page is never read locally
>     [javac] ----------
>     [javac] 56. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/ReportProgressDialog.java (at line 71)
>     [javac] 	private int activity;
>     [javac] 	            ^^^^^^^^
>     [javac] The field ReportProgressDialog.ScreenUpdateRunnable.activity is never read locally
>     [javac] ----------
>     [javac] 57. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/
>     [javac] ReportProgressDialog.java (at line 72)
>     [javac] 	private int currentRow;
>     [javac] 	            ^^^^^^^^^^
>     [javac] The field ReportProgressDialog.ScreenUpdateRunnable.currentRow is never read locally
>     [javac] ----------
>     [javac] 58. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/common/ReportProgressDialog.java (at line 89)
>     [javac] 	private class ReportProgressHandler implements ReportProgressListener
>     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^
>     [javac] The type ReportProgressDialog.ReportProgressHandler is never used locally
>     [javac] ----------
>     [javac] ----------
>     [javac] 59. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/html/Ht
>     [javac] mlFileExportDialog.java (at line 75)
>     [javac] 	public class HtmlFileExportDialog extends AbstractExportDialog
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class HtmlFileExportDialog does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 60. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/html/HtmlFileExportDialog.java (at line 83)
>     [javac] 	private class ActionSelectTargetFile extends AbstractAction
>     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ActionSelectTargetFile does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 61. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/html/Ht
>     [javac] mlZipExportDialog.java (at line 76)
>     [javac] 	public class HtmlZipExportDialog extends AbstractExportDialog
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class HtmlZipExportDialog does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 62. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/html/HtmlZipExportDialog.java (at line 83)
>     [javac] 	private class ActionSelectTargetFile extends AbstractAction
>     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ActionSelectTargetFile does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 63. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/pdf/Pdf
>     [javac] ExportDialog.java (at line 85)
>     [javac] 	public class PdfExportDialog extends AbstractExportDialog
>     [javac] 	             ^^^^^^^^^^^^^^^
>     [javac] The serializable class PdfExportDialog does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 64. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/pdf/PdfExportDialog.java (at line 100)
>     [javac] 	private class ActionSecuritySelection extends AbstractAction
>     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ActionSecuritySelection does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 65. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/pdf/Pdf
>     [javac] ExportDialog.java (at line 119)
>     [javac] 	private class ActionSelectFile extends AbstractAction
>     [javac] 	              ^^^^^^^^^^^^^^^^
>     [javac] The serializable class ActionSelectFile does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 66. ERROR in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/pdf/PdfExportDialog.java (at line 550)
>     [javac] 	final String plattformDefaultEncoding = EncodingRegistry.getPlattform
>     [javac] DefaultEncoding();
>     [javac] 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method getPlattformDefaultEncoding() is undefined for the type EncodingRegistry
>     [javac] ----------
>     [javac] ----------
>     [javac] 67. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/preview/DefaultReportController.java (at line 38)
>     [javac] 	public class DefaultReportController extends JPanel impl
>     [javac] ements ReportController
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class DefaultReportController does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 68. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/preview/PreviewApplet.java (at line 41)
>     [javac] 	public class PreviewApplet extends JApplet
>     [javac] 	             ^^^^^^^^^^^^^
>     [javac] The serializable class PreviewApplet does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 69. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/preview
>     [javac] /PreviewDialog.java (at line 57)
>     [javac] 	public class PreviewDialog extends JDialog
>     [javac] 	             ^^^^^^^^^^^^^
>     [javac] The serializable class PreviewDialog does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 70. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/preview/PreviewFrame.java (at line 55)
>     [javac] 	public class PreviewFrame extends JFrame
>     [javac] 	             ^^^^^^^^^^^^
>     [javac] The serializable class PreviewFrame does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 71. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/preview
>     [javac] /PreviewPane.java (at line 79)
>     [javac] 	public class PreviewPane extends JPanel
>     [javac] 	             ^^^^^^^^^^^
>     [javac] The serializable class PreviewPane does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 72. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/preview/PreviewPane.java (at line 774)
>     [javac] 	int count = PreviewPaneUtilities.buildMenu(menu, plugins, this);
>     [javac] 	    ^^^^^
>     [javac] The local variable count is never read
>     [javac] ----------
>     [javac] ----------
>     [javac] 73. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/preview/PreviewPaneUtilities.java (at line 84)
>     [javac] 	private static class ZoomSelectAction extends AbstractActio
>     [javac] n
>     [javac] 	                     ^^^^^^^^^^^^^^^^
>     [javac] The serializable class ZoomSelectAction does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 74. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/preview/actions/ControlAction.java (at line 47)
>     [javac] 	public class ControlAction extends AbstractAction
>     [javac] 	             ^^^^^^^^^^^^^
>     [javac] The serializable class ControlAction does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 75. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/preview
>     [javac] /actions/ExportAction.java (at line 49)
>     [javac] 	public class ExportAction extends AbstractAction
>     [javac] 	             ^^^^^^^^^^^^
>     [javac] The serializable class ExportAction does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 76. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/preview/actions/ZoomAction.java (at line 49)
>     [javac] 	public class ZoomAction extends AbstractAction
>     [javac] 	             ^^^^^^^^^^
>     [javac] The serializable class ZoomAction does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 77. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/preview
>     [javac] /actions/ZoomListActionPlugin.java (at line 49)
>     [javac] 	private ResourceBundleSupport resources;
>     [javac] 	                              ^^^^^^^^^
>     [javac] The field ZoomListActionPlugin.resources is never read locally
>     [javac] ----------
>     [javac] ----------
>     [javac] 78. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/gui/swing/printing/PrinterUtility.java (at line 34)
>     [javac] 	import java.awt.print.PageFormat;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.awt.print.PageFormat is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 79. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/misc/autotable/Au
>     [javac] toTableCellContent.java (at line 41)
>     [javac] 	public class AutoTableCellContent extends Element
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class AutoTableCellContent does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 80. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/misc/autotable/AutoTableElement.java (at line 44)
>     [javac] 	public class AutoTableElement extends Element
>     [javac] 	             ^^^^^^^^^^^^^^^^
>     [javac] The serializable class AutoTableElement does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 81. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/misc/survey/Surve
>     [javac] yScale.java (at line 65)
>     [javac] 	public class SurveyScale implements Drawable, Serializable
>     [javac] 	             ^^^^^^^^^^^
>     [javac] The serializable class SurveyScale does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 82. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/misc/survey/SurveyScaleExpression.java (at line 40)
>     [javac] 	import org.jfree.ui.Drawable;
>     [javac] 	       ^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import org.jfree.ui.Drawable is never used
>     [javac] ----------
>     [javac] 83. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/misc/survey/SurveyScaleExpression.java (at line 51)
>     [javac] 	public class SurveyScaleExpression extends
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class SurveyScaleExpression does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 84. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/misc/tablemodel/C
>     [javac] SVTableModel.java (at line 42)
>     [javac] 	public class CSVTableModel extends AbstractTableModel
>     [javac] 	             ^^^^^^^^^^^^^
>     [javac] The serializable class CSVTableModel does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 85. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/misc/tablemodel/JoiningTableModel.java (at line 39)
>     [javac] 	public class JoiningTableModel extends AbstractTableModel
>     [javac] 	             ^^^^^^^^^^^^^^^^^
>     [javac] The serializable class JoiningTableModel does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 86. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/misc/tablemodel/R
>     [javac] esultSetTableModelFactory.java (at line 159)
>     [javac] 	private static final class CloseableDefaultTableModel extends DefaultTableModel
>     [javac] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class CloseableDefaultTableModel does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 87. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/misc/tablemodel/S
>     [javac] crollableResultSetTableModel.java (at line 52)
>     [javac] 	public class ScrollableResultSetTableModel extends AbstractTableModel
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ScrollableResultSetTableModel does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 88. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/modules/preferences/base/
>     [javac] ConfigStoreException.java (at line 42)
>     [javac] 	public class ConfigStoreException extends StackableException
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ConfigStoreException does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 89. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/structure/ContentElement.java (at line 42)
>     [javac] 	public class ContentElement extends Element
>     [javac] 	             ^^^^^^^^^^^^^^
>     [javac] The serializable class ContentElement does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 90. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/structure/DetailSection.j
>     [javac] ava (at line 40)
>     [javac] 	public class DetailSection extends Section
>     [javac] 	             ^^^^^^^^^^^^^
>     [javac] The serializable class DetailSection does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 91. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/structure/Group.java (at line 51)
>     [javac] 	public class Group extends Section
>     [javac] 	             ^^^^^
>     [javac] The serializable class Group does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 92. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/structure/Section.java
>     [javac]  (at line 60)
>     [javac] 	public class Section extends Element
>     [javac] 	             ^^^^^^^
>     [javac] The serializable class Section does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 93. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/structure/StaticText.java (at line 38)
>     [javac] 	public class StaticText extends Node
>     [javac] 	             ^^^^^^^^^^
>     [javac] The serializable class StaticText does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 94. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/structure/SubReport.java
>     [javac]  (at line 43)
>     [javac] 	public class SubReport extends ReportDefinition
>     [javac] 	             ^^^^^^^^^
>     [javac] The serializable class SubReport does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 95. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/util/InstanceID.java (at line 42)
>     [javac] 	public final class InstanceID implements Serializable
>     [javac] 	                   ^^^^^^^^^^
>     [javac] The serializable class InstanceID does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 96. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/util/MemoryByteArrayOutpu
>     [javac] tStream.java (at line 48)
>     [javac] 	private int initialBufferSize;
>     [javac] 	            ^^^^^^^^^^^^^^^^^
>     [javac] The field MemoryByteArrayOutputStream.initialBufferSize is never read locally
>     [javac] ----------
>     [javac] ----------
>     [javac] 97. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/util/MessageFormatSupport.java (at line 45)
>     [javac] 	public class MessageFormatSupport implements Serializable, Cloneable
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class MessageFormatSupport does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 98. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/util/MessageFormatSupport
>     [javac] .java (at line 47)
>     [javac] 	protected static class MessageCompiler extends PropertyLookupParser
>     [javac] 	                       ^^^^^^^^^^^^^^^
>     [javac] The serializable class MessageCompiler does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 99. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/util/ObjectStreamResolveException.java (at line 41)
>     [javac] 	public class ObjectStreamResolveException extends ObjectStreamException
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ObjectStreamResolveException does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 100. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/util/ReportConfiguration.java (at line 45)
>     [javac] 	public class ReportConfiguration extends HierarchicalConfiguration
>     [javac] 	             ^^^^^^^^^^^^^^^^^^^
>     [javac] The serializable class ReportConfiguration does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 101. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/util/ReportParameters.ja
>     [javac] va (at line 43)
>     [javac] 	public final class ReportParameters implements Serializable, Cloneable
>     [javac] 	                   ^^^^^^^^^^^^^^^^
>     [javac] The serializable class ReportParameters does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 102. WARNING in /build/user/jfreereport-0.9.0-05/build/src/org/jfree/report/util/beans/BeanException.java (at line 41)
>     [javac] 	public class BeanException extends StackableException
>     [javac] 	             ^^^^^^^^^^^^^
>     [javac] The serializable class BeanException does not declare a static final serialVersionUID field of type long
>     [javac] ----------
>     [javac] 102 problems (1 error, 101 warnings)
> 
> BUILD FAILED
> /build/user/jfreereport-0.9.0-05/ant/build.xml:40: The following error occurred while executing this line:
> /build/user/jfreereport-0.9.0-05/ant/build-lib.xml:257: Compile failed; see the compiler error output for details.
> 
> Total time: 4 seconds
> make: *** [build-stamp] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/02/25

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas at lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr             GPG: 1024D/023B3F4F |





More information about the pkg-java-maintainers mailing list