Your message dated Wed, 14 Nov 2018 10:35:03 +0000
with message-id <e1gmsvj-000d4c...@fasolo.debian.org>
and subject line Bug#901520: fixed in scopt 3.5.0+repack-1
has caused the Debian Bug report #901520,
regarding scopt: FTBFS with openjdk-10
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.)


-- 
901520: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901520
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scopt
Version: 3.5.0-1
Severity: serious
Justification: fails to build from source

Hi,

scopt FTBFS with openjdk-10 as the default jdk:

[...]
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/scopt-3.5.0'
git init
Initialized empty Git repository in /build/scopt-3.5.0/.git/
mkdir -p /build/scopt-3.5.0/debian/sbt_home/.ivy2/cache
cp -fr /build/scopt-3.5.0/bootstrapdeps/* 
/build/scopt-3.5.0/debian/sbt_home/.ivy2/cache/
mkdir /build/scopt-3.5.0/debian/sbt_home/.sbt
echo "[repositories]" > /build/scopt-3.5.0/debian/sbt_home/.sbt/repositories
echo "local" >> /build/scopt-3.5.0/debian/sbt_home/.sbt/repositories
cp -frv /build/scopt-3.5.0/bootstrapdeps-sources/. 
/build/scopt-3.5.0/debian/sbt_home/.ivy2/cache/
'/build/scopt-3.5.0/bootstrapdeps-sources/./org.scala-sbt/compiler-interface/srcs'
 -> 
'/build/scopt-3.5.0/debian/sbt_home/.ivy2/cache/./org.scala-sbt/compiler-interface/srcs'
'/build/scopt-3.5.0/bootstrapdeps-sources/./org.scala-sbt/compiler-interface/srcs/compiler-interface-0.13.12-sources.jar'
 -> 
'/build/scopt-3.5.0/debian/sbt_home/.ivy2/cache/./org.scala-sbt/compiler-interface/srcs/
compiler-interface-0.13.12-sources.jar'
/build/scopt-3.5.0/bootstrapsbt/bin/sbt -verbose -debug -sbt-dir 
/build/scopt-3.5.0/debian/sbt_home/.sbt -ivy 
/build/scopt-3.5.0/debian/sbt_home/.ivy2 'set offline := true' 
-Dsbt.override.build.repos=true packageB
in make-pom
[residual] arg = '-sbt-dir'
[residual] arg = '/build/scopt-3.5.0/debian/sbt_home/.sbt'
[addJava] arg = '-Dsbt.ivy.home=/build/scopt-3.5.0/debian/sbt_home/.ivy2'
[residual] arg = 'set offline := true'
[addJava] arg = '-Dsbt.override.build.repos=true'
[residual] arg = 'packageBin'
[residual] arg = 'make-pom'
[addJava] arg = '-Dsbt.global.base=/build/scopt-3.5.0/debian/sbt_home/.sbt'
[residual] arg = 'set offline := true'
[residual] arg = 'packageBin'
[residual] arg = 'make-pom'
[process_args] java_version = '10.0.1'
# Executing command line:
java
-Xms1024m
-Xmx1024m
-XX:ReservedCodeCacheSize=128m
-XX:MaxMetaspaceSize=256m
-Dsbt.ivy.home=/build/scopt-3.5.0/debian/sbt_home/.ivy2
-Dsbt.override.build.repos=true
-Dsbt.global.base=/build/scopt-3.5.0/debian/sbt_home/.sbt
-jar
/build/scopt-3.5.0/bootstrapsbt/bin/sbt-launch.jar
"set offline := true"
packageBin
make-pom

Getting org.scala-sbt sbt 0.13.12 ...
:: retrieving :: org.scala-sbt#boot-app
        confs: [default]
        49 artifacts copied, 0 already retrieved (17462kB/60ms)
Getting Scala 2.10.6 (for sbt)...
:: retrieving :: org.scala-sbt#boot-scala
        confs: [default]
        5 artifacts copied, 0 already retrieved (24494kB/26ms)
[ERROR] Failed to construct terminal; falling back to unsupported
java.lang.NumberFormatException: For input string: "0x100"
        at 
java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        at java.base/java.lang.Integer.parseInt(Integer.java:652)
        at java.base/java.lang.Integer.valueOf(Integer.java:983)
        at jline.internal.InfoCmp.parseInfoCmp(InfoCmp.java:59)
        at jline.UnixTerminal.parseInfoCmp(UnixTerminal.java:233)
        at jline.UnixTerminal.<init>(UnixTerminal.java:64)
        at jline.UnixTerminal.<init>(UnixTerminal.java:49)
        at 
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native
 Method)
        at 
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at 
java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488)
        at java.base/java.lang.Class.newInstance(Class.java:560)
        at jline.TerminalFactory.getFlavor(TerminalFactory.java:209)
        at jline.TerminalFactory.create(TerminalFactory.java:100)
        at jline.TerminalFactory.get(TerminalFactory.java:184)
        at jline.TerminalFactory.get(TerminalFactory.java:190)
        at sbt.ConsoleLogger$.ansiSupported(ConsoleLogger.scala:123)
        at sbt.ConsoleLogger$.<init>(ConsoleLogger.scala:117)
        at sbt.ConsoleLogger$.<clinit>(ConsoleLogger.scala)
        at sbt.GlobalLogging$.initial(GlobalLogging.scala:43)
        at sbt.StandardMain$.initialGlobalLogging(Main.scala:61)
        at sbt.StandardMain$.initialState(Main.scala:70)
        at sbt.xMain.run(Main.scala:29)
        at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:109)
        at xsbt.boot.Launch$.withContextLoader(Launch.scala:128)
        at xsbt.boot.Launch$.run(Launch.scala:109)
        at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:35)
        at xsbt.boot.Launch$.launch(Launch.scala:117)
        at xsbt.boot.Launch$.apply(Launch.scala:18)
        at xsbt.boot.Boot$.runImpl(Boot.scala:41)
        at xsbt.boot.Boot$.main(Boot.scala:17)
        at xsbt.boot.Boot.main(Boot.scala)

error: error while loading package, Missing dependency 'object java.lang.Object 
in compiler mirror', required by 
/build/scopt-3.5.0/debian/sbt_home/.sbt/boot/scala-2.10.6/lib/scala-library.jar(scala/package.class)
error: error while loading package, Missing dependency 'object java.lang.Object 
in compiler mirror', required by 
/build/scopt-3.5.0/debian/sbt_home/.sbt/boot/scala-2.10.6/lib/scala-library.jar(scala/runtime/package.class)
scala.reflect.internal.MissingRequirementError: object java.lang.Object in 
compiler mirror not found.
        at 
scala.reflect.internal.MissingRequirementError$.signal(MissingRequirementError.scala:16)
[...]


Andreas

Attachment: scopt_3.5.0-1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: scopt
Source-Version: 3.5.0+repack-1

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

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated scopt 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, 14 Nov 2018 10:43:32 +0100
Source: scopt
Binary: libscopt-java
Architecture: source
Version: 3.5.0+repack-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
 libscopt-java - Simple scala command line options parsing
Closes: 901520
Changes:
 scopt (3.5.0+repack-1) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
   * No longer build with the embedded SBT using Scala 2.10 (Closes: #901520)
   * Removed the upstream tarballs with the embedded SBT and its dependencies
   * Removed the unused dependency on javahelper
   * Standards-Version updated to 4.2.1
   * Switch to debhelper level 11
   * Added the missing Vcs-* fields
Checksums-Sha1:
 d80ca1d56db0331bf4e43875f9adf41e7ca3cf9b 2005 scopt_3.5.0+repack-1.dsc
 738214fb7f292451833bf224f9cef8b722c520d3 23647 scopt_3.5.0+repack.orig.tar.gz
 1b472ab4b4e43619ecaa168bf1d78e70c8685d80 3132 
scopt_3.5.0+repack-1.debian.tar.xz
 a18b1c4c01c3920560d719f7e7781a9c40396c5c 10693 
scopt_3.5.0+repack-1_source.buildinfo
Checksums-Sha256:
 1a889f05b08b05952d7c477101e88cb3baa5b7ce43405ffbd53f2aa6f847e13c 2005 
scopt_3.5.0+repack-1.dsc
 a3d5b90e0aff66b6560aadb37a3761f273ad1be252c3b812d557cc66cc501807 23647 
scopt_3.5.0+repack.orig.tar.gz
 0be18f831c1e59821bf2c2d98b805ee2e3c919f197f52a2b6f66af43159ae34c 3132 
scopt_3.5.0+repack-1.debian.tar.xz
 01758aa96925641562c24e13fc6040756144a4dec552f9dbdc39bf6c77bc2dd3 10693 
scopt_3.5.0+repack-1_source.buildinfo
Files:
 a30bdb14b56b08a697eb3a776e658a53 2005 java optional scopt_3.5.0+repack-1.dsc
 6a276b13189b9101b70e7d683949a8f2 23647 java optional 
scopt_3.5.0+repack.orig.tar.gz
 969edd40cbc1c0b9e12d192faf83a4de 3132 java optional 
scopt_3.5.0+repack-1.debian.tar.xz
 0a3c9947e82997dc7ad75b52bdafdeab 10693 java optional 
scopt_3.5.0+repack-1_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlvr7zISHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsxhQP/3iORs7d8VnDMQBvqIL3jBqcGIqWbIyK
rITws1hxsldTuRJJPloFWoEPmk7UlxtaURod7DFbgd7Vbfai3RZw2E1mQEQTfkEb
I7PwCmPUvyFndH1V/rxLA6E6OApoR5dAvOYLxNZtCLI9k0zaXC2/oESDcfISWXnN
5+3E70qHqYezC45JVD8Dp0FhrzJeI/UcnpezAM1nuWzw8cwhoQDwRhBoAjsL+Hqy
ycUAr9HGa75rZOpuK3o81+/fpEK1kli10bwwQ+GqWUODr9dVx61BkARvztDkLUw7
KnMpCnn+GVdfhZOP8iOPU5x4DiIUeYCdPnHZHEE41uFwn3kmHnS0byKYsVz+iE8J
pUysqz3mACotmQjVy0a9UOWriIdMgflKzea/CfENDxDNsAYg/d2gp+KJzXqmL4K7
+djBhb91wKx4SoWFKY5ygDX97cpO+9MSBt9IxWmlgtKcq3N//c6LgH5bT8ti5f1G
88fJJH8kAlk86mf3GUfBpzFAns5cGSaRRmWFW7jv8kt0gH6cP3MWHSXywu9TxGdk
iQ2BmTbclneVd1luikXtrumSTmxacvKqqes61/yK6nPOAf6ryJbUQtnhGfz/vYbt
d1TB2869JLSbEImvEx5XvAMzyUaLxhhGetenu5wG0WWFP+UWzlgq5YCT8aZslZzo
VycSd+zlOikF
=bd22
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to