Package: open-invaders User: ubuntu-de...@lists.ubuntu.com Version: 0.3-1 Severity: important Justification: fails to build from source Tags: patch
Hello dear maintainer, Pertaining to the above subject your package fails to build on ubuntu with GCC 4.5 Refer the below buildlogs: http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/open-invaders_0.3-1_lubuntu32.buildlog http://people.ubuntuwire.org/~lucas/ubuntu-nbs/64/open-invaders_0.3-1_lubuntu64.buildlog The attached minimal patch circumvents this problem, Regards -- Bhavani Shankar.R https://launchpad.net/~bhavi, a proud ubuntu community member. What matters in life is application of mind!, It makes great sense to have some common sense..!
--- open-invaders-0.3.orig/src/init.cc +++ open-invaders-0.3/src/init.cc @@ -33,6 +33,7 @@ #include "headers/init.h" #include "headers/declare.h" #include "headers/input.h" +#include <sys/stat.h> using namespace std;