这是indexloc提供的服务,不要输入任何密码

Debian Bug report logs - #784612
[anki] Qt4's WebKit removal

version graph

Package: src:anki; Maintainer for src:anki is Julian Gilbey <jdg@debian.org>;

Reported by: Dmitry Shachnev <mitya57@debian.org>

Date: Thu, 7 May 2015 07:39:26 UTC

Severity: serious

Found in version anki/2.0.32+dfsg-1

Done: Rolf Leggewie <debian-bugs@rolf.leggewie.biz>

Bug is archived. No further changes may be made.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Thu, 07 May 2015 07:39:30 GMT) (full text, mbox, link).


Acknowledgement sent to Dmitry Shachnev <mitya57@debian.org>:
New Bug report received and forwarded. Copy sent to Andreas Bombe <aeb@debian.org>. (Thu, 07 May 2015 07:39:30 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Dmitry Shachnev <mitya57@debian.org>
To: submit@bugs.debian.org
Subject: [anki] Qt4's WebKit removal
Date: Thu, 07 May 2015 10:38:01 +0300
Source: anki
Severity: wishlist
User: debian-qt-kde@lists.debian.org
Usertags: qt4webkit-removal
Control: block 784513 by -1

Hi! As you might know we the Qt/KDE team are preparing to remove Qt4's WebKit
as announced in [announce]. Your package seems to be using it via PyQt4's
QtWebKit module.

[announce] <https://lists.debian.org/debian-devel-announce/2015/05/msg00001.html>

Basically we are about to get the last Qt4 point release and upstream is
migrating from WebKit to Blink in the Qt5 series, so we won't have much upstream
support for maintaining Qt4's WebKit (Qt5's WebKit is expected to stay supported
until Qt6).

In order to make this move, all packages directly or indirectly depending on
the Qt4's WebKit library have to either get ported to Qt5 or eventually get
removed from the Debian repositories.

Therefore, please take the time and:
- contact your upstream (if existing) and ask about the state of a Qt5 
  port of your application
- if there are no activities regarding porting, investigate whether there are 
  suitable alternatives for your users
- if there is a Qt5/PyQt5 port that is not yet packaged, consider packaging it
- if both the Qt4 and the Qt5 versions already coexist in the Debian 
  archives, consider removing the Qt4 version

= Porting =

Some of us where involved in various Qt4 to Qt5 migrations [migration] and we
know for sure that porting stuff from Qt4 to Qt5 is much much easier and less
painful than it was from Qt3 to Qt4.

We also understand that there is still a lot of software still using Qt4. In
order to ease the transition time we have provided Wheezy backports for Qt5.

Don't forget to take a look at the C++ API changes page [apichanges] and the
PyQt4 vs PyQt5 differences page [pyqtchanges] whenever you start porting
your application.

[migration] http://pkg-kde.alioth.debian.org/packagingqtstuff.html
[apichanges] http://doc.qt.io/qt-5/sourcebreaks.html
[pyqtchanges] http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html

For any questions and issues, do not hesitate to contact the Debian Qt/KDE 
team at debian-qt-kde@lists.debian.org.

--
Dmitry Shachnev,
on behalf of the Qt4 and PyQt4 maintainers



Added indication that bug 784612 blocks 784513 Request was from Dmitry Shachnev <mitya57@debian.org> to submit@bugs.debian.org. (Thu, 07 May 2015 07:39:31 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, lisandro@debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Mon, 07 Dec 2015 18:33:10 GMT) (full text, mbox, link).


Acknowledgement sent to Dmitry Shachnev <mitya57@debian.org>:
Extra info received and forwarded to list. Copy sent to lisandro@debian.org, Andreas Bombe <aeb@debian.org>. (Mon, 07 Dec 2015 18:33:10 GMT) (full text, mbox, link).


