<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello Steve,</p>
    <p>Thanks for the notice.<br>
    </p>
    <p>This comes from DCMTK. Maybe an API change or a move of a header.
      Do you want me to have a look ?</p>
    <p>Cheers,<br>
    </p>
    <div class="moz-signature">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <br>
      <table style="font-family:Calibri,Arial,Helvetica; font-size:13px;
        color:#666666" cellspacing="0" cellpadding="0">
        <tbody>
          <tr valign="top">
            <td style="white-space:nowrap; padding-right:20px"> <span
                style="font-size:18px"><b>Dr. Flavien BRIDAULT</b></span><br>
              Director of Software Development<br>
              IRCAD France & IRCAD Africa<br>
              <br>
              <a href="mailto:flavien.bridault-louchez@ircad.fr"
                style="color:#37D; text-decoration:none">flavien.bridault@ircad.fr</a><br>
              Tél. : +33 (0)3 88 119 201<br>
            </td>
            <td style="background:#DDDDDD; font-size:1px" width="1"> </td>
            <td style="padding:0 20px" align="center"> <a
                target="_blank" href="http://www.ircad.fr/"
                style="color:#37D; text-decoration:none"> <img
                  src="cid:part1.hqegyG28.Bu96Ihhz@ircad.fr" alt="IRCAD
                  France" height="50" border="0"><br>
                http://www.ircad.fr/<br>
                http://www.ircad.africa/ </a> <br>
              <br>
              Suivez l'IRCAD sur  <a target="_blank"
                href="http://www.facebook.com/pages/IRCAD/193785273990141"><img
                  src="cid:part2.kWNvTaFW.MFZMoVSs@ircad.fr"
                  alt="Facebook" title="Facebook"
                  style="vertical-align:middle; margin-bottom:2px"
                  border="0" align="absmiddle"></a> </td>
          </tr>
          <tr>
            <td colspan="4" height="10"> </td>
          </tr>
          <tr>
            <td colspan="4" style="font-size:1px; background:#DDDDDD"
              height="1"><br>
            </td>
          </tr>
          <tr>
            <td colspan="4" style="font-size:11px; padding-top:10px"
              align="center"><b>IRCAD France</b><br>
              Hôpitaux Universitaires - 1, place de l'Hôpital - 67091
              Strasbourg Cedex - FRANCE</td>
          </tr>
        </tbody>
      </table>
    </div>
    <div class="moz-cite-prefix">Le 14/12/2021 à 08:37, Steve Langasek a
      écrit :<br>
    </div>
    <blockquote type="cite" cite="mid:YbhJqMingPxiZb9s@homer.dodds.net">
      <pre class="moz-quote-pre" wrap="">Source: sight
Version: 21.0.0-2
Severity: serious
User: <a class="moz-txt-link-abbreviated" href="mailto:ubuntu-devel@lists.ubuntu.com">ubuntu-devel@lists.ubuntu.com</a>
Usertags: origin-ubuntu jammy

Hi Flavien,

sight is failing to build in unstable right now with the following error:


cd /tmp/sight-21.0.0/obj-x86_64-linux-gnu/libs/io/dimse && /usr/bin/c++ -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_LOG_DYN_LINK -DBOOST_LOG_SETUP_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SPIRIT_USE_PHOENIX_V3 -DBOOST_THREAD_DONT_PROVIDE_DEPRECATED_FEATURES_SINCE_V3_0_0 -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_PROVIDES_FUTURE -DBOOST_THREAD_VERSION=2 -DIO_DIMSE_EXPORTS -Dio_dimse_EXPORTS -I/tmp/sight-21.0.0/obj-x86_64-linux-gnu/libs/io/dimse/include -I/tmp/sight-21.0.0/libs -I/tmp/sight-21.0.0/libs/core -I/tmp/sight-21.0.0/obj-x86_64-linux-gnu/libs/core/pch/pchData/include/pchData -I/tmp/sight-21.0.0/obj-x86_64-linux-gnu/libs/core/core/include -I/usr/include/libxml2 -I/tmp/sight-21.0.0/obj-x86_64-linux-gnu/libs/core/data/include -g -O2 -ffile-prefix-map=/tmp/sight-21.0.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -march=sandybridge -mtune=generic -mfpmath=sse -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wextra -Wconversion -Wno-unused-parameter -Wno-ignored-qualifiers -std=gnu++17 -include "pch.hpp"  -Winvalid-pch -MD -MT libs/io/dimse/CMakeFiles/io_dimse.dir/SeriesEnquirer.cpp.o -MF CMakeFiles/io_dimse.dir/SeriesEnquirer.cpp.o.d -o CMakeFiles/io_dimse.dir/SeriesEnquirer.cpp.o -c /tmp/sight-21.0.0/libs/io/dimse/SeriesEnquirer.cpp
/tmp/sight-21.0.0/libs/io/dimse/SeriesEnquirer.cpp: In member function 'std::string sight::io::dimse::SeriesEnquirer::findSOPInstanceUID(const string&, unsigned int)':
/tmp/sight-21.0.0/libs/io/dimse/SeriesEnquirer.cpp:748:5: error: 'OFIterator' was not declared in this scope; did you mean 'OF_error'?
  748 |     OFIterator<QRResponse*> it    = responses.begin();
      |     ^~~~~~~~~~
      |     OF_error
/tmp/sight-21.0.0/libs/io/dimse/SeriesEnquirer.cpp:748:26: error: expected primary-expression before '*' token
  748 |     OFIterator<QRResponse*> it    = responses.begin();
      |                          ^
/tmp/sight-21.0.0/libs/io/dimse/SeriesEnquirer.cpp:748:27: error: expected primary-expression before '>' token
  748 |     OFIterator<QRResponse*> it    = responses.begin();
      |                           ^
/tmp/sight-21.0.0/libs/io/dimse/SeriesEnquirer.cpp:748:29: error: 'it' was not declared in this scope; did you mean 'io'?
  748 |     OFIterator<QRResponse*> it    = responses.begin();
      |                             ^~
      |                             io


I don't know where OFIterator is supposed to come from, but clearly
something has changed.

Cheers,
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Debian-med-packaging mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Debian-med-packaging@alioth-lists.debian.net">Debian-med-packaging@alioth-lists.debian.net</a>
<a class="moz-txt-link-freetext" href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-packaging">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-packaging</a>
</pre>
    </blockquote>
  </body>
</html>