[Wayland-bugs] [Bug 103461] build dependencies documentation doesn't work on my machine
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 26 22:04:36 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=103461
Peter Hutterer <peter.hutterer at who-t.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTABUG
CC| |peter.hutterer at who-t.net
--- Comment #2 from Peter Hutterer <peter.hutterer at who-t.net> ---
(In reply to zwhitchcox from comment #0)
> `
> Reading package lists... Done
> E: Unable to find a source package for libinput
> `
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.
> Anyway, it would be nice to just have a list of dependencies, and I can just
> install them manually.
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.
> Right now, I'm stuck at `dot`, and I can't find that package anywhere.
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20171026/bb373975/attachment.html>
More information about the wayland-bugs
mailing list