- Package:
- src:tiledb-r
- Source:
- tiledb-r
- Submitter:
- Adrian Bunk
- Date:
- 2022-05-15 13:57:03 UTC
- Severity:
- serious
- Tags:
https://buildd.debian.org/status/logs.php?pkg=tiledb-r&ver=0.12.0-1%2Bb1 ... g++ -std=gnu++17 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -I/usr/include/tiledb -I'/usr/lib/R/site-library/Rcpp/include' -fpic -g -O2 -ffile-prefix-map=/build/r-base-eH67wr/r-base-4.2.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c libtiledb.cpp -o libtiledb.o libtiledb.cpp: In function ‘Rcpp::XPtr<tiledb::Group> libtiledb_group(Rcpp::XPtr<tiledb::Context>, const string&, const string&)’: libtiledb.cpp:4401:47: error: no matching function for call to ‘tiledb::Group::Group()’ 4401 | XPtr<tiledb::Group> ptr(new tiledb::Group()); // placeholder | ^ In file included from /usr/include/tiledb/tiledb_experimental:37, from ../inst/include/tiledb.h:7, from libtiledb.h:27, from libtiledb.cpp:23: /usr/include/tiledb/group_experimental.h:73:3: note: candidate: ‘tiledb::Group::Group(tiledb::Group&&)’ 73 | Group(Group&&) = default; | ^~~~~ /usr/include/tiledb/group_experimental.h:73:3: note: candidate expects 1 argument, 0 provided /usr/include/tiledb/group_experimental.h:72:3: note: candidate: ‘tiledb::Group::Group(const tiledb::Group&)’ 72 | Group(const Group&) = default; | ^~~~~ /usr/include/tiledb/group_experimental.h:72:3: note: candidate expects 1 argument, 0 provided /usr/include/tiledb/group_experimental.h:60:3: note: candidate: ‘tiledb::Group::Group(const tiledb::Context&, const string&, tiledb_query_type_t)’ 60 | Group( | ^~~~~ /usr/include/tiledb/group_experimental.h:60:3: note: candidate expects 3 arguments, 0 provided make[2]: *** [/usr/lib/R/etc/Makeconf:177: libtiledb.o] Error 1
Adrian, On 15 May 2022 at 13:38, Adrian Bunk wrote: | Source: tiledb-r | Version: 0.12.0-1 | Severity: serious | Tags: ftbfs | | https://buildd.debian.org/status/logs.php?pkg=tiledb-r&ver=0.12.0-1%2Bb1 | | ... | g++ -std=gnu++17 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -I/usr/include/tiledb -I'/usr/lib/R/site-library/Rcpp/include' -fpic -g -O2 -ffile-prefix-map=/build/r-base-eH67wr/r-base-4.2.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c libtiledb.cpp -o libtiledb.o | libtiledb.cpp: In function ‘Rcpp::XPtr<tiledb::Group> libtiledb_group(Rcpp::XPtr<tiledb::Context>, const string&, const string&)’: | libtiledb.cpp:4401:47: error: no matching function for call to ‘tiledb::Group::Group()’ | 4401 | XPtr<tiledb::Group> ptr(new tiledb::Group()); // placeholder | | ^ | In file included from /usr/include/tiledb/tiledb_experimental:37, | from ../inst/include/tiledb.h:7, | from libtiledb.h:27, | from libtiledb.cpp:23: | /usr/include/tiledb/group_experimental.h:73:3: note: candidate: ‘tiledb::Group::Group(tiledb::Group&&)’ | 73 | Group(Group&&) = default; | | ^~~~~ | /usr/include/tiledb/group_experimental.h:73:3: note: candidate expects 1 argument, 0 provided | /usr/include/tiledb/group_experimental.h:72:3: note: candidate: ‘tiledb::Group::Group(const tiledb::Group&)’ | 72 | Group(const Group&) = default; | | ^~~~~ | /usr/include/tiledb/group_experimental.h:72:3: note: candidate expects 1 argument, 0 provided | /usr/include/tiledb/group_experimental.h:60:3: note: candidate: ‘tiledb::Group::Group(const tiledb::Context&, const string&, tiledb_query_type_t)’ | 60 | Group( | | ^~~~~ | /usr/include/tiledb/group_experimental.h:60:3: note: candidate expects 3 arguments, 0 provided | make[2]: *** [/usr/lib/R/etc/Makeconf:177: libtiledb.o] Error 1 I know -- it also happend a few days to CRAN which uses Debian testing on one box. This is temporary. I work at TileDB, and we had a lot of upstream work going on with the 'dev', 2.7 and 2.8 branches that made me accientally use and 'equal to 2.8.0' test where 'equal or greater to 2.8.0' would have avoided this. We just release 2.9.0 so this is a little moot anyway but I think I will just do a quick fix while working on some CMake changes I need to make for the 2.9.0 package. Dirk
Adrian, On 15 May 2022 at 13:38, Adrian Bunk wrote: | Source: tiledb-r | Version: 0.12.0-1 | Severity: serious | Tags: ftbfs | | https://buildd.debian.org/status/logs.php?pkg=tiledb-r&ver=0.12.0-1%2Bb1 | | ... | g++ -std=gnu++17 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -I/usr/include/tiledb -I'/usr/lib/R/site-library/Rcpp/include' -fpic -g -O2 -ffile-prefix-map=/build/r-base-eH67wr/r-base-4.2.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c libtiledb.cpp -o libtiledb.o | libtiledb.cpp: In function ‘Rcpp::XPtr<tiledb::Group> libtiledb_group(Rcpp::XPtr<tiledb::Context>, const string&, const string&)’: | libtiledb.cpp:4401:47: error: no matching function for call to ‘tiledb::Group::Group()’ | 4401 | XPtr<tiledb::Group> ptr(new tiledb::Group()); // placeholder | | ^ | In file included from /usr/include/tiledb/tiledb_experimental:37, | from ../inst/include/tiledb.h:7, | from libtiledb.h:27, | from libtiledb.cpp:23: | /usr/include/tiledb/group_experimental.h:73:3: note: candidate: ‘tiledb::Group::Group(tiledb::Group&&)’ | 73 | Group(Group&&) = default; | | ^~~~~ | /usr/include/tiledb/group_experimental.h:73:3: note: candidate expects 1 argument, 0 provided | /usr/include/tiledb/group_experimental.h:72:3: note: candidate: ‘tiledb::Group::Group(const tiledb::Group&)’ | 72 | Group(const Group&) = default; | | ^~~~~ | /usr/include/tiledb/group_experimental.h:72:3: note: candidate expects 1 argument, 0 provided | /usr/include/tiledb/group_experimental.h:60:3: note: candidate: ‘tiledb::Group::Group(const tiledb::Context&, const string&, tiledb_query_type_t)’ | 60 | Group( | | ^~~~~ | /usr/include/tiledb/group_experimental.h:60:3: note: candidate expects 3 arguments, 0 provided | make[2]: *** [/usr/lib/R/etc/Makeconf:177: libtiledb.o] Error 1 I know -- it also happend a few days to CRAN which uses Debian testing on one box. This is temporary. I work at TileDB, and we had a lot of upstream work going on with the 'dev', 2.7 and 2.8 branches that made me accientally use and 'equal to 2.8.0' test where 'equal or greater to 2.8.0' would have avoided this. We just release 2.9.0 so this is a little moot anyway but I think I will just do a quick fix while working on some CMake changes I need to make for the 2.9.0 package. Dirk
We believe that the bug you reported is fixed in the latest version of
tiledb-r, 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 1011012@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dirk Eddelbuettel <edd@debian.org> (supplier of updated tiledb-r 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Sun, 15 May 2022 08:18:54 -0500
Source: tiledb-r
Architecture: source
Version: 0.12.0-2
Distribution: unstable
Urgency: medium
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Changed-By: Dirk Eddelbuettel <edd@debian.org>
Closes: 1011012
Changes:
tiledb-r (0.12.0-2) unstable; urgency=medium
.
* debian/patches/: Relax constraints for '>= 2.8.0 && < 2.9.0' which was
needed briefly upstream and is now a blocker (Closes: #1011012)
Checksums-Sha1:
b67e39e074c7a5bbef493c36a2d2223ff39fc8af 1885 tiledb-r_0.12.0-2.dsc
68f647652aa683f71fda1d1732c9506e354e59b3 4776 tiledb-r_0.12.0-2.debian.tar.xz
82f4c88f8ef845426d6eddd574c1cb4526f4f468 10989 tiledb-r_0.12.0-2_amd64.buildinfo
Checksums-Sha256:
05c6515ea2b30b5a097caa0fe0bd31b054f1b20ace1667d3782b3629eaf09594 1885 tiledb-r_0.12.0-2.dsc
617c46bafc703f1647e0814c79c7cbf256c095c51848efb924e01f31d75078f1 4776 tiledb-r_0.12.0-2.debian.tar.xz
72b5cb35dd327a0b6008398f8389cca2ac40b7cb79f90296027f7c4a98e1ec5c 10989 tiledb-r_0.12.0-2_amd64.buildinfo
Files:
087cf41a24868b7350284b0c055fd939 1885 gnu-r optional tiledb-r_0.12.0-2.dsc
911252a41258e0bce0c8d29cfcdb69ce 4776 gnu-r optional tiledb-r_0.12.0-2.debian.tar.xz
f4b0bffc9d0e3ffcefd85ec69835de62 10989 gnu-r optional tiledb-r_0.12.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIVAwUBYoD+TKFIn+KrmaIaAQhLGRAAreaZVvImYzY0PhJJVI54baK1vE6qZozG
kisKw9UqgLYfGTEiDvvhb1dhjm9E/Eo6aoQfrR1Q7cx8Qp/cdc2E3Cmy73qWvInr
78kMAVwd3CT3XGmUkSvH6UZDX8xPbqdimLhqupTmkXkSzgPSfaqODgsnoZkP9Jyn
G373IFYqPBkk9yrKjdptmILBtWV8nhLBEfPM5TKU03XZP8eeIrlPVE2NJpWr+Tnh
9Zm5uPkrla7E2IgQjs2yl7G37VJyi6EfQkPoGplQlPhkhKKmDCQc6id63O6Ee8iV
C9KeAELGBK4q4KHm5U+zeGMpChfjQXEiOFWkPFgCywWXBc1OlNqwPOcfwdTH2LHX
Mi5wQ7nzkT7jd4VAEqeguC2FiZJs6N2QEyv1oiom0XQWZdF4c1FiPgmulehEkbEQ
SM991+9xs/KxVTUfx8fBW5dZIzCOUoscEAMuLO0RokhITR1EM6RLzeaAwSx/sz0w
yjtgWJBjKCH+t3e9g0iwyoEPna+2XAUi4t78veqepnO9N+NFRUjktStK6SnO7FBE
8FeZVPT8S/iJ9NlnSXS3gwyFT4DKb8tGHNtkKrW+rv0SPVA+zAksqyQEUn4Z51jj
ujyMpm4S8ybXeVbruT+fCxz6vEj+DySi1eBPNiIGeXK+B4l5tVIfIvISo7bLqJ8p
/cykfmXVZsY=
=5c5t
-----END PGP SIGNATURE-----