Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407479 - x11-libs/qt-gui: libQtGui.so.4: undefined symbol: _ZN11QMetaObject11removeGuardEPP7QObject
Summary: x11-libs/qt-gui: libQtGui.so.4: undefined symbol: _ZN11QMetaObject11removeGua...
Status: RESOLVED DUPLICATE of bug 404283
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-08 22:06 UTC by Maurizio Camisaschi (amd64 AT)
Modified: 2012-03-09 10:38 UTC (History)
0 users

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


Attachments
build.log (roxterm-2.3.4:20120308-220215.log,29.33 KB, text/plain)
2012-03-08 22:06 UTC, Maurizio Camisaschi (amd64 AT)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Camisaschi (amd64 AT) 2012-03-08 22:06:52 UTC
Created attachment 304659 [details]
build.log

in the install phase, with use nls active:

/usr/bin/install -m 0644 roxterm.1 roxterm-config.1 /var/tmp/portage/x11-terms/roxterm-2.3.4/image//usr/share/man/man1
/usr/bin/install: cannot stat `roxterm.1': No such file or directory
/usr/bin/install: cannot stat `roxterm-config.1': No such file or directory
Traceback (most recent call last):
  File "./mscript.py", line 444, in <module>
    ctx.install_man("roxterm.1 roxterm-config.1")
  File "/var/tmp/portage/x11-terms/roxterm-2.3.4/work/roxterm-2.3.4/maitch.py", line 1090, in install_man
    self.install(opj(directory, "man%d" % int(d)), s, '0644')
  File "/var/tmp/portage/x11-terms/roxterm-2.3.4/work/roxterm-2.3.4/maitch.py", line 1049, in install
    raise MaitchChildError("install failed")
maitch.MaitchChildError: install failed
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-03-09 09:42:00 UTC
This is a problem in your imagemagick and Qt4 installation as per:

/usr/bin/convert -background #0000 ../roxterm.svg -geometry 64x64 ../Help/lib/roxterm_logo.png
convert: unable to close module `SVG': /usr/lib64/qt4/libQtGui.so.4: undefined symbol: _ZN11QMetaObject11removeGuardEPP7QObject @ warning/module.c/UnregisterModule/1605.
/usr/bin/convert: symbol lookup error: /usr/lib64/qt4/libQtGui.so.4: undefined symbol: _ZN11QMetaObject11removeGuardEPP7QObject
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-03-09 10:37:30 UTC

*** This bug has been marked as a duplicate of bug 404283 ***