Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster) (original) (raw)
- To: Debian Mentors List <debian-mentors@lists.debian.org>
- Cc: 874851@bugs.debian.org
- Subject: Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
- From: Andreas Tille <andreas@an3as.eu>
- Date: Mon, 11 Sep 2017 12:10:45 +0200
- Message-id: <[🔎] 20170911101045.lsybqup2luvvihfw@an3as.eu>
- In-reply-to: <[🔎] 20170911081050.k5anrur72f4aru3v@belkar.wrar.name>
- References: 20170909190314.GA28371@pryan.ekaia.org <[🔎] 20170911074519.d3npjhs7c2bed22m@an3as.eu> <[🔎] 20170911081050.k5anrur72f4aru3v@belkar.wrar.name>
Hi Andrey,
On Mon, Sep 11, 2017 at 01:10:50PM +0500, Andrey Rahmatullin wrote:
That's not enough, you also need export QT_SELECT=qt5
OK, so I did:
$ git diff diff --git a/debian/rules b/debian/rules index 75d1955..d4f697f 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+QT_SELECT=qt5 + %: dh $@
After that you'll get better errors (the first one being "QPushButton: No such file or directory").
... but the situation is unchanged at my side in a pbuilder chroot.
Assuming that I would get the error message above I also would have no idea how to deal with it. As far as I can see QPushButton is moved to a different dir:
$ apt-file search QPushButton libqt4-dev: /usr/include/qt4/QtGui/QPushButton qtbase5-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QPushButton
but according this it should be found with my provided Build-Depends.
Kind regards
Andreas.
Reply to:
- Follow-Ups:
- Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
* From: gregor herrmann gregoa@debian.org - Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
* From: Andrey Rahmatullin wrar@debian.org
- Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
- References:
- Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
* From: Andreas Tille andreas@an3as.eu - Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
* From: Andrey Rahmatullin wrar@debian.org
- Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
- Prev by Date:Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
- Next by Date:Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
- Previous by thread:Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
- Next by thread:Re: Is there any chance to easily find out Qt5 Build-Depends (Was: Bug#874851: [clustalx] Future Qt4 removal from Buster)
- Index(es):