Bug#896636: Bug #896636 in sphinx-argparse marked as pending

2018-06-27 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #896636 in sphinx-argparse reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/python-team/modules/sphinx-argparse/commit/041aec

Bug#892993: sphinx-rtd-theme CSS is not properly rebuilt from source

2018-07-01 Thread Dmitry Shachnev
Control: block -1 by 899124 On Thu, Mar 15, 2018 at 01:12:03PM +0300, Dmitry Shachnev wrote: > This theme is currently not properly rebuilt from its SASS source. > What is in debian/missing-sources/theme.css is only a de-uglified > version of the built CSS file provided by upstream.

Bug#892993: Bug #892993 in sphinx-rtd-theme marked as pending

2018-07-05 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #892993 in sphinx-rtd-theme reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/python-team/modules/sphinx-rtd-theme/commit/8d6b

Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Dmitry Shachnev
Hi Kurt, On Tue, Sep 11, 2018 at 07:09:04PM +0200, Kurt Roeckx wrote: > If this is for a call to SSL_CTX_set_max_proto_version(), you can > use 0 instead of TLS_MAX_VERSION. Good point, thanks. However as the patch is temporary, I do not think it is worth a new upload to change that. --

Bug#907774: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Dmitry Shachnev
ink it is worth > > a new upload to change that. > > But maybe you can get upstream to use that instead. Done: https://codereview.qt-project.org/239603 -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#908688: flask FTBFS with sphinx 1.7.9-1

2018-09-12 Thread Dmitry Shachnev
et_version > ImportError: cannot import name 'DocVersion' This is caused not by sphinx update, but by python-pallets-sphinx-themes. In this commit DocVersion import has been removed from __init__.py: https://github.com/pallets/pallets-sphinx-themes/commit/ddc96f76d61238af It now

Bug#908477: Bug #908477 in qbs marked as pending

2018-09-26 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #908477 in qbs reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/qbs/commit/7846b2572b60777fe25001eb0a14a3da5f5

Bug#881163: astroquery: FTBFS with astropy-helpers 2.0.2: The section Examples appears twice in the docstring

2017-11-08 Thread Dmitry Shachnev
ian/rbuild/unstable/amd64/astroquery_0.3.6+dfsg-2.rbuild.log Quick fix for this is applying this commit: https://github.com/astropy/astroquery/commit/f8380f42698973ec A more proper, but longer, fix is backporting these changes: https://github.com/astropy/astroquery/pull/988 -- Dmitr

Bug#881622: mailman3-core: uninstallable in sid: sed: -e expression #1, char 65: unknown option to `s'

2017-11-13 Thread Dmitry Shachnev
cript subprocess returned error exit status 1 This can be also seen in CI logs: https://ci.debian.net/data/autopkgtest/unstable/amd64/m/mailman3-core/20171113_143457/log.gz -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#844648: libtesseract-data: overwrites files in libtesseract3, needs Breaks/Replaces

2016-11-17 Thread Dmitry Shachnev
overwrite '/usr/share/tesseract-ocr/tessdata/configs/ambigs.train', which is also in package libtesseract3 3.04.01-4+b1 Looks like it needs Breaks/Replaces on libtesseract3 (<< 3.04.01-4.1~). -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#845335: bzr: Broken with python2.7 2.7.12-7

2016-11-22 Thread Dmitry Shachnev
to replace re.compile with its own function (see reset_compile() in bzrlib/lazy_regex.py), and new Python 2 does not like that. In particular, _token_pattern in gettext is an instance of LazyRegex class, and that does not pass the sre_compile.isstring() check (and so re._compile raises an exception when it gets that as an argument). A workaround is downgrading python2.7 to the previous version (i.e. 2.7.12-3 from testing), or running Bzr with LC_ALL=C.UTF-8. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#923402: mu-editor: FTBFS with python3-pkg-resources 40.8.0: TypeError: expected str, bytes or os.PathLike object, not Win

