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

Bug 210971

Summary: x11-libs/qt-sql-4.4.0_rc1 compilation warns
Product: Gentoo Linux Reporter: pavel sanda <ps>
Component: [OLD] LibraryAssignee: Qt Bug Alias <qt>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description pavel sanda 2008-02-21 13:31:18 UTC
fyi these errs appears while emerging qt-sql.
qmake vars .......... cat: .qmake.vars: No such file or directory
(this warn is shown in other qt4.4 packages as well)
....

g++ -c -pipe -O2 -Wall -W  -I../../../mkspecs/linux-g++ -I. -I. -o ptrsizetest.o ptrsizetest.cpp
ptrsizetest.cpp: In function 'int main(int, char**)':
ptrsizetest.cpp:18: error: 'PointerSize' is not a member of 'QPointerSizeTest<4>'
make: *** [ptrsizetest.o] Error 1
Pointer size: 4 

Anyway compilation proceeds as a whole.

Reproducible: Always

Steps to Reproduce:
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2008-02-21 14:12:12 UTC
It's normal, it's just part of its testing to determine how big various structures are on the system.  I don't know any way to quiet it up.