Your message dated Sun, 06 Jan 2019 00:04:17 +0000
with message-id <[email protected]>
and subject line Bug#906398: fixed in jarjar 1.4+svn142-9
has caused the Debian Bug report #906398,
regarding projectreactor: FTBFS in buster/sid
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.)


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

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --buildsystem=gradle --with maven_repo_helper
   dh_update_autotools_config -i -O--buildsystem=gradle
   dh_auto_configure -i -O--buildsystem=gradle
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- :reactor-core:install :reactor-net:install 
:reactor-bus:install :reactor-stream:install -x javadoc
        mkdir -p .gradle/init.d
        cp /usr/share/gradle-debian-helper/init.gradle .gradle/init.d/
        gradle --info --console plain --offline --stacktrace --no-daemon 
--refresh-dependencies --gradle-user-home .gradle -Duser.home=. 
-Duser.name=debian -Ddebian.package=projectreactor -Dfile.encoding=UTF-8 
:reactor-core:install :reactor-net:install :reactor-bus:install 
:reactor-stream:install -x javadoc
Initialized native services in: /<<PKGBUILDDIR>>/.gradle/native
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.gradle.internal.reflect.JavaMethod 
(file:/usr/share/gradle/lib/gradle-base-services-3.4.1.jar) to method 
java.lang.ClassLoader.getPackages()
WARNING: Please consider reporting this to the maintainers of 
org.gradle.internal.reflect.JavaMethod

[... snipped ...]

        at 
org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:72)
        at 
org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
        at 
org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:50)
        at 
org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
        at 
org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:60)
        at 
org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36)
        at 
org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
        at 
org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:72)
        at 
org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36)
        at 
org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
        at 
org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:50)
        at 
org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:297)
        at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
        at 
org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:46)
Caused by: org.gradle.api.internal.tasks.compile.CompilationFailedException: 
Compilation failed; see the compiler error output for details.
        at 
org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:48)
        at 
org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:33)
        at 
org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.delegateAndHandleErrors(NormalizingJavaCompiler.java:99)
        at 
org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:52)
        at 
org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:37)
        at 
org.gradle.api.internal.tasks.compile.CleaningJavaCompilerSupport.execute(CleaningJavaCompilerSupport.java:35)
        at 
org.gradle.api.internal.tasks.compile.CleaningJavaCompilerSupport.execute(CleaningJavaCompilerSupport.java:25)
        at 
org.gradle.api.tasks.compile.JavaCompile.performCompilation(JavaCompile.java:209)
        at 
org.gradle.api.tasks.compile.JavaCompile.compile(JavaCompile.java:190)
        at 
org.gradle.api.tasks.compile.JavaCompile.compile(JavaCompile.java:135)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:73)
        at 
org.gradle.api.internal.project.taskfactory.DefaultTaskClassInfoStore$IncrementalTaskAction.doExecute(DefaultTaskClassInfoStore.java:163)
        at 
org.gradle.api.internal.project.taskfactory.DefaultTaskClassInfoStore$StandardTaskAction.execute(DefaultTaskClassInfoStore.java:134)
        at 
org.gradle.api.internal.project.taskfactory.DefaultTaskClassInfoStore$StandardTaskAction.execute(DefaultTaskClassInfoStore.java:123)
        at 
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:95)
        at 
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:76)
        ... 70 more


BUILD FAILED

Total time: 16.122 secs
Stopped 0 worker daemon(s).
Received result Failure[value=org.gradle.initialization.ReportedException: 
org.gradle.internal.exceptions.LocationAwareException: Execution failed for 
task ':reactor-core:compileJava'.] from daemon DaemonInfo{pid=24061, 
address=[eca5412d-f379-459e-8a13-682dc3922219 port:42699, 
addresses:[/0:0:0:0:0:0:0:1, /127.0.0.1]], state=Busy, lastBusy=1534311331398, 
context=DefaultDaemonContext[uid=8396c5bd-8ef1-45b5-b579-393c5e823dae,javaHome=/usr/lib/jvm/java-10-openjdk-amd64,daemonRegistryDir=/<<PKGBUILDDIR>>/.gradle/daemon,pid=24061,idleTimeout=120000,daemonOpts=-XX:+HeapDumpOnOutOfMemoryError,-Xmx1024m,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]}
 (build should be done).
