morten wrote: > > I have just update my debian, and it broke my home-compiled openchrome. > > I get > (EE) module ABI major version (1) doesn't match the server's version (2) > (EE) Failed to load module "openchrome" (module requirement mismatch, 0) > (EE) No devices detected. > > I'm not sure what to do about it. Apparently, something in xorg was > updated from version 1 to 2. It didn't help to recompile.
The ABI changed, but the ubuntu package does not correctly update the Provides: when the ABI is bumped. > > So, if you have a .dep package in working order I am interested. How can I > help? At the moment there are no .deb's, but you can build yours with: $ apt-get install git-core git-buildpackage $ git clone git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-openchrome.git openchrome $ cd openchrome && git-buildpackage --git-upstream-branch=upstream-unstable --git-debian-branch=debian-unstable --git-no-create-orig && debclean Then just install the built binary package. > > morten Cheers, -- Atomo64 - Raphael Please avoid sending me Word, PowerPoint or Excel attachments. See http://www.gnu.org/philosophy/no-word-attachments.html _______________________________________________ openchrome-users mailing list [email protected] http://wiki.openchrome.org/mailman/listinfo/openchrome-users Main page: http://www.openchrome.org Wiki: http://wiki.openchrome.org User Forum: http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1