Message #12 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Dmitry Shachnev <mitya57@debian.org>
To: 784614@bugs.debian.org, 784610@bugs.debian.org, 784514@bugs.debian.org, 784615@bugs.debian.org, 784613@bugs.debian.org, 784616@bugs.debian.org, 784612@bugs.debian.org
Cc: 784513@bugs.debian.org
Subject: qtwebkit removal from python-qt4
Date: Mon, 07 Dec 2015 21:31:42 +0300
[Message part 1 (text/plain, inline)]
Hi all,

I am going to remove qtwebkit support from python-qt4 package in an upload in
early 2015 (but not before January 7th, one month from now).

That means that these files will be no longer installed (and accompanying
documentation files):

  In python-qt4:

  - /usr/lib/python2.7/dist-packages/PyQt4/QtWebKit.so
  - /usr/lib/python2.7/dist-packages/PyQt4/uic/widget-plugins/qtwebkit.py

  In python-qt4-dbg:

  - /usr/lib/debug/usr/lib/python2.7/dist-packages/PyQt4/QtWebKit.so
  - /usr/lib/python2.7/dist-packages/PyQt4/QtWebKit_d.so

  In python3-pyqt4:

  - /usr/lib/python3/dist-packages/PyQt4/QtWebKit.cpython-*-*.so
  - /usr/lib/python3/dist-packages/PyQt4/uic/widget-plugins/qtwebkit.py

  In python3-pyqt4-dbg:

  - /usr/lib/debug/usr/lib/python3/dist-packages/PyQt4/QtWebKit.cpython-*-*.so
  - /usr/lib/python3/dist-packages/PyQt4/QtWebKit.cpython-*-*.so

Please port your packages before that date, or these bugs will become RC.

The recommended way is to port packages to PyQt5, see the instructions at [1].

For the reasoning behind qtwebkit removal, please see the original bug report
and the announcement in [2].

[1]: http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html
[2]: https://lists.debian.org/debian-devel-announce/2015/05/msg00001.html

On behalf of python-qt4 maintainers,

--
Dmitry Shachnev
[signature.asc (application/pgp-signature, inline)]

Severity set to 'important' from 'wishlist' Request was from Dmitry Shachnev <mitya57@debian.org> to control@bugs.debian.org. (Mon, 07 Dec 2015 18:39:08 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Mon, 07 Dec 2015 18:57:15 GMT) (full text, mbox, link).


Acknowledgement sent to Scott Kitterman <debian@kitterman.com>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Mon, 07 Dec 2015 18:57:15 GMT) (full text, mbox, link).


Message #19 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Scott Kitterman <debian@kitterman.com>
To: Dmitry Shachnev <mitya57@debian.org>,784513@bugs.debian.org,784614@bugs.debian.org,784610@bugs.debian.org,784514@bugs.debian.org,784615@bugs.debian.org,784613@bugs.debian.org,784616@bugs.debian.org,784612@bugs.debian.org
Subject: Re: Bug#784513: qtwebkit removal from python-qt4
Date: Mon, 07 Dec 2015 13:53:25 -0500
[Message part 1 (text/plain, inline)]
s/2015/2016//
[Message part 2 (text/html, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Sat, 09 Jan 2016 07:36:21 GMT) (full text, mbox, link).


Acknowledgement sent to Dmitry Shachnev <mitya57@debian.org>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Sat, 09 Jan 2016 07:36:21 GMT) (full text, mbox, link).


Message #24 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Dmitry Shachnev <mitya57@debian.org>
To: 784614@bugs.debian.org, 784610@bugs.debian.org, 784514@bugs.debian.org, 784615@bugs.debian.org, 784613@bugs.debian.org, 784616@bugs.debian.org, 784612@bugs.debian.org
Subject: Re: Bug#784513: qtwebkit removal from python-qt4
Date: Sat, 9 Jan 2016 10:32:00 +0300
[Message part 1 (text/plain, inline)]
Control: severity -1 serious