2019-02-27 Thread Dmitry Shachnev
[1]: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/mu-editor.html [2]: https://github.com/pypa/setuptools/pull/1640 [3]: https://github.com/mu-editor/mu/commit/d38470adc623f887 -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#907381: python-sphinx: missing dependency on python-stemmer

2018-08-27 Thread Dmitry Shachnev
I did not check what packages will be broken with this, but maybe you can estimate how many of them got broken now? If it is < 10 source packages, I would rather file bugs on them. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#907381: python-sphinx: missing dependency on python-stemmer

2018-09-01 Thread Dmitry Shachnev
ts which use non-English language or html_search_language [1] need to depend on python-stemmer or python3-stemmer. [1]: http://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_search_language -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#872234: mlpy: FTBFS with Sphinx 1.6: Needs build-dep on latexmk

2019-01-25 Thread Dmitry Shachnev
Control: retitle -1 mlpy: FTBFS: Needs build-dep on latexmk, pngmath replaced with imgmath On Tue, Aug 15, 2017 at 12:26:45PM +0300, Dmitry Shachnev wrote: > mlpy fails to build with Sphinx 1.6, currently available in experimental: > > PYTHONPATH=/<>/build/lib.linux-x86_64-2.7 /

Bug#795389: fedmsg: FTBFS: tests failures

2015-08-13 Thread Dmitry Shachnev
value 'endpoints' found. The full build log can be found at: http://mitya57.me/builds/fedmsg_0.9.3-1_amd64.build -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Bug#795393: celery: FTBFS: typos in method calls

2015-08-13 Thread Dmitry Shachnev
e look like typos in method name (assert_called_with). The full build log can be found at: http://mitya57.me/builds/celery_3.1.18-1_amd64.build -- Dmitry Shachnev

Bug#795391: fedmsg: FTBFS: tests failures

2015-08-13 Thread Dmitry Shachnev
value 'endpoints' found. The full build log can be found at: http://mitya57.me/builds/fedmsg_0.9.3-1_amd64.build -- Dmitry Shachnev

Bug#792711: morse-simulator: FTBFS with Sphinx 1.3: TemplateNotFound: default/layout.html

2015-08-15 Thread Dmitry Shachnev
On Fri, 17 Jul 2015 20:20:22 +0300, Dmitry Shachnev wrote: > morse-simulator FTBFS with Sphinx 1.3 (which is available in experimental) > > The 'default' theme has been renamed to 'classic', so the template file > is now classic/layout.html. Sphinx 1.3 is now in un

Bug#794277: htseq: FTBFS with Sphinx 1.3: unsupported theme option 'sidebarlinkcolor' given

2015-08-16 Thread Dmitry Shachnev
On Sat, 15 Aug 2015 20:32:09 +0300, Dmitry Shachnev wrote: > Attached is a patch against packaging git master to fix this. Really attaching the patch now :) -- Dmitry ShachnevFrom 6f87290cb168fe51d9658a77844acf48aed971bc Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sat, 15 Aug 2015

Bug#777981: lightdm: ftbfs with GCC-5

2015-08-22 Thread Dmitry Shachnev
are not exposed to users of your library and can be safely removed from the symbols file. You usually only need to worry if the symbols diff contains "__cxx11", in this case there are no symbols containing this so you are safe. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Bug#1017144: gammaray: FTBFS: test failed

2023-05-16 Thread Dmitry Shachnev
re flaky, but it does not mean that this package fails to build completely. Since this bug was filed on 2022-08-14, it built successfully on amd64 buildds on 2022-10-01, 2022-12-21, 2022-12-24, 2023-01-15 and 2023-03-02. Downgrading severity to important so it doesn't block bookworm release. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#1038132: qtwebengine-opensource-src: FTBFS: ../../3rdparty/chromium/third_party/ffmpeg/libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'

2023-06-19 Thread Dmitry Shachnev
mental/ -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#1038737: FTBFS on mips64el: Unable to import PyChromecast

