Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #11819
| Path | csiph.com!4.us.feeder.erje.net!3.eu.feeder.erje.net!feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Andreas Tille <andreas@an3as.eu> |
| Newsgroups | linux.debian.bugs.dist, linux.debian.maint.java |
| Subject | Bug#966878: [Help] Re: Bug#966878: figtree: FTBFS: [javac] /<<PKGBUILDDIR>>/src/figtree/application/JSONTreeExporter.java:56: error: JSONTreeExporter is not abstract and does not override abstract method close() in TreeExporter |
| Date | Mon, 03 Aug 2020 11:30:01 +0200 |
| Message-ID | <AzEX7-1fV-3@gated-at.bofh.it> (permalink) |
| References | <AzE17-Du-73@gated-at.bofh.it> <AzE17-Du-73@gated-at.bofh.it> |
| X-Original-To | 966878@bugs.debian.org, Debian Java List <debian-java@lists.debian.org> |
| X-Mailbox-Line | From debian-bugs-dist-request@lists.debian.org Mon Aug 3 09:27:12 2020 |
| Old-Return-Path | <debbugs@buxtehude.debian.org> |
| X-Spam-Flag | NO |
| X-Spam-Score | -0.699 |
| Reply-To | Andreas Tille <andreas@an3as.eu>, 966878@bugs.debian.org |
| Resent-To | debian-bugs-dist@lists.debian.org |
| Resent-Cc | Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org> |
| X-Debian-Pr-Message | followup 966878 |
| X-Debian-Pr-Package | src:figtree |
| X-Debian-Pr-Keywords | bullseye ftbfs sid |
| X-Debian-Pr-Source | figtree |
| X-Spam-Bayes | score:0.0000 Tokens: new, 10; hammy, 150; neutral, 214; spammy, 0. spammytokens: hammytokens:0.000-+--H*UA:1.10.1, 0.000-+--H*u:1.10.1, 0.000-+--H*UA:2018-07-13, 0.000-+--H*u:2018-07-13, 0.000-+--pkgbuilddir |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.10.1 (2018-07-13) |
| X-Debian-Message | from BTS |
| X-Mailing-List | <debian-bugs-dist@lists.debian.org> archive/latest/1616914 |
| List-ID | <debian-bugs-dist.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-bugs-dist/> |
| Approved | robomod@news.nic.it |
| Lines | 90 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Mon, 3 Aug 2020 11:25:00 +0200 |
| X-Original-Message-ID | <20200803092500.GM7363@an3as.eu> |
| X-Original-References | <20200803080135.GA21072@xanadu.blop.info> <20200803080135.GA21072@xanadu.blop.info> |
| Xref | csiph.com linux.debian.bugs.dist:1020335 linux.debian.maint.java:11819 |
Cross-posted to 2 groups.
Show key headers only | View raw
Control: tags -1 help
Hi Java team
I admit I have no idea how to tackle this. Any help would be really
appreciated.
Kind regards
Andreas.
On Mon, Aug 03, 2020 at 10:01:35AM +0200, Lucas Nussbaum wrote:
> Source: figtree
> Version: 1.4.4-4
> Severity: serious
> Justification: FTBFS on amd64
> Tags: bullseye sid ftbfs
> Usertags: ftbfs-20200802 ftbfs-bullseye
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
>
> Relevant part (hopefully):
> > debian/rules build
> > make: 'build' is up to date.
> > fakeroot debian/rules binary
> > dh binary --with javahelper
> > dh_update_autotools_config
> > dh_autoreconf
> > dh_auto_configure
> > jh_linkjars
> > dh_auto_build
> > ant -Duser.name debian
> > Buildfile: /<<PKGBUILDDIR>>/build.xml
> >
> > init:
> > [tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been set to 1575395523
> > [mkdir] Created dir: /<<PKGBUILDDIR>>/dist
> >
> > compile:
> > [javac] /<<PKGBUILDDIR>>/build.xml:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
> > [javac] Compiling 127 source files to /<<PKGBUILDDIR>>/build
> > [javac] warning: [options] bootstrap class path not set in conjunction with -source 6
> > [javac] warning: [options] source value 6 is obsolete and will be removed in a future release
> > [javac] warning: [options] target value 1.6 is obsolete and will be removed in a future release
> > [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
> > [javac] /<<PKGBUILDDIR>>/src/figtree/application/JSONTreeExporter.java:56: error: JSONTreeExporter is not abstract and does not override abstract method close() in TreeExporter
> > [javac] public class JSONTreeExporter implements TreeExporter {
> > [javac] ^
> > [javac] /<<PKGBUILDDIR>>/src/figtree/application/JSONTreeExporter.java:181: error: exportTrees(Collection<? extends Tree>) in JSONTreeExporter cannot implement exportTrees(Collection<? extends Tree>) in TreeExporter
> > [javac] public void exportTrees(Collection<? extends Tree> trees) throws IOException {
> > [javac] ^
> > [javac] overridden method does not throw IOException
> > [javac] /<<PKGBUILDDIR>>/src/figtree/application/JSONTreeExporter.java:83: error: exportTree(Tree) in JSONTreeExporter cannot implement exportTree(Tree) in TreeExporter
> > [javac] public void exportTree(Tree tree) throws IOException {
> > [javac] ^
> > [javac] overridden method does not throw IOException
> > [javac] Note: Some input files use or override a deprecated API.
> > [javac] Note: Recompile with -Xlint:deprecation for details.
> > [javac] Note: Some input files use unchecked or unsafe operations.
> > [javac] Note: Recompile with -Xlint:unchecked for details.
> > [javac] 3 errors
> > [javac] 4 warnings
> >
> > BUILD FAILED
> > /<<PKGBUILDDIR>>/build.xml:40: Compile failed; see the compiler error output for details.
> >
> > Total time: 2 seconds
> > dh_auto_build: error: ant -Duser.name debian returned exit code 1
> > make: *** [debian/rules:10: binary] Error 25
>
> The full build log is available from:
> http://qa-logs.debian.net/2020/08/02/figtree_1.4.4-4_unstable.log
>
> 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 EC2 VM instances from
> Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
> failed build was retried once to eliminate random failures.
>
> _______________________________________________
> Debian-med-packaging mailing list
> Debian-med-packaging@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-packaging
--
http://fam-tille.de
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar
Bug#966878: [Help] Re: Bug#966878: figtree: FTBFS: [javac] /<<PKGBUILDDIR>>/src/figtree/application/JSONTreeExporter.java:56: error: JSONTreeExporter is not abstract and does not override abstract method close() in TreeExporter Andreas Tille <andreas@an3as.eu> - 2020-08-03 11:30 +0200
Bug#966878: [Help] Re: Bug#966878: figtree: FTBFS: [javac] /<<PKGBUILDDIR>>/src/figtree/application/JSONTreeExporter.java:56: error: JSONTreeExporter is not abstract and does not override abstract method close() in TreeExporter Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-08-03 14:40 +0200
Re: [Help] Re: Bug#966878: figtree: FTBFS: [javac] /<<PKGBUILDDIR>>/src/figtree/application/JSONTreeExporter.java:56: error: JSONTreeExporter is not abstract and does not override abstract method close() in TreeExporter Andreas Tille <andreas@fam-tille.de> - 2020-08-05 19:30 +0200
csiph-web