On Mon, Dec 07, 2015 at 09:31:42PM +0300, Dmitry Shachnev wrote:
> Hi all,
>
> I am going to remove qtwebkit support from python-qt4 package in an upload in
> early 2015 (but not before January 7th, one month from now).
>
> Please port your packages before that date, or these bugs will become RC.

As promised, this bug is now release-critical.

A new python-qt4 upload with removed QtWebKit module will happen shortly.

--
Dmitry Shachnev
[signature.asc (application/pgp-signature, inline)]

Severity set to 'serious' from 'important' Request was from Dmitry Shachnev <mitya57@debian.org> to 784612-submit@bugs.debian.org. (Sat, 09 Jan 2016 07:36:21 GMT) (full text, mbox, link).


Marked as found in versions anki/2.0.32+dfsg-1. Request was from Andreas Beckmann <anbe@debian.org> to control@bugs.debian.org. (Sat, 09 Jan 2016 20:06:08 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Fri, 22 Jan 2016 15:22:01 GMT) (full text, mbox, link).


Acknowledgement sent to Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Fri, 22 Jan 2016 15:22:01 GMT) (full text, mbox, link).


Message #33 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
To: 784449@bugs.debian.org, 784448@bugs.debian.org, 784612@bugs.debian.org, 784450@bugs.debian.org, 784451@bugs.debian.org, 784452@bugs.debian.org, 784453@bugs.debian.org, 784454@bugs.debian.org, 784456@bugs.debian.org, 784455@bugs.debian.org, control@bugs.debian.org
Subject: Bumping severity to normal
Date: Fri, 22 Jan 2016 12:17:14 -0300
[Message part 1 (text/plain, inline)]
severity 784449 normal
severity 784448 normal
severity 784612 normal
severity 784450 normal
severity 784451 normal
severity 784452 normal
severity 784453 normal
severity 784454 normal
severity 784456 normal
severity 784455 normal
thanks

Hi! As we intend to go further with this removal we are bumping it's severity.
If you need help please do not hesitate in replying to the bug, I am 
subscribed to it.

-- 
Videogames do not influence kids. I mean, if Pac-Man influenced our
generation, we would all be jumping in dark rooms, chomping magic pills
and listening to electronic repeating music.
  Kristian Wilson, Nintendo Inc. 1989

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/
[signature.asc (application/pgp-signature, inline)]

Severity set to 'normal' from 'serious' Request was from Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> to control@bugs.debian.org. (Fri, 22 Jan 2016 15:22:10 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Fri, 22 Jan 2016 15:51:29 GMT) (full text, mbox, link).


Acknowledgement sent to Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Fri, 22 Jan 2016 15:51:30 GMT) (full text, mbox, link).


Message #40 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
To: control@bugs.debian.org, 784614@bugs.debian.org, 784610@bugs.debian.org, 784615@bugs.debian.org, 784613@bugs.debian.org, 784616@bugs.debian.org, 784612@bugs.debian.org
Subject: Keep the severity in serious
Date: Fri, 22 Jan 2016 12:45:54 -0300
[Message part 1 (text/plain, inline)]
severity 784614 serious
severity 784610 serious
severity 784615 serious
severity 784613 serious
severity 784616 serious
severity 784612 serious
thanks

My most sincere apologies to everyone in this mail, the python stuff is coming 
out sooner than the rest, so the severity should be kept as serious.


-- 
"So long, and thanks for all the fish!"
  The Hitchhickers guide to the Galaxy

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/
[signature.asc (application/pgp-signature, inline)]

Severity set to 'serious' from 'normal' Request was from Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> to control@bugs.debian.org. (Fri, 22 Jan 2016 15:51:49 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Thu, 26 May 2016 21:27:13 GMT) (full text, mbox, link).


Acknowledgement sent to Nicolas Kuttler <nkuttler@gmail.com>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Thu, 26 May 2016 21:27:13 GMT) (full text, mbox, link).


