Bug 235707 - devel/qt5-core: fix build with some 64-bit architectures
Summary: devel/qt5-core: fix build with some 64-bit architectures
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-13 07:46 UTC by Piotr Kubaj
Modified: 2019-03-05 08:42 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments
patch (1.18 KB, patch)
2019-02-13 07:46 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2019-02-13 07:46:26 UTC
Created attachment 201977 [details]
patch

On powerpc64 (and possibly other 64-bit architectures) build fails:
https://talos.anongoth.pl/data/powerpc64-default/2019-02-12_21h37m42s/logs/errors/qt5-core-5.12.1.log

The reason is a change in configure tests for 64 bit atomics. For more info, look at upstream PR at https://github.com/qt/qtbase/pull/24.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2019-03-05 08:42:12 UTC
Close with a better explanation.