2023-06-20 Thread Dmitry Shachnev
currently commented out anyway. -- Dmitry Shachnev --- photoqt-3.3+ds/debian/rules +++ photoqt-3.3+ds/debian/rules @@ -13,10 +13,7 @@ ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd) MAGICK = -DGRAPHICSMAGICK=OFF -DIMAGEMAGICK=OFF endif -ifeq ($(DEB_BUILD_ARCH_OS),ia64) -CHROMECAST = -DCHROMEC

Bug#1038703: dtkcore: FTBFS: /usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported

2023-06-20 Thread Dmitry Shachnev
Control: tags -1 + patch On Tue, Jun 20, 2023 at 12:52:53PM +0300, Dmitry Shachnev wrote: > [...] > > googletest 1.13 was uploaded to unstable recently, and it dropped support > for C++ versions less than C++14: > > https://github.com/google/googletest/releases/tag/v1.13.0 >

Bug#1038737: FTBFS on mips64el: Unable to import PyChromecast

2023-06-21 Thread Dmitry Shachnev
n the porterbox for mips64el, I think the original problem was > just a timeout in the cmake "import pychromecast" test, the patch below > works for me. Indeed, your patch is the proper fix. Thank you! -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#1033667: verilator: Uninstallable in sid because of ${sphinxdoc:Built-Using} dependency

2023-03-29 Thread Dmitry Shachnev
-dependent packages, NOT in Depends field. I have created a merge request [1] on salsa to fix this. [1]: https://salsa.debian.org/electronics-team/verilator/-/merge_requests/3 -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#1029073: veusz: autopkgtest failure with Numpy 1.24

2023-01-18 Thread Dmitry Shachnev
ession was blocking Qt 5.15.8 migration to testing. Thanks for the patch! -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#1030188: marked as pending in sip6

2023-02-02 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #1030188 in sip6 reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/python-team/packages/sip6/-/commit/37b2bd4bb8d249ddae6db1c8c

Bug#1026514: python-param: FTBFS: TypeError: The only supported seed types are: None,