Message #47 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Nicolas Kuttler <nkuttler@gmail.com>
To: Debian Bug Tracking System <784612@bugs.debian.org>
Subject: Re: [anki] Qt4's WebKit removal
Date: Thu, 26 May 2016 23:29:30 +0200
Package: anki
Version: 2.0.32+dfsg-1
Followup-For: Bug #784612

Dear Maintainer,

it seems like anki is not usable any more. I guess this was expected but
I'm wondering if there is a plan for the future. Severity should
probably be bumped to grave.

$ anki
Traceback (most recent call last):
  File "/usr/bin/anki", line 7, in <module>
    import aqt
  File "/usr/share/anki/aqt/__init__.py", line 12, in <module>
    from aqt.qt import *
  File "/usr/share/anki/aqt/qt.py", line 22, in <module>
    from PyQt4.QtWebKit import QWebPage, QWebView, QWebSettings
ImportError: No module named QtWebKit


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages anki depends on:
ii  libjs-jquery          1.12.3-1
ii  libjs-jquery-flot     0.8.3+dfsg-1
ii  libjs-jquery-ui       1.10.1+dfsg-1
ii  python                2.7.11-1
ii  python-beautifulsoup  3.2.1-1
ii  python-httplib2       0.9.1+dfsg-1
ii  python-pyaudio        0.2.8-1+b3
ii  python-qt4            4.11.4+dfsg-2
ii  python-simplejson     3.8.2-2
ii  python-sqlalchemy     1.0.12+ds1-1
pn  python:any            <none>

Versions of packages anki recommends:
ii  python-matplotlib  1.5.1-1+b2

Versions of packages anki suggests:
pn  dvipng    <none>
ii  lame      3.99.5+repack1-9+b1
pn  mplayer2  <none>

-- no debconf information



Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Sun, 29 May 2016 13:36:04 GMT) (full text, mbox, link).


Acknowledgement sent to Rémi Letot <hobbes@poukram.net>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Sun, 29 May 2016 13:36:04 GMT) (full text, mbox, link).


Message #52 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Rémi Letot <hobbes@poukram.net>
To: 784612@bugs.debian.org
Subject: Re: [anki] Qt4's WebKit removal
Date: Sun, 29 May 2016 15:02:33 +0200
Package: anki
Version: 2.0.32+dfsg-1
Followup-For: Bug #784612

Control: severity -1 grave

Dear Maintainer,

as said in the last response, anki is not usable at all anymore. Raising 
the severity to grave.

This has severe impact on people, please at least respond so that we 
know what to expect (or not) and when.

Thanks for your work,
-- 
Rémi

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages anki depends on:
ii  libjs-jquery          1.12.3-1
ii  libjs-jquery-flot     0.8.3+dfsg-1
ii  libjs-jquery-ui       1.10.1+dfsg-1
ii  python                2.7.11-1
ii  python-beautifulsoup  3.2.1-1
ii  python-httplib2       0.9.1+dfsg-1
ii  python-pyaudio        0.2.8-1+b3
ii  python-qt4            4.11.4+dfsg-2
ii  python-simplejson     3.8.2-2
ii  python-sqlalchemy     1.0.12+ds1-1
pn  python:any            <none>

Versions of packages anki recommends:
ii  python-matplotlib  1.5.1-1+b2

Versions of packages anki suggests:
pn  dvipng    <none>
ii  lame      3.99.5+repack1-9+b1
pn  mplayer2  <none>

-- no debconf information




Severity set to 'grave' from 'serious' Request was from Rémi Letot <hobbes@poukram.net> to control@bugs.debian.org. (Sun, 29 May 2016 20:33:04 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Mon, 30 May 2016 00:54:03 GMT) (full text, mbox, link).


Acknowledgement sent to Nicolas Kuttler <debian@kuttler.eu>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Mon, 30 May 2016 00:54:03 GMT) (full text, mbox, link).


