Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210971 - x11-libs/qt-sql-4.4.0_rc1 compilation warns
Summary: x11-libs/qt-sql-4.4.0_rc1 compilation warns
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-21 13:31 UTC by pavel sanda
Modified: 2008-02-21 14:12 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.