Your message dated Thu, 14 Jul 2022 10:49:00 +0000
with message-id <[email protected]>
and subject line Bug#1014678: fixed in coq-doc 8.15.2-3
has caused the Debian Bug report #1014678,
regarding FTBFS with fmtlib 9.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 [email protected]
immediately.)


-- 
1014678: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014678
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: openimageio
Version: 2.3.14.0+dfsg-3
Severity: important
Tags: ftbfs
X-Debbugs-Cc: [email protected]

Hi,

I have uploaded fmtlib 9.0.0 to experimental. During rebuild the reverse
dependencies, your package FTBFS.

Some relevant logs:

In file included from 
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/format.h:48,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/detail/fmt.h:40,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/strutil.h:29,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/typedesc.h:29,
                 from 
/<<PKGBUILDDIR>>/src/include/OpenImageIO/attrdelegate.h:13,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/paramlist.h:17,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/argparse.h:20,
                 from /<<PKGBUILDDIR>>/src/libutil/argparse.cpp:16:
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/core.h: In instantiation 
of ‘static void fmt::v9::detail::value<Context>::format_custom_arg(void*, 
typename Context::
parse_context_type&, Context&) [with T = OpenImageIO_v2_3::string_view; 
Formatter = fmt::v9::detail::fallback_formatter<OpenImageIO_v2_3::string_view, 
char, void>; Context
 = fmt::v9::basic_printf_context<fmt::v9::appender, char>; typename 
Context::parse_context_type = fmt::v9::basic_printf_parse_context<char>]’:
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/core.h:1274:19:   
required from ‘constexpr fmt::v9::detail::value<Context>::value(T&) [with T = 
const OpenImageIO_v2_
3::string_view; Context = fmt::v9::basic_printf_context<fmt::v9::appender, 
char>]’
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/core.h:1736:14:   
required from ‘constexpr fmt::v9::detail::value<Context> 
fmt::v9::detail::make_value(T&&) [with Con
text = fmt::v9::basic_printf_context<fmt::v9::appender, char>; T = const 
OpenImageIO_v2_3::string_view&]’
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/core.h:1753:29:   
required from ‘constexpr fmt::v9::detail::value<Context> 
fmt::v9::detail::make_arg(T&&) [with bool 
IS_PACKED = true; Context = fmt::v9::basic_printf_context<fmt::v9::appender, 
char>; fmt::v9::detail::type <anonymous> = fmt::v9::detail::type::custom_type; 
T = const OpenI
mageIO_v2_3::string_view&; typename std::enable_if<IS_PACKED, int>::type 
<anonymous> = 0]’
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/core.h:1877:77:   
required from ‘constexpr fmt::v9::format_arg_store<Context, 
Args>::format_arg_store(T&& ...) [with 
T = {const OpenImageIO_v2_3::string_view&}; Context = 
fmt::v9::basic_printf_context<fmt::v9::appender, char>; Args = 
{OpenImageIO_v2_3::string_view}]’
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/core.h:1894:38:   
required from ‘constexpr fmt::v9::format_arg_store<Context, typename 
std::remove_cv<typename std::r
emove_reference<Args>::type>::type ...> fmt::v9::make_format_args(Args&& ...) 
[with Context = fmt::v9::basic_printf_context<fmt::v9::appender, char>; Args = 
{const OpenIma
geIO_v2_3::string_view&}]’
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/printf.h:581:49:   
required from ‘std::__cxx11::basic_string<Char> fmt::v9::sprintf(const S&, 
const T& ...) [with S =
 char [15]; T = {OpenImageIO_v2_3::string_view}; Char = char]’
/<<PKGBUILDDIR>>/src/libutil/argparse.cpp:1015:42:   required from here
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/core.h:1295:28: error: no 
matching function for call to 
‘fmt::v9::detail::fallback_formatter<OpenImageIO_v2_3::string
_view, char, void>::format(qualified_type&, 
fmt::v9::basic_printf_context<fmt::v9::appender, char>&)’
 1295 |     ctx.advance_to(f.format(*static_cast<qualified_type*>(arg), ctx));
      |                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/include/OpenImageIO/detail/fmt.h:41,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/strutil.h:29,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/typedesc.h:29,
                 from 
/<<PKGBUILDDIR>>/src/include/OpenImageIO/attrdelegate.h:13,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/paramlist.h:17,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/argparse.h:20,
                 from /<<PKGBUILDDIR>>/src/libutil/argparse.cpp:16:
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/ostream.h:134:8: note: 
candidate: ‘template<class T, class OutputIt> OutputIt 
fmt::v9::basic_ostream_formatter<Char>::format(const T&, 
fmt::v9::basic_format_context<OutputIt, Char>&) const [with T = T; OutputIt = 
OutputIt; Char = char]’
  134 |   auto format(const T& value, basic_format_context<OutputIt, Char>& 
ctx) const
      |        ^~~~~~
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/ostream.h:134:8: note:   
template argument deduction/substitution failed:
In file included from 
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/format.h:48,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/detail/fmt.h:40,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/strutil.h:29,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/typedesc.h:29,
                 from 
