<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - build dependencies documentation doesn't work on my machine"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103461">bug 103461</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>peter.hutterer@who-t.net
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - build dependencies documentation doesn't work on my machine"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103461#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - build dependencies documentation doesn't work on my machine"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103461">bug 103461</a>
              from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
        <pre>(In reply to zwhitchcox from <a href="show_bug.cgi?id=103461#c0">comment #0</a>)
<span class="quote">> `
> Reading package lists... Done
> E: Unable to find a source package for libinput
> `</span >

that indicates some missing apt setup/sources. What build-dep does is download
the source file of the package, look at it's build description for the .deb
package and then install the requirements listed in there. In your case, it
fails at the 'download the source' stage which indicates that one of your
repositories is either disabled or doesn't provide the source.

<span class="quote">> Anyway, it would be nice to just have a list of dependencies, and I can just
> install them manually.</span >

no, these have a tendency to be out of date and not in sync with the code. The
meson.build file is the authoritative source, so worst case just work through
the missing packages one-by-one.

<span class="quote">> Right now, I'm stuck at `dot`, and I can't find that package anywhere.</span >

at least yum/dnf can do a dnf install /usr/bin/dot and have the rest work
magically. I think apt has a similar feature.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>