On Fri, Sep 03, 2010 at 03:54:27AM +0100, Steven Chamberlain wrote: > Source: lua-gtk > Severity: serious > Justification: FTBFS > > Hi, > > Unfortunately this package won't build any more on amd64. The same > problem occurred when I was trying to compile on armel. I guess > it's the same on i386 too.
I've attached the patch for the libclutter issue, please test it on arm. Cheers. -- Enrico Tassi
#! /bin/sh /usr/share/dpatch/dpatch-run ## clutter-1.0.dpatch by Enrico Tassi <gareuselesi...@debian.org> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' trunk~/src/clutter/override.c trunk/src/clutter/override.c --- trunk~/src/clutter/override.c 2009-03-27 15:45:34.000000000 +0100 +++ trunk/src/clutter/override.c 2010-09-03 14:51:28.000000000 +0200 @@ -2,7 +2,7 @@ * Lua/Gnome binding: overrides for Clutter functions. */ -#include <clutter/clutter.h> +#include <clutter-1.0/clutter/clutter.h> #include "module.h" #include "override.h" #include <string.h> // strchr, strlen diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' trunk~/src/clutter/spec.lua trunk/src/clutter/spec.lua --- trunk~/src/clutter/spec.lua 2009-12-23 11:02:24.000000000 +0100 +++ trunk/src/clutter/spec.lua 2010-09-03 14:51:08.000000000 +0200 @@ -13,9 +13,8 @@ includes = {} includes.all = { - "<clutter/clutter.h>", - "<clutter/json/json-glib.h>", - "<clutter/json/json-marshal.h>", + "<clutter-1.0/clutter/clutter.h>", + "<clutter-1.0/clutter/clutter-json.h>", -- "<clutter-cairo/clutter-cairo.h>", -- optional -- "<clutter-gtk/gtk-clutter-embed.h>", -- optional -- "<clutter-gtk/gtk-clutter-util.h>", -- optional