Your message dated Fri, 24 Jun 2022 16:33:01 +0000
with message-id <e1o4mev-0003x0...@fasolo.debian.org>
and subject line Bug#1013546: fixed in starjava-vo 0.2+2022.01.20-2
has caused the Debian Bug report #1013546,
regarding starjava-vo: FTBFS:     [javac] 
/<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapQueryPanel.java:1286: error: 
cannot find symbol
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 ow...@bugs.debian.org
immediately.)


-- 
1013546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: starjava-vo
Version: 0.2+2022.01.20-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220624 ftbfs-bookworm

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 1643641869
> 
> check_packages:
> 
> build:
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/classes
>     [javac] Compiling 112 source files to /<<PKGBUILDDIR>>/build/classes
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/DoubleValueField.java:101: 
> warning: [deprecation] Double(double) in Double has been deprecated
>     [javac]             val = new Double( getValue() );
>     [javac]                   ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/DoubleValueField.java:168: 
> warning: [deprecation] Double(double) in Double has been deprecated
>     [javac]             getEntryField().setText( vc.unconvertValue( new 
> Double( value ) ) );
>     [javac]                                                         ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapQueryPanel.java:108: warning: 
> [deprecation] Event in java.awt has been deprecated
>     [javac]         KeyStroke.getKeyStroke( KeyEvent.VK_Z, Event.CTRL_MASK ),
>     [javac]                                                ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapQueryPanel.java:109: warning: 
> [deprecation] Event in java.awt has been deprecated
>     [javac]         KeyStroke.getKeyStroke( KeyEvent.VK_Z, Event.META_MASK ),
>     [javac]                                                ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapQueryPanel.java:112: warning: 
> [deprecation] Event in java.awt has been deprecated
>     [javac]         KeyStroke.getKeyStroke( KeyEvent.VK_Z, Event.CTRL_MASK
>     [javac]                                                ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapQueryPanel.java:113: warning: 
> [deprecation] Event in java.awt has been deprecated
>     [javac]                                              | Event.SHIFT_MASK ),
>     [javac]                                                ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapQueryPanel.java:114: warning: 
> [deprecation] Event in java.awt has been deprecated
>     [javac]         KeyStroke.getKeyStroke( KeyEvent.VK_Z, Event.META_MASK
>     [javac]                                                ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapQueryPanel.java:115: warning: 
> [deprecation] Event in java.awt has been deprecated
>     [javac]                                              | Event.SHIFT_MASK ),
>     [javac]                                                ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapQueryPanel.java:116: warning: 
> [deprecation] Event in java.awt has been deprecated
>     [javac]         KeyStroke.getKeyStroke( KeyEvent.VK_Y, Event.CTRL_MASK ),
>     [javac]                                                ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapQueryPanel.java:1286: error: 
> cannot find symbol
>     [javac]             int iline = tmerr.getErrorLine();
>     [javac]                              ^
>     [javac]   symbol:   method getErrorLine()
>     [javac]   location: variable tmerr of type TokenMgrError
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapQueryPanel.java:1287: error: 
> cannot find symbol
>     [javac]             int icol = tmerr.getErrorColumn();
>     [javac]                             ^
>     [javac]   symbol:   method getErrorColumn()
>     [javac]   location: variable tmerr of type TokenMgrError
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapQueryPanel.java:1309: warning: 
> [deprecation] modelToView(int) in JTextComponent has been deprecated
>     [javac]                     return modelToView( pos );
>     [javac]                            ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/TapSchemaInterrogator.java:918: 
> warning: [deprecation] Integer(int) in Integer has been deprecated
>     [javac]                 icolMap_.put( col, new Integer( ic ) );
>     [javac]                                    ^
>     [javac] /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/Vocabulary.java:127: 
> warning: [deprecation] toString(InputStream) in IOUtils has been deprecated
>     [javac]             JSONTokener jt = new JSONTokener( IOUtils.toString( 
> in ) );
>     [javac]                                                      ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/datalink/LinkColMap.java:186: 
> warning: [deprecation] Long(long) in Long has been deprecated
>     [javac]             return new Long( cleng.longValue() );
>     [javac]                    ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/main/uk/ac/starlink/vo/datalink/LinkColMap.java:248: 
> warning: [deprecation] Integer(int) in Integer has been deprecated
>     [javac]                     icolMap.put( coldef, new Integer( ic ) );
>     [javac]                                          ^
>     [javac] 2 errors
>     [javac] 14 warnings
> 
> BUILD FAILED
> /<<PKGBUILDDIR>>/build.xml:422: Compile failed; see the compiler error output 
> for details.
> 
> Total time: 3 seconds
> make[1]: *** [debian/rules:9: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/06/24/starjava-vo_0.2+2022.01.20-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220624;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220624&fusertaguser=lu...@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 marking 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.

--- End Message ---
--- Begin Message ---
Source: starjava-vo
Source-Version: 0.2+2022.01.20-2
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
starjava-vo, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1013...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated starjava-vo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 24 Jun 2022 17:34:17 +0200
Source: starjava-vo
Architecture: source
Version: 0.2+2022.01.20-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1013546
Changes:
 starjava-vo (0.2+2022.01.20-2) unstable; urgency=medium
 .
   * Don't use error line and column for TokenMgrError (Closes: #1013546)
Checksums-Sha1:
 5f55b2dbd81bffa9a126075b022c7a9b35c2503d 2492 starjava-vo_0.2+2022.01.20-2.dsc
 362282c3eda4fd35ec57d1b92a34373b6dc04155 6604 
starjava-vo_0.2+2022.01.20-2.debian.tar.xz
Checksums-Sha256:
 838109ec0d0e86acb3e682e43a4d192f4118ded7a6c355f7266b461806d9864c 2492 
starjava-vo_0.2+2022.01.20-2.dsc
 d6251880c53e2c4cf6e09b5b42b6dd3425b97164160eb2499513421beaf85615 6604 
starjava-vo_0.2+2022.01.20-2.debian.tar.xz
Files:
 a8d1cf5d874c6ef349898cf1e71da9ee 2492 java optional 
starjava-vo_0.2+2022.01.20-2.dsc
 f7de5d167c0f19f2e3ab2e0b233bb012 6604 java optional 
starjava-vo_0.2+2022.01.20-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmK12dgACgkQcRWv0HcQ
3Pck5Q/+PHPnn8tI1rziaX0Mfre/v9uxv/W2e7quIsYXkSETv1RMczLjIYJdF+Rn
RrLHWc1XWg+EqM/MXTMvh87wiiSaKY/XQtQoXutDPDPvdmL8RO2YLlMsqKaOePVx
1IXupxOIpa7uye851nUXPe+ZmIrqXAsHYdrMZJiQB6O1CfslmiIwF4UYzaqZIHSK
BMJEFJPJaHBhjFPD6Pq+AqE9WZsNKWIl9O2aynsyKkERqU4ZYoYa+4ylS3Myy2dg
fLsJmorygMb3QPo3KuVP0dcPyVXXnGzmcVrSUZhw7y4qjZA2dL/7ybJBsZ8ZDeUE
ucPGvpszc/CAAdQsvENK3UcRWeDa/4eunSl8fTW29LPtO4ROmhfVCoT9f8/BN7IG
bp98oTwTaDe94CENrqsG7IVxm9KxEOtr+XRPz5HxsHfgwxB8vybNavBqVNKOrZ4f
LQ2+DDz1dLBH7r15zFjv3608hh4ILLoJ4br9FY/ZVYQkCq375DBlz/RSISz1wuAO
lnX6pA4gc80cMXNy4uQPQOTihjbaHqP2+ZKbmkLOlV2mMXuVHaCLz+CLFrcytKJc
ZkLgwHImNHD6ajS/zPZondUNM+6f3lPBQqQD+BOq9PnOo7q8GRPHEg3mVyuTMN51
qOjawmYQAXs9LxryAYlWLmj9SOrWEdyI0nLwT/u9gw9lSr5SkTM=
=Kyz9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to