← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1503207] [NEW] qtmake's linux-g++-m64 spec sets -m64 on aarch64-linux-gnu

 

Public bug reported:

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?

** Affects: qtbase-opensource-src (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, 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

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


Follow ups