Message #59 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Nicolas Kuttler <debian@kuttler.eu>
To: 784612@bugs.debian.org
Subject: Re: [anki] Qt4's WebKit removal
Date: Mon, 30 May 2016 02:42:19 +0200
For anybody else wondering about this, the maintainer has already
contacted upstream and they are aware of the problem,
https://anki.tenderapp.com/discussions/ankidesktop/16516



Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#784612; Package src:anki. (Fri, 03 Jun 2016 01:39:03 GMT) (full text, mbox, link).


Acknowledgement sent to Andreas Bombe <aeb@debian.org>:
Extra info received and forwarded to list. (Fri, 03 Jun 2016 01:39:03 GMT) (full text, mbox, link).


Message #64 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Andreas Bombe <aeb@debian.org>
To: Nicolas Kuttler <debian@kuttler.eu>, 784612@bugs.debian.org
Subject: Re: Bug#784612: [anki] Qt4's WebKit removal
Date: Fri, 3 Jun 2016 03:01:06 +0200
On Mon, May 30, 2016 at 02:42:19AM +0200, Nicolas Kuttler wrote:
> For anybody else wondering about this, the maintainer has already
> contacted upstream and they are aware of the problem,
> https://anki.tenderapp.com/discussions/ankidesktop/16516

Right, until there's a Qt5 port, little can be done. I have actually
experimentally ported it a while ago and ran into a few significant
problems. I need to update my code to the latest upstream git and submit
it for consideration.

The significant problems are that it has plugins and Qt4/Qt5 don't work
together in the same program. The other big problem is that the
configuration is a serialized dump of some Python data and some Qt4
package name is encoded in it. Loading old configuration in the Qt5 port
will make it crash.

So yeah, even if I submit my port ASAP there are still some showstoppers
to iron out.



Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Fri, 03 Jun 2016 12:39:03 GMT) (full text, mbox, link).


Acknowledgement sent to Nicolas Kuttler <debian@kuttler.eu>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Fri, 03 Jun 2016 12:39:03 GMT) (full text, mbox, link).


Message #69 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Nicolas Kuttler <debian@kuttler.eu>
To: 784612@bugs.debian.org
Subject: Re: Bug#784612: [anki] Qt4's WebKit removal
Date: Fri, 3 Jun 2016 14:38:09 +0200
On 2016-06-03 03:01, Andreas Bombe wrote:
> On Mon, May 30, 2016 at 02:42:19AM +0200, Nicolas Kuttler wrote:
> > For anybody else wondering about this, the maintainer has already
> > contacted upstream and they are aware of the problem,
> > https://anki.tenderapp.com/discussions/ankidesktop/16516
>
> Right, until there's a Qt5 port, little can be done. I have actually
> experimentally ported it a while ago and ran into a few significant
> problems. I need to update my code to the latest upstream git and submit
> it for consideration.

There is another Qt5 repository at https://github.com/intact/anki/, it
has the same issues you mentioned. After removing my conflicting plugins
and creating a new profile I was able to use it.



Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Fri, 10 Jun 2016 06:42:09 GMT) (full text, mbox, link).


Acknowledgement sent to Richard Möhn <richard.moehn@posteo.de>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Fri, 10 Jun 2016 06:42:10 GMT) (full text, mbox, link).


Message #74 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Richard Möhn <richard.moehn@posteo.de>
To: 784612@bugs.debian.org
Subject: Re: Bug#784612: [anki] Qt4's WebKit removal
Date: Fri, 10 Jun 2016 15:38:53 +0900
[Message part 1 (text/plain, inline)]
On Fri, 3 Jun 2016 03:01:06 +0200 Andreas Bombe <aeb@debian.org> wrote:
[…]
> Right, until there's a Qt5 port, little can be done. I have actually
[…]

This is not a good solution for everyone, but I'm now running Anki
inside a Debian Jessie Docker container. See here for how to do it:
http://cloj.de/AnkiDocker/

Best,

Richard
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Tue, 14 Jun 2016 21:48:04 GMT) (full text, mbox, link).


