Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 561094

Summary: dev-python/PyQt5 - src_configure(): ld: i386:x86-64 architecture of input file `qtdetail.o' is incompatible with powerpc:common64 output
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=548626
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: dev-python:PyQt5-5.5:20150921-052840.log.xz
dev-python:PyQt5-5.5:20150921-052840.log
PyQt5-respect.patch

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 (RETIRED) 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 (RETIRED) 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.