2023-02-03 Thread Dmitry Shachnev
er to get up to date version.""" > if version := os.environ.get("DEB_VERSION_UPSTREAM"): > return version > # importing self into setup.py is unorthodox, but param has no > # required dependencies outside of python >

Bug#1038402: openorienteering-mapper: FTBFS with Qt ≥ 5.15.9: QPainterTest failures

2023-07-09 Thread Dmitry Shachnev
Control: tags -1 +pending Hi, On Sat, Jun 17, 2023 at 09:24:07PM +0300, Dmitry Shachnev wrote: > Dear Maintainer, > > openorienteering-mapper fails to build with Qt ≥ 5.15.9, which is currently > available in experimental (but I am going to upload it to unstable soon). > >

Bug#1041250: Insufficient RAM?

2023-07-17 Thread Dmitry Shachnev
just 2 GB on mipsel. See https://wiki.debian.org/MIPSPort#Generic_issues. However, as the latest version built fine on a porter box, I retried the last build on buildd. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#1037827: marked as pending in qscintilla2

2023-07-22 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #1037827 in qscintilla2 reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/python-team/packages/qscintilla2/-/commit/91e16749c09

Bug#1027679: qtimageformats-opensource-src: FTBFS with tiff 4.5.0+

2023-01-12 Thread Dmitry Shachnev
tests, patch is > attached. I don't think disabling the tests is the right fix. It looks like this test uncovered a real bug in libtiff, which is described here: https://gitlab.com/libtiff/libtiff/-/issues/505 -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#1027679: marked as pending in qtimageformats-opensource-src

2023-01-12 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #1027679 in qtimageformats-opensource-src reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/qtimageformats/-/co

Bug#1028621: marked as pending in sphinx

2023-01-14 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #1028621 in sphinx reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/python-team/packages/sphinx/-/commit/7333d4cec01ecf284eeb6

Bug#1026980: pyqt5: FTBFS on mipsel (MemoryError)

2022-12-25 Thread Dmitry Shachnev
rsions. I will try to disable .pyi generation completely and see if the package builds on a porterbox. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#1026980: marked as pending in pyqt5

2022-12-27 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #1026980 in pyqt5 reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/python-team/packages/pyqt5/-/commit/d20365bb3aefff2b00f5aaf

Bug#1027416: marked as pending in qscintilla2

2022-12-31 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #1027416 in qscintilla2 reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/python-team/packages/qscintilla2/-/commit/f81d3c0cf82

Bug#1025678: coreboot-utils-doc: Uninstallable in sid because of ${sphinxdoc:Built-Using} dependency

2022-12-07 Thread Dmitry Shachnev
-Using field of architecture-dependent packages, NOT in Depends field. For "Architecture: all" packages it is not needed at all. Please remove it. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#933583: marked as pending in python-tidylib

2019-08-01 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #933583 in python-tidylib reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/python-team/modules/python-tidylib/commit/3149877e3

Bug#933920: src:python-markdown: Unsafe use of yaml.load()

2019-08-05 Thread Dmitry Shachnev
rom the CLI, the user has much worse problems if an attacker can use this as an attack vector”. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#934215: qtbase5-dev: trying to overwrite shared ....png which is different from other instances of the package

2019-08-10 Thread Dmitry Shachnev
minism changing PNG metadata timestamps to dates from binNMUs, which are different on amd64 and i386. I have just filed a bug against debhelper and described this issue in more detail, see https://bugs.debian.org/934405. As a workaround, we should tell dh_strip_nondeterminism to ignore these files using its -X option. I will be able to do that in a couple of days. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#986871: marked as pending in python-docutils

2021-04-13 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #986871 in python-docutils reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/python-team/packages/python-docutils/-/commit/4fc9

Bug#958493: sphinxcontrib-bibtex: autopkgtest regression

2020-04-26 Thread Dmitry Shachnev
recise, the tests needed new pybtex to pass. I have now added the dependency in git: https://salsa.debian.org/science-team/sphinxcontrib-bibtex/-/commit/2c74f705532de26f Thanks for closing it. -- Dmitry Shachnev

Bug#958661: marked as pending in jupyter-sphinx-theme

2020-04-28 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #958661 in jupyter-sphinx-theme reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/python-team/modules/jupyter-sphinx-theme/-/co

Bug#960073: Package:python-pyqt5 Run the example code with Trace and crash (SIGABRT)

2020-05-21 Thread Dmitry Shachnev
? - Whether exporting QT_XCB_GL_INTEGRATION=xcb_egl environment variable helps? -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#978263: python-django: FTBFS: AssertionError: 'code_sample.py:4' not found in 'processing locale de\n'

2020-12-27 Thread Dmitry Shachnev
Exception(msg) > > AssertionError: 'code_sample.py:4' not found in 'processing locale de\n' This was fixed upstream, here is the commit which should help: https://github.com/django/django/commit/e893c0ad8b0b5b0a -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#980872: marked as pending in qbs

2021-01-23 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #980872 in qbs reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/qbs/-/commit/796767966e6374c125ffa3a535e52214da

Bug#983018: marked as pending in qttools-opensource-src

2021-02-18 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #983018 in qttools-opensource-src reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/qttools/-/commit/3f30e142405

Bug#982973: marked as pending in qtmultimedia-opensurce-src

2021-02-20 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #982973 in qtmultimedia-opensurce-src reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/qtmultimedia/-/commit/f8

Bug#982882: marked as pending in qtbase-opensource-src

2021-02-20 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #982882 in qtbase-opensource-src reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/qtbase/-/commit/0ac20d7b3b7f5

Bug#983560: qdbus: not upgradable: no longer M-A:foreign

2021-02-26 Thread Dmitry Shachnev
4:4.8.7+dfsg-20 (arch:any) was already M-A:foreign > it should be trivial to add. Ok, I will fix it, but nothing should really depend on qdbus because it's a transitional package. Please also fix your dependencies. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#983560: marked as pending in qttools-opensource-src

2021-02-26 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #983560 in qttools-opensource-src reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/qttools/-/commit/18e8206b41e

Bug#985295: marked as pending in qbs

2021-03-15 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #985295 in qbs reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/qbs/-/commit/b105366022c84471ff7ada72e2f5720fb9

Bug#985500: marked as pending in qtdeclarative-opensource-src

2021-03-19 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #985500 in qtdeclarative-opensource-src reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/qtdeclarative/-/commi

Bug#983025: libqt5widgets5: Segfault with QGLWidget class. Fixed Upstream

2021-03-20 Thread Dmitry Shachnev
not block the release of Debian Bullseye. This bug does not satisfy the criteria for critical anyway, because not the whole libqt5widgets5 library is broken, but only a specific use-case of it (which is also a deprecated one). Also I am removing the newcomer tag — newcomers won't have enough knowledg

Bug#964603: notepadqq: FTBFS: Error copying /<>/out/release/appdata/extension_tools to /<>/debian/tmp/usr/share/notepadqq/extension_tools: Cannot open /<>/out/re

2021-03-30 Thread Dmitry Shachnev
appdata/extension_tools for input > > make[3]: *** [Makefile:2390: install_misc_data] Error 3 This can be fixed by amending the 0001-remove_extension_tools patch to also remove make_extensionTools from PRE_TARGETDEPS in src/ui/ui.pro. Updated version of debian/patches/0001-remove_extension_tool

Bug#986206: qmake drops options passed from QMAKE_CXXFLAGS_RELEASE and QMAKE_CXXFLAGS_DEBUG

2021-03-31 Thread Dmitry Shachnev
ine arguments. > Feel free to reassign to guymager and lowering the severity, if that is not > a generic qmake issue. Doing so. Dear guymager maintainer(s): please consider removing lines 150 and 151 from guymager.pro, or at least replacing *= with +=. -- Dmitry Shachnev

Bug#957436: libfm-qt: ftbfs with GCC-10

2020-10-23 Thread Dmitry Shachnev
On Sat, Oct 17, 2020 at 08:20:10PM +0300, Dmitry Shachnev wrote: > As this failure is blocking the Qt 5.15 transition, I have uploaded the > attached debdiff as NMU to DELAYED/5. It built fine on most architectures, but unfortunately it FTBFS on armel, so I have to do one more upload to l

Bug#972175: closed by Debian FTP Masters (reply to Thomas Pierson ) (Bug#972175: fixed in clementine 1.4.0~rc1+git346-g4e3e9c8d1+dfsg-1)

2020-10-24 Thread Dmitry Shachnev
ks like projectm ≥ 3 does not support that configuration. Maybe you can build clementine with -DHAVE_VISUALISATIONS=OFF CMake option on these architectures? -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#972354: deepin-screenshot: FTBFS with Qt 5.15: error: aggregate ‘QPainterPath rectPath’ has incomplete type and cannot be defined

2020-10-24 Thread Dmitry Shachnev
Control: tags -1 + pending On Fri, Oct 16, 2020 at 08:49:38PM +0300, Dmitry Shachnev wrote: > Dear Maintainer, > > deepin-screenshot fails to build with Qt 5.15, currently available in > experimental. I have just uploaded an NMU fixing this to DELAYED/5. The debdiff is attached

Bug#972158: falkon: FTBFS with Qt 5.15: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined

2020-10-24 Thread Dmitry Shachnev
Control: tags -1 + pending On Tue, Oct 13, 2020 at 03:25:23PM +0300, Dmitry Shachnev wrote: > Dear Maintainer, > > falkon fails to build with Qt 5.15, currently available in experimental. > > After successfully rebuilding kguiaddons and kxmlgui, I get this error: > >

Bug#972676: dde-qt5integration: FTBFS with Qt 5.15: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined

2020-10-25 Thread Dmitry Shachnev
Control: tags -1 + pending On Thu, Oct 22, 2020 at 01:55:09PM +0300, Dmitry Shachnev wrote: > Dear Maintainer, > > dde-qt5integration fails to build with Qt 5.15, currently available in > experimental. > > After rebuilding dde-qt-dbus-factory, dtkcore and libqtxdg, and building

Bug#972177: zeal: FTBFS with Qt 5.15: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined

2020-10-25 Thread Dmitry Shachnev
Control: tags -1 + pending On Tue, Oct 13, 2020 at 08:44:41PM +0300, Dmitry Shachnev wrote: > Dear Maintainer, > > zeal fails to build with Qt 5.15, currently available in experimental: > > /build/zeal-0.6.1/src/libs/ui/searchitemdelegate.cpp: In member function > 'virt

Bug#972677: deepin-image-viewer: FTBFS with Qt 5.15: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined

2020-10-25 Thread Dmitry Shachnev
Control: tags -1 + pending On Thu, Oct 22, 2020 at 02:05:20PM +0300, Dmitry Shachnev wrote: > Dear Maintainer, > > deepin-image-viewer fails to build with Qt 5.15, currently available in > experimental. > > After rebuilding dde-qt-dbus-factory and libqtxdg, and building a

Bug#972158: closed by Debian FTP Masters (reply to Dmitry Shachnev ) (Bug#972158: fixed in falkon 3.1.0+dfsg1-9)

2020-10-26 Thread Dmitry Shachnev
Hi Georges! On Mon, Oct 26, 2020 at 10:06:03AM +, Debian Bug Tracking System wrote: >[ Georges Khaznadar ] >* adopted Dmitry Shachnev's fix, thank you Dmitry! Thank you for uploading it! I have cancelled my NMU now. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#972156: kylin-video: FTBFS with Qt 5.15

2020-10-26 Thread Dmitry Shachnev
in/kylin-video/pull/24 to fix it, with that change it builds fine. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#971177: intake: FTBFS: TypeError: 'NoneType' object is not iterable

2020-10-26 Thread Dmitry Shachnev
es as a temporary measure: elif attr == '__mro__': raise AttributeError -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#972156: closed by Debian FTP Masters (reply to handsome_feng ) (Bug#972156: fixed in kylin-video 2.1.1.1-1)

2020-10-27 Thread Dmitry Shachnev
On Tue, Oct 27, 2020 at 07:51:04AM +, Debian Bug Tracking System wrote: > kylin-video (2.1.1.1-1) unstable; urgency=medium > . > [ Dmitry Shachnev ] >* Fix build with Qt 5.15 again. (Closes: #972156) This version works fine, thank you! -- Dmitry Shachnev signature.asc

Bug#972175: closed by Debian FTP Masters (reply to Thomas Pierson ) (Bug#972175: fixed in clementine 1.4.0~rc1+git346-g4e3e9c8d1+dfsg-1)

2020-10-28 Thread Dmitry Shachnev
is going to migrate successfully. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#973440: marked as pending in qt3d-opensource-src

2020-10-30 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #973440 in qt3d-opensource-src reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/qt3d/-/commit/5a0310c298aa28f44

Bug#973436: marked as pending in qtpim-opensource-src

2020-10-31 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #973436 in qtpim-opensource-src reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/qtpim/-/commit/2f5f69840e5950e

Bug#973459: uim: FAIL: test-composer.scm

2020-10-31 Thread Dmitry Shachnev
are as the > buildds where it failed. > > This makes it feel more like a generic race condition that only happened > to hit here than an armel-specific bug. Indeed, after the second retry uim built fine. Removing the block, but not closing because a race condition may be a valid b

Bug#973461: marked as pending in gammaray

2020-10-31 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #973461 in gammaray reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/extras/gammaray/-/commit/dd402ce633244498d2ed

Bug#973538: poppler autopkgtest fails: error: ‘template class QLinkedList’ is deprecated: Use std::list instead

2020-11-01 Thread Dmitry Shachnev
. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#973539: qcustomplot autopkgtest fails: stderr: CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message)

2020-11-01 Thread Dmitry Shachnev
)RAND_MAX*0.01; | ^ ... See the log for the complete stderr contents. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#973540: qtox autopkgtest fails: stderr: CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message)

2020-11-01 Thread Dmitry Shachnev
) -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#973540: qtox autopkgtest fails: stderr: CMake Warning (dev) at /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake:44 (message)

2020-11-05 Thread Dmitry Shachnev
Control: tags -1 + pending On Sun, Nov 01, 2020 at 05:05:49PM +0300, Dmitry Shachnev wrote: > Dear Maintainer, > > qtox autopkgtest failed when run against Qt 5.15 from unstable: > > https://ci.debian.net/data/autopkgtest/testing/amd64/q/t/7855235/log.gz I have just uploaded an

Bug#973126: marked as pending in responses

2020-11-13 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #973126 in responses reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/python-team/packages/responses/-/commit/a6fd876548eb5971

Bug#975797: qtwebkit-opensource-src: FTBFS: NameError: name 'bytecodeSections' is not defined

2020-11-26 Thread Dmitry Shachnev
rsing > > /<>/Source/JavaScriptCore/bytecode/BytecodeList.json: ( > 'TypeError'>, TypeError("__init__() got an unexpected keyword argument > > 'encoding'"), ) > > Traceback (most recent call last): > > File "/<>/Source/JavaScriptCore/generate-bytecode-files", > > line 181, in > > for section in bytecodeSections: > > NameError: name 'bytecodeSections' is not defined This is fixed in experimental. The fix will reach unstable as part of Qt 5.15.2 transition which will happen soon, I think it can wait until that. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#975213: veusz: FTBFS: sip5: /usr/lib/python3/dist-packages/PyQt5/bindings/QtCore/QtCoremod.sip:25: At most one of this %Timeline must be specified with the -t flag

2020-12-01 Thread Dmitry Shachnev
. Architecture: any packages from pyqt5 source were binNMUed, but this package is Architecture: all, so it was not rebuilt. Yesterday I uploaded a new pyqt5 release, so that package is now built against Qt 5.15. I have checked that veusz builds fine now. -- Dmitry Shachnev

Bug#976900: marked as pending in pyside2

2020-12-11 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #976900 in pyside2 reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/pyside2/-/commit/23baba66e952ef6a03f5b6cf7b

Bug#976516: marked as pending in pyside2

2020-12-14 Thread Dmitry Shachnev
Control: tag -1 pending Hello, Bug #976516 in pyside2 reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/qt-kde-team/qt/pyside2/-/commit/d25ac99d676f5b5304923415a5

Bug#861567: sphinx: 1.5.3+ breaks src:dask build

2017-05-01 Thread Dmitry Shachnev
ntation says that files and directories are copied; it does not say anything about the symlinks. So it looks to me that dask was using undocumented behavior here. Also, it seems that mathjax is not actually used, so I am attaching a debdiff to get rid of it (also uploaded to Ubuntu and forwarded).

Bug#864729: assimp: Bundles ConvertUTF code which is under non-DFSG license

2017-06-13 Thread Dmitry Shachnev
org/823100 for details. N: N:Severity: serious, Certainty: possible N: N:Check: cruft, Type: source -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#864729: assimp: Bundles ConvertUTF code which is under non-DFSG license

2017-06-14 Thread Dmitry Shachnev
in your package. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#848647: python-os-api-ref: FTBFS with docutils 0.13: TypeError: unsupported operand type(s) for +=: 'int' and 'str'

2016-12-18 Thread Dmitry Shachnev
s) for +=: 'int' and 'str' Attached are the full build log and the patch that fixes it. -- Dmitry Shachnev I: using fakeroot in build. I: pbuilder: network access will be disabled during build I: Current time: Sun Dec 18 19:48:33 MSK 2016 I: pbuilder-time-stamp: 1482079713

Bug#848349: forwarded 848349

2016-12-18 Thread Dmitry Shachnev
ch and reassigning this bug! I was going to do that myself, but you were quicker. > As such src:swift maybe needs a separate bug? Here it comes: https://bugs.debian.org/848647. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#847834: ruby-github-markup: FTBFS: IndexError: pop from empty list

2016-12-22 Thread Dmitry Shachnev
> return method(node) > File "«BUILDDIR»/lib/github/commands/rest2html", line 147, in depart_image > self.body.append(self.context.pop()) > IndexError: pop from empty list I have proposed a pull request for this: https://github.com/github/markup/pull/976 -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#848034: hovercraft: FTBFS with docutils 0.13, hardcodes 0.12 version number

2016-12-13 Thread Dmitry Shachnev
That happens because the XML fragment in that function has the 0.12 version number hardcoded. The full build log is attached. -- Dmitry Shachnev I: using fakeroot in build. I: pbuilder: network access will be disabled during build I: Current time: Tue Dec 13 15:14:50 MSK 2016 I: pbuilder-time-stamp:

Bug#812768: python-whoosh: diff for NMU version 2.7.0-1.1

2017-01-31 Thread Dmitry Shachnev
all for Sphinx, it is just one of the search backends for Sphinx websupport extension. I think I already maintain too many packages that I am not interested in, and I don’t have time to adopt another one. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#843512: Bug#843511: libqt5widgets5: Some Qt applications segfault on startup

2016-11-07 Thread Dmitry Shachnev
See discussions at [1] (LXQt specific) and [2] (Qt in general) for details. [1]: https://github.com/lxde/lxqt/issues/1082 [2]: http://lists.qt-project.org/pipermail/development/2016-October/027520.html -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#843511: libqt5widgets5: Some Qt applications segfault on startup

2016-11-07 Thread Dmitry Shachnev
to testing before the new lxqt-qtplugin does, breaking every > LXQt out there -- correct? In theory that would be the case, but Lisandro has just asked the release team to make sure Qt and binNMUs migrate together. This should happen soon if nothing goes wrong. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#870700: [gnome-flashback] gnome-session-flashback segfaults after login

2017-08-08 Thread Dmitry Shachnev
type ‘bt’ and that should give you the stacktrace. [1]: https://wiki.debian.org/HowToGetABacktrace -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#872239: numexpr: Debug packages should not be removed

2017-08-15 Thread Dmitry Shachnev
testing; please feel free to downgrade it if you want. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#841520: python-textile: FTBFS: ERROR: Failed to generate report: Couldn't find static file 'jquery.min.js'

2016-10-21 Thread Dmitry Shachnev
lugin, which seems to cause this failure. It was recently upgraded, so I assume it is a regression introduced in pytest-cov 2.4.0-1. Reassigning accordingly. -- Dmitry Shachnev signature.asc Description: OpenPGP digital signature

Bug#803059: sensors-applet: FTBFS with gnome-common 3.18: cannot open gnome-doc-utils.make

2016-10-22 Thread Dmitry Shachnev
Hi, On Mon, Oct 26, 2015 at 04:46:36PM +0300, Dmitry Shachnev wrote: > sensors-applet FTBFS with gnome-common 3.18 from experimental: > > dh_autoreconf --as-needed ./autogen.sh -- --version > /usr/bin/gnome-autogen.sh > ... > automake: error: cannot open < gnome-do

Bug#842500: python-launchpadlib: FTBFS: error: Could not find suitable distribution for Requirement.parse('secretstorage')

2016-10-31 Thread Dmitry Shachnev
not find suitable distribution for > Requirement.parse('secretstorage') This probably comes from the requires.txt file of python-keyring, which lists secretstorage as the required dependency on Linux. I will promote python-secretstorage from Recommends to Depends in python-keyrin

Bug#842500: marked as pending

2016-10-31 Thread Dmitry Shachnev
4577db603ddfb507a72d9c2bb015c89fef53ceba Author: Dmitry Shachnev Date: Mon Oct 31 16:30:37 2016 +0300 Promote python[3]-secretstorage from Recommends to Depends. This matches upstream changes, see: - https://github.com/jaraco/keyring/commit/e6a05713 - https://github.com/jaraco/keyring

  1   2   3   4   5   >