Acknowledgement sent to Ondrej Lengal <ondra.lengal@gmail.com>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Tue, 14 Jun 2016 21:48:04 GMT) (full text, mbox, link).


Message #79 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Ondrej Lengal <ondra.lengal@gmail.com>
To: 784612@bugs.debian.org
Subject: Re: Bug#784612: [anki] Qt4's WebKit removal
Date: Tue, 14 Jun 2016 23:45:47 +0200
[Message part 1 (text/plain, inline)]
  Hi,

I'm posting a modified version of Richard's Dockerfile for people using
fcitx and Chinese.  I know nothing about docker but the configuration
appears to be running and can be used as the starting point for others.

  https://gist.github.com/ondrik/95850021e9046483df91c46d9a23ad2b

  Best,
                Ondra
-- 
Ondrej Lengal  <ondra.lengal@gmail.com> (龍安卓)
----------------------------------------------------------------
GPG:     40FD 3AE9 0BFA B151 4358  6194 5792 8315 149F 91C8
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Wed, 13 Jul 2016 05:21:04 GMT) (full text, mbox, link).


Acknowledgement sent to Nicolas Kuttler <debian@kuttler.eu>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Wed, 13 Jul 2016 05:21:04 GMT) (full text, mbox, link).


Message #84 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Nicolas Kuttler <debian@kuttler.eu>
To: 784612@bugs.debian.org
Subject: Re: Bug#784612: [anki] Qt4's WebKit removal
Date: Wed, 13 Jul 2016 07:08:23 +0200
There are alpha builds with Qt5 available,

http://ankisrs.net/download/mirror/alpha/

https://anki.tenderapp.com/discussions/beta-testing/172-anki-210-alpha-1

https://anki.tenderapp.com/discussions/beta-testing/174-anki-210-alpha-2



Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Mon, 23 Jan 2017 21:42:07 GMT) (full text, mbox, link).


Acknowledgement sent to Julian Gilbey <jdg@debian.org>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Mon, 23 Jan 2017 21:42:07 GMT) (full text, mbox, link).


Message #89 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Julian Gilbey <jdg@debian.org>
To: 784612@bugs.debian.org
Subject: Re: Bug#784612: [anki] Qt4's WebKit removal
Date: Mon, 23 Jan 2017 21:40:14 +0000
On Wed, Jul 13, 2016 at 07:08:23AM +0200, Nicolas Kuttler wrote:
> There are alpha builds with Qt5 available,
> 
> http://ankisrs.net/download/mirror/alpha/
> 
> https://anki.tenderapp.com/discussions/beta-testing/172-anki-210-alpha-1
> 
> https://anki.tenderapp.com/discussions/beta-testing/174-anki-210-alpha-2

I have managed to create a working Debian package based on the latest
alpha.  Would you like me to send the changes to the collab-maint
repository?

Best wishes,

   Julian



Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Mon, 23 Jan 2017 22:00:03 GMT) (full text, mbox, link).


Acknowledgement sent to Nicolas Kuttler <debian@kuttler.eu>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Mon, 23 Jan 2017 22:00:03 GMT) (full text, mbox, link).


Message #94 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Nicolas Kuttler <debian@kuttler.eu>
To: Julian Gilbey <jdg@debian.org>, 784612@bugs.debian.org
Subject: Re: Bug#784612: [anki] Qt4's WebKit removal
Date: Mon, 23 Jan 2017 22:48:53 +0100
On 2017-01-23 21:40, Julian Gilbey wrote:
> On Wed, Jul 13, 2016 at 07:08:23AM +0200, Nicolas Kuttler wrote:
> > There are alpha builds with Qt5 available,
> >
> > http://ankisrs.net/download/mirror/alpha/
> >
> > https://anki.tenderapp.com/discussions/beta-testing/172-anki-210-alpha-1
> >
> > https://anki.tenderapp.com/discussions/beta-testing/174-anki-210-alpha-2
>
> I have managed to create a working Debian package based on the latest
> alpha.  Would you like me to send the changes to the collab-maint
> repository?

