Your message dated Tue, 15 Apr 2025 02:40:49 +0000
with message-id <e1u4wed-006aq1...@fasolo.debian.org>
and subject line Bug#1103203: fixed in rjava 1.0-11-2
has caused the Debian Bug report #1103203,
regarding rjava: FTBFS: /usr/bin/ld: cannot find -lzstd: No such file or 
directory
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.)


-- 
1103203: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103203
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:rjava
Version: 1.0-11-1
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem R
   dh_auto_clean -O--buildsystem=R
   dh_autoreconf_clean -O--buildsystem=R
   dh_clean -O--buildsystem=R
 debian/rules binary
dh binary --buildsystem R
   dh_update_autotools_config -O--buildsystem=R
   dh_autoreconf -O--buildsystem=R
   dh_auto_configure -O--buildsystem=R
   dh_auto_build -O--buildsystem=R
   dh_auto_test -O--buildsystem=R
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=R
   dh_prep -O--buildsystem=R
   dh_auto_install --destdir=debian/r-cran-rjava/ -O--buildsystem=R
I: R Package: rJava Version: 1.0-11
I: Building using R version 4.5.0-1
I: R API version: r-api-4.0
I: Using built-time from d/changelog: Fri, 26 Jan 2024 11:10:09 -0600
        mkdir -p /<<PKGBUILDDIR>>/debian/r-cran-rjava/usr/lib/R/site-library
        R CMD INSTALL -l 
/<<PKGBUILDDIR>>/debian/r-cran-rjava/usr/lib/R/site-library --clean . 
"--built-timestamp='Fri, 26 Jan 2024 11:10:09 -0600'"
* installing *source* package ‘rJava’ ...
** this is package ‘rJava’ version ‘1.0-11’
files ‘configure’, ‘jri/configure’, ‘jri/src/config.h.in’, 
‘jri/tools/config.guess’, ‘jri/tools/config.sub’, ‘src/config.h.in’ 
have the wrong MD5 checksums
** using staged installation
checking for gcc... gcc -std=gnu23
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc -std=gnu23 accepts -g... yes
checking for gcc -std=gnu23 option to enable C11 features... none needed
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
configure: checking whether gcc -std=gnu23 supports static inline...
yes
checking whether setjmp.h is POSIX.1 compatible... yes
checking for gcc -std=gnu23 options needed to detect all undeclared 
functions... none needed
checking whether sigsetjmp is declared... yes
checking whether siglongjmp is declared... yes
checking Java support in R... present:
interpreter : '/usr/lib/jvm/default-java/bin/java'
archiver    : '/usr/lib/jvm/default-java/bin/jar'
compiler    : '/usr/lib/jvm/default-java/bin/javac'
header prep.: ''
cpp flags   : '-I/usr/lib/jvm/default-java/include 
-I/usr/lib/jvm/default-java/include/linux'
java libs   : '-L/usr/lib/jvm/default-java/lib/server -ljvm'
checking whether Java run-time works... yes
checking whether -Xrs is supported... yes
checking whether -Xrs will be used... yes
checking whether JVM will be loaded dynamically... no
checking whether JNI programs can be compiled... yes
checking whether JNI programs run... yes
checking JNI data types... ok
checking whether JRI should be compiled (autodetect)... yes
checking whether debugging output should be enabled... no
checking whether memory profiling is desired... no
checking whether threads support is requested... no
checking whether callbacks support is requested... no
checking whether JNI cache support is requested... no
checking whether headless init is enabled... no
checking whether JRI is requested... yes
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating R/zzz.R
config.status: creating src/config.h
=== configuring in jri (/<<PKGBUILDDIR>>/jri)
configure: running /bin/bash ./configure --disable-option-checking 
'--prefix=/usr/local'  'CC=gcc -std=gnu23' 'CFLAGS=-g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection' 'LDFLAGS=-Wl,-z,relro' 
'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc -std=gnu23
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc -std=gnu23 accepts -g... yes
checking for gcc -std=gnu23 option to enable C11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for sys/select.h... yes
checking Java version... 21.0.7-ea
checking Java compatibility version (integer)... 21
checking whether  actually works... no
checking whether javah was replaced by javac -h... yes
checking for target flags...  -h . -target 1.8 -source 1.8
checking whether Java interpreter works... checking whether JNI programs can be 
compiled... yes
checking whether JNI programs can be run... yes
checking JNI data types... ok
checking whether Rinterface.h exports R_CStackXXX variables... yes
checking whether Rinterface.h exports R_SignalHandlers... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating Makefile
config.status: creating run
config.status: creating src/config.h
** libs
using C compiler: ‘gcc (Debian 14.2.0-19) 14.2.0’
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
Rglue.c -o Rglue.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
arrayc.c -o arrayc.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
callJNI.c -o callJNI.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
callback.c -o callback.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
fields.c -o fields.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
init.c -o init.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
jri_glue.c -o jri_glue.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
loader.c -o loader.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
otables.c -o otables.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
rJava.c -o rJava.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
registration.c -o registration.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
rjstring.c -o rjstring.o
gcc -std=gnu23 -I"/usr/share/R/include" -DNDEBUG -I. 
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux   
   -fpic  -g -O2 -ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -c 
tools.c -o tools.o
gcc -std=gnu23 -shared -L/usr/lib/R/lib -Wl,-z,relro -o rJava.so Rglue.o 
arrayc.o callJNI.o callback.o fields.o init.o jri_glue.o loader.o otables.o 
rJava.o registration.o rjstring.o tools.o 
-L/usr/lib/jvm/default-java/lib/server -ljvm -L/usr/lib/R/lib -lR
(cd ../jri && make)
make[2]: Entering directory '/<<PKGBUILDDIR>>/jri'
make -C src JRI.jar
make[3]: Entering directory '/<<PKGBUILDDIR>>/jri/src'
/usr/lib/jvm/default-java/bin/javac -h . -target 1.8 -source 1.8  -d . 
../Mutex.java ../RBool.java ../RConsoleOutputStream.java ../REXP.java 
../RFactor.java ../RList.java ../RMainLoopCallbacks.java ../RVector.java 
../Rengine.java ../package-info.java
warning: [options] bootstrap class path not set in conjunction with -source 8
warning: [options] source value 8 is obsolete and will be removed in a future 
release
warning: [options] target value 8 is obsolete and will be removed in a future 
release
warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
../REXP.java:170: warning: [removal] finalize() in Object has been deprecated 
and marked for removal
        protected void finalize() throws Throwable {
                       ^
../REXP.java:175: warning: [removal] finalize() in Object has been deprecated 
and marked for removal
                        super.finalize();
                             ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
6 warnings
if [ -n "" ]; then  -d . -classpath . org.rosuda.JRI.Rengine; fi
gcc -std=gnu23 -c -o Rengine.o Rengine.c -g -O2 
-ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -Iinclude  -DRIF_HAS_CSTACK 
-DRIF_HAS_RSIGHAND -DHAVE_CONFIG_H -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  
-fpic -I/usr/lib/jvm/default-java/include 
-I/usr/lib/jvm/default-java/include/linux -I/usr/share/R/include 
-I/usr/share/R/include 
gcc -std=gnu23 -c -o jri.o jri.c -g -O2 
-ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -Iinclude  -DRIF_HAS_CSTACK 
-DRIF_HAS_RSIGHAND -DHAVE_CONFIG_H -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  
-fpic -I/usr/lib/jvm/default-java/include 
-I/usr/lib/jvm/default-java/include/linux -I/usr/share/R/include 
-I/usr/share/R/include 
gcc -std=gnu23 -c -o Rcallbacks.o Rcallbacks.c -g -O2 
-ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -Iinclude  -DRIF_HAS_CSTACK 
-DRIF_HAS_RSIGHAND -DHAVE_CONFIG_H -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  
-fpic -I/usr/lib/jvm/default-java/include 
-I/usr/lib/jvm/default-java/include/linux -I/usr/share/R/include 
-I/usr/share/R/include 
gcc -std=gnu23 -c -o Rinit.o Rinit.c -g -O2 
-ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -Iinclude  -DRIF_HAS_CSTACK 
-DRIF_HAS_RSIGHAND -DHAVE_CONFIG_H -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  
-fpic -I/usr/share/R/include -I/usr/share/R/include 
gcc -std=gnu23 -c -o globals.o globals.c -g -O2 
-ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -Iinclude  -DRIF_HAS_CSTACK 
-DRIF_HAS_RSIGHAND -DHAVE_CONFIG_H -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  
-fpic -I/usr/lib/jvm/default-java/include 
-I/usr/lib/jvm/default-java/include/linux 
gcc -std=gnu23 -c -o rjava.o rjava.c -g -O2 
-ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -Iinclude  -DRIF_HAS_CSTACK 
-DRIF_HAS_RSIGHAND -DHAVE_CONFIG_H -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  
-fpic -I/usr/lib/jvm/default-java/include 
-I/usr/lib/jvm/default-java/include/linux 
gcc -std=gnu23 -c -o rjstring.o rjstring.c -g -O2 
-ffile-prefix-map=/<<BUILDDIR>>/r-base-4.5.0=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -Iinclude  -DRIF_HAS_CSTACK 
-DRIF_HAS_RSIGHAND -DHAVE_CONFIG_H -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
-I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux  
-fpic -I/usr/lib/jvm/default-java/include 
-I/usr/lib/jvm/default-java/include/linux -I/usr/share/R/include 
-I/usr/share/R/include 
gcc -std=gnu23 -o libjri.so Rengine.o jri.o Rcallbacks.o Rinit.o globals.o 
rjava.o rjstring.o -Wl,-z,relro -Wl,-z,relro -shared 
-L/usr/lib/jvm/default-java/lib/server -ljvm -Wl,--export-dynamic -fopenmp 
-Wl,-z,relro -L/usr/lib/R/lib -lR -lpcre2-8 -ldeflate -lzstd -llzma -lbz2 -lz 
-ltirpc -lrt -ldl -lm -licuuc -licui18n 
/usr/bin/ld: cannot find -lzstd: No such file or directory
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile.all:40: libjri.so] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/jri/src'
make[2]: *** [Makefile.all:19: src/JRI.jar] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/jri'
make[1]: *** [Makevars:14: jri] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
ERROR: compilation failed for package ‘rJava’
* removing 
‘/<<PKGBUILDDIR>>/debian/r-cran-rjava/usr/lib/R/site-library/rJava’
dh_auto_install: error: R CMD INSTALL -l 
/<<PKGBUILDDIR>>/debian/r-cran-rjava/usr/lib/R/site-library --clean . 
"--built-timestamp='Fri, 26 Jan 2024 11:10:09 -0600'" returned exit code 1
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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 could not 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:rjava, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: rjava
Source-Version: 1.0-11-2
Done: Dirk Eddelbuettel <e...@debian.org>

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

Debian distribution maintenance software
pp.
Dirk Eddelbuettel <e...@debian.org> (supplier of updated rjava 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: SHA256

Format: 1.8
Date: Mon, 14 Apr 2025 20:59:33 -0500
Source: rjava
Architecture: source
Version: 1.0-11-2
Distribution: unstable
Urgency: medium
Maintainer: Dirk Eddelbuettel <e...@debian.org>
Changed-By: Dirk Eddelbuettel <e...@debian.org>
Closes: 1103203
Changes:
 rjava (1.0-11-2) unstable; urgency=medium
 .
   * debian/control: Add libzstd-dev to Build-Depends   (Closes: #1103203)
   * debian/control: Set Build-Depends: to current R version
   * debian/control: Set Standards-Version: to current version
Checksums-Sha1:
 ba8cd069e7888fe42d3f6c0930a5898ad8460ed7 1977 rjava_1.0-11-2.dsc
 987ee001c6133dff926e3d78d66a99aced875cb2 3896 rjava_1.0-11-2.debian.tar.xz
 8b34c43bdc58cdd20102a0fdad5621d12dafcb52 13078 rjava_1.0-11-2_amd64.buildinfo
Checksums-Sha256:
 9ca955359b4321631d46720e2af015828f3687760b4435ba2d6df87abff387ce 1977 
rjava_1.0-11-2.dsc
 8ba92acfd58a3c747aa6567a370bfbe32458b791701aa0cd4036efdfda83da5b 3896 
rjava_1.0-11-2.debian.tar.xz
 52ba42ae7975073858b14db5776a1f7c53a3afa3db642554a65a96caabf43cb6 13078 
rjava_1.0-11-2_amd64.buildinfo
Files:
 141bb271d5dff7d92fa1a001bc1cf0c0 1977 gnu-r optional rjava_1.0-11-2.dsc
 d6d9c17e664296058ca59f70a962e0c8 3896 gnu-r optional 
rjava_1.0-11-2.debian.tar.xz
 f1e00f2a9bcc4dde3f68d711bdfc9634 13078 gnu-r optional 
rjava_1.0-11-2_amd64.buildinfo

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

iQIVAwUBZ/2/cKFIn+KrmaIaAQh/9Q/+N5l+7kCm03A2i92t6ez6VQlFi+LHA5E/
FCJ5hJll0K61Ym4ETYxf6tgwhDLq+cYmsGM3buCv1xp2xs6nil2hXo9RUNKFVghC
e4micSmPVW4MYN1UMRyn2xOk7F69xFMGFv5dpYr3esu+QtHAzcjRlisjkQrzOs9B
GiaLH014f74QlVopBQcGPLQkXLWaIUYsA3Jf0IZQhHIQEx+XMZWGPYX7sF0J9MUQ
YSGAnP5robEh1uiGQ1jRc71a77V4DBsR7eFUHrKo402+wjHTb7LE0ALEUoAwU6V+
vRbawcVu40/1nWmWKxY6eToiJgNfniJ87V0qDsa6lqD8nzVItlFBLjLoiBl5fe5S
BqoIX/L+GvojsceM4FW5QvwHpTcxfoySjVx4YwqerRHXjpE9vlbWGSrBWJMsZfms
C18U0KWAak78NwQrRQYRIln7nCGRFP6MwTcYPc2enUrE2bq/HlvyS6roomvRvgkO
cuUy3w/4uMy+K2b6F7S3XCXhY9TMUnySAENpV1Z+egTsWXcTZBrtfH8HrjLVTvE6
BYsFDe14zwgXH4Rb13Heq2IZ1OqGFxDY2Ky12V+iermHosXDoRMzwTa8tIKB4wUc
s46AIKhxptfWsz//H0RH2R6KmdPipbA6VlWO6ORTdg4fkBHj6aHMWSxTvbObY7K8
6UKt3ksz+wc=
=DG8d
-----END PGP SIGNATURE-----

Attachment: pgphp5g3EfPdP.pgp
Description: PGP signature


--- End Message ---

Reply via email to