Your message dated Wed, 14 Nov 2018 13:36:52 +0000
with message-id <e1gmvlg-0000rd...@fasolo.debian.org>
and subject line Bug#901523: fixed in sbt-template-resolver 0.1+repack-1
has caused the Debian Bug report #901523,
regarding sbt-template-resolver: 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.)


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

Hi,

sbt-template-resolver FTBFS with openjdk-10 as the default jdk:

[...]
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/sbt-template-resolver-0.1'
mkdir -p /build/sbt-template-resolver-0.1/debian/sbt_home/.ivy2/cache
cp -fr /build/sbt-template-resolver-0.1/bootstrapdeps/* 
/build/sbt-template-resolver-0.1/debian/sbt_home/.ivy2/cache/
mkdir /build/sbt-template-resolver-0.1/debian/sbt_home/.sbt
echo "[repositories]" > 
/build/sbt-template-resolver-0.1/debian/sbt_home/.sbt/repositories
echo "local" >> 
/build/sbt-template-resolver-0.1/debian/sbt_home/.sbt/repositories
cp -frv /build/sbt-template-resolver-0.1/bootstrapdeps-sources/. 
/build/sbt-template-resolver-0.1/debian/sbt_home/.ivy2/cache/
'/build/sbt-template-resolver-0.1/bootstrapdeps-sources/./org.scala-sbt/compiler-interface/srcs'
 -> 
'/build/sbt-template-resolver-0.1/debian/sbt_home/.ivy2/cache/./org.scala-sbt/compiler-interface/srcs'
'/build/sbt-template-resolver-0.1/bootstrapdeps-sources/./org.scala-sbt/compiler-interface/srcs/compiler-interface-0.13.12-sources.jar'
 -> '/build/sbt-template-resolver-0.1/debian/sbt_home/.ivy2/cache/./org.scala-
sbt/compiler-interface/srcs/compiler-interface-0.13.12-sources.jar'
/build/sbt-template-resolver-0.1/bootstrapsbt/bin/sbt -verbose -debug -sbt-dir 
/build/sbt-template-resolver-0.1/debian/sbt_home/.sbt -ivy 
/build/sbt-template-resolver-0.1/debian/sbt_home/.ivy2 'set offline := true
' -Dsbt.override.build.repos=true packageBin make-pom
[residual] arg = '-sbt-dir'
[residual] arg = '/build/sbt-template-resolver-0.1/debian/sbt_home/.sbt'
[addJava] arg = 
'-Dsbt.ivy.home=/build/sbt-template-resolver-0.1/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/sbt-template-resolver-0.1/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/sbt-template-resolver-0.1/debian/sbt_home/.ivy2
-Dsbt.override.build.repos=true
-Dsbt.global.base=/build/sbt-template-resolver-0.1/debian/sbt_home/.sbt
-jar
/build/sbt-template-resolver-0.1/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/53ms)
Getting Scala 2.10.6 (for sbt)...
:: retrieving :: org.scala-sbt#boot-scala
        confs: [default]
        5 artifacts copied, 0 already retrieved (24494kB/25ms)
[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)

[info] Loading project definition from /build/sbt-template-resolver-0.1/project
[info] Updating 
{file:/build/sbt-template-resolver-0.1/project/}sbt-template-resolver-0-1-build...
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by sbt.ivyint.ErrorMessageAuthenticator$ 
(file:/build/sbt-template-resolver-0.1/debian/sbt_home/.sbt/boot/scala-2.10.6/org.scala-sbt/sbt/0.13.12/ivy-0.13.12.jar)
 to field java.net.Authenticator.theAuthenticator
WARNING: Please consider reporting this to the maintainers of 
sbt.ivyint.ErrorMessageAuthenticator$
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[info] Resolving org.scala-lang#scala-library;2.10.6 ...
[info] Resolving org.scala-sbt#sbt;0.13.12 ...
[info] Resolving org.scala-sbt#main;0.13.12 ...
[info] Resolving org.scala-sbt#actions;0.13.12 ...
[info] Resolving org.scala-sbt#classpath;0.13.12 ...
[info] Resolving org.scala-lang#scala-compiler;2.10.6 ...
[info] Resolving org.scala-lang#scala-reflect;2.10.6 ...
[info] Resolving org.scala-sbt#interface;0.13.12 ...
[info] Resolving org.scala-sbt#io;0.13.12 ...
[info] Resolving org.scala-sbt#control;0.13.12 ...
[info] Resolving org.scala-sbt#launcher-interface;1.0.0-M1 ...
[info] Resolving org.scala-sbt#completion;0.13.12 ...
[info] Resolving org.scala-sbt#collections;0.13.12 ...
[info] Resolving jline#jline;2.13 ...
[...]


Andreas

Attachment: sbt-template-resolver_0.1-1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: sbt-template-resolver
Source-Version: 0.1+repack-1

We believe that the bug you reported is fixed in the latest version of
sbt-template-resolver, 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 sbt-template-resolver 
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 13:54:14 +0100
Source: sbt-template-resolver
Binary: libsbt-template-resolver-java
Architecture: source
Version: 0.1+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:
 libsbt-template-resolver-java - Sbt template resolver
Closes: 901523
Changes:
 sbt-template-resolver (0.1+repack-1) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
   * No longer build with the embedded SBT using Scala 2.10 (Closes: #901523)
   * 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:
 c64ebebc42242de3cf63058f1785746bd7620f9a 2167 
sbt-template-resolver_0.1+repack-1.dsc
 c52ab056e9024b2cadd65cc680bf3959f1bf643d 5765 
sbt-template-resolver_0.1+repack.orig.tar.gz
 f3531b4fe5e30472fc8347867521dfe16100f1a3 2288 
sbt-template-resolver_0.1+repack-1.debian.tar.xz
 5fe2d057836bec861549017a2fb2043835c2825e 10523 
sbt-template-resolver_0.1+repack-1_source.buildinfo
Checksums-Sha256:
 bc705274234091abc66c8a704566e15a6e6a1b6e5420b8380754cc2c525d78ab 2167 
sbt-template-resolver_0.1+repack-1.dsc
 4de0880115e9253b0eedee582d166c459db7dbf874d24b9fd73b655a0e9cfa62 5765 
sbt-template-resolver_0.1+repack.orig.tar.gz
 8c8fa129ce577dd1bbb0fc4eb9d2ae665a14b7024e6bcd685e44947d06387d90 2288 
sbt-template-resolver_0.1+repack-1.debian.tar.xz
 2d09bf6b7bd5597d672002b37f533da7587cc54237654c23bb7db4165d26c6d5 10523 
sbt-template-resolver_0.1+repack-1_source.buildinfo
Files:
 1dcfb31b1a3af4b0095d42db40a8de31 2167 java optional 
sbt-template-resolver_0.1+repack-1.dsc
 bb0233906f27810402f40e1db6016910 5765 java optional 
sbt-template-resolver_0.1+repack.orig.tar.gz
 a0b2fc87b4e6614de84cf760320f1a81 2288 java optional 
sbt-template-resolver_0.1+repack-1.debian.tar.xz
 c68100cbb03cac722afc98787675d8ff 10523 java optional 
sbt-template-resolver_0.1+repack-1_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlvsG6ISHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCs01IP/j2mArnhPw/deUAQq1wQtXnWP8Ybwbf9
aqcoebfBJFdPUPIWL4FDhP21mj8ArKaiTUR1JwtfGi7hZaVaK5si3UyBX64EbbPd
9NRrv7yI2mUlYkF21c0F5yYMwX9CFvQ2uyFq/YiHJkfuFi1qZfD7WZveJVO58P+Z
z6ViGIjMjYfb8okC9kyuP60PtUM+vFqr427AzLYaFJqtyNPoFtcFeZn7CD6lgV/j
J/8jh8RihfOlnze52r3t/c/p1kcTPy50daGF8g6Oxr1eYbUkLosXbgKObjVicyt7
ovX5EcUpvvnHreqdLGqkn1hEDW0eckm0M4/TG6gSlQ1lgJbGx1Ofl06gN7YAymIq
3yIUGMSgYwfCHCFUDDiPwq6SL1MEXe8QPc1KQcP7tMZyaeH/RI2aUvH7MKzAPsVU
3DKTBfhbJL5sNkQyEtkDM4asXVwxpe2E4n4Nfl2zYRQ4W3jpPcYCVwwFBWwE7RzQ
MLcFkl7Ktl6f1k1Bk3ZO1B5sreiedOuNiUH+yiDJ7BBCOEKqGnPD32ggkka1tPy8
WHlUQnjBuk/KUMyTRvco2h4Ya3UmhNrBE5ilA+hJL+sC8erT9xe+knMozkdbjoXN
Ju/z+gvemipNM/kiuDXZssEwCPn72HPyXCohyWYEztZj/EOr157EKu7EWi/aOp0l
NtoTDh/BQCRo
=9v2B
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to