[Pkg-phototools-devel] Bug#671998: hugin: FTBFS with gcc 4.7 bug
Cyril Brulebois
kibi at debian.org
Tue May 8 13:47:18 UTC 2012
Cyril Brulebois <kibi at debian.org> (08/05/2012):
> Hi pkg-phototools guys,
>
> hugin was binNMUd for the exiv2 transition, and FTBFS due to the recent,
> insane switch to gcc 4.7; for whatever reason, no bugs were filed up to
> now, so here we go.
>
> Full build logs are here:
> https://buildd.debian.org/status/package.php?p=hugin
>
> I'll try and come up with a patch. If that's OK with you, I might commit
> it to git directly and perform a team upload if I can still push to that
> repository.
Hmm, no luck.
A patch is attached for the include issue with that switch to gcc 4.7;
I'm now hitting this, which I don't know how to solve:
| make[3]: *** No rule to make target `/usr/lib/python3.2/config/libpython3.2.so', needed by `src/hugin_script_interface/_hsi.so'. Stop.
Mraw,
KiBi.
-------------- next part --------------
--- a/src/celeste/Utilities.cpp
+++ b/src/celeste/Utilities.cpp
@@ -27,6 +27,7 @@ Copyright (c) 2002-3 Adriaan Tijsseling
#include <math.h>
#include <stdlib.h>
+#include <unistd.h>
#include "Utilities.h"
using namespace std;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-phototools-devel/attachments/20120508/c04276e4/attachment.pgp>
More information about the Pkg-phototools-devel
mailing list