I'm not an Anki dev, just a user, I don't know about their repositories.
As a Debian user, at the moment I'd rather see Anki removed from Debian.
It doesn't look like we'll have a usable release before the stretch
freeze, but by all means, contribute your code upstream. I hope a stable
Qt5 Anki will appear in backports rather sooner than later.



Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Mon, 23 Jan 2017 22:15:07 GMT) (full text, mbox, link).


Acknowledgement sent to Julian Gilbey <jdg@debian.org>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Mon, 23 Jan 2017 22:15:07 GMT) (full text, mbox, link).


Message #99 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Julian Gilbey <jdg@debian.org>
To: Nicolas Kuttler <debian@kuttler.eu>
Cc: 784612@bugs.debian.org
Subject: Re: Bug#784612: [anki] Qt4's WebKit removal
Date: Mon, 23 Jan 2017 22:11:00 +0000
On Mon, Jan 23, 2017 at 10:48:53PM +0100, Nicolas Kuttler wrote:
> On 2017-01-23 21:40, Julian Gilbey wrote:
> > On Wed, Jul 13, 2016 at 07:08:23AM +0200, Nicolas Kuttler wrote:
> > > There are alpha builds with Qt5 available,
> > >
> > > http://ankisrs.net/download/mirror/alpha/
> > >
> > > https://anki.tenderapp.com/discussions/beta-testing/172-anki-210-alpha-1
> > >
> > > https://anki.tenderapp.com/discussions/beta-testing/174-anki-210-alpha-2
> >
> > I have managed to create a working Debian package based on the latest
> > alpha.  Would you like me to send the changes to the collab-maint
> > repository?
> 
> I'm not an Anki dev, just a user, I don't know about their repositories.
> As a Debian user, at the moment I'd rather see Anki removed from Debian.
> It doesn't look like we'll have a usable release before the stretch
> freeze, but by all means, contribute your code upstream. I hope a stable
> Qt5 Anki will appear in backports rather sooner than later.

Hi Nicolas,

This was a comment on the Debian bug report; I'm suggesting uploading
my changes to the Debian anki collab-maint repository.  It's too late
for anki to get into stretch, as we are now in quite deep freeze, and
it has been removed from testing.  But the version I have created,
especially when 2.1.0 has stabilised, should be able to be backported
to backports.  In the meantime, it can be uploaded to unstable (at
least once my new package, python3-send2trash, which is needed by anki
2.1.0, has been processed through the NEW queue; this can also easily
be backported to stretch-backports).

Best wishes,

   Julian



Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Sun, 26 Feb 2017 01:57:03 GMT) (full text, mbox, link).


Acknowledgement sent to Greg Price <gnprice@gmail.com>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Sun, 26 Feb 2017 01:57:03 GMT) (full text, mbox, link).


Message #104 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Greg Price <gnprice@gmail.com>
To: 784612@bugs.debian.org
Cc: Richard Möhn <richard.moehn@posteo.de>, Ondrej Lengal <ondra.lengal@gmail.com>
Subject: Bug#784612: [anki] schroot-based workaround (Re: Qt4's WebKit removal)
Date: Sat, 25 Feb 2017 17:55:18 -0800
[Message part 1 (text/plain, inline)]
On Fri, 10 Jun 2016 15:38:53 +0900 Richard Möhn <richard.moehn@posteo.de>
wrote:
> This is not a good solution for everyone, but I'm now running Anki
> inside a Debian Jessie Docker container. See here for how to do it:
> http://cloj.de/AnkiDocker/

I much appreciated Richard's recipe. I found Docker rather finicky to work
with, though, e.g. to make tweaks to the Jessie environment, and I wasn't
consistently able to keep my Japanese input method working with the
resulting Anki. So I'm now running Anki inside a Debian Jessie schroot,
which I've found simpler to manage. See here for how:
https://github.com/gnprice/anki-jessie

