Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 412009 - /usr/include/qt4/Gentoo/gentoo-qconfig.h is corrupted
Summary: /usr/include/qt4/Gentoo/gentoo-qconfig.h is corrupted
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal critical (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-04-14 17:26 UTC by Markos Chandras (RETIRED)
Modified: 2012-04-15 14:54 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 Markos Chandras (RETIRED) gentoo-dev 2012-04-14 17:26:42 UTC
I just re-emerged x11-libs/qt-core and the /usr/include/qt4/Gentoo/gentoo-qconfig.h file seems corrupted. Here are the contents of that file:

#define QT_ZLIB
#define QT_DBUS
#define QT_DECLARATIVE
#define QT_ACCESSIBILITY
#define QT_CUPS
#define QT_FONTCONFIG
#define QT_IMAGEFORMAT_JPEG
#define QT_IMAGEFORMAT_PNG
#define QT_IMAGEFORMAT_MNG
#define QT_IMAGEFORMAT_TIFF
#define QT_SESSIONMANAGER
#define QT_SHAPE
#define QT_XCURSOR
#define QT_XFIXES
#define QT_XINERAMA
#define QT_XINPUT
#define QT_XKB
#define QT_XRANDR
#define QT_XRENDER
#define QT_XSYNC
#define QT_XVIDEO

[Seat /org/freedeskto#define QT_OPENGL
#define QT_SCRIPT
#define QT_SVG
#define QT_WEBKIT
#define QT_XMLPATTERNS
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2012-04-14 17:39:24 UTC
I am raising the severity as it breaks all Qt4 reverse dependencies
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2012-04-14 18:01:03 UTC
Did you re-emerge *only* qt-core?

What's the content of /usr/include/qt4/Gentoo/gentoo-qt-gui-qconfig.h and /usr/include/qt4/Gentoo/gentoo-qt-opengl-qconfig.h ?
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2012-04-14 19:11:33 UTC
Are there any suspicious files in /usr/include/qt4/Gentoo/ ?
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2012-04-14 21:57:57 UTC
/usr/include/qt4/Gentoo/gentoo-qt-gui-qconfig.h looks good. So does gentoo-qt-opengl-qconfig.h. Yes, I re-emerged only qt-core. I even removed that file and emerged qt-core again. Same problem. Should I rebuild all Qt modules? Any idea why this file is corrupted? I had a brief look at the qt4-build eclass changes but I couldn't find anything suspicious.
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2012-04-15 14:54:39 UTC
Davide(pesa)suggested to rebuild x11-libs/qt-multimedia and that fixed my problem. We concluded that this was due to a filesystem corruption. Closing as INVALID