GNOME Bugzilla – Bug 739367
cerbero: Fedora bootstrap is missing fuse-devel deps
Last modified: 2014-10-30 19:36:14 UTC
Created attachment 289604 [details] [review] Add fuse-devel as OS deps during bootstrap Bootstrap just failed for me when build AppImageKit. It was missing fuse-devel package.
Not sure why you're not getting it, it should be picking it up in both master and 1.4: + if self.config.target_platform == Platform.LINUX: + self.packages.append('chrpath') + self.packages.append('libfuse-dev')
Maybe because the libfuse-dev is Debian package name ;-) I'll update the patch.
Olivier fixed it (both 1.4 and master): commit 036c6ca587f66ad7df6f74038ff7212143ccffbd Author: Olivier Crête <olivier.crete@collabora.com> Date: Thu Oct 30 12:49:15 2014 -0400 bootstrap: It's fuse-devel, not libfuse-devel on RedHat distros Fix regression introduced by 7c9c890