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

Bug 407479

Summary: x11-libs/qt-gui: libQtGui.so.4: undefined symbol: _ZN11QMetaObject11removeGuardEPP7QObject
Product: Gentoo Linux Reporter: Maurizio Camisaschi (amd64 AT) <k01>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

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 ***