<div>Thank you Colin and Dmitry for the replies.<br></div><div><br></div><div>I modified the debian.rules file (and removed qt5-default from the build dependencies), it now looks like this:<br></div><div><br></div><div>#!/usr/bin/make -f<br></div><div># -*- makefile -*-<br></div><div><br></div><div>include /usr/share/cdbs/1/rules/debhelper.mk<br></div><div>include /usr/share/cdbs/1/class/qmake.mk<br></div><div><br></div><div># Uncomment this to turn on verbose mode.<br></div><div>export DH_VERBOSE=1<br></div><div>export QT_SELECT=5<br></div><div><br></div><div>pre-build::<br></div><div>rm -f Makefile<br></div><div><br></div><div>I set up SimpleSBuild like Colin suggested and tried to build the package locally. It still fails, but this time there is no clear error message (at least to me). I am attaching the output of sbuild in 64bit mode.<br></div><div><br></div><div>Any other hints on what may be going wrong? Thank you,<br></div><div><br></div><div>Luís<br></div><div><br></div><div><i>Sent from <a href="https://protonmail.ch">ProtonMail</a>, encrypted email based in Switzerland.</i><br></div><div><br></div><div><br></div><blockquote class="protonmail_quote" type="cite"><div>-------- Original Message --------<br></div><div>Subject: Re: Launchpad invoking 64-bit programme in 32-bit build environment<br></div><div>Local Time: February 10, 2016 8:45 am<br></div><div>UTC Time: February 10, 2016 7:45 AM<br></div><div>From: mitya57@ubuntu.com<br></div><div>To: ubuntu-devel@lists.ubuntu.com<br></div><div>CC: luis.de.sousa@protonmail.ch<br></div><div><br></div><div>On Tue, Feb 09, 2016 at 09:34:24AM -0500, Luís de Sousa wrote:<br></div><div>
> Build-Depends: debhelper (>= 8.0.0), cdbs, libpq-dev, libxml2-dev, clang,<br></div><div>
> qt5-qmake, qt5-default, qttools5-dev-tools, qt5-image-formats-plugins<br></div><div>
<br></div><div>
I haven't looked at the packaging, but please do not build-depend on qt5-default<br></div><div>
package. Export QT_SELECT=5 in debian/rules instead (as described in [1]).<br></div><div>
<br></div><div>
And the build-dependency on clang also looks strange to me.<br></div><div>
<br></div><div>
[1]: http://pkg-kde.alioth.debian.org/packagingqtbasedstuff.html<br></div><div>
<br></div><div>
--<br></div><div>
Dmitry Shachnev-- <br></div><div>
ubuntu-devel mailing list<br></div><div>
ubuntu-devel@lists.ubuntu.com<br></div><div>
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel<br></div></blockquote><div><br></div>