Gentoo Archives: gentoo-user

From: Andrew Lowe <agl@×××××××.au>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ksmserver not building - can't link to some stuff
Date: Mon, 30 Jan 2012 04:51:04
Message-Id: 4F26216E.6070504@wht.com.au
1 Hi all,
2 Just done an "emerge -NuD world" and in the process of it happening,
3 ksmserver has failed to build. The compiling completes but I'm getting
4 bad linking, things not been found. Any one know why the following would
5 happen:
6
7 ***********************************
8
9 /usr/lib64/qt4/libQtOpenGL.so.4: undefined reference to
10 `QTextureGlyphCache::textureMapForGlyph(unsigned int) const'
11 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
12 `QTextDocumentLayout::qt_metacall(QMetaObject::Call, int, void**)'
13 /usr/lib64/qt4/libQtOpenGL.so.4: undefined reference to
14 `QWindowSurface::hasPartialUpdateSupport() const'
15 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
16 `QTextDocumentLayout::draw(QPainter*,
17 QAbstractTextDocumentLayout::PaintContext const&)'
18 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
19 `QTextDocumentLayout::positionInlineObject(QTextInlineObject, int,
20 QTextFormat const&)'
21 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
22 `QTextDocumentLayout::hitTest(QPointF const&, Qt::HitTestAccuracy) const'
23 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
24 `QTextDocumentLayout::QTextDocumentLayout(QTextDocument*)'
25 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
26 `QTextDocumentLayout::documentChanged(int, int, int)'
27 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
28 `QTextDocumentLayout::drawInlineObject(QPainter*, QRectF const&,
29 QTextInlineObject, int, QTextFormat const&)'
30 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
31 `QTextDocumentLayout::documentSize() const'
32 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
33 `QTextDocumentLayout::timerEvent(QTimerEvent*)'
34 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
35 `QTextDocumentLayout::blockBoundingRect(QTextBlock const&) const'
36 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to `typeinfo
37 for QTextDocumentLayout'
38 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to `vtable for
39 QTextDocumentLayout'
40 /usr/lib64/qt4/libQtOpenGL.so.4: undefined reference to
41 `QWindowSurface::QWindowSurface(QWidget*)'
42 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
43 `QTextDocumentLayout::pageCount() const'
44 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
45 `QTextDocumentLayout::frameBoundingRect(QTextFrame*) const'
46 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
47 `QTextDocumentLayout::qt_metacast(char const*)'
48 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
49 `QTextDocumentLayout::setLineHeight(double,
50 QTextDocumentLayout::LineHeightMode)'
51 /usr/lib64/qt4/libQtOpenGL.so.4: undefined reference to
52 `QImageTextureGlyphCache::fillTexture(QTextureGlyphCache::Coord const&,
53 unsigned int)'
54 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
55 `QTextDocumentLayout::staticMetaObject'
56 /usr/lib64/qt4/libQtDeclarative.so.4: undefined reference to
57 `QTextDocumentLayout::resizeInlineObject(QTextInlineObject, int,
58 QTextFormat const&)'
59 collect2: ld returned 1 exit status
60 make[2]: *** [ksmserver/ksmserver] Error 1
61 make[1]: *** [ksmserver/CMakeFiles/ksmserver.dir/all] Error 2
62 make: *** [all] Error 2
63
64 ***********************************
65
66 A bit messy I know. I'm about to do a proper bug report on
67 bugs.gentoo.org with all the info, but was hoping someone on the list
68 might have any idea.
69
70 Regards,
71 Andrew

Replies

Subject Author
Re: [gentoo-user] ksmserver not building - can't link to some stuff Andrew Lowe <agl@×××××××.au>