Package: idesk User: ubuntu-de...@lists.ubuntu.com Version: 0.7.5-4.1 Severity: important Justification: fails-to-build-from-source Tags: patch
Hello dear maintainer, Your package failed to build with gcc 4.5 on ubuntu refer the below buildlogs for info (from my PPA): https://launchpad.net/~bhavi/+archive/crickinfo/+build/1787224/+files/buildlog_ubuntu-maverick-amd64.idesk_0.7.5-4.1debian2_FAILEDTOBUILD.txt.gz http://launchpadlibrarian.net/50126227/buildlog_ubuntu-maverick-i386.idesk_0.7.5-4.1debian2_FAILEDTOBUILD.txt.gz Attached is a minimal patch as a workaround, 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..!
--- idesk-0.7.5.orig/src/DesktopConfig.cpp +++ idesk-0.7.5/src/DesktopConfig.cpp @@ -24,6 +24,8 @@ #include "DesktopConfig.h" #include "Util.h" +#include <sys/types.h> // For stat() +#include <sys/stat.h> // For stat() //the initilizer list just sets the program defaults for non-necessary options DesktopConfig::DesktopConfig(Database db, string ideskrcFile) :