[Debian-astro-maintainers] Bug#1058326: starjava-topcat: FTBFS: [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:82: error: cannot find symbol
Lucas Nussbaum
lucas at debian.org
Tue Dec 12 08:45:23 GMT 2023
Source: starjava-topcat
Version: 4.8.7-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20231212 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ant jars
> Buildfile: /<<PKGBUILDDIR>>/build.xml
>
> prepare:
> [tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been set to 1671607794
>
> check_packages:
>
> build:
> [mkdir] Created dir: /<<PKGBUILDDIR>>/build/classes
> [javac] Compiling 422 source files to /<<PKGBUILDDIR>>/build/classes
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:82: error: cannot find symbol
> [javac] import uk.ac.starlink.ttools.plot2.task.ZoneSpec;
> [javac] ^
> [javac] symbol: class ZoneSpec
> [javac] location: package uk.ac.starlink.ttools.plot2.task
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:871: error: package ZoneSpec does not exist
> [javac] private static ZoneSpec.RampSpec
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1917: error: cannot find symbol
> [javac] private ZoneSpec updateZoneSpec( ZoneSpec inSpec,
> [javac] ^
> [javac] symbol: class ZoneSpec
> [javac] location: class PlotJob<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class PlotJob
> [javac] A extends Object declared in class PlotJob
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1917: error: cannot find symbol
> [javac] private ZoneSpec updateZoneSpec( ZoneSpec inSpec,
> [javac] ^
> [javac] symbol: class ZoneSpec
> [javac] location: class PlotJob<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class PlotJob
> [javac] A extends Object declared in class PlotJob
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/CubePlotWindow.java:8: error: cannot find symbol
> [javac] import uk.ac.starlink.ttools.plot2.SingleGanger;
> [javac] ^
> [javac] symbol: class SingleGanger
> [javac] location: package uk.ac.starlink.ttools.plot2
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/HistogramPlotWindow.java:38: error: cannot find symbol
> [javac] import uk.ac.starlink.ttools.plot2.SingleGanger;
> [javac] ^
> [javac] symbol: class SingleGanger
> [javac] location: package uk.ac.starlink.ttools.plot2
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlanePlotWindow.java:13: error: cannot find symbol
> [javac] import uk.ac.starlink.ttools.plot2.SingleGanger;
> [javac] ^
> [javac] symbol: class SingleGanger
> [javac] location: package uk.ac.starlink.ttools.plot2
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/SkyPlotWindow.java:17: error: cannot find symbol
> [javac] import uk.ac.starlink.ttools.plot2.SingleGanger;
> [javac] ^
> [javac] symbol: class SingleGanger
> [javac] location: package uk.ac.starlink.ttools.plot2
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/SpherePlotWindow.java:8: error: cannot find symbol
> [javac] import uk.ac.starlink.ttools.plot2.SingleGanger;
> [javac] ^
> [javac] symbol: class SingleGanger
> [javac] location: package uk.ac.starlink.ttools.plot2
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ViewerTableModel.java:129: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] return new Long( ++lx_ );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ViewerTableModel.java:144: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] return new Long( rowMap[ ++kx_ ] );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/activate/ActivationWindow.java:661: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] tcModel_.fireModelChanged( TopcatEvent.ROW, new Long( lrow ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/activate/ActivationWindow.java:1407: warning: [deprecation] newInstance() in Class has been deprecated
> [javac] (ActivationType) Class.forName( clazzName ).newInstance();
> [javac] ^
> [javac] where T is a type-variable:
> [javac] T extends Object declared in class Class
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ControlWindow.java:534: warning: [deprecation] ALT_MASK in InputEvent has been deprecated
> [javac] InputEvent.ALT_MASK ),
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ControlWindow.java:539: warning: [deprecation] ALT_MASK in InputEvent has been deprecated
> [javac] InputEvent.ALT_MASK ),
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ControlWindow.java:2015: warning: [deprecation] newInstance() in Class has been deprecated
> [javac] tld0 = tldClazz.newInstance();
> [javac] ^
> [javac] where T is a type-variable:
> [javac] T extends Object declared in class Class
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatJELRowReader.java:154: warning: [removal] Short(short) in Short has been deprecated and marked for removal
> [javac] return new Short( isub );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatJELRowReader.java:242: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] translatedSubsetIds_.add( new Integer( subsetId ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatJELRowReader.java:256: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] translatedSubsetIds_.add( new Integer( subsets
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatJELRowReader.java:324: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] return jrow >= 0 ? new Integer( 1 + jrow ) : null;
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatJELRowReader.java:338: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] return new Integer( viewModel.getRowCount() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ConcatWindow.java:445: warning: [removal] Byte(byte) in Byte has been deprecated and marked for removal
> [javac] return new Byte( value.byteValue() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ConcatWindow.java:452: warning: [removal] Short(short) in Short has been deprecated and marked for removal
> [javac] return new Short( value.shortValue() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ConcatWindow.java:459: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] return new Integer( value.intValue() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ConcatWindow.java:466: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] return new Long( value.longValue() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ConcatWindow.java:473: warning: [removal] Float(float) in Float has been deprecated and marked for removal
> [javac] return new Float( value.floatValue() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ConcatWindow.java:480: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] return new Double( value.doubleValue() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/WeightedAxesSelector.java:38: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] new Integer( 1 ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/SubsetWindow.java:797: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] new Long( counts[ i ] ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/CutChooser.java:52: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] loLabels.put( new Integer( (int) ( Math.log( point ) * SCALE ) ),
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/CutChooser.java:54: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] hiLabels.put( new Integer( (int) ( -Math.log( point ) * SCALE ) ),
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/OrderedSelectionRecorder.java:71: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] Integer item = new Integer( i );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/PointSelector.java:709: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] : new Integer( tcModel_.getSubsets().indexToId( isub ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/PointSelection.java:377: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] ipList.add( new Long( offset + lrow ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/PointSelection.java:426: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] indexList.get( igrp ).add( new Integer( itab ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ColumnConverter.java:130: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] ? new Double( ((Number) value).doubleValue() * factor_ )
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ColumnDataComboBoxModel.java:627: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] return new Long( irow + 1 );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/activate/ActivationLogPanel.java:216: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] return new Long( item.iseq_ + 1 );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/activate/ActivationLogPanel.java:221: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] return new Long( item.irow_ + 1 );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ColumnIndexSpinner.java:69: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] setValue( new Integer( index0 ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ColumnIndexSpinner.java:90: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] setMinimum( new Integer( 1 ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ColumnIndexSpinner.java:91: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] setMaximum( new Integer( columnModel.getColumnCount() + 1) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ColumnInfoWindow.java:115: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] return new Integer( ic + 1 );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ColumnInfoWindow.java:207: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] return size > 0 ? new Integer( size ) : null;
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/StackPlotWindow.java:305: error: cannot find symbol
> [javac] plotTypeGui_.getGangerFactory().isMultiZone();
> [javac] ^
> [javac] symbol: method isMultiZone()
> [javac] location: interface GangerFactory<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class StackPlotWindow
> [javac] A extends Object declared in class StackPlotWindow
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/FigurePanel.java:398: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] final Integer okOption = new Integer( JOptionPane.OK_OPTION );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/StackPlotWindow.java:772: error: method createGanger in interface GangerFactory<P,A> cannot be applied to given types;
> [javac] return plotTypeGui_.getGangerFactory().createGanger( padding );
> [javac] ^
> [javac] required: Padding,ConfigMap,GangContext
> [javac] found: Padding
> [javac] reason: actual and formal argument lists differ in length
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in interface GangerFactory
> [javac] A extends Object declared in interface GangerFactory
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/StackPlotWindow.java:1073: error: method createApproxGang in interface Ganger<P,A> cannot be applied to given types;
> [javac] Gang gang = getGanger().createApproxGang( getBounds(), zones.length );
> [javac] ^
> [javac] required: Rectangle
> [javac] found: Rectangle,int
> [javac] reason: actual and formal argument lists differ in length
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in interface Ganger
> [javac] A extends Object declared in interface Ganger
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:601: error: cannot find symbol
> [javac] List<ZoneSpec> zoneSpecs = new ArrayList<ZoneSpec>();
> [javac] ^
> [javac] symbol: class ZoneSpec
> [javac] location: class PlotPanel<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class PlotPanel
> [javac] A extends Object declared in class PlotPanel
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:601: error: cannot find symbol
> [javac] List<ZoneSpec> zoneSpecs = new ArrayList<ZoneSpec>();
> [javac] ^
> [javac] symbol: class ZoneSpec
> [javac] location: class PlotPanel<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class PlotPanel
> [javac] A extends Object declared in class PlotPanel
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:653: error: package ZoneSpec does not exist
> [javac] final ZoneSpec.LegendSpec legSpec;
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:664: error: package ZoneSpec does not exist
> [javac] .LegendSpec( hasBorder, isOpaque, legPos );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:666: error: package ZoneSpec does not exist
> [javac] ZoneSpec.RampSpec auxSpec = createRampSpec( shadeFact );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:667: error: cannot find symbol
> [javac] zoneSpecs.add( new ZoneSpec( zconfig, hasAux, title,
> [javac] ^
> [javac] symbol: class ZoneSpec
> [javac] location: class PlotPanel<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class PlotPanel
> [javac] A extends Object declared in class PlotPanel
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:675: error: cannot find symbol
> [javac] zoneSpecs.toArray( new ZoneSpec[ 0 ] ),
> [javac] ^
> [javac] symbol: class ZoneSpec
> [javac] location: class PlotPanel<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class PlotPanel
> [javac] A extends Object declared in class PlotPanel
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:876: error: package ZoneSpec does not exist
> [javac] : new ZoneSpec.RampSpec( axis.getCrowding(), axis.getLabel() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1014: error: cannot find symbol
> [javac] new ZoneSpec[ 0 ], new LayerSpec[ 0 ] );
> [javac] ^
> [javac] symbol: class ZoneSpec
> [javac] location: class PlotPanel<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class PlotPanel
> [javac] A extends Object declared in class PlotPanel
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1564: error: incompatible types: Set<AuxScale> cannot be converted to AuxScale[]
> [javac] AuxScale.getMissingScales( zone.layers_, auxDataSpanMap,
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1584: error: method calculateAuxSpans in class AuxScale cannot be applied to given types;
> [javac] AuxScale.calculateAuxSpans( calcScales, zone.layers_,
> [javac] ^
> [javac] required: AuxScale[],List<Bi<Surface,PlotLayer>>,Object[],DataStore
> [javac] found: AuxScale[],PlotLayer[],Surface,Object[],DataStore
> [javac] reason: actual and formal argument lists differ in length
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1597: error: cannot find symbol
> [javac] AuxScale.getClippedSpans( scales, auxDataSpanMap,
> [javac] ^
> [javac] symbol: method getClippedSpans(AuxScale[],Map<AuxScale,Span>,Map<AuxScale,Span>,Map<AuxScale,Subrange>,Map<AuxScale,Boolean>)
> [javac] location: class AuxScale
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1650: error: method createPlotDecorations in class PlotPlacement cannot be applied to given types;
> [javac] .createPlotDecorations( surface, zone.legend_, zone.legpos_,
> [javac] ^
> [javac] required: PlotFrame,Trimming,ShadeAxis
> [javac] found: Surface,Icon,float[],String,ShadeAxis
> [javac] reason: actual and formal argument lists differ in length
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1769: error: cannot find symbol
> [javac] ZoneSpec[] zoneSpecs = plotSpec_.getZoneSpecs().clone();
> [javac] ^
> [javac] symbol: class ZoneSpec
> [javac] location: class PlotJob<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class PlotJob
> [javac] A extends Object declared in class PlotJob
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1769: error: cannot find symbol
> [javac] ZoneSpec[] zoneSpecs = plotSpec_.getZoneSpecs().clone();
> [javac] ^
> [javac] symbol: method getZoneSpecs()
> [javac] location: variable plotSpec_ of type PlotSpec<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class PlotJob
> [javac] A extends Object declared in class PlotJob
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1892: warning: [rawtypes] found raw type: ZoneContent
> [javac] ZoneContent[] zoneContents = new ZoneContent[ nz ];
> [javac] ^
> [javac] missing type arguments for generic class ZoneContent<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class ZoneContent
> [javac] A extends Object declared in class ZoneContent
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1892: warning: [rawtypes] found raw type: ZoneContent
> [javac] ZoneContent[] zoneContents = new ZoneContent[ nz ];
> [javac] ^
> [javac] missing type arguments for generic class ZoneContent<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class ZoneContent
> [javac] A extends Object declared in class ZoneContent
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1898: warning: [rawtypes] found raw type: ZoneContent
> [javac] new ZoneContent( zone.layers_, zone.legend_,
> [javac] ^
> [javac] missing type arguments for generic class ZoneContent<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class ZoneContent
> [javac] A extends Object declared in class ZoneContent
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1898: error: constructor ZoneContent in class ZoneContent<P,A> cannot be applied to given types;
> [javac] new ZoneContent( zone.layers_, zone.legend_,
> [javac] ^
> [javac] required: Object,Object,PlotLayer[]
> [javac] found: PlotLayer[],Icon,float[],String
> [javac] reason: actual and formal argument lists differ in length
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class ZoneContent
> [javac] A extends Object declared in class ZoneContent
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1901: error: no suitable method found for createGang(Rectangle,SurfaceFactory<P,A>,int,ZoneContent[],P[],A[],ShadeAxis[],boolean)
> [javac] return ganger_.createGang( extBounds_, surfFact_, nz,
> [javac] ^
> [javac] method Ganger.createGang(Rectangle[]) is not applicable
> [javac] (actual and formal argument lists differ in length)
> [javac] method Ganger.createGang(Rectangle,SurfaceFactory<P,A>,ZoneContent<P,A>[],Trimming[],ShadeAxis[],boolean) is not applicable
> [javac] (actual and formal argument lists differ in length)
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class PlotJob
> [javac] A extends Object declared in class PlotJob
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1941: error: package ZoneSpec does not exist
> [javac] ZoneSpec.LegendSpec legSpec = inSpec.getLegendSpec();
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1942: error: package ZoneSpec does not exist
> [javac] ZoneSpec.RampSpec auxSpec = inSpec.getAuxSpec();
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlotPanel.java:1943: error: cannot find symbol
> [javac] return new ZoneSpec( config, hasAux, title, legSpec, auxSpec );
> [javac] ^
> [javac] symbol: class ZoneSpec
> [javac] location: class PlotJob<P,A>
> [javac] where P,A are type-variables:
> [javac] P extends Object declared in class PlotJob
> [javac] A extends Object declared in class PlotJob
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/Driver.java:120: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
> [javac] SecurityManager sman = System.getSecurityManager();
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/Driver.java:120: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
> [javac] SecurityManager sman = System.getSecurityManager();
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/IntSelector.java:37: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] items[ i ] = new Integer( options[ i ] );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/IntSelector.java:66: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] cbox_.setSelectedItem( new Integer( value ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/IntSelector.java:99: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] cbox_.setSelectedItem( new Integer( selected_ ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/IntSelector.java:104: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] cbox_.setSelectedItem( new Integer( selected_ ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/NormaliseTable.java:150: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] return new Double( ((Number) value).doubleValue() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ParameterDetailPanel.java:286: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] return new Integer( irow + 1 );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ParameterWindow.java:252: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] return size > 0 ? new Integer( size ) : null;
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ParameterWindow.java:496: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] ncolParam.setValue( new Integer( columnModel.getColumnCount() ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/ParameterWindow.java:502: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] nrowParam.setValue( new Long( (long) viewModel.getRowCount() ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:707: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] new Long( lastCalc_
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:741: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] map.put( new Double( 0.001 ), "Q001" );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:742: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] map.put( new Double( 0.01 ), "Q01" );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:743: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] map.put( new Double( 0.1 ), "Q10" );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:744: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] map.put( new Double( 0.25 ), "Quartile1" );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:745: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] map.put( new Double( 0.5 ), "Median" );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:746: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] map.put( new Double( 0.75 ), "Quartile3" );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:747: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] map.put( new Double( 0.9 ), "Q90" );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:748: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] map.put( new Double( 0.99 ), "Q99" );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:749: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] map.put( new Double( 0.999 ), "Q999" );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:773: warning: [removal] Float(float) in Float has been deprecated and marked for removal
> [javac] return new Float( (float) ( cstat.mad_ * scale_ ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/StatsWindow.java:794: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] key_ = new Double( quant );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatCodec1.java:106: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] new Integer( icolSort ) ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatCodec1.java:142: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] new Integer( iset ) ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatCodec2.java:259: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] new Integer( icolSort ) ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatCodec2.java:270: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] new Integer( iset ) ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatCodec2.java:680: warning: [removal] Short(short) in Short has been deprecated and marked for removal
> [javac] return new Short( (short) flag );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatCodec2.java:695: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] return new Integer( flag );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatCodec2.java:868: warning: [unchecked] unchecked conversion
> [javac] java.util.Iterator<String> iterator = jsonObj.keys();
> [javac] ^
> [javac] required: Iterator<String>
> [javac] found: Iterator
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatExtApp.java:175: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] oidColList.add( new Integer( icol ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatJELUtils.java:248: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] .contains( new Integer( icol ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatUtils.java:447: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
> [javac] SecurityManager sman = System.getSecurityManager();
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatUtils.java:447: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
> [javac] SecurityManager sman = System.getSecurityManager();
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatUtils.java:475: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
> [javac] SecurityManager sman = System.getSecurityManager();
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/TopcatUtils.java:475: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
> [javac] SecurityManager sman = System.getSecurityManager();
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/UploadAdqlExample.java:64: error: <anonymous uk.ac.starlink.topcat.UploadAdqlExample$1> is not abstract and does not override abstract method getAdqlText(boolean,VersionedLanguage,TapCapability,TableMeta[],TableMeta,double[]) in AdqlExample
> [javac] tcList ) {
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/UploadAdqlExample.java:79: error: <anonymous uk.ac.starlink.topcat.UploadAdqlExample$2> is not abstract and does not override abstract method getAdqlText(boolean,VersionedLanguage,TapCapability,TableMeta[],TableMeta,double[]) in AdqlExample
> [javac] tcList ) {
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/UploadAdqlExample.java:114: error: cannot find symbol
> [javac] .append( breaker.level( 1 ) )
> [javac] ^
> [javac] symbol: method level(int)
> [javac] location: variable breaker of type Breaker
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/UploadAdqlExample.java:118: error: cannot find symbol
> [javac] .append( breaker.level( 1 ) )
> [javac] ^
> [javac] symbol: method level(int)
> [javac] location: variable breaker of type Breaker
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/UploadAdqlExample.java:176: error: cannot find symbol
> [javac] .append( breaker.level( 1 ) )
> [javac] ^
> [javac] symbol: method level(int)
> [javac] location: variable breaker of type Breaker
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/UploadAdqlExample.java:179: error: cannot find symbol
> [javac] .append( breaker.level( 1 ) )
> [javac] ^
> [javac] symbol: method level(int)
> [javac] location: variable breaker of type Breaker
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/UploadAdqlExample.java:181: error: cannot find symbol
> [javac] .append( breaker.level( 1 ) )
> [javac] ^
> [javac] symbol: method level(int)
> [javac] location: variable breaker of type Breaker
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/UploadAdqlExample.java:186: error: cannot find symbol
> [javac] .append( breaker.level( 1 ) )
> [javac] ^
> [javac] symbol: method level(int)
> [javac] location: variable breaker of type Breaker
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/UploadAdqlExample.java:192: error: cannot find symbol
> [javac] .append( breaker.level( 1 ) )
> [javac] ^
> [javac] symbol: method level(int)
> [javac] location: variable breaker of type Breaker
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/UploadAdqlExample.java:202: error: cannot find symbol
> [javac] .append( breaker.level( 1 ) )
> [javac] ^
> [javac] symbol: method level(int)
> [javac] location: variable breaker of type Breaker
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/activate/DelayActivationType.java:87: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] secField_.setText( new Integer( 1 ).toString() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/interop/TopcatSampControl.java:493: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] highlightMap_.put( tcModel, new Long( lrow ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/join/CoverageView.java:183: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] Arrays.asList( new Object[] { coverage, new Integer( height ) } );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/join/DalMultiPanel.java:782: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] return new Integer( (int) irow );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/join/Match1TypeSelector.java:170: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] widthModel.setValue( new Integer( 2 ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/join/Match1TypeSelector.java:171: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] widthModel.setMinimum( new Integer( 2 ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/join/ValueCodec.java:127: warning: [removal] Float(float) in Float has been deprecated and marked for removal
> [javac] return new Float( (float) dval );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/join/ValueCodec.java:130: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] return new Double( dval );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/join/UploadFindMode.java:238: warning: [removal] Long(long) in Long has been deprecated and marked for removal
> [javac] return new Long( irow );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/ConstantColumnData.java:39: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] value_ = new Double( value );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/HistogramWindow.java:533: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] logBinModel_.setValue( new Double( bwLog ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/HistogramWindow.java:547: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] linearBinModel_.setValue( new Double( bwLinear ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/HistogramWindow.java:767: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] row[ icol++ ] = new Double( bin.getLowBound() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/HistogramWindow.java:768: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] row[ icol++ ] = new Double( bin.getHighBound() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/HistogramWindow.java:777: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] isInt ? (Number) new Integer( (int) sum )
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/HistogramWindow.java:778: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] : (Number) new Double( sum );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/RoundingSpinner.java:43: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] setValue( new Double( value ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/RoundingSpinner.java:105: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] return new Double( spinner_.getRounder().nextUp( value_ ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/RoundingSpinner.java:109: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] return new Double( spinner_.getRounder().nextDown( value_ ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/RoundingSpinner.java:113: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] return new Double( value_ );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/PositionReporter.java:231: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] convMap_.put( conv, new Integer( 0 ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/PositionReporter.java:236: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] Object om = conv.unconvert( new Double( value - precision ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/PositionReporter.java:237: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] Object o0 = conv.unconvert( new Double( value ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/PositionReporter.java:238: warning: [removal] Double(double) in Double has been deprecated and marked for removal
> [javac] Object op = conv.unconvert( new Double( value + precision ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot/PositionReporter.java:261: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
> [javac] convMap_.put( conv, new Integer( i + 1 ) );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/CubePlotWindow.java:75: error: cannot find symbol
> [javac] return SingleGanger.createFactory( PLOT_TYPE );
> [javac] ^
> [javac] symbol: variable SingleGanger
> [javac] location: class CubePlotTypeGui
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/HistogramAxisController.java:352: error: incompatible types: boolean cannot be converted to Config
> [javac] super( false );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/HistogramPlotWindow.java:75: error: incompatible types: Plotter<?>[] cannot be converted to PlaneSurfaceFactory
> [javac] new PlanePlotType( createHistogramPlotters(), false );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/HistogramPlotWindow.java:499: error: cannot find symbol
> [javac] return SingleGanger.createFactory( PLOT_TYPE );
> [javac] ^
> [javac] symbol: variable SingleGanger
> [javac] location: class HistogramPlotTypeGui
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlaneAxisController.java:29: error: incompatible types: boolean cannot be converted to Config
> [javac] super( new PlaneSurfaceFactory( false ), createAxisLabelKeys() );
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/PlanePlotWindow.java:107: error: cannot find symbol
> [javac] return SingleGanger.createFactory( PLOT_TYPE );
> [javac] ^
> [javac] symbol: variable SingleGanger
> [javac] location: class PlanePlotTypeGui
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/SkyPlotWindow.java:111: error: cannot find symbol
> [javac] return SingleGanger.createFactory( PLOT_TYPE );
> [javac] ^
> [javac] symbol: variable SingleGanger
> [javac] location: class SkyPlotTypeGui
> [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/topcat/plot2/SpherePlotWindow.java:76: error: cannot find symbol
> [javac] return SingleGanger.createFactory( PLOT_TYPE );
> [javac] ^
> [javac] symbol: variable SingleGanger
> [javac] location: class SpherePlotTypeGui
> [javac] Note: Some input files additionally use or override a deprecated API that is marked for removal.
> [javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
> [javac] 50 errors
> [javac] 100 warnings
>
> BUILD FAILED
> /<<PKGBUILDDIR>>/build.xml:448: Compile failed; see the compiler error output for details.
>
> Total time: 7 seconds
> make[1]: *** [debian/rules:7: override_dh_auto_build] Error 1
The full build log is available from:
http://qa-logs.debian.net/2023/12/12/starjava-topcat_4.8.7-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
More information about the Debian-astro-maintainers
mailing list