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

Bug 223139

Summary: x11-libs/qt-core-4.4.0 doesn't build with 64bit kernel / 32bit userland
Product: Gentoo Linux Reporter: Markus Ullmann (RETIRED) <jokey>
Component: New packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Markus Ullmann (RETIRED) gentoo-dev 2008-05-21 22:54:10 UTC
as topic says... it fails with
project.cpp:1 64 support not compiled in

it adds -m64 in the Makefile, as a workaround I manually hack that out after it fails though it should be fixed properly ;)
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-05-22 08:37:34 UTC
emerge -v info please?
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2008-05-22 17:42:19 UTC
[ebuild   R   ] x11-libs/qt-core-4.4.0  USE="qt3support ssl -debug -doc -glib -pch

Target: i686-pc-linux-gnu
gcc version 4.2.3 (Gentoo 4.2.3 p1.0)
Comment 3 Markus Ullmann (RETIRED) gentoo-dev 2008-05-27 07:27:02 UTC
Have been able to reproduce this now on another box. You basically need an amd64 system in 64 bit mode and then start with a fresh i686 stage3 in a chroot. seems both qt-core-4.4 and recent genkernel mess it up and think to be in 64 bit.

Wild guess atm, but do they check the dmesg to get their build mode?
Comment 4 Markus Ullmann (RETIRED) gentoo-dev 2008-08-03 21:22:12 UTC
has become unreproducable here, dunno why :(