[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#399049: marked as done (libqt4-dev: qdbuscpp2xml expects to find moc from qt >= 4.2.x as 'moc' in path)



Your message dated Sun, 04 Mar 2007 21:17:14 +0000
with message-id <E1HNy4w-0000Pj-K1@ries.debian.org>
and subject line Bug#399049: fixed in qt4-x11 4.2.2-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Subject: libqt4-dev: qdbuscpp2xml expects to find moc from qt >= 4.2.x as 'moc' in path
Package: libqt4-dev
Version: 4.2.0-1
Severity: minor


qdbuscpp2xml is hardcoded to look for moc in $PATH, but fails to work with the
qt 3.x version of moc. (the default setting for the moc alternative)

please consider to patch qdbuscpp2xml to look for moc-qt4 first so it works
without setting prefixing PATH with /usr/share/qt4/bin


with this simple test.cpp

#include <QString>
#include <QDBusAbstractAdaptor>

class TestAdapter : public QDBusAbstractAdaptor 
{
        Q_OBJECT
        Q_CLASSINFO("D-Bus Interface", "tld.example.Foo")
public Q_SLOTS:
        void method(QString foo);
};


running 
qdbuscpp2xml test.cpp

should produce something like:
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd";>
<node>
  <interface name="tld.example.Foo">
    <method name="method">
      <arg name="foo" type="s" direction="in"/>
    </method>
  </interface>
</node>


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libqt4-dev depends on:
ii  libaudio-dev                 1.8-2       The Network Audio System (NAS). (d
ii  libfreetype6-dev             2.2.1-5     FreeType 2 font engine, developmen
ii  libgl1-mesa-dev [libgl-dev]  6.5.1-0.4   A free implementation of the OpenG
ii  libglib2.0-dev               2.12.4-1    Development files for the GLib lib
ii  libglu1-mesa-dev [libglu-dev 6.5.1-0.4   The OpenGL utility library -- deve
ii  libice-dev                   1:1.0.1-2   X11 Inter-Client Exchange library 
ii  libjpeg62-dev                6b-13       Development files for the IJG JPEG
ii  libmng-dev                   1.0.9-1     M-N-G library (Development headers
ii  libpng12-dev [libpng12-0-dev 1.2.8rel-7  PNG library - development
ii  libpq-dev                    8.1.5-1     header files for libpq4 (PostgreSQ
ii  libqt4-core                  4.2.1-2     Qt 4 core non-GUI functionality ru
ii  libqt4-gui                   4.2.1-2     Qt 4 core GUI functionality runtim
ii  libqt4-qt3support            4.2.1-2     Qt 3 compatibility library for Qt 
ii  libqt4-sql                   4.2.1-2     Qt 4 SQL database module
ii  libsm-dev                    1:1.0.1-3   X11 Inter-Client Exchange library 
ii  libsqlite0-dev               2.8.17-1    SQLite development files
ii  libx11-dev                   2:1.0.3-2   X11 client-side library (developme
ii  libxcursor-dev               1.1.7-4     X cursor management library (devel
ii  libxext-dev                  1:1.0.1-2   X11 miscellaneous extensions libra
ii  libxft-dev                   2.1.8.2-8   FreeType-based font drawing librar
ii  libxi-dev                    1:1.0.1-3   X11 Input extension library (devel
ii  libxinerama-dev              1:1.0.1-4.1 X11 Xinerama extension library (de
ii  libxmu-dev                   1:1.0.2-2   X11 miscellaneous utility library 
ii  libxrandr-dev                2:1.1.0.2-4 X11 RandR extension library (devel
ii  libxrender-dev               1:0.9.1-3   X Rendering Extension client libra
ii  libxt-dev                    1:1.0.2-2   X11 toolkit intrinsics library (de
ii  x11proto-core-dev            7.0.7-2     X11 core wire protocol and auxilia
ii  xlibmesa-gl-dev              1:7.1.0-6   transitional package for Debian et
ii  zlib1g-dev                   1:1.2.3-13  compression library - development

Versions of packages libqt4-dev recommends:
ii  qt4-dev-tools                 4.2.1-2    Qt 4 development tools

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: qt4-x11
Source-Version: 4.2.2-1

We believe that the bug you reported is fixed in the latest version of
qt4-x11, which is due to be installed in the Debian FTP archive:

libqt4-core_4.2.2-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-core_4.2.2-1_i386.deb
libqt4-debug_4.2.2-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-debug_4.2.2-1_i386.deb
libqt4-dev_4.2.2-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.2.2-1_i386.deb
libqt4-gui_4.2.2-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.2.2-1_i386.deb
libqt4-qt3support_4.2.2-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.2.2-1_i386.deb
libqt4-sql_4.2.2-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-sql_4.2.2-1_i386.deb
qt4-designer_4.2.2-1_i386.deb
  to pool/main/q/qt4-x11/qt4-designer_4.2.2-1_i386.deb
qt4-dev-tools_4.2.2-1_i386.deb
  to pool/main/q/qt4-x11/qt4-dev-tools_4.2.2-1_i386.deb
qt4-doc_4.2.2-1_all.deb
  to pool/main/q/qt4-x11/qt4-doc_4.2.2-1_all.deb
qt4-qtconfig_4.2.2-1_i386.deb
  to pool/main/q/qt4-x11/qt4-qtconfig_4.2.2-1_i386.deb
qt4-x11_4.2.2-1.diff.gz
  to pool/main/q/qt4-x11/qt4-x11_4.2.2-1.diff.gz
qt4-x11_4.2.2-1.dsc
  to pool/main/q/qt4-x11/qt4-x11_4.2.2-1.dsc
qt4-x11_4.2.2.orig.tar.gz
  to pool/main/q/qt4-x11/qt4-x11_4.2.2.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 399049@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brian Nelson <pyro@debian.org> (supplier of updated qt4-x11 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  4 Mar 2007 13:50:39 -0500
Source: qt4-x11
Binary: libqt4-sql libqt4-core qt4-doc libqt4-debug libqt4-qt3support qt4-designer libqt4-dev qt4-dev-tools libqt4-gui qt4-qtconfig
Architecture: source i386 all
Version: 4.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Brian Nelson <pyro@debian.org>
Description: 
 libqt4-core - Qt 4 core non-GUI functionality runtime library
 libqt4-debug - Qt 4 library debugging symbols
 libqt4-dev - Qt 4 development files
 libqt4-gui - Qt 4 core GUI functionality runtime library
 libqt4-qt3support - Qt 3 compatibility library for Qt 4
 libqt4-sql - Qt 4 SQL database module
 qt4-designer - Qt 4 Designer
 qt4-dev-tools - Qt 4 development tools
 qt4-doc    - Qt 4 API documentation
 qt4-qtconfig - Qt 4 configuration tool
Closes: 380097 399049 402007 403290 407297 408813 409228 410862 410885
Changes: 
 qt4-x11 (4.2.2-1) unstable; urgency=low
 .
   * New upstream release (Closes: #410862)
 .
   * debian/rules: set the sysconfdir to /etc/xdg instead of /etc/qt4 to
     match the QSettings documentation (Closes: #407297)
 .
   * Added Riku Voipio's patch for ARM EABI (Closes: #408813)
 .
   * debian/patches/22_launch_moc-qt4.dpatch: new patch to ensure the Qt4
     version of moc is launched by qdbuscpp2xml (Closes: #399049)
 .
   * Added a doc-base file for qt4-doc (Closes: #403290)
 .
   * debian/qt4-designer.links: added a link /usr/share/qt4/bin/designer ->
     /usr/bin/designer-qt4 (Closes: #410885)
 .
   * Re-arranged patches to group them by arch so that they're easier to
     deal with
 .
   * Applied new patches for kFreeBSD and Hurd support
     (Closes: #380097, #402007)
 .
   * debian/libqt4-gui.install: added the codecs plugins, somehow these got
     accidentally dropped (Closes: #409228)
Files: 
 312ef5cc9fcb5d4cf5d85e2b5086b784 1380 libs optional qt4-x11_4.2.2-1.dsc
 19f6374fe7924e33775cb87ee02669cb 37636491 libs optional qt4-x11_4.2.2.orig.tar.gz
 df7ec0162ab592e81902b768d7bd4736 23399 libs optional qt4-x11_4.2.2-1.diff.gz
 ebff69a3e6cabab557d6cabbfb23778d 21769284 doc optional qt4-doc_4.2.2-1_all.deb
 e288c8a5329564235916d80a6c2b55e8 4211374 libdevel optional libqt4-dev_4.2.2-1_i386.deb
 c72e75949f3a9635b045ce6d2d91f649 1176806 libs optional libqt4-core_4.2.2-1_i386.deb
 93c0c6eb7b8765246149801b8a16a9d3 4945590 libs optional libqt4-gui_4.2.2-1_i386.deb
 5a44be538881d3ee8a649128ec37f65a 322854 libs optional libqt4-sql_4.2.2-1_i386.deb
 690ff07eb08fcc592f958c9f06d4cdf9 1258808 libs optional libqt4-qt3support_4.2.2-1_i386.deb
 9c877dda43df143f7ca7547561cf782a 1076058 devel optional qt4-designer_4.2.2-1_i386.deb
 b0c1efc3141eaa00dcc43dfa5f241f20 57293146 libs optional libqt4-debug_4.2.2-1_i386.deb
 5ad591b976689aa43003a604797fc388 754872 devel optional qt4-dev-tools_4.2.2-1_i386.deb
 007b9c070775f277a3a4579a1bd1e445 103816 x11 optional qt4-qtconfig_4.2.2-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF6yRq1Ng1YWbyRSERAtSXAJ9mZDA6T8Jvn0U2vnGU8++F4CAs6gCeMH07
T46dwmTnr7TuQ92j2ax3peM=
=/MEA
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: