Your message dated Tue, 16 Jun 2026 09:34:26 +0000
with message-id <[email protected]>
and subject line Bug#1137401: fixed in owlapi 5.1.20-2
has caused the Debian Bug report #1137401,
regarding owlapi: FTBFS: 
/<<PKGBUILDDIR>>/api/src/main/java/org/semanticweb/owlapi/io/DocumentSources.java:[292,15]
 error: unreported exception IOException; must be caught or declared to be 
thrown
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 [email protected]
immediately.)


-- 
1137401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1137401
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:owlapi
Version: 5.1.20-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202605/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:owlapi, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
        bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo 
\$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
        mh_unpatchpoms -plibowlapi-java
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        mh_patchpoms -plibowlapi-java --debian-build --keep-pom-version 
--maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
   dh_auto_build
        /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
-DskipTests -Dnotimestamp=true -Dlocale=en_US
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
deprecated in JDK 13 and will likely be removed in a future release.
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by 
com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper 
(file:/usr/share/maven/lib/guava.jar)
WARNING: Please consider reporting this to the maintainers of class 
com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[INFO] Scanning for projects...
[WARNING] The project net.sourceforge.owlapi:owlapi-parent:pom:5.1.20 uses 
prerequisites which is only intended for maven-plugin projects but not for non 
maven-plugin projects. For such purposes you should use the 
maven-enforcer-plugin. See 
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] OWLAPI                                                             [pom]
[INFO] OWLAPI :: Interfaces                                               [jar]
[INFO] OWLAPI :: Default Implementation                                   [jar]
[INFO] OWLAPI :: Atomic Decomposition and Explanation                     [jar]
[INFO] OWLAPI :: Parsers                                                  [jar]
[INFO] OWLAPI :: OBO Format                                               [jar]
[INFO] OWLAPI :: RDF4J Rio                                                [jar]
[INFO] OWLAPI :: Binding and Config                                       [jar]
[INFO] OWLAPI :: Compatibility                                            [jar]
[INFO] OWLAPI :: Distribution                                          [bundle]
[INFO] OWLAPI :: OSGi and Compatibility Distribution                   [bundle]
[INFO] 
[INFO] ----------------< net.sourceforge.owlapi:owlapi-parent >----------------
[INFO] Building OWLAPI 5.1.20                                            [1/11]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] -----------------< net.sourceforge.owlapi:owlapi-api >------------------
[INFO] Building OWLAPI :: Interfaces 5.1.20                              [2/11]
[INFO]   from api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-surefire-plugin:jar:2.17 
has been relocated to org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
[WARNING] The artifact org.apache.maven.plugins:maven-jar-plugin:jar:3.1.2 has 
been relocated to org.apache.maven.plugins:maven-jar-plugin:jar:3.3.0
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ owlapi-api ---
[INFO] skip non existing resourceDirectory 
/<<PKGBUILDDIR>>/api/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ owlapi-api ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 852 source files with javac [forked debug target 1.8] to 
target/classes
[WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] [options] bootstrap class path is not set in conjunction with -source 
8
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] To suppress warnings about obsolete options, use -Xlint:-options.
/<<PKGBUILDDIR>>/api/src/main/java/org/semanticweb/owlapi/io/DocumentSources.java:[292,15]
 error: unreported exception IOException; must be caught or declared to be 
thrown
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for OWLAPI 5.1.20:
[INFO] 
[INFO] OWLAPI ............................................. SUCCESS [  0.001 s]
[INFO] OWLAPI :: Interfaces ............................... FAILURE [  5.505 s]
[INFO] OWLAPI :: Default Implementation ................... SKIPPED
[INFO] OWLAPI :: Atomic Decomposition and Explanation ..... SKIPPED
[INFO] OWLAPI :: Parsers .................................. SKIPPED
[INFO] OWLAPI :: OBO Format ............................... SKIPPED
[INFO] OWLAPI :: RDF4J Rio ................................ SKIPPED
[INFO] OWLAPI :: Binding and Config ....................... SKIPPED
[INFO] OWLAPI :: Compatibility ............................ SKIPPED
[INFO] OWLAPI :: Distribution ............................. SKIPPED
[INFO] OWLAPI :: OSGi and Compatibility Distribution ...... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.983 s
[INFO] Finished at: 2026-05-23T11:38:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) 
on project owlapi-api: Compilation failure
[ERROR] To suppress warnings about obsolete options, use -Xlint:-options.
[ERROR] 
/<<PKGBUILDDIR>>/api/src/main/java/org/semanticweb/owlapi/io/DocumentSources.java:[292,15]
 error: unreported exception IOException; must be caught or declared to be 