Perhaps someone else will find this recipe helpful, as I found Richard's,
in the time before Anki 2.1 stabilizes upstream and can enter
stretch-backports.

Best,
Greg
[Message part 2 (text/html, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Andreas Bombe <aeb@debian.org>:
Bug#784612; Package src:anki. (Sat, 26 Aug 2017 20:10:01 GMT) (full text, mbox, link).


Acknowledgement sent to Dmitry Shachnev <mitya57@debian.org>:
Extra info received and forwarded to list. Copy sent to Andreas Bombe <aeb@debian.org>. (Sat, 26 Aug 2017 20:10:01 GMT) (full text, mbox, link).


Message #109 received at 784612@bugs.debian.org (full text, mbox, reply):

From: Dmitry Shachnev <mitya57@debian.org>
To: 784448@bugs.debian.org, 784449@bugs.debian.org, 784450@bugs.debian.org, 784451@bugs.debian.org, 784453@bugs.debian.org, 784462@bugs.debian.org, 784464@bugs.debian.org, 784468@bugs.debian.org, 784471@bugs.debian.org, 784475@bugs.debian.org, 784476@bugs.debian.org, 784477@bugs.debian.org, 784479@bugs.debian.org, 784480@bugs.debian.org, 784486@bugs.debian.org, 784487@bugs.debian.org, 784490@bugs.debian.org, 784501@bugs.debian.org, 784502@bugs.debian.org, 784505@bugs.debian.org, 784509@bugs.debian.org, 784510@bugs.debian.org, 784511@bugs.debian.org, 784512@bugs.debian.org, 784518@bugs.debian.org, 784524@bugs.debian.org, 784559@bugs.debian.org, 784560@bugs.debian.org, 784612@bugs.debian.org, 784615@bugs.debian.org, 816804@bugs.debian.org, 816808@bugs.debian.org, 867306@bugs.debian.org
Subject: Qt4 WebKit removal: raising severity to serious
Date: Sat, 26 Aug 2017 23:07:32 +0300
[Message part 1 (text/plain, inline)]
Control: severity -1 serious

Dear maintainer(s),

As recently announced [1], we are going to remove not only Qt 4 WebKit, but
Qt 4 as a whole in Buster. As removing Qt 4 WebKit is the first step, I am
raising the severity of this bug to serious.

Please port your package to Qt 5 if you do not want to get it removed from
Debian. In Qt 5, the WebKit module is supported, and we are currently
preparing a major update based on 5.212 branch [2].

[1]: https://lists.debian.org/debian-devel-announce/2017/08/msg00006.html
[2]: https://code.qt.io/cgit/qt/qtwebkit.git/log/?h=5.212

--
Dmitry Shachnev
[signature.asc (application/pgp-signature, inline)]

Severity set to 'serious' from 'grave' Request was from Dmitry Shachnev <mitya57@debian.org> to 784612-submit@bugs.debian.org. (Sat, 26 Aug 2017 20:10:01 GMT) (full text, mbox, link).


Reply sent to Rolf Leggewie <debian-bugs@rolf.leggewie.biz>:
You have taken responsibility. (Tue, 10 Apr 2018 03:33:03 GMT) (full text, mbox, link).


Notification sent to Dmitry Shachnev <mitya57@debian.org>:
Bug acknowledged by developer. (Tue, 10 Apr 2018 03:33:03 GMT) (full text, mbox, link).


Message #116 received at 784612-done@bugs.debian.org (full text, mbox, reply):

From: Rolf Leggewie <debian-bugs@rolf.leggewie.biz>
To: 784612-done@bugs.debian.org
Subject: this is fixed with anki 2.1 being ported to Qt5
Date: Tue, 10 Apr 2018 10:21:59 +0800
This is no longer an issue-




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Tue, 08 May 2018 07:25:48 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Fri Jul 25 16:13:12 2025; Machine Name: berlioz

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.