Your message dated Wed, 21 Dec 2022 21:24:44 +0000
with message-id <e1p86zw-00cb1n...@fasolo.debian.org>
and subject line Bug#1026617: fixed in libjt400-java 9.4-2
has caused the Debian Bug report #1026617,
regarding libjt400-java: FTBFS:     [javac] 
/<<PKGBUILDDIR>>/java8/com/ibm/as400/data/RecordFormatDocument.java:149: error: 
reference to Record is ambiguous
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.)


-- 
1026617: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026617
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libjt400-java
Version: 9.4-1.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 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>>'
> #this build the ant task required by ant
> cd build && javac -cp /usr/share/java/ant.jar *.java
> Note: PCMLTask.java uses or overrides a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> #link required libraries
> ln -s /usr/share/java/servlet-api-3.1.jar include/servlet.jar
> #run ant
> ant -lib .:./build jar8 -Dbuild=. -Djdk18=/usr
> Buildfile: /<<PKGBUILDDIR>>/build.xml
> 
> init:
>    [tstamp] Honouring environment variable SOURCE_DATE_EPOCH which has been 
> set to 1610029695
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/jdbc40
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/jdbc42
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/dist
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/dist6
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/dist8
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/javadoc
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/javadoc6
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/javadoc8
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/javadoc-jtopenlite
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/output
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/output6
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/output8
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/output-jtopenlite
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/output-micro
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/output-micro-verified
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/output-android
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/android
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/output-android6
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/android6
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/bin
> 
> source-jdbc42:
>      [echo]  Processing jdbc42 file from ./src to ./jdbc42 
> [jdbc42src] Number of files processed: 94
> 
> source8:
>      [copy] Copying 1840 files to /<<PKGBUILDDIR>>/java8
>      [copy] Copied 21 empty directories to 1 empty directory under 
> /<<PKGBUILDDIR>>/java8
>      [copy] Copying 94 files to /<<PKGBUILDDIR>>/java8
>      [copy] Copying 1 file to /<<PKGBUILDDIR>>/build/META-INF/services
> 
> compile8:
>     [javac] Compiling 1500 source files to /<<PKGBUILDDIR>>/output8
>     [javac] 
> /<<PKGBUILDDIR>>/java8/com/ibm/as400/data/RecordFormatDocument.java:149: 
> error: reference to Record is ambiguous
>     [javac]     public RecordFormatDocument(Record record)
>     [javac]                                 ^
>     [javac]   both class com.ibm.as400.access.Record in com.ibm.as400.access 
> and class java.lang.Record in java.lang match
>     [javac] 
> /<<PKGBUILDDIR>>/java8/com/ibm/as400/data/RecordFormatDocument.java:1288: 
> error: reference to Record is ambiguous
>     [javac]     public void setValues(String formatName, Record record)
>     [javac]                                              ^
>     [javac]   both class com.ibm.as400.access.Record in com.ibm.as400.access 
> and class java.lang.Record in java.lang match
>     [javac] 
> /<<PKGBUILDDIR>>/java8/com/ibm/as400/data/RecordFormatDocument.java:1375: 
> error: reference to Record is ambiguous
>     [javac]     public Record toRecord(String formatName)
>     [javac]            ^
>     [javac]   both class com.ibm.as400.access.Record in com.ibm.as400.access 
> and class java.lang.Record in java.lang match
>     [javac] 
> /<<PKGBUILDDIR>>/java8/com/ibm/as400/data/RfmlRecordFormat.java:555: error: 
> reference to Record is ambiguous
>     [javac]     public void setValues(Record record)
>     [javac]                           ^
>     [javac]   both class com.ibm.as400.access.Record in com.ibm.as400.access 
> and class java.lang.Record in java.lang match
>     [javac] 
> /<<PKGBUILDDIR>>/java8/com/ibm/as400/data/RecordFormatDocument.java:881: 
> error: reference to RecordFormatDocument is ambiguous
>     [javac]           RecordFormatDocument doc = new 
> RecordFormatDocument(args[1]);
>     [javac]                                      ^
>     [javac]   both constructor RecordFormatDocument(String) in 
> RecordFormatDocument and constructor RecordFormatDocument(Record) in 
> RecordFormatDocument match
>     [javac] 
> /<<PKGBUILDDIR>>/java8/com/ibm/as400/data/RecordFormatDocument.java:1379: 
> error: reference to Record is ambiguous
>     [javac]         return new Record(toRecordFormat(formatName), 
> toByteArray(formatName));
>     [javac]                    ^
>     [javac]   both class com.ibm.as400.access.Record in com.ibm.as400.access 
> and class java.lang.Record in java.lang match
>     [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 or override a deprecated API that is 
> marked for removal.
>     [javac] Note: Recompile with -Xlint:removal for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 6 errors
> 
> BUILD FAILED
> /<<PKGBUILDDIR>>/build.xml:502: Compile failed; see the compiler error output 
> for details.
> 
> Total time: 9 seconds
> make[1]: *** [debian/rules:26: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/libjt400-java_9.4-1.1_unstable.log

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

--- End Message ---
--- Begin Message ---
Source: libjt400-java
Source-Version: 9.4-2
Done: tony mancill <tmanc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libjt400-java, 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 1026...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated libjt400-java 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: Wed, 21 Dec 2022 13:00:05 -0800
Source: libjt400-java
Architecture: source
Version: 9.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Closes: 1026617
Changes:
 libjt400-java (9.4-2) unstable; urgency=medium
 .
   * Team upload
   * Add patch to complie on Java 17 (Closes: #1026617)
     Thank you to Hans Joachim Desserud <deb...@desserud.org> for the patch.
   * Add lintian overrides
   * Update Vcs URLs to point to Salsa
   * Replace build-dep on libservlet3.1-java with libservlet-api-java
   * Use debhelper-compat (=13)
   * Update Homepage URL
   * Remove get-orig-source target from debian/rules
   * Bump Standards-Version to 4.6.2
Checksums-Sha1:
 7cb00009106d071f53a88186d1fa9607d1fc0b08 2123 libjt400-java_9.4-2.dsc
 cd998f494657f35ea1acc40e9f0521068007a724 7620 libjt400-java_9.4-2.debian.tar.xz
 4d1bd1474361f0b4e86480a36f768a56952bcda0 9577 
libjt400-java_9.4-2_amd64.buildinfo
Checksums-Sha256:
 3732d0540359be8b3f7ce2932285d14c61dd3d01e054ad2489e1c7afb0e6ee2f 2123 
libjt400-java_9.4-2.dsc
 5ee92d168dd3a7ce4ed15d96577279f8adb7bb090179d61cc4d6db49e22c3f4b 7620 
libjt400-java_9.4-2.debian.tar.xz
 e6080b9744b749a15343bb31f352bc85b04d6731c318ff3e76e66acc82590bb4 9577 
libjt400-java_9.4-2_amd64.buildinfo
Files:
 0d7590d33929e0d67de0a0d18ab18084 2123 java optional libjt400-java_9.4-2.dsc
 dcac054522cb53c2fb10aef9eaeecfb5 7620 java optional 
libjt400-java_9.4-2.debian.tar.xz
 c72786f074a679715ffae1c22c5cbac3 9577 java optional 
libjt400-java_9.4-2_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmOjdSwUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpb54hAAkrx8esvRwRmI8Rh/hS8FfXjhHWeF
yB7DJqh9Q4TfBbhzhizc7zLBca9CAcz6Wn/mstz+4UIlqhUH2xIuaEBhW1iny4Vi
xpx+liFIo2nPq+xuUB+Cb/KNoBIWSWibhPYWtR3o6Rxjg5DWWHXzlBBP75kKXaim
t2B34SNqF052dYK3AEGgfMZhmQfvkWK4TahjT8ox6gMwDB3kw1AqDV48m3n2X8zD
Pqzg5DuVBeJGeq18rnIkFPKYcGioPVEfugF/t/3BnIqMKMombmrjRlJ9uLGtkMBN
kG2xeB21MgYlDYQ8pH0GVojolfojJJUMMVVjV+PLf7D69/OKwMYSONI4mMsvTWn9
1ExXLVG8SfA7Ht0jdNuXnL9KOsVGQWTAvmyufZ0mOual4lQZvrihLHh14YFmrrDV
UaSbQuVs5nKO8VcPHV3w3P47lNx7zWqSgOS+2TZ50wrJQPjdQ/YrJN2SGwXtbGUH
IvAEOXs9E2tYrHG+xY8rpwBLBg9xRW2JUISFhmnaotT5Njfq5BmyvUhHozNGnC46
0vq5eH/IYl5VErmNGODW3zzmREVtKDJ75kKsTzyhn8VwgNcGO3sWPQKT2fqqoQjd
MQDZOpBeSbeUSF6m/f3ARZqoE36aTUW8+Uu8lynq7jURAqNOc7k+jhJ1bMd1seZu
VsTi2rYZ0eFnPOU=
=nrjq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to