thrown
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :owlapi-api
dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
-DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: owlapi
Source-Version: 5.1.20-2
Done: Andrius Merkys <[email protected]>

We believe that the bug you reported is fixed in the latest version of
owlapi, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrius Merkys <[email protected]> (supplier of updated owlapi 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 [email protected])


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

Format: 1.8
Date: Tue, 16 Jun 2026 05:05:46 -0400
Source: owlapi
Architecture: source
Version: 5.1.20-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Andrius Merkys <[email protected]>
Closes: 1137401
Changes:
 owlapi (5.1.20-2) unstable; urgency=medium
 .
   [ root ]
   * Remove constraints unnecessary since buster
 .
   [ Andrius Merkys ]
   * Apply patch fixing FTBFS (Closes: #1137401)
Checksums-Sha1:
 71eda89da33cb401d909758de5fcaf6c79d8b972 2117 owlapi_5.1.20-2.dsc
 b3b6d82408c319bf2e01e6cc1449591314c5161f 5680 owlapi_5.1.20-2.debian.tar.xz
 8d1484949a8cdc17421eee568074399f309c0484 5448 owlapi_5.1.20-2_source.buildinfo
Checksums-Sha256:
 a669a64d21dc53a87f08ca32489c6c3fb3c47e2e5307f22ab59c7d1446de6dcb 2117 
owlapi_5.1.20-2.dsc
 e37a95bff8ee6997bb813014241b401f563c1ca4ae1f7f0c909acc2ea52c40b0 5680 
owlapi_5.1.20-2.debian.tar.xz
 54e80a7026008791fe715edc9680bb62325170d1915242dc6027b2e72fa415b0 5448 
owlapi_5.1.20-2_source.buildinfo
Files:
 13fe5ca205797b93fc94b7e05ca413c7 2117 java optional owlapi_5.1.20-2.dsc
 aa0d7f2448159481b4cc092cb45dc386 5680 java optional 
owlapi_5.1.20-2.debian.tar.xz
 728ee0e8b18870e193504dab167ac676 5448 java optional 
owlapi_5.1.20-2_source.buildinfo

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

iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmoxEkcSHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHVZEP/2qRlvu7ZqaoFIlwkPspZpD3xnxRRmIx
1lItmJChb0/sqJBm1sVu+DIudJNqxxWhmnWpidM2qP3BAWFeddgQ5jJ9F5lJOhj5
cvVDH+ili2kiLOa9Z8rjIymZvZHtMgAAGdyF7Qalkn9Hw1DjrWVh/tutnlKWe5ZX
OFDWtW/6ttHBNDuTrU48hJP3RZIIwO/p61uU6ZUTmlC4uG93yPkCKQTBzESQu3Cs
C4UlqCoia7hzqOQGdzWWcnp3Sw7aAAMgBLu5Zgrymz6OT+Xuw4eY1+UBFTBuaHqn
ZJ63n1hvo9xE3JKBqYOShe9RXRTSL5OCdgERTCEUGucSRPQLzYVhNGf6LOSL0gis
AJLMKPELhKoIla4vuITE8+s9ePpDvCJAT4BdDYPdYjwWkj8Zsh/LIKJWENgZ4eMa
2v6s9QlDAMt6H7LeEPd0alloYczx8xseeqvHZAG4h8Ihl1A06ev2m0nMJf+v6ohH
hsdSjopYuyrxHX6Ker5hZOs2sOdx+Q15DOFjgjieqUKBW1uZUaSVnMckNuG5WS/D
Yumd0fhbXDp2/hMNejnRDWj6mZ3XFAs+xmSYVy49x5gQmoz+LAZShY0+KYfNig/S
VGc6Heu2n60xxpuJriy2ZaxzNa0azy4nWqxUsfxkWmILujwfj4K++W9gQ/L7AK7l
Ih3pSySU9NoF
=DaU5
-----END PGP SIGNATURE-----

Attachment: pgpLt3dHx5ke2.pgp
Description: PGP signature


--- End Message ---

Reply via email to