Launchpad invoking 64-bit programme in 32-bit build environment

Luí­s de Sousa luis.de.sousa at protonmail.ch
Wed Feb 10 13:56:41 UTC 2016


Thank you Colin and Dmitry for the replies.

I modified the debian.rules file (and removed qt5-default from the build dependencies), it now looks like this:

#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/qmake.mk

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export QT_SELECT=5

pre-build::
rm -f Makefile

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.

Any other hints on what may be going wrong? Thank you,

Luís

Sent from [ProtonMail](https://protonmail.ch), encrypted email based in Switzerland.



-------- Original Message --------
Subject: Re: Launchpad invoking 64-bit programme in 32-bit build environment
Local Time: February 10, 2016 8:45 am
UTC Time: February 10, 2016 7:45 AM
From: mitya57 at ubuntu.com
To: ubuntu-devel at lists.ubuntu.com
CC: luis.de.sousa at protonmail.ch

On Tue, Feb 09, 2016 at 09:34:24AM -0500, Luís de Sousa wrote:
> Build-Depends: debhelper (>= 8.0.0), cdbs, libpq-dev, libxml2-dev, clang,
> qt5-qmake, qt5-default, qttools5-dev-tools, qt5-image-formats-plugins

I haven't looked at the packaging, but please do not build-depend on qt5-default
package. Export QT_SELECT=5 in debian/rules instead (as described in [1]).

And the build-dependency on clang also looks strange to me.

[1]: http://pkg-kde.alioth.debian.org/packagingqtbasedstuff.html

--
Dmitry Shachnev--
ubuntu-devel mailing list
ubuntu-devel at lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-devel/attachments/20160210/7ce9e050/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sbuild.log
Type: application/octet-stream
Size: 5457 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-devel/attachments/20160210/7ce9e050/attachment.obj>


More information about the ubuntu-devel mailing list