Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561094 - dev-python/PyQt5 - src_configure(): ld: i386:x86-64 architecture of input file `qtdetail.o' is incompatible with powerpc:common64 output
Summary: dev-python/PyQt5 - src_configure(): ld: i386:x86-64 architecture of input fil...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-22 04:20 UTC by Jeroen Roovers (RETIRED)
Modified: 2021-08-02 02:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-python:PyQt5-5.5:20150921-052840.log.xz (20150921-052840.log.xz,1.65 KB, application/x-xz)
2015-09-22 04:20 UTC, Jeroen Roovers (RETIRED)
Details
dev-python:PyQt5-5.5:20150921-052840.log (20150921-052840.log,4.61 KB, text/plain)
2015-11-20 01:32 UTC, Davide Pesavento
Details
PyQt5-respect.patch (PyQt5-respect.patch,963 bytes, patch)
2016-06-05 20:30 UTC, Michael Palimaka (kensington)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2015-09-22 04:20:37 UTC
Created attachment 412504 [details]
dev-python:PyQt5-5.5:20150921-052840.log.xz

It should probably not run naked g++ there.
Comment 1 Davide Pesavento gentoo-dev 2015-11-20 01:32:22 UTC
Created attachment 417410 [details]
dev-python:PyQt5-5.5:20150921-052840.log

uncompressed build log for easier viewing in the browser
Comment 2 Michael Palimaka (kensington) gentoo-dev 2016-06-05 20:30:10 UTC
Created attachment 436584 [details, diff]
PyQt5-respect.patch

Patch to respect *FLAGS etc, but as Davide pointed out there is the bigger problem that qtdetail is then executed.
Comment 3 Davide Pesavento gentoo-dev 2021-08-02 02:06:55 UTC
As of 5.15.5_pre2107091435, I switched PyQt5 to a new build system based on sip-build and PyQt-builder, so this should no longer be an issue. AFAICS the new build system does not compile (or run) native binaries during the configuration process.