OK, the problem is that the dpkg-architecture environment variables are set for cross-compiling rather than native-compiling. As a quick hack to demonstrate, if you run this in a "click chroot run" shell before running cmake .. && make, it works fine:
eval `dpkg-architecture | grep ^DEB_HOST_ | sed 's/HOST/BUILD/'` (Don't do this in QtC, though! I'll fix click to get it right by itself.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1328486 Title: Click x86 chroot fails to build cmake projects To manage notifications about this bug go to: https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1328486/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