/<<PKGBUILDDIR>>/src/include/OpenImageIO/attrdelegate.h:13,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/paramlist.h:17,
                 from /<<PKGBUILDDIR>>/src/include/OpenImageIO/argparse.h:20,
                 from /<<PKGBUILDDIR>>/src/libutil/argparse.cpp:16:
/<<PKGBUILDDIR>>/build/include/OpenImageIO/detail/fmt/core.h:1295:28: note:   
‘fmt::v9::basic_printf_context<fmt::v9::appender, char>’ is not derived from 
‘fmt::v9::basic_format_context<OutputIt, char>’
 1295 |     ctx.advance_to(f.format(*static_cast<qualified_type*>(arg), ctx));
      |                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

--- End Message ---
--- Begin Message ---
Source: coq-doc
Source-Version: 8.15.2-3
Done: Julien Puydt <[email protected]>

We believe that the bug you reported is fixed in the latest version of
coq-doc, 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.
Julien Puydt <[email protected]> (supplier of updated coq-doc 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: Thu, 14 Jul 2022 12:16:36 +0200
Source: coq-doc
Architecture: source
Version: 8.15.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <[email protected]>
Changed-By: Julien Puydt <[email protected]>
Closes: 1014678
Changes:
 coq-doc (8.15.2-3) unstable; urgency=medium
 .
   * Add b-dep on OCaml's native compilers (Closes: #1014678).
Checksums-Sha1:
 5202c9e13e5412013999c6bcf347c23ae0988b24 2604 coq-doc_8.15.2-3.dsc
 daebdcf6ee4ff620430c1595e72131aa03ab8ad8 8236 coq-doc_8.15.2-3.debian.tar.xz
 b443bee0bb1efedd202aa28ea76677d31b6863a3 5775 coq-doc_8.15.2-3_source.buildinfo
Checksums-Sha256:
 6dbf3f0890d8b825b1e19f5fb23d001c1c76c9090768deccee940d262c4629a0 2604 
coq-doc_8.15.2-3.dsc
 6925c470d10ccf6bb168c6f4df77cedf1255086e12ae67d8b283febb2ad5b400 8236 
coq-doc_8.15.2-3.debian.tar.xz
 91385ac04139595b16a6e9744b4399c93306ca8d463678d2dfb444d074638a71 5775 
coq-doc_8.15.2-3_source.buildinfo
Files:
 fd2aeb5c7b32125c8313471040134bd9 2604 non-free/doc optional 
coq-doc_8.15.2-3.dsc
 570f75a62771acdd8ba4856c70b5bddb 8236 non-free/doc optional 
coq-doc_8.15.2-3.debian.tar.xz
 90c8a06c138155515914fb8e62d83810 5775 non-free/doc optional 
coq-doc_8.15.2-3_source.buildinfo

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

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAmLP7YASHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRz88P/2wWDPZM5R5qa2x3uqpRTA+clzPmHS3L
y+E4Yjf0Lhj0NY6yk6FN6HDxcyk6yk9B819VQM2txm3gav3uvr1XZBEPNVhtnlAR
QZsE1oMAxBhaP8HZJIOvhGqA4DYf7gAKiTa1we9XXpvqrwvuIJdmMB0BaRz806tT
pUNpun4sr1QfzabYJD8cGJB4SdVuFsugXl22gOyf9xAaB7/JOQK8YUl4ZZJgm+JP
+K+jXtHlvi79fuAL5OOv2hEBAj/Im04bNZxqLNrnClpZbeImGPeiPDXzlwVRqYY9
LHPgVUrT/DiPbhU7LtkJKhcKKCk+CMCOGeeFaxGZnXcGPoBBhBPCR4KJNLniA0ev
vz82Vmw3HzF/Q3on1uEgj8SDGWdxT2IckoiXEJTPJUbDjalpiZAhKv0BnnNbWRUk
CFcZtM3hmXSXze1ovIIzTiJSDad23+nUFqiT9qXAl/ZgLFXRgubYoS0sOWqrkq9b
4VYhNgL8VWOO0Ovslfd0bGkL2zZfqCm3e5WT4xIt43LfsehUEGzvtVri6iF17rLG
y644mmp+8ne3GS/5DF7Iutj7C7a5yVDK+UfO9Q2UShAGlwkl1oN70h8+DbPZSPQT
qzdVbm/cDq2vENIitCMRERytBJUlJ/KXb1e0DfWI0mBzWcF52ACD6/+cG2nBy68J
m47NFcW0zG/K
=Dw9q
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-phototools-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-phototools-devel

Reply via email to