touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #109795
[Bug 1503207] Re: qtmake's linux-g++-m64 spec sets -m64 on aarch64-linux-gnu
** Changed in: qtbase-opensource-src (Debian)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1503207
Title:
qtmake's linux-g++-m64 spec sets -m64 on aarch64-linux-gnu
Status in qtbase-opensource-src package in Ubuntu:
New
Status in qtbase-opensource-src package in Debian:
Fix Released
Bug description:
this is seen when building openjfx on arm64:
https://launchpadlibrarian.net/220388096/buildlog_ubuntu-wily-arm64.openjfx_8u60-b27-0ubuntu1_BUILDING.txt.gz
build.gradle chooses to set the linux-g++-m64 spec, and then fails on
the unknown -m64 option. Trying to use the linux-g++ option fails,
because the qplatformdefs.h of this spec is basically empty. This file
is identical for the -m32 and -m64 specs, so why not include it there?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1503207/+subscriptions
References