dh_auto_build: gradle --info --console plain --offline --stacktrace --no-daemon 
--refresh-dependencies --gradle-user-home .gradle -Duser.home=. 
-Duser.name=debian -Ddebian.package=projectreactor -Dfile.encoding=UTF-8 
:reactor-core:install :reactor-net:install :reactor-bus:install 
:reactor-stream:install -x javadoc returned exit code 1
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/projectreactor.html

where you can get a full build log if you need it.

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

Thanks.

--- End Message ---
--- Begin Message ---
Source: jarjar
Source-Version: 1.4+svn142-9

We believe that the bug you reported is fixed in the latest version of
jarjar, 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.
Emmanuel Bourg <[email protected]> (supplier of updated jarjar 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: Sun, 06 Jan 2019 00:37:41 +0100
Source: jarjar
Binary: libjarjar-java
Architecture: source
Version: 1.4+svn142-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Description:
 libjarjar-java - repackage third-party jars
Closes: 906398
Changes:
 jarjar (1.4+svn142-9) unstable; urgency=medium
 .
   * Team upload.
   * Depend on libasm-java instead of libasm4-java (Closes: #906398)
   * Standards-Version updated to 4.3.0
   * Switch to debhelper level 11
   * Use salsa.debian.org Vcs-* URLs
Checksums-Sha1:
 49f754f2be07994bf6084f180582f65eed92be90 2019 jarjar_1.4+svn142-9.dsc
 8e4c6615c99642047d866cfe5df45f51d51b7cd9 9104 jarjar_1.4+svn142-9.debian.tar.xz
 c5b91442db2b41c5ce7f040ae884fc730737b8d9 10531 
jarjar_1.4+svn142-9_source.buildinfo
Checksums-Sha256:
 74b245d6ef08360a802ff30c381047c160cc278748a20e788929fc99422a7afb 2019 
jarjar_1.4+svn142-9.dsc
 a8cbd30b274aa1159c760f32ee34f5f236411c1b4e91a04b7134ebf29275643d 9104 
jarjar_1.4+svn142-9.debian.tar.xz
 54354970372a76a37d765505b03744ba29eb9c47e7d5204a8d7f86f1a3f8083c 10531 
jarjar_1.4+svn142-9_source.buildinfo
Files:
 29dfb449b81c5d2da42d7ac0ab9e6d05 2019 java optional jarjar_1.4+svn142-9.dsc
 da87c36ff9fa105c7c540503df05602c 9104 java optional 
jarjar_1.4+svn142-9.debian.tar.xz
 27c103194d952d27edab3a1bdd4984a0 10531 java optional 
jarjar_1.4+svn142-9_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAlwxQFMSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCspbUP/0PGunWiKxeeVKawKhdbMscpCIJfEF3c
1JdzNEf8Kzhq4Go1RFTYyHjR0fdI63IQA6Ay1j2Vd/VgOMapAR8XQDg5TDmvW6h+
RXg1G4jdKfQyKEgJR/kaNPdxLzfKoczpj8QOVySgDbhbdhek4/lIWKlPoErxzaJ4
+rj2uGt+aVN/I4RlWuah7pI7jMHwlbkJa1BdnQuOff513RlTZBtPRsncMlBaJDXN
dqbFH6Xs5oZnBY7B6Tk3u9hgDfnFwgKyxsiqJzLZx58QPC/SMAK4SHlk6+hpDgX6
A0AIpFLvKSyvIQCpQiepGbrnz9WDolkrxXBRkpkLNPketHflZH2g3U7mFbejBndP
RG/hIFM0uaqxTWrMhFiDdOEAxy/RaIzA9/0IMsWBlwDHBz4woW5Uogpy610VafAa
dCL/9wVFcmtuX3DFzAGYTvKHtOBepWfF69vQS8bvO7CRRgty/BbHkgndf7jlXlSd
lhqp/U1JwvpkV9ll4LpmftYXrcCpxhT/NIrODjcRbOd9rTCdd54+RH+ZBMC5pjmT
zagaE5X0GjybTF76UefDwydR/7GEacEDTc8UvzEru/iq6Cx2bxxA3vuFefwPUbGK
k7NsGxfgGCyCni7QWIHqq8/e2qho3yBv8uZftSKhgdZXEJ70dxqH1sT5HeJtHV+e
pmz0m4utd483
=9jnw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to