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

Bug#1051494: marked as done (qt6-base-examples is missing the actual code)



Your message dated Wed, 11 Oct 2023 19:21:08 +0000
with message-id <E1qqelY-000GQQ-Vb@fasolo.debian.org>
and subject line Bug#1051494: fixed in qt6-base 6.6.0+dfsg-1
has caused the Debian Bug report #1051494,
regarding qt6-base-examples is missing the actual code
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1051494: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051494
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qt6-base-examples
Version: 6.4.2+dfsg-18
Severity: normal


Dear Maintainer,


    Qt Creator does not show examples for Qt6. Only for Qt5.


    Looking at the corresponding packages reveals that only the Qt5 examples
    packages contain actual source code.


    Qt5 installs the source:
   
        $ dpkg -L qtbase5-examples | grep -P '\.cpp$' | wc -l
        642
        $ find /usr/lib/x86_64-linux-gnu/qt5/examples -type f -name  '*.cpp' | wc -l
        642 


    Qt6 has no source:
   
        $ dpkg -L qt6-base-examples | grep -P '\.cpp$' | wc -l
        0
        $ find /usr/lib/x86_64-linux-gnu/qt6/examples -type f -name  '*.cpp' | wc -l
        0   


    Running strace on qtcreator shows that it is trying to access these
    non-existent files. E.g. -


        $ strace qtcreator |& grep -i easing
        access("/usr/share/qt5/doc/qtwidgets/widgets/animation/easing/easing.pro", F_OK) = -1 ENOENT (No such file or directory)
        access("/usr/lib/x86_64-linux-gnu/qt5/examples/widgets/animation/easing/easing.pro", F_OK) = 0
        access("/usr/share/qt5/doc/qtwidgets/widgets/animation/easing/main.cpp", F_OK) = -1 ENOENT (No such file or directory)
        access("/usr/lib/x86_64-linux-gnu/qt5/examples/widgets/animation/easing/main.cpp", F_OK) = 0
        access("/usr/lib/x86_64-linux-gnu/qt5/examples/widgets/animation/easing/easing.pro", F_OK) = 0
        access("/usr/share/qt5/doc/qtwidgets/widgets/animation/easing/easing.pro", F_OK) = -1 ENOENT (No such file or directory)
        access("/usr/lib/x86_64-linux-gnu/qt5/examples/widgets/animation/easing/easing.pro", F_OK) = 0
        access("/usr/share/qt5/doc/qtwidgets/widgets/animation/easing/main.cpp", F_OK) = -1 ENOENT (No such file or directory)
        access("/usr/lib/x86_64-linux-gnu/qt5/examples/widgets/animation/easing/main.cpp", F_OK) = 0
        access("/usr/lib/x86_64-linux-gnu/qt5/examples/widgets/animation/easing/easing.pro", F_OK) = 0
        access("/usr/share/qt6/doc/qtwidgets/widgets/animation/easing/CMakeLists.txt", F_OK) = -1 ENOENT (No such file or directory)
        access("/usr/lib/x86_64-linux-gnu/qt6/examples/widgets/animation/easing/CMakeLists.txt", F_OK) = -1 ENOENT (No such file or directory)
        access("/usr/share/qt6/doc/qtwidgets/widgets/animation/easing/main.cpp", F_OK) = -1 ENOENT (No such file or directory)
        access("/usr/lib/x86_64-linux-gnu/qt6/examples/widgets/animation/easing/main.cpp", F_OK) = -1 ENOENT (No such file or directory)
        access("/usr/share/qt6/doc/qtwidgets/widgets/animation/easing/CMakeLists.txt", F_OK) = -1 ENOENT (No such file or directory)


    It appears that for Qt6, no package is available that provides the source:


        # apt-file search easing/main.cpp
        qtbase5-examples: /usr/lib/x86_64-linux-gnu/qt5/examples/widgets/animation/easing/main.cpp


    The issue is the same for all qt6-*-example packages.
   
-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386


Kernel: Linux 6.4.0-4-amd64 (SMP w/24 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled


Versions of packages qt6-base-examples depends on:
ii  libc6                       2.37-7
ii  libgcc-s1                   13.2.0-2
ii  libqt6concurrent6           6.4.2+dfsg-18
ii  libqt6core6 [qt6-base-abi]  6.4.2+dfsg-18
ii  libqt6dbus6                 6.4.2+dfsg-18
ii  libqt6gui6                  6.4.2+dfsg-18
ii  libqt6network6              6.4.2+dfsg-18
ii  libqt6opengl6               6.4.2+dfsg-18
ii  libqt6openglwidgets6        6.4.2+dfsg-18
ii  libqt6printsupport6         6.4.2+dfsg-18
ii  libqt6sql6                  6.4.2+dfsg-18
ii  libqt6test6                 6.4.2+dfsg-18
ii  libqt6widgets6              6.4.2+dfsg-18
ii  libqt6xml6                  6.4.2+dfsg-18
ii  libstdc++6                  13.2.0-2


qt6-base-examples recommends no packages.


qt6-base-examples suggests no packages.


-- no debconf information

--- End Message ---
--- Begin Message ---
Source: qt6-base
Source-Version: 6.6.0+dfsg-1
Done: Patrick Franz <deltaone@debian.org>

We believe that the bug you reported is fixed in the latest version of
qt6-base, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Patrick Franz <deltaone@debian.org> (supplier of updated qt6-base 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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 11 Oct 2023 21:00:14 +0200
Source: qt6-base
Architecture: source
Version: 6.6.0+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Patrick Franz <deltaone@debian.org>
Closes: 1051494
Changes:
 qt6-base (6.6.0+dfsg-1) experimental; urgency=medium
 .
   [ Patrick Franz ]
   * New upstream release (6.6.0).
   * Update ABI to 6.6.0.
   * Remove references to htmlinfo examples.
   * Remove patches that have been applied upstream.
   * Readjust patches for 6.6.0.
   * Update list of installed files.
   * Update symbols from buildlogs.
   * Install source code for examples (Closes: #1051494).
   * Update lintian-overrides.
Checksums-Sha1:
 e12bf46d995e3f72a6b3da433b90d7d34163df17 5080 qt6-base_6.6.0+dfsg-1.dsc
 e1968d69dfa93d4c9dcefc2be5594ad1bfc10ad9 46548056 qt6-base_6.6.0+dfsg.orig.tar.xz
 d4209d6a0e00b4b75e15ecdefe9a5a00ce9d0338 179184 qt6-base_6.6.0+dfsg-1.debian.tar.xz
 3cf34a476fbee35bef7b866d90f5e1691b6c6ce6 9692 qt6-base_6.6.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 ea9b6f284800af449e106e210f754408f0be2490dc35ac612c1bcebf57feb8d2 5080 qt6-base_6.6.0+dfsg-1.dsc
 a5101bf93f9ff2502fa24f0b5d6dc5d6924e71653affdda1472f1458d6d21653 46548056 qt6-base_6.6.0+dfsg.orig.tar.xz
 d13a4a47544c7e1dea77ef9e35fd9ca4b8fed7377966668fa0502af4842be5db 179184 qt6-base_6.6.0+dfsg-1.debian.tar.xz
 6cba22b3768c663a0dc93eee0f113e7c433324c1c1b02b1686354556813eeec7 9692 qt6-base_6.6.0+dfsg-1_source.buildinfo
Files:
 191ea1baef394b9e5fc8eba97bf50bb3 5080 libs optional qt6-base_6.6.0+dfsg-1.dsc
 9334916adb77e3053095d68afee26781 46548056 libs optional qt6-base_6.6.0+dfsg.orig.tar.xz
 da73151eb3f2f722c60abb86c4f8c183 179184 libs optional qt6-base_6.6.0+dfsg-1.debian.tar.xz
 a63fdf2e5ff2e7b375c2926232a9a32c 9692 libs optional qt6-base_6.6.0+dfsg-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmUm8OcACgkQnp96YDB3
/lYIGBAAu3RjAmDxs6HsaWbfAaX4nQgzcv/Du4XFmvQoIirAzAXz0D7B+n/L0iuw
u1uKnAK2lLDC3BkeSHyPlaVIgqeiX8AGOrpXRlYJRq74stZ79WuEPChnAZD38C6Y
jGRlPywkDQ1CH/4IHitYKM8QbZSQvKXAUYAEcasvviARowzCoYrBv4lisrgvo0/p
9yvycJVDIbhmHDdVi/En7EkP4iqdybXDoofCsy1jQPyDjVi9wmkzSdnttqzkpYN2
3zcRgTzSEI2l0qbGGcBavjRWO+YOimkK8hOiRq0L22rEOehxY4i7sPHYlqYnS3RG
H3ojCMjEC3PNr8lnsd9HQGIsnXCqMn/pbWftPaZKZS8bronXGEShRKeLxeQaP03l
gL7NjpoGAOMTJS/tts5h62DfSVuxKeRsqPbiGSFmBFcT8Ot3jeNAN2ITZgKMsqn3
j2Wb6AY13vSb35uhrAIiVUR3ANZq6W/PZm3iVsH6TJj2l2PM/c6ia8HISe8jiGEx
mUOEpz98omp2Sh777Z3iLOsY2HfngXp/sCHpTUbvKXbzdL+qNPKFkVzS8u6HwWfW
lYQE2cD/5EgmrrGyumufix8SoHPDpPZvTa79m0itWH6ysOSNUaJJsK32YFC4DcOz
IOVTXcseZAg6tXoY7GexmtGJ7HicmIs2EKQuIaE7CBCy/EG+dio=
=ZXFk
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: