Your message dated Wed, 14 Nov 2018 12:08:20 +0000
with message-id <e1gmty0-0006t7...@fasolo.debian.org>
and subject line Bug#901522: fixed in scala-pickling 0.10.1+repack-1
has caused the Debian Bug report #901522,
regarding scala-pickling: 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.)


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

Hi,

scala-pickling FTBFS with openjdk-10 as the default jdk:

[...]
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/scala-pickling-0.10.1'
mkdir -p /build/scala-pickling-0.10.1/debian/sbt_home/.ivy2/cache
cp -fr /build/scala-pickling-0.10.1/bootstrapdeps/* 
/build/scala-pickling-0.10.1/debian/sbt_home/.ivy2/cache/
mkdir /build/scala-pickling-0.10.1/debian/sbt_home/.sbt
echo "[repositories]" > 
/build/scala-pickling-0.10.1/debian/sbt_home/.sbt/repositories
echo "local" >> /build/scala-pickling-0.10.1/debian/sbt_home/.sbt/repositories
cp -frv /build/scala-pickling-0.10.1/bootstrapdeps-sources/. 
/build/scala-pickling-0.10.1/debian/sbt_home/.ivy2/cache/
'/build/scala-pickling-0.10.1/bootstrapdeps-sources/./org.scala-sbt/compiler-interface/srcs'
 -> 
'/build/scala-pickling-0.10.1/debian/sbt_home/.ivy2/cache/./org.scala-sbt/compiler-interface/srcs'
'/build/scala-pickling-0.10.1/bootstrapdeps-sources/./org.scala-sbt/compiler-interface/srcs/compiler-interface-0.13.12-sources.jar'
 -> 
'/build/scala-pickling-0.10.1/debian/sbt_home/.ivy2/cache/./org.scala-sbt/comp
iler-interface/srcs/compiler-interface-0.13.12-sources.jar'
/build/scala-pickling-0.10.1/bootstrapsbt/bin/sbt -verbose -debug -sbt-dir 
/build/scala-pickling-0.10.1/debian/sbt_home/.sbt -ivy 
/build/scala-pickling-0.10.1/debian/sbt_home/.ivy2 'set offline := true' 
-Dsbt.over
ride.build.repos=true packageBin make-pom
[residual] arg = '-sbt-dir'
[residual] arg = '/build/scala-pickling-0.10.1/debian/sbt_home/.sbt'
[addJava] arg = 
'-Dsbt.ivy.home=/build/scala-pickling-0.10.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/scala-pickling-0.10.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/scala-pickling-0.10.1/debian/sbt_home/.ivy2
-Dsbt.override.build.repos=true
-Dsbt.global.base=/build/scala-pickling-0.10.1/debian/sbt_home/.sbt
-jar
/build/scala-pickling-0.10.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/59ms)
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)

[info] Loading project definition from /build/scala-pickling-0.10.1/project
[info] Updating 
{file:/build/scala-pickling-0.10.1/project/}scala-pickling-0-10-1-build...
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by sbt.ivyint.ErrorMessageAuthenticator$ 
(file:/build/scala-pickling-0.10.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 ...
[...]


Andreas

Attachment: scala-pickling_0.10.1-1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: scala-pickling
Source-Version: 0.10.1+repack-1

We believe that the bug you reported is fixed in the latest version of
scala-pickling, 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 scala-pickling 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 12:44:13 +0100
Source: scala-pickling
Binary: libscala-pickling-java
Architecture: source
Version: 0.10.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:
 libscala-pickling-java - Fast, customizable, boilerplate-free pickling support 
for Scala
Closes: 901522
Changes:
 scala-pickling (0.10.1+repack-1) unstable; urgency=medium
 .
   * Team upload.
   * Upload to unstable
   * No longer build with the embedded SBT using Scala 2.10 (Closes: #901522)
   * 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:
 1a7777c7793e02281ed28ce3de1ed0762e21c905 2120 
scala-pickling_0.10.1+repack-1.dsc
 7a2053dffb0b2cb8ff7fbf6c24eebdeaa32cbd6e 2442103 
scala-pickling_0.10.1+repack.orig.tar.gz
 acfd74c2aabbc7533f780d58b13b012de88a09b7 3696 
scala-pickling_0.10.1+repack-1.debian.tar.xz
 977ac6765812d44c976a275a63471e6715731767 10742 
scala-pickling_0.10.1+repack-1_source.buildinfo
Checksums-Sha256:
 7b3b1c6318344ecaa73845d21fbf1cf7f8219d2bc023e791fe43101f183b1c22 2120 
scala-pickling_0.10.1+repack-1.dsc
 5c2133ed214de8a9637356be0b636924cd537e1982a3c60d2c4d37825f597e3e 2442103 
scala-pickling_0.10.1+repack.orig.tar.gz
 6771daf45643521924d9b9bd96bee86ee38478731c7dcce0f64c3099d9498ef0 3696 
scala-pickling_0.10.1+repack-1.debian.tar.xz
 c7277d26be7f5fcb92bd8e8b467c6f44e3409d6e589894ede72f4dcfd562476e 10742 
scala-pickling_0.10.1+repack-1_source.buildinfo
Files:
 3c793988cf91f051dc4b7f4092e3059d 2120 java optional 
scala-pickling_0.10.1+repack-1.dsc
 829e73308fd37aaa364499bf2a1025bd 2442103 java optional 
scala-pickling_0.10.1+repack.orig.tar.gz
 668d77935d5a68d3d2206326f88c86d6 3696 java optional 
scala-pickling_0.10.1+repack-1.debian.tar.xz
 c9b3de9468f47500168dbca25570dd8c 10742 java optional 
scala-pickling_0.10.1+repack-1_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlvsC+gSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCsfPoP/3vATGWyuG52wtDcwNLlIg9TRbtdUfw6
8RlYEkk3rd5RRP+aJ0MbPk8TrKvcXmq9kq8TyQqgTuQZKMmPzd7EoUqa6SnphmLf
GHrxXX/G2nqC+ZonLr1qDJ6jGRpQI1ZHvCeo0TjG+2/cUn/Wb06NI3frBPNxGjF8
vLdAGlevZOEmF/nUh8dU0FVxemKiweIOSO+0SnGZoeGk81OYrbBL7bagRaK6zYH2
DkOC6XsvjPTCSo7bk41eMt2TSgZAqZzcSVvb/NY0cSOInDR9noEEtNJl5QuTcj1F
lanQQvpiDXZX+mEsDsDC/PpTd0JIvXBhVshgSOr8jllkMgf3QXNAF0HCWm/gnv6j
FLmUQGTFEl+fz1oyBNAMzVgOv4LvyI9sG/VQ62VsGtDe81QeL/Dpz7SznOQaDEPY
EPVr933b0Zwb/h8D+/mfNCfSR9JAIdzEIes1cRGKk+x7I3iBvDs53GBclQAjrmct
iWvXfFkNlGsbUdgeKcQ8Z3yPySsXrS+Ikpz+LvaeSAX4BIj8VdQi+mYBe2Sd5s51
Pi3X2RKl0ACI7K2/3Ovb304RcPGJaK/MKu52/EWIj+OKwzIo8X4Xqk1ULMxX2xai
N+CnUj0Xgr4dcyD0m9IA0SumqH7kN8hQRLyDHbdaFJj2k64mxaYtrAVGahYlT5ae
d/9DNovFeJio
=VvwS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to