<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi everybody,<br>
    <br>
    when I compile some software[1] under Bullseye with: <br>
      lazbuild udm.lpi<br>
    everything works fine.<br>
    <br>
    When I do this under unstable, I get errors like:<br>
    <span style="font-family:monospace"><span
        style="color:#000000;background-color:#ffffff;">  (1002) Target
        OS: Linux for x86-64
      </span><br>
        (3104) Compiling playwavepackage.pas
      <br>
        (3104) Compiling uplaysound.pas
      <br>
        /home/thorsten/source/uplaysound.pas(35,22) Fatal: (10022) Can't
      find unit LResources used by uplaysound
      <br>
        Fatal: (1018) Compilation aborted
      <br>
        Error: /usr/bin/ppcx64 returned an error exitcode<br>
      <br>
    </span>If I add<br>
      <span style="font-family:monospace"><span
        style="color:#000000;background-color:#ffffff;">-Fu/usr/lib/lazarus/2.2.2/lcl/units/x86_64-linux
      </span><br>
       
      -Fu/usr/lib/lazarus/2.2.2/components/ideintf/units/x86_64-linux/gtk2/<br>
    </span><br>
    to /etc/fpc.cfg, the above error disappears (but other units are
    still missing).<br>
    Shouldn't those units be available automatically? Do you have any
    idea what I am doing wrong?<br>
    <br>
      Thorsten<br>
    <br>
    <br>
    [1]
    <a class="moz-txt-link-freetext" href="https://salsa.debian.org/debian-astro-team/udm/-/blob/master/udm.lpi">https://salsa.debian.org/debian-astro-team/udm/-/blob/master/udm.lpi</a><br>
  </body>
</html>