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

Bug#401807: marked as done (pkgconfig for qt4-x11 (libqt4-dev) use wrong path)



Your message dated Thu, 12 Jul 2007 23:47:13 +0000
with message-id <E1I98NN-0000BW-Cl@ries.debian.org>
and subject line Bug#401807: fixed in qt4-x11 4.3.0-3
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 ---
Package: libqt4-dev
Version: 4.2.1-2

In pkgconfig file of libqt4-dev:
dpkg -L libqt4-dev | grep "\.pc"


/usr/lib/pkgconfig/Qt3Support.pc
/usr/lib/pkgconfig/QtCore.pc
/usr/lib/pkgconfig/QtDBus.pc
/usr/lib/pkgconfig/QtGui.pc
/usr/lib/pkgconfig/QtNetwork.pc
/usr/lib/pkgconfig/QtOpenGL.pc
/usr/lib/pkgconfig/QtSql.pc
/usr/lib/pkgconfig/QtSvg.pc
/usr/lib/pkgconfig/QtTest.pc
/usr/lib/pkgconfig/QtXml.pc

The path /tmp/buildd/qt4-x11-4.2.1/ should not be there:

for 
moc_location=/tmp/buildd/qt4-x11-4.2.1/bin/moc
uic_location=/tmp/buildd/qt4-x11-4.2.1/bin/uic
Libs: ... -L/tmp/buildd/qt4-x11-4.2.1/lib ...


should be
moc_location=/usr/share/qt4/bin/moc  
uic_location=/usr/share/qt4/bin/uic


or
/usr/bin/moc-qt4
/usr/bin/uic-qt4

(/usr/share/qt4/bin/moc and uic are symlinks)




--- End Message ---
--- Begin Message ---
Source: qt4-x11
Source-Version: 4.3.0-3

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.3.0-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-core_4.3.0-3_amd64.deb
libqt4-debug_4.3.0-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-debug_4.3.0-3_amd64.deb
libqt4-dev_4.3.0-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.3.0-3_amd64.deb
libqt4-gui_4.3.0-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.3.0-3_amd64.deb
libqt4-qt3support_4.3.0-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.3.0-3_amd64.deb
libqt4-sql_4.3.0-3_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql_4.3.0-3_amd64.deb
qt4-designer_4.3.0-3_amd64.deb
  to pool/main/q/qt4-x11/qt4-designer_4.3.0-3_amd64.deb
qt4-dev-tools_4.3.0-3_amd64.deb
  to pool/main/q/qt4-x11/qt4-dev-tools_4.3.0-3_amd64.deb
qt4-doc_4.3.0-3_all.deb
  to pool/main/q/qt4-x11/qt4-doc_4.3.0-3_all.deb
qt4-qtconfig_4.3.0-3_amd64.deb
  to pool/main/q/qt4-x11/qt4-qtconfig_4.3.0-3_amd64.deb
qt4-x11_4.3.0-3.diff.gz
  to pool/main/q/qt4-x11/qt4-x11_4.3.0-3.diff.gz
qt4-x11_4.3.0-3.dsc
  to pool/main/q/qt4-x11/qt4-x11_4.3.0-3.dsc



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 401807@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fathi Boudra <fboudra@free.fr> (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: Fri, 29 Jun 2007 08:15:23 +0200
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 amd64 all
Version: 4.3.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Fathi Boudra <fboudra@free.fr>
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: 401807 408639 430907 431322 431436 431943
Changes: 
 qt4-x11 (4.3.0-3) unstable; urgency=low
 .
   [Fathi Boudra]
   * Update control: Replace deprecated ${Source-Version} by ${source:Version}.
   * Update rules:
     * Add bindir and libdir configure options.
     * Replace common-install-arch target. Replaced by build system patches and
       a fix for pkgconfig files. (Closes: #401807)
   * Add patches:
     * 04_launch_uic-qt4: call uic-qt4 binary.
     * 05_append_qt4_target: append -qt4 when needed. It fixes moc-location and
       uic_location are properly in pkgconfig files. (See bug #401807)
     * 06_qtdemo_destdir: remove QT_BUILD_TREE in qtdemo DESTDIR target.
       (Closes: #408639)
   * Revert Qt handling argb visuals on X11 patch. There are dependencies
     not fixed in Qt. They cause a few regressions when this patch is applied.
     (Closes: #430907, #431436, #431943)
   * Update Qt support for new window types used for compositing patch.
     Fix crashes when 'w' is null. (Closes: #431322)
   * Apply qt-copy patches:
     * 00_0172-prefer-xrandr-over-xinerama: only trust libxinerama if it is not
       the emulated information coming from xrandr 1.2.
     * 00_0177-qurl-clear-fix: fix QUrl::clear(). Applied upstream.
     * 00_0183-qprocess-corruption: fix plain data loss bug. Applied Upstream.
Files: 
 f974b9aabe8118c48da9ddd54c34c599 1503 libs optional qt4-x11_4.3.0-3.dsc
 e38c6e1efad521e512a1a16ee7a3cade 43543 libs optional qt4-x11_4.3.0-3.diff.gz
 de0623ec6c41d4402fe4598f0bdce6d6 24194946 doc optional qt4-doc_4.3.0-3_all.deb
 3671c0a6719dea2032572bd520d14041 4724636 libdevel optional libqt4-dev_4.3.0-3_amd64.deb
 f7222b97aa277f072891e65e6d87ff87 1840998 libs optional libqt4-core_4.3.0-3_amd64.deb
 d89e221633c56d0b450ad21b8cae3a3d 5357376 libs optional libqt4-gui_4.3.0-3_amd64.deb
 30e8cd28b75ca9e5f81ba7c7f1fec52d 171332 libs optional libqt4-sql_4.3.0-3_amd64.deb
 f4df7b6a741a2f84bb7cdcedd25f4115 1151574 libs optional libqt4-qt3support_4.3.0-3_amd64.deb
 fb74987fcf98ce737a27eb96c285421b 615606 devel optional qt4-designer_4.3.0-3_amd64.deb
 9b8ed61928b10ec6a776e7fc545f227e 79006508 libs optional libqt4-debug_4.3.0-3_amd64.deb
 2d8204ae3a06136c010801f4b5bca1a9 777614 devel optional qt4-dev-tools_4.3.0-3_amd64.deb
 9e9fb2b2209b91ed7ebde5480dfaaced 117544 x11 optional qt4-qtconfig_4.3.0-3_amd64.deb

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

iD8DBQFGlrYqvGr7W6HudhwRAkWaAJwJ7+GfTbJMsVi2NLbS6DAKJ4WyfwCgia9o
jQsQ+jheLwciWWRr6n70rS8=
=1E+M
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: