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

Bug#931393: marked as done (qtcreator: Missing dependencies to get working kit out of the box)



Your message dated Thu, 18 Jul 2019 11:05:15 -0300
with message-id <CA+QPbz3w+9MXqM+=CZwQnFLvwti-k3tJCVH2Bcp=fN0uYEF_yg@mail.gmail.com>
and subject line Re: Bug#931393: qtcreator: Missing dependencies to get working kit out of the box
has caused the Debian Bug report #931393,
regarding qtcreator: Missing dependencies to get working kit out of the box
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.)


-- 
931393: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931393
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qtcreator
Version: 4.8.2-1
Severity: normal

Hi,

after installing qtcreator, I had to install two extra packages to get a
working kit:

- qt5-default: without this package no Qt Version was found
- qtdeclarative5-dev: without this package qmlscene was reported missing

Both are well known problems:

https://stackoverflow.com/questions/16607003/qmake-could-not-find-a-qt-
installation-of
https://stackoverflow.com/questions/34918115/getting-no-qmlscene-installed-
warning-in-qt-creator-on-ubuntu

Please consider adding these packages to "Recommends".

Thanks,
Philip



-- System Information:
Debian Release: 10.0
  APT prefers testing
  APT policy: (600, 'testing'), (550, 'unstable'), (450, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages qtcreator depends on:
ii  libbotan-2-9                           2.9.0-2
ii  libc6                                  2.28-10
ii  libclang1-7                            1:7.0.1-8
ii  libgcc1                                1:8.3.0-6
ii  libgl1                                 1.1.0-1
ii  libllvm7                               1:7.0.1-8
ii  libqbscore1.12                         1.12.2+dfsg-2
ii  libqbsqtprofilesetup1.12               1.12.2+dfsg-2
ii  libqt5concurrent5                      5.11.3+dfsg1-1
ii  libqt5core5a [qtbase-abi-5-11-3]       5.11.3+dfsg1-1
ii  libqt5designer5                        5.11.3-4
ii  libqt5designercomponents5              5.11.3-4
ii  libqt5gui5                             5.11.3+dfsg1-1
ii  libqt5help5                            5.11.3-4
ii  libqt5network5                         5.11.3+dfsg1-1
ii  libqt5printsupport5                    5.11.3+dfsg1-1
ii  libqt5qml5 [qtdeclarative-abi-5-11-2]  5.11.3-4
ii  libqt5quick5                           5.11.3-4
ii  libqt5quickwidgets5                    5.11.3-4
ii  libqt5script5                          5.11.3+dfsg-3
ii  libqt5serialport5                      5.11.3-2
ii  libqt5sql5                             5.11.3+dfsg1-1
ii  libqt5sql5-sqlite                      5.11.3+dfsg1-1
ii  libqt5widgets5                         5.11.3+dfsg1-1
ii  libqt5xml5                             5.11.3+dfsg1-1
ii  libstdc++6                             8.3.0-6
ii  qml-module-qtqml-models2               5.11.3-4
ii  qml-module-qtquick-controls            5.11.3-2
ii  qml-module-qtquick2                    5.11.3-4
ii  qtchooser                              66-2
ii  qtcreator-data                         4.8.2-1

Versions of packages qtcreator recommends:
ii  clang                                 1:7.0-47
ii  gdb                                   8.2.1-2
ii  gnome-terminal [x-terminal-emulator]  3.30.2-2
ii  make                                  4.2.1-1.2
ii  qmlscene                              5.11.3-4
ii  qt5-doc                               5.11.3-1
ii  qt5-qmltooling-plugins                5.11.3-4
ii  qtbase5-dev-tools                     5.11.3+dfsg1-1
ii  qtcreator-doc                         4.8.2-1
ii  qtdeclarative5-dev-tools              5.11.3-4
ii  qttools5-dev-tools                    5.11.3-4
ii  qttranslations5-l10n                  5.11.3-2
ii  qtxmlpatterns5-dev-tools              5.11.3-2
ii  xterm [x-terminal-emulator]           344-1

Versions of packages qtcreator suggests:
pn  clazy       <none>
ii  cmake       3.13.4-1
ii  g++         4:8.3.0-1
ii  git         1:2.20.1-2
pn  kate-data   <none>
pn  subversion  <none>
pn  valgrind    <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Hi Phillip!

On Wed, 3 Jul 2019 at 18:24, Philip Rinn <rinni@inventati.org> wrote:
>
> Package: qtcreator
> Version: 4.8.2-1
> Severity: normal
>
> Hi,
>
> after installing qtcreator, I had to install two extra packages to get a
> working kit:
>
> - qt5-default: without this package no Qt Version was found

You want qtbase5-dev, not this one. Actually your system is probably
better off without qt5-default.

> - qtdeclarative5-dev: without this package qmlscene was reported missing

Which is expected, you need to install the submodule's development headers.

> Both are well known problems:
>
> https://stackoverflow.com/questions/16607003/qmake-could-not-find-a-qt-
> installation-of
> https://stackoverflow.com/questions/34918115/getting-no-qmlscene-installed-
> warning-in-qt-creator-on-ubuntu
>
> Please consider adding these packages to "Recommends".

Qt Creator is an IDE. Yes, it's mostly designed to develop Qt-based
stuff, but nothing stops it from using for other purposes. If you want
to develop with Qt you need to install the necessary development
headers for their submodules. If we where to recommend the whole Qt
then installing Qt creator would mean a **huge** download, and almost
nobody needs the full stack.

Kinds regards, Lisandro.

-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/

--- End Message ---

Reply to: