Your message dated Fri, 07 Oct 2022 14:35:36 +0000
with message-id <e1ogors-006ve9...@fasolo.debian.org>
and subject line Bug#1019695: fixed in r-cran-qpdf 1.3.0+dfsg-1
has caused the Debian Bug report #1019695,
regarding r-cran-qpdf: FTBFS with qpdf 11.0.0
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.)


-- 
1019695: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: r-cran-qpdf
Version: 1.2.0+dfsg-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

https://buildd.debian.org/status/fetch.php?pkg=r-cran-qpdf&arch=amd64&ver=1.2.0%2Bdfsg-1%2Bb1&stamp=1663060773&raw=0

g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/usr/include/qpdf/ 
-I'/usr/lib/R/site-library/Rcpp/include'   -fvisibility=hidden -fpic  -g -O2 
-ffile-prefix-map=/build/r-base-J8F88F/r-base-4.2.1=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c 
bindings.cpp -o bindings.o
In file included from /usr/include/qpdf/Buffer.hh:26,
                 from /usr/include/qpdf/QPDF.hh:37,
                 from bindings.cpp:1:
/usr/include/qpdf/PointerHolder.hh:31:3: warning: #warning 
"POINTERHOLDER_TRANSITION is not defined -- see qpdf/PointerHolder.hh" [-Wcpp]
   31 | # warning "POINTERHOLDER_TRANSITION is not defined -- see 
qpdf/PointerHolder.hh"
      |   ^~~~~~~
bindings.cpp: In function ‘QPDF read_pdf_with_password(const char*, const 
char*)’:
bindings.cpp:27:10: error: use of deleted function ‘QPDF::QPDF(const QPDF&)’
   27 |   return pdf;
      |          ^~~
/usr/include/qpdf/QPDF.hh:941:5: note: declared here
  941 |     QPDF(QPDF const&) = delete;
      |     ^~~~
bindings.cpp: In function ‘int cpp_pdf_length(const char*, const char*)’:
bindings.cpp:32:53: error: use of deleted function ‘QPDF::QPDF(const QPDF&)’
   32 |   QPDF pdf = read_pdf_with_password(infile, password);
      |                                                     ^
/usr/include/qpdf/QPDF.hh:941:5: note: declared here
  941 |     QPDF(QPDF const&) = delete;
      |     ^~~~
bindings.cpp: In function ‘Rcpp::CharacterVector cpp_pdf_split(const char*, 
std::string, const char*)’:
bindings.cpp:41:55: error: use of deleted function ‘QPDF::QPDF(const QPDF&)’
   41 |   QPDF inpdf = read_pdf_with_password(infile, password);
      |                                                       ^
/usr/include/qpdf/QPDF.hh:941:5: note: declared here
  941 |     QPDF(QPDF const&) = delete;
      |     ^~~~
bindings.cpp: In function ‘Rcpp::CharacterVector cpp_pdf_select(const char*, 
const char*, Rcpp::IntegerVector, const char*)’:
bindings.cpp:61:55: error: use of deleted function ‘QPDF::QPDF(const QPDF&)’
   61 |   QPDF inpdf = read_pdf_with_password(infile, password);
      |                                                       ^
/usr/include/qpdf/QPDF.hh:941:5: note: declared here
  941 |     QPDF(QPDF const&) = delete;
      |     ^~~~
bindings.cpp: In function ‘Rcpp::CharacterVector 
cpp_pdf_combine(Rcpp::CharacterVector, const char*, const char*)’:
bindings.cpp:82:64: error: use of deleted function ‘QPDF::QPDF(const QPDF&)’
   82 |     QPDF inpdf = read_pdf_with_password(infiles.at(i), password);
      |                                                                ^
/usr/include/qpdf/QPDF.hh:941:5: note: declared here
  941 |     QPDF(QPDF const&) = delete;
      |     ^~~~
bindings.cpp: In function ‘Rcpp::CharacterVector cpp_pdf_compress(const char*, 
const char*, bool, const char*)’:
bindings.cpp:98:55: error: use of deleted function ‘QPDF::QPDF(const QPDF&)’
   98 |   QPDF inpdf = read_pdf_with_password(infile, password);
      |                                                       ^
/usr/include/qpdf/QPDF.hh:941:5: note: declared here
  941 |     QPDF(QPDF const&) = delete;
      |     ^~~~
bindings.cpp: In function ‘Rcpp::CharacterVector cpp_pdf_rotate_pages(const 
char*, const char*, Rcpp::IntegerVector, int, bool, const char*)’:
bindings.cpp:111:55: error: use of deleted function ‘QPDF::QPDF(const QPDF&)’
  111 |   QPDF inpdf = read_pdf_with_password(infile, password);
      |                                                       ^
/usr/include/qpdf/QPDF.hh:941:5: note: declared here
  941 |     QPDF(QPDF const&) = delete;
      |     ^~~~
make[1]: *** [/usr/lib/R/etc/Makeconf:177: bindings.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
ERROR: compilation failed for package ‘qpdf’
* removing ‘/<<PKGBUILDDIR>>/debian/r-cran-qpdf/usr/lib/R/site-library/qpdf’
dh_auto_install: error: R CMD INSTALL -l 
/<<BUILDDIR>>/r-cran-qpdf-1.2.0\+dfsg/debian/r-cran-qpdf/usr/lib/R/site-library 
--clean . "--built-timestamp='Tue, 13 Sep 2022 09:19:17 +0000'" returned exit 
code 1
make: *** [debian/rules:4: binary-arch] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned 
exit status 2

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Source: r-cran-qpdf
Source-Version: 1.3.0+dfsg-1
Done: Andreas Tille <ti...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated r-cran-qpdf 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: Fri, 07 Oct 2022 15:47:28 +0200
Source: r-cran-qpdf
Architecture: source
Version: 1.3.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers <r-pkg-t...@alioth-lists.debian.net>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1019695
Changes:
 r-cran-qpdf (1.3.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
   * Reorder sequence of d/control fields by cme (routine-update)
   * Add salsa-ci file (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * Builds against qpdf 11
     Closes: #1019695
Checksums-Sha1:
 181c5cf735355414b9c41440d8f05fb6ea671c72 2153 r-cran-qpdf_1.3.0+dfsg-1.dsc
 1c862a24f11bdd829b746914747f79a7a532549c 47924 
r-cran-qpdf_1.3.0+dfsg.orig.tar.xz
 09f7e8e6297f4558a3153e89f0a15027e1408c83 2524 
r-cran-qpdf_1.3.0+dfsg-1.debian.tar.xz
 49d2d53dea403e14ade18f852e4295808ba94b90 11245 
r-cran-qpdf_1.3.0+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 7d11b6384843874fa4bd1eb9ce7f50d59b75417260aea8fb6f7ab191c1a1e2d9 2153 
r-cran-qpdf_1.3.0+dfsg-1.dsc
 7c8bffdb2b11c254f4cd6ae3137e1d51c82fbd8e8b5965d6180bc81a7f882a20 47924 
r-cran-qpdf_1.3.0+dfsg.orig.tar.xz
 8ae7aea5275adcafb0940a9acdb6d766624f565d047e0df283a90389b1b35a08 2524 
r-cran-qpdf_1.3.0+dfsg-1.debian.tar.xz
 95442f822cdef531b2f09f2e266b71364dad45c82bf5f9a1cff9917c2079f44f 11245 
r-cran-qpdf_1.3.0+dfsg-1_amd64.buildinfo
Files:
 5f0c6a689781061d834691340033d8bd 2153 gnu-r optional 
r-cran-qpdf_1.3.0+dfsg-1.dsc
 10462192dac0fd0b8110e65b8a829206 47924 gnu-r optional 
r-cran-qpdf_1.3.0+dfsg.orig.tar.xz
 4f56580e791d26793d041e42fc0bd1b5 2524 gnu-r optional 
r-cran-qpdf_1.3.0+dfsg-1.debian.tar.xz
 7a7315d5c8188c192f5d6f0e87032ec6 11245 gnu-r optional 
r-cran-qpdf_1.3.0+dfsg-1_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmNALokRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtH0eg//eGdkiBRtL1tDIKLX1idodxKFv9846nZr
3B82+qHVIQiYEIURrE0RJgMGRVPZjJdJrVNwc+RMZTLmitdAgf2glD2Z6kfemqQW
Az6cPFnbyPeAz1daDq+Vvnx9GqVmS47WPdCmP0nF5GX7Cv5hEhRa+kfLstrp9pX3
6tqJDNcPis9L0Qu5jnQDaPoIoQv13K3Rx0yxnCxfKj6N7lAp1KkisCNCr83VEMin
HpOhFPZTVggznob4oyTbcbRhiWxgHwilhZbsjhSdK/a5oTYcptkq+klGSLmEuKJ1
WSnkgZYzeszQmcCqQlNUt0dZ8NI9lg6kizb8axc5cPaFBy6dC5v5BsHiS6q+Qp8K
O78ZcZpqOmfZ+c6p5C2ws/Oq7KdWM6KcGwZDGs3rvrU/+wqz0AZRVTEcmFw8EvKZ
seTFBu9uthBEDity/ElB8zJJkyYdtt377LVxzyCX4/KnDoAH2RGE50V53PbaLpSm
ks4nf+Eah2d40rkvTQJtQx6pBqPoz/IM5Q/qdTJztnby+rIS7W+QZNLJVGTwYCJ+
onx9dZHm9vglccFon5ukySq02WFLULFF6kPc5voP/lrMInP43rUBtYncWIthkAWJ
+X9xSncEr+6lXyMtqu3EU9AsNU07V5DhRghz4WNXJ9hcuK8vvV2HG8C7pQuxpCkr
Sx0DgBVs/MI=
=HRWo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to