> gdcm FTBFS on powerpc with: > | cd /«PKGBUILDDIR»/obj-powerpc-linux-gnu/Utilities/VTK && /usr/bin/gccxml ... This is gccxml going boom. gccxml is used as a processing step to create language bindings.
> | namespace std > | { > | inline namespace __gnu_cxx_ldbl128 { } > | } AFAIK the parser used by gccxml is based on a rather old g++ version (4.2 or so), and for new constructs it needs per compiler release support files. According to http://www.gccxml.org/Bug/view.php?id=13930 these do not yet exist for g++-4.8. One might note that VTK is already at version 6.0, and I think version 5.10.1 is already building the language bindings without requiring gccxml (at least on Gentoo there is no dependency on it). Hence, moving to a new VTK version might be the best approach to close this bug. regards, Gert -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org