Hi Tim,

The error from my PPA build appears to be unrelated to boost.

The code it is complaining about is the ambiguous else clause in

if (BytesRead < 0)
   if (errno == EINTR)
     return;
   else
     throw H::Exception("Failed to Read from Inotify Device!", __FILE__, 
__FUNCTION__, __LINE__)

and the build is being done with -Werror.

I just pushed a new package to my PPA adding the explicit else, so we can
see if that builds.

Thanks,

James

-- 
gizmod in Ibex fails to run on amd64 systems due to bug in boost-1.34.1
https://bugs.launchpad.net/bugs/293082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to