GNOME Bugzilla – Bug 759647
building a module of type linux fails
Last modified: 2016-01-27 16:05:34 UTC
Created attachment 317642 [details] jhbuild log for building linux type module Hello, it tried building the following module: <?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*--> <!DOCTYPE moduleset SYSTEM "moduleset.dtd"> <?xml-stylesheet type="text/xsl" href="moduleset.xsl"?> <!-- vim:set ts=2 expandtab: --> <moduleset> <repository type="git" name="git.kernel.org" default="yes" href="http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/"> </repository> <linux id="linus"> <branch repo="git.kernel.org" module="linus" checkoutdir="linus" /> </linux> </moduleset> since i read in the documentation that its possible. but tin attachment is the output i get. I cannot seem the find the function get_dependencies(node) in the jhbuild/modtypes/linux.py file. is it being called from somewhere else? or is this net yet implemented? It would like to contribute this if the development is needed.
I am not quite sure it will be enough (nobody uses the linux module type anymore, afaik) but this particular bug is now fixed. commit e8f0f67e533c90d1293d6d7ac779cdd0266f44b3 Author: Frédéric Péters <fpeters@0d.be> Date: Wed Jan 27 17:02:57 2016 +0100 linux: remove obsolete call to get_dependencies https://bugzilla.gnome.org/show_bug.cgi?id=759647