Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439924 - x11-libs/qt-declarative missing debugging plugins
Summary: x11-libs/qt-declarative missing debugging plugins
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-27 23:07 UTC by Stefan Siegl
Modified: 2012-10-28 19:36 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 Stefan Siegl 2012-10-27 23:07:51 UTC
hey there,

when trying to debug a QML application (i.e. starting it with -qmljsdebugger=port:3768,block) the following error message is emitted on the console:

QDeclarativeDebugServer: Ignoring "-qmljsdebugger=port:3768,block". Remote debugger plugin has not been found.

qt-declarative is actually compiled with support for javascript debugging, however the plugin (file /usr/lib64/qt4/plugins/qmltooling/libqmldbg_tcp.so) is missing.

To fix this, just add src/plugins/qmltooling to QT4_TARGET_DIRECTORIES.

cheers,
  stesie
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2012-10-28 19:36:22 UTC
Fixed in 4.8.3-r1, thanks a lot for the report!

  28 Oct 2012; Davide Pesavento <pesa@gentoo.org>
  +qt-declarative-4.8.3-r1.ebuild, -qt-declarative-4.8.3.ebuild:
  Build and install qmltooling plugins. Thanks to Stefan Siegl in bug 439924.