<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Perfect, thank you for your answer, I'll give a try with a clean
      build with pbuilder.</p>
    <div class="moz-signature">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <br>
      <table cellpadding="0" cellspacing="0"
style="font-family:Calibri,Arial,Helvetica; font-size:13px; color:#666666">
        <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 width="1" style="background:#DDDDDD; font-size:1px"> </td>
            <td align="center" style="padding:0 20px"> <a
                target="_blank" href="http://www.ircad.fr/"
                style="color:#37D; text-decoration:none"> <img
                  src="cid:part1.SH7e42Nr.fm0edxnY@ircad.fr" border="0"
                  height="50" alt="IRCAD France"><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.tnV3eB9D.4KUfA4Nk@ircad.fr"
                  alt="Facebook" title="Facebook"
                  style="vertical-align:middle; margin-bottom:2px"
                  align="absmiddle" border="0"></a> </td>
          </tr>
          <tr>
            <td colspan="4" height="10"> </td>
          </tr>
          <tr>
            <td colspan="4" height="1"
              style="font-size:1px; background:#DDDDDD"><br>
            </td>
          </tr>
          <tr>
            <td colspan="4" align="center"
              style="font-size:11px; padding-top:10px"><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 03/10/2025 à 11:58, Simon McVittie a
      écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:aN-eSnqjkUSNMygy@remnant.pseudorandom.co.uk">Attention !
      Ce message a ?t? envoy? depuis l'ext?rieur de votre organisation.
      <br>
      <br>
      On Fri, 03 Oct 2025 at 11:19:12 +0200, Flavien Bridault wrote:
      <br>
      <blockquote type="cite">Indeed we don't run tests during build. I
        have no idea why we require this package, we don't rely on dbus
        directly. For me it was there to make the Debian build system
        happy or something like that.
        <br>
      </blockquote>
      <br>
      Try removing it and see whether a build in a minimal environment
      (sbuild or pbuilder or Salsa-CI) still works? If yes, then it can
      probably be removed permanently.
      <br>
      <br>
      (sight doesn't currently compile successfully even *with* dbus-x11
      - see #1097881 and #1111550 - so fixing those will be a
      prerequisite for finding out whether it can compile successfully
      *without* dbus-x11!)
      <br>
      <br>
      <blockquote type="cite">So could help me understand if dbus-daemon
        or dbus-bin is required ?
        <br>
      </blockquote>
      <br>
      You need dbus-bin if you run dbus-send, dbus-monitor,
      dbus-uuidgen, dbus-update-activation-environment or
      dbus-cleanup-sockets.
      <br>
      <br>
      You need dbus-daemon if you run dbus-daemon or dbus-run-session.
      <br>
      <br>
      If this package doesn't interact directly with D-Bus, then you
      probably don't need either of those and can just remove the
      build-dep.
      <br>
      <br>
      Build-dependencies on D-Bus things are usually either because
      build-time tests need it, or because the upstream build system
      checks for something that is going to be necessary at runtime,
      like for example
      <br>
      <br>
          find_program(DBUS_DAEMON dbus-daemon)
      <br>
      <br>
      and if you don't have something like that in the upstream build
      system then you probably don't need it.
      <br>
      <br>
          smcv
      <br>
    </blockquote>
  </body>
</html>