Bug#1067005: libLLVM.so symbols are no longer versioned?

2024-03-16 Thread Roman Lebedev
Package: libllvm18
Version: 1:18.1.1-1
Followup-For: Bug #1067005

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

I've just tried building the halide package against LLVM17 (instead of LLVM18),
and the bug no longer happens, so it's, almost assuredly,
symbol versioning, in my opinion.

Roman.

- -- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.7.9-amd64 (SMP w/32 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libllvm18 depends on:
ii  libc6   2.37-15.1
ii  libedit23.1-20230828-1
ii  libffi8 3.4.6-1
ii  libgcc-s1   14-20240303-1
ii  libstdc++6  14-20240303-1
ii  libtinfo6   6.4+20240113-1
ii  libxml2 2.9.14+dfsg-1.3+b2
ii  libz3-4 4.8.12-3.1+b2
ii  libzstd11.5.5+dfsg2-2
ii  zlib1g  1:1.3.dfsg-3.1

libllvm18 recommends no packages.

libllvm18 suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+UikBxeiu50LOdFYgbqkFMWfZdAFAmX17r8ACgkQgbqkFMWf
ZdAOfRAAhrbBZmyRc2L50yem1byb+cEwsv6aIPvc3zzAANGHjS7fH4s7fiiGX0zO
nRtJoGUS5eelfoRGSpRvVqxmj5djGZGTX9oz2m1sy1xEl350xnE2X4lX2KL835FE
GlLIefJFkmYhfrWACFRwNsxwOzv6g26xI0OZ+QickTgDtEPDH7O/nPEQR6vJkE2N
oIaP4+EZ3xGEFsf/RW/nw3g6faJQftB2Hf0Wqfn15Lnx1hyLM0ClFYd24fF9/dFl
hBcXqB2WMAfrSpstooHr5Oa6WOm2BZ/NTzt5SNl0nkVdmVJeF+T9d2mhMX/g+NmM
U8/87tOH6eS+ZARt8vZzhiW+C7935RDax6We9gg2CHGc9qemIBfBUagkkcHtoGoN
odbLLM91YcYK7xSd1yRS5Hacr8zAmKJEpgUE50RJpx62PcUaEqiGvAlgMs6mkDGZ
BgiiN+WUw+0ji+2B9RaWbh1asMDKJSsdicO8pSbnG3QsWReP7GAtYZcxrnmJGfUC
GfmCAVZ78fOb9TUNVA2Kb2qeD2CEeDZOsUlSmIkEJMszOo3dzibupHhfSm4KZ+QO
/nGiGmbcgGOMlslWXrY8dkYBNRs6UfpptEqLbxw702ePlB3knHKeCTrK9ugXDnr0
m+Ci6yu11O+39O4fz5Lah+317zUqdszJoDbEpJFmT9G/BGQUbgM=
=cI8R
-END PGP SIGNATURE-



Bug#1067005: libLLVM.so symbols are no longer versioned?

2024-03-16 Thread Roman Lebedev
Package: libllvm18
Version: 1:18.1.1-1
Severity: serious
File: /usr/lib/llvm-18/lib/libLLVM.so.18.1, 
/usr/lib/x86_64-linux-gnu/libLLVM-17.so.1
X-Debbugs-Cc: Sylvestre Ledru , Gianfranco Costamagna 


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

I'm having a bit of a deja-vu here, because this exact kind of bug was
happening a while ago and was fixed, but looks like it's back?
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846410
(same bugs happened in other distros too)

(TLDR: when two different libLLVM versions happen to [transitively] exist
within one running process, you may get weird segfaults.)

Could you please double-check that the symbols for the `libLLVM.so.18.1`
and `libLLVM-17.so.1` are versioned? If they are not, this bugs' severity
is actually Grave (and affecting at least LLVM17 too?)

Concretely, i'm hitting it when building halide package and then trying to
run it's tests with mesa's RustiCL implementation, llvmpipe driver.
To reproduce, `gbp buildpackage` on
https://salsa.debian.org/LebedevRI-guest/halide/-/commits/debian-opencl-FOR-BUGREPORT

Weirdly-enough, it happens when building the package,
but does not happen with manually hand-built halide.
```
$ export Halide_TARGET=host-opencl
$ export OCL_ICD_VENDORS=rusticl.icd
$ export RUSTICL_ENABLE=llvmpipe
$ gdb 
/build/halide-17.0.1-build/build/stage-2/halide/test/correctness/correctness_boundary_conditions
 -ex 'run' -ex 'thread apply all bt full'
GNU gdb (Debian 13.2-1+b1) 13.2
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from 
/build/halide-17.0.1-build/build/stage-2/halide/test/correctness/correctness_boundary_conditions...
Starting program: 
/build/halide-17.0.1-build/build/stage-2/halide/test/correctness/correctness_boundary_conditions
 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffdce006c0 (LWP 172580)]
[New Thread 0x7fffdc4006c0 (LWP 172581)]
[New Thread 0x7fffdba006c0 (LWP 172582)]
[New Thread 0x7fffdb0006c0 (LWP 172583)]
[New Thread 0x7fffda6006c0 (LWP 172584)]
[New Thread 0x7fffd9c006c0 (LWP 172585)]
[New Thread 0x7fffd92006c0 (LWP 172586)]
[New Thread 0x7fffd3e006c0 (LWP 172587)]
[New Thread 0x7fffd34006c0 (LWP 172588)]
[New Thread 0x7fffd2a006c0 (LWP 172589)]
[New Thread 0x7fffd20006c0 (LWP 172590)]
[New Thread 0x7fffd16006c0 (LWP 172591)]
[New Thread 0x7fffd0c006c0 (LWP 172592)]
[New Thread 0x7fffc7e006c0 (LWP 172593)]
[New Thread 0x7fffc74006c0 (LWP 172594)]
[New Thread 0x7fffc6a006c0 (LWP 172595)]
[New Thread 0x7fffc60006c0 (LWP 172596)]
[New Thread 0x7fffc56006c0 (LWP 172597)]
[New Thread 0x7fffc4c006c0 (LWP 172598)]
[New Thread 0x7fffbbe006c0 (LWP 172599)]
[New Thread 0x7fffbb4006c0 (LWP 172600)]
[New Thread 0x7fffbaa006c0 (LWP 172601)]
[New Thread 0x7fffba0006c0 (LWP 172602)]
[New Thread 0x7fffb96006c0 (LWP 172603)]
[New Thread 0x7fffb8c006c0 (LWP 172604)]
[New Thread 0x7fffafe006c0 (LWP 172605)]
[New Thread 0x7fffaf4006c0 (LWP 172606)]
[New Thread 0x7fffaea006c0 (LWP 172607)]
[New Thread 0x7fffae0006c0 (LWP 172608)]
[New Thread 0x7fffad6006c0 (LWP 172609)]
[New Thread 0x7fffacc006c0 (LWP 172610)]
[New Thread 0x7fffa3e006c0 (LWP 172611)]
[New Thread 0x7fffa34006c0 (LWP 172612)]
[New Thread 0x7fffa2a006c0 (LWP 172613)]
[New Thread 0x7fffa20006c0 (LWP 172614)]
[New Thread 0x7fffa16006c0 (LWP 172615)]
[New Thread 0x7fffa0c006c0 (LWP 172616)]
[New Thread 0x7fff97e006c0 (LWP 172617)]
[New Thread 0x7fff974006c0 (LWP 172618)]
[New Thread 0x7fff96a006c0 (LWP 172619)]
[New Thread 0x7fff960006c0 (LWP 172620)]
[New Thread 0x7fff956006c0 (LWP 172621)]
[New Thread 0x7fff94c006c0 (LWP 172622)]
[New Thread 0x7fff8be006c0 (LWP 172623)]
[New Thread 0x7fff8b4006c0 (LWP 172624)]
[New Thread 0x7fff8aa006c0 (LWP 172625)]
[New Thread 0x7fff8a0006c0 (LWP 172626)]
[New Thread 0x7fff896006c0 (LWP 172627)]
[New Thread 0x7fff88c006c0 (LWP 172628)]
[New Thread 0x7fff7fe006c0 (LWP 172629)]
[New Thread 0x7fff7f4006c0 (LWP 172630)]
[New Thread 0x7fff7ea006c0 (LWP 172631)]
[New Thread 0x7fff7e0006c0 (LWP 172632)]
[New Thread 0x7fff7d6006c0 (LWP 172633)]
[New Thread 0x7fff7cc006c0 (LWP 172634)]
[New Thread 0x7fff73e006c0 (LWP 172635)]
[New Thread 0x7fff734006c0 (LWP 172636)]
[New Thread 0x7fff72a006c0 (LWP 172637)]
[New Thread 0x7fff720006c0 (LWP 172638)]
[New Thread 0x7fff716006c0 (LWP 172639)]

Bug#1038603: libisl23 0.25-1: amd64/i386 baseline violation: uses BMI instructions)

2023-07-22 Thread Roman Lebedev
Package: libisl23
Followup-For: Bug #1038603
X-Debbugs-Cc: Debian GCC Maintainers , 
debian-rele...@lists.debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

While the issue has been resolved in isl 0.26-3,
which was uploaded to unstable on 2023-06-19,
nothing has been done for the stable release,
and Debian 12.1 still comes with a "miscompiled" isl 0.25-1,
and thus gcc is still somewhat unusable(*) on older hardware(**)

This occasionally manifests as spurious failures
on e.g. https://build.opensuse.org/

* As long as no graphite optimizations are enabled it's perfectly usable.
** Older than the one on which it was built,
   roughly anything pre-Ryzen / pre-Haswell.

Roman.

- -- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.3.0-2-amd64 (SMP w/32 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libisl23 depends on:
ii  libc6 2.37-6
ii  libgmp10  2:6.2.1+dfsg1-1.1

libisl23 recommends no packages.

libisl23 suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+UikBxeiu50LOdFYgbqkFMWfZdAFAmS8Z4MACgkQgbqkFMWf
ZdA8tQ/8DU/KIBQIMCSGOOGioxM8Bo/bHpUjMiurfKJsTKu26qaR5puhsvNUCGoE
PzyJYZFJgHeGNi0/vbbGVIbu4+1NcfaWngwEVynJj2vK7Naf2fm2FYVzRoYA4obD
KpLz9viwdkjdp10Dgstvike8RYGw3g5MOD56Qk6ct6kaI3yiOciyTxzRTHU6csN2
WMCEzdSUI9T530NeXOyTZriYS17WathHqQHgugnQUbrEJsGoe7OYMHqOfC01F2Gr
+VmElssLIp669+VHADPyFgSdwbcgSjpXCHN2+qfC2s4MrIsPfdZzL2XrF2Qz5AJY
wAknMa0dV7YVSI5c8nAje77cAvGkGxuEXu9eN61B4KuzBjRih9trAQS9J3Zucq2g
VSCVYcquDsttGRDV5Nblb2X+iTFP37LNNnCl72QM35lnQneMHW3B8Ggw8vdl8ysq
1rsERMHjGVivdczQO2QeM4e+joSHw8ExjbBeHr7E1HV3rqcm/XpUoieZodBT0KuX
gszv6a3dLD1n4WfuleYNsEeWJl/rZnHsdOo6JXOTyR2jesDMV6uxxWzz8eR2Un4H
k6mrSi4S6Ysf6KyJ3rT7DwSb9VBRIO/z+yRykUrUyrSiLD2U/WyXVfnZQNQANtFm
V3GQTQM3I48IydJUHuzjtxGdTDIGDhZ6Z5SLqvNGyIV6QpYeIO4=
=2jT8
-END PGP SIGNATURE-



Bug#1000927: fixed in unstable

2022-09-12 Thread Roman Lebedev
On Thu, 8 Sep 2022 15:20:23 +0200 Matthias Klose  wrote:
> fixed in unstable, now built using LLVM 13.

When this bug was closed, it was titled "creduce: Please upgrade to
llvm-toolchain-14",
so i don't believe this is fixed, which is suboptimal because creduce
is the only blocker
for me to be able to fully remove LLVM13 from my system.

Please at least reopen the bug.

Roman.



Bug#1003463: Functionally broken with current PHP

2022-01-10 Thread Roman Lebedev
Package: arcanist
Version: 0~git20200925-2
Severity: grave

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

I *think* this has been fixed upstream in
https://github.com/phacility/arcanist/commit/3626582354e4fc62191927a80b274ec71284cb77
and
https://github.com/phacility/arcanist/commit/b50a646a3f49c8b842cf0764c59ea2c38c2f9567

llvm-project$ /usr/bin/arc patch --nobranch D116766
PHP Deprecated:  Function libxml_disable_entity_loader() is deprecated in 
/usr/share/arcanist/support/init/init-script.php on line 92

Deprecated: Function libxml_disable_entity_loader() is deprecated in 
/usr/share/arcanist/support/init/init-script.php on line 92
PHP Fatal error:  Uncaught Exception: Error while loading file 
"/usr/share/arcanist/src/object/Phobject.php": Return type of 
Phobject::rewind() should either be compatible with Iterator::rewind(): void, 
or the #[\ReturnTypeWillChange] attribute should be used to temporarily 
suppress the notice in /usr/share/arcanist/src/init/lib/PhutilBootloader.php:275
Stack trace:
#0 /usr/share/arcanist/src/init/lib/PhutilBootloader.php(207): 
PhutilBootloader->executeInclude()
#1 /usr/share/arcanist/src/symbols/PhutilSymbolLoader.php(422): 
PhutilBootloader->loadLibrarySource()
#2 /usr/share/arcanist/src/symbols/PhutilSymbolLoader.php(277): 
PhutilSymbolLoader->loadSymbol()
#3 /usr/share/arcanist/src/init/init-library.php(23): 
PhutilSymbolLoader->selectAndLoadSymbols()
#4 /usr/share/arcanist/src/filesystem/Filesystem.php(18): __phutil_autoload()
#5 /usr/share/arcanist/src/init/lib/PhutilBootloader.php(247): 
include_once('...')
#6 /usr/share/arcanist/src/init/lib/PhutilBootloader.php(207): 
PhutilBootloader->executeInclude()
#7 /usr/share/arcanist/src/symbols/PhutilSymbolLoader.php(422): 
PhutilBootloader->loadLibrarySource()
#8 /usr/share/arcanist/src/symbols/PhutilSymbolLoader.php(277): 
PhutilSymbolLoader->loadSymbol()
#9 /usr/share/arcanist/src/init/init-library.php(23): 
PhutilSymbolLoader->selectAndLoadSymbols()
#10 /usr/share/arcanist/src/init/lib/PhutilBootloader.php(97): 
__phutil_autoload()
#11 /usr/share/arcanist/src/init/lib/PhutilBootloader.php(21): 
PhutilBootloader->registerLibrary()
#12 /usr/share/arcanist/src/init/init-library.php(70): 
PhutilBootloader::newLibrary()
#13 /usr/share/arcanist/support/init/init-script.php(96): require_once('...')
#14 /usr/share/arcanist/support/init/init-script.php(115): 
__arcanist_init_script__()
#15 /usr/share/arcanist/support/init/init-arcanist.php(3): require_once('...')
#16 /usr/share/arcanist/bin/arc(10): require_once('...')
#17 {main}
  thrown in /usr/share/arcanist/src/init/lib/PhutilBootloader.php on line 275

Fatal error: Uncaught Exception: Error while loading file 
"/usr/share/arcanist/src/object/Phobject.php": Return type of 
Phobject::rewind() should either be compatible with Iterator::rewind(): void, 
or the #[\ReturnTypeWillChange] attribute should be used to temporarily 
suppress the notice in /usr/share/arcanist/src/init/lib/PhutilBootloader.php:275
Stack trace:
#0 /usr/share/arcanist/src/init/lib/PhutilBootloader.php(207): 
PhutilBootloader->executeInclude()
#1 /usr/share/arcanist/src/symbols/PhutilSymbolLoader.php(422): 
PhutilBootloader->loadLibrarySource()
#2 /usr/share/arcanist/src/symbols/PhutilSymbolLoader.php(277): 
PhutilSymbolLoader->loadSymbol()
#3 /usr/share/arcanist/src/init/init-library.php(23): 
PhutilSymbolLoader->selectAndLoadSymbols()
#4 /usr/share/arcanist/src/filesystem/Filesystem.php(18): __phutil_autoload()
#5 /usr/share/arcanist/src/init/lib/PhutilBootloader.php(247): 
include_once('...')
#6 /usr/share/arcanist/src/init/lib/PhutilBootloader.php(207): 
PhutilBootloader->executeInclude()
#7 /usr/share/arcanist/src/symbols/PhutilSymbolLoader.php(422): 
PhutilBootloader->loadLibrarySource()
#8 /usr/share/arcanist/src/symbols/PhutilSymbolLoader.php(277): 
PhutilSymbolLoader->loadSymbol()
#9 /usr/share/arcanist/src/init/init-library.php(23): 
PhutilSymbolLoader->selectAndLoadSymbols()
#10 /usr/share/arcanist/src/init/lib/PhutilBootloader.php(97): 
__phutil_autoload()
#11 /usr/share/arcanist/src/init/lib/PhutilBootloader.php(21): 
PhutilBootloader->registerLibrary()
#12 /usr/share/arcanist/src/init/init-library.php(70): 
PhutilBootloader::newLibrary()
#13 /usr/share/arcanist/support/init/init-script.php(96): require_once('...')
#14 /usr/share/arcanist/support/init/init-script.php(115): 
__arcanist_init_script__()
#15 /usr/share/arcanist/support/init/init-arcanist.php(3): require_once('...')
#16 /usr/share/arcanist/bin/arc(10): require_once('...')
#17 {main}
  thrown in /usr/share/arcanist/src/init/lib/PhutilBootloader.php on line 275



- -- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.15.0-2-amd64 (SMP w/32 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US
Shell: /bin/sh linked to 

Bug#1003453: Old bug is back, needs a rebuild.

2022-01-10 Thread Roman Lebedev
Package: qtcreator
Version: 6.0.1-1
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Looks like qtcreator (and iwyu/etc) need to be rebuilt again.
After some recent updates, qtcreator again shows errors
about certain C++ types not being known.

Roman


- -- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.15.0-2-amd64 (SMP w/32 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages qtcreator depends on:
ii  clang-13   1:13.0.1~+rc1-1~exp4
ii  libc6  2.33-2
ii  libclang1-13   1:13.0.1~+rc1-1~exp4
ii  libdw1 0.186-1
ii  libelf10.186-1
ii  libgcc-s1  11.2.0-13
ii  libkf5syntaxhighlighting5  5.88.0-2
ii  libqt5concurrent5  5.15.2+dfsg-14
ii  libqt5core5a [qtbase-abi-5-15-2]   5.15.2+dfsg-14
ii  libqt5designer55.15.2-5+b1
ii  libqt5designercomponents5  5.15.2-5+b1
ii  libqt5gui5 5.15.2+dfsg-14
ii  libqt5help55.15.2-5+b1
ii  libqt5network5 5.15.2+dfsg-14
ii  libqt5printsupport55.15.2+dfsg-14
ii  libqt5qml5 [qtdeclarative-abi-5-15-2]  5.15.2+dfsg-9
ii  libqt5quick5   5.15.2+dfsg-9
ii  libqt5quickwidgets55.15.2+dfsg-9
ii  libqt5serialport5  5.15.2-2
ii  libqt5sql5 5.15.2+dfsg-14
ii  libqt5sql5-sqlite  5.15.2+dfsg-14
ii  libqt5svg5 5.15.2-4
ii  libqt5test55.15.2+dfsg-14
ii  libqt5widgets5 5.15.2+dfsg-14
ii  libqt5xml5 5.15.2+dfsg-14
ii  libstdc++6 11.2.0-13
ii  libyaml-cpp0.7 0.7.0+dfsg-8
ii  libzstd1   1.4.8+dfsg-3
ii  qml-module-qtqml-models2   5.15.2+dfsg-9
ii  qml-module-qtquick-controls5.15.2-2
ii  qml-module-qtquick25.15.2+dfsg-9
ii  qtchooser  66-2
ii  qtcreator-data 6.0.1-1

Versions of packages qtcreator recommends:
pn  clang-tidy 
ii  gdb10.1-2
ii  konsole [x-terminal-emulator]  4:21.08.2-1
ii  make   4.3-4.1
ii  qmlscene   5.15.2+dfsg-9
pn  qt5-doc
ii  qt5-qmltooling-plugins 5.15.2+dfsg-9
ii  qtbase5-dev-tools  5.15.2+dfsg-14
pn  qtcreator-doc  
ii  qtdeclarative5-dev-tools   5.15.2+dfsg-9
ii  qttools5-dev-tools 5.15.2-5+b1
ii  qttranslations5-l10n   5.15.2-2
ii  qtxmlpatterns5-dev-tools   5.15.2-3
ii  xterm [x-terminal-emulator]370-1

Versions of packages qtcreator suggests:
pn  clazy  
ii  cmake  3.22.1-1+b1
ii  g++4:11.2.0-2
ii  git1:2.34.1-1
ii  meson  0.60.3-1
pn  python3-pylsp  
ii  subversion 1.14.1-3+b2
ii  valgrind   1:3.18.1-1

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEjkF6151RK40WXe2HCDw+u0oWieAFAmHcJ2QACgkQCDw+u0oW
ieCsyhAAlol3UkpwhpKZf0vvdmoMCEc3sBzQYm2FfEQ3/3cwvTh5f+JIDSNTxYgV
3lIPFlMv7IKcc55p0e/MXFlBOHOG2q/bYVdTuf5h/cuAafX6Y2zr5m2TjFUNqffX
646hQS4rkoipR1r3l4ou5gomBpW+WoqEExnpc02/GfwxvVOTrQuZe8C1nXj2OlzZ
YFYOgCQBv6hdzxVcMTx7v4RQetLmJ/c+GegATqjLOEHdtr5D4KHRxkS/tbr/itQE
8wkaD0G4PRTRtGtDPJf53UTBD7rBLcz44HIWp5bn62dMO4epwY5EXnjNRt1aO9HO
7LxfcmAnC8w42tOB7T3wIEbw+qyPTCCaw8H4jYmVlQfptpGk7lG5CInqwfBGQLNb
JPzq7AVAmksssbeOyzxZbh6TzGqOrhJeCxdOqyRtn6/FR1uubIBco8U2Bzz7Tk12
dPse/gzvtrBky3fWeY1VQ83dhihsb5Jcg2lsaHW7eVA4n9EIdJTgMRdxgdOOW6XE
IYnad72iPzTQfTFUhGGiV2Fjc7sJxqTaXikHw1ZqjxNVnsi0+6LQ0Vbbq1rR4bDz
4hmKDjTCPZv5etaOxYTA678kLSbk9DYGqRLRmcn7I8KZmvvQIUAIOplP360IYCQy
iXDFFo9QGGNulF4E2Xuv6i3cqOR32hiqi6gBpfcjxsfeanndwNU=
=BDsi
-END PGP SIGNATURE-



Bug#1000617: python3-nbclient_0.5.6-1: trying to overwrite '/usr/bin/jupyter-run', which is also in package jupyter-client 7.0.6-2

2021-11-25 Thread Roman Lebedev
Package: python3-nbclient
Version: 0.5.5-1
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Dear maintainer, it looks like python3-nbclient / jupyter-client don't
play well together:

Unpacking python3-nbclient (0.5.6-1) over (0.5.5-1) ...
dpkg: error processing archive 
/tmp/apt-dpkg-install-dawlPe/41-python3-nbclient_0.5.6-1_all.deb (--unpack):
 trying to overwrite '/usr/bin/jupyter-run', which is also in package 
jupyter-client 7.0.6-2

Roman

- -- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.15.0-1-amd64 (SMP w/32 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-nbclient depends on:
ii  python3 3.9.8-1
ii  python3-jupyter-client  7.0.6-2
ii  python3-nbformat5.1.3-1
ii  python3-nest-asyncio1.5.1-1
ii  python3-traitlets   5.1.1-1

python3-nbclient recommends no packages.

python3-nbclient suggests no packages.

- -- debconf-show failed

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEjkF6151RK40WXe2HCDw+u0oWieAFAmGgAWAACgkQCDw+u0oW
ieBqgg/8DM/IiyThgtywLCfOU8oGu3WGFCFDQcT7q7X+TkNSB+q3aeZ/rH5+5V19
fwlS2LnNKG/yqvDz2BSUq5+NZZJXp1wEqlpDhpgb3eSMjimBN/AjudtQbATqFtXW
EhWIRCH3qlig3Bs/q170DbdAT7D6ql4iDdM3hFVN7W4UpjcxmJL1y1k9lQpYG54G
5F25gUI5yrBJTVmt+24ApZChNEj6L1ZKnF7g5155V6PhMnyjygigzift2RfbUGfB
fJerTPjEhPYdwIYq/fLIrVC9cmfVT4EYzxqUIFEK0wlUZNTBYbhb6HO+J9EXtbrB
BrN8/6wptBlyP4R4dmCCplqt2UzduLRkVvgSjMNyzTcZIhco5vs8bQzplKOjA9ui
vuKCmtjgcuNyCvvCi6p2LTaimne74gUNdPic99THb2XqplfvwPMN/+cvoONCh4r9
AUiv//q/OCJP3bC9bZg0cmwm69td5SUI4FtnkDF344hJLETio8nXhfaIIgi59io5
2hCQQhxIxOMxIQ1/iOpGGq+VrZlIHi8TaqiwItB6vxPrMEMy6P59zk18lamxpIsd
9d/QE6K36+3yYxNscPucpLAMPEQxtIQ68IFQM7M7betVNHPVErDVgn/9CNFR8rNc
gwgBvsEyG+0LLjtWD8yLA8L4H8OLgxW27ldGo1OHQOwOMw7oyoI=
=BbOc
-END PGP SIGNATURE-



Bug#995228: Old bug is back, needs a rebuild.

2021-09-28 Thread Roman Lebedev
I've just rebuilt qtcreator locally, and the bug is gone.
Dear maintainer, please rebuild the package.

Roman.

On Tue, Sep 28, 2021 at 11:24 AM Roman Lebedev  wrote:
>
> Package: qtcreator
> Version: 5.0.1-1
> Severity: serious
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> Looks like qtcreator (and iwyu/etc) need to be rebuilt again.
> After some recent updates, qtcreator again shows errors
> about certain C++ types not being known.
>
> Roman
>
>
> - -- System Information:
> Debian Release: bookworm/sid
>   APT prefers unstable
>   APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
> 'experimental-debug'), (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 5.14.0-1-amd64 (SMP w/32 CPU threads)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US
> Shell: /bin/sh linked to /usr/bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
>
> Versions of packages qtcreator depends on:
> ii  clang-11   1:11.1.0-2
> ii  libc6  2.32-4
> ii  libclang1-11   1:11.1.0-2
> ii  libdw1 0.185-2
> ii  libelf10.185-2
> ii  libgcc-s1  11.2.0-8
> ii  libkf5syntaxhighlighting5  5.86.0-1
> ii  libqt5concurrent5  5.15.2+dfsg-12
> ii  libqt5core5a [qtbase-abi-5-15-2]   5.15.2+dfsg-12
> ii  libqt5designer55.15.2-5
> ii  libqt5designercomponents5  5.15.2-5
> ii  libqt5gui5 5.15.2+dfsg-12
> ii  libqt5help55.15.2-5
> ii  libqt5network5 5.15.2+dfsg-12
> ii  libqt5printsupport55.15.2+dfsg-12
> ii  libqt5qml5 [qtdeclarative-abi-5-15-2]  5.15.2+dfsg-8
> ii  libqt5quick5   5.15.2+dfsg-8
> ii  libqt5quickwidgets55.15.2+dfsg-8
> ii  libqt5serialport5  5.15.2-2
> ii  libqt5sql5 5.15.2+dfsg-12
> ii  libqt5sql5-sqlite  5.15.2+dfsg-12
> ii  libqt5svg5 5.15.2-3
> ii  libqt5test55.15.2+dfsg-12
> ii  libqt5widgets5 5.15.2+dfsg-12
> ii  libqt5xml5 5.15.2+dfsg-12
> ii  libstdc++6 11.2.0-8
> ii  libyaml-cpp0.6 0.6.3-10
> ii  libzstd1   1.4.8+dfsg-2.1
> ii  qml-module-qtqml-models2   5.15.2+dfsg-8
> ii  qml-module-qtquick-controls5.15.2-2
> ii  qml-module-qtquick25.15.2+dfsg-8
> ii  qtchooser  66-2
> ii  qtcreator-data 5.0.1-1
>
> Versions of packages qtcreator recommends:
> pn  clang-tidy 
> ii  gdb10.1-2
> ii  konsole [x-terminal-emulator]  4:21.08.1-1
> ii  make   4.3-4.1
> ii  qmlscene   5.15.2+dfsg-8
> pn  qt5-doc
> ii  qt5-qmltooling-plugins 5.15.2+dfsg-8
> ii  qtbase5-dev-tools  5.15.2+dfsg-12
> pn  qtcreator-doc  
> ii  qtdeclarative5-dev-tools   5.15.2+dfsg-8
> ii  qttools5-dev-tools 5.15.2-5
> ii  qttranslations5-l10n   5.15.2-2
> ii  qtxmlpatterns5-dev-tools   5.15.2-3
> ii  xterm [x-terminal-emulator]369-1
>
> Versions of packages qtcreator suggests:
> pn  clazy   
> ii  cmake   3.21.3-2
> ii  g++ 4:10.2.1-1
> ii  git 1:2.33.0-1
> ii  meson   0.59.1-2
> ii  subversion  1.14.1-3
> ii  valgrind1:3.17.0-1
>
> - -- no debconf information
>
> -BEGIN PGP SIGNATURE-
>
> iQIzBAEBCgAdFiEEjkF6151RK40WXe2HCDw+u0oWieAFAmFS0FMACgkQCDw+u0oW
> ieAaCA/+NRCFsGN6uZl9E2E15Jz3gWYL6IKgu83f8RLr4czP7LpCijmK42Joa/Cm
> l3GdPi4YgzzqPakZ7IxQ4YTeKm3Sp1JspKa8LmkbBMWOQJIKUkjKNMk509T9FcAd
> dxtuWOlPVjN1qKfxPxGgdHwrk54xtgzoSCDP7EQvU/elYVta2FqAUl6tcJNsbA1N
> 5qS/kbbP74XIxSsXb8sXhi+UaPjBizr+LaXm4GVMj+xKAdP90H1kbQZUKI4qCMbp
> PNwGzsdWqyq+xqpGwf9e4J53U8E8qhlpU3Yk7TlIAOZxb0CDWqjnmr1GO9MyTeAO
> dcvT7kUWNaCdr7OnuMZGDZT46CZRVcZfvQGwILmF9GrHATJv+fuFBiE6WSSnVcVg
> Gh/KQKKjVqddYLnzAWfyd0zFSltO9jLFuFLhaWb+CVeUbGFTTq1qUKHjI1gVFIQc
> OzbH5r6MZ2CmKkPjg/dYY/Peial9obuJ2UUw5MhvzLinNkdAwUIN535yfjHxMCKP
> dW6EWGHzQH1MJiWgIR7HjxKB5icJa3o30G92DYG8OU0PeMgU32xPTaP7eE8iHPLh
> 2PyDomWMSIyosQ9iPIrlap1GqzUetc/6NHKHTDFGO4mIoykj1soc0gHgpVDjPaxn
> U0m1yeRDLy53Hm2L207CYBUhaH/drvnEJ2/X5D7x2tF08fBsyUQ=
> =s0V5
> -END PGP SIGNATURE-



Bug#995228: Old bug is back, needs a rebuild.

2021-09-28 Thread Roman Lebedev
Package: qtcreator
Version: 5.0.1-1
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Looks like qtcreator (and iwyu/etc) need to be rebuilt again.
After some recent updates, qtcreator again shows errors
about certain C++ types not being known.

Roman


- -- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.14.0-1-amd64 (SMP w/32 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages qtcreator depends on:
ii  clang-11   1:11.1.0-2
ii  libc6  2.32-4
ii  libclang1-11   1:11.1.0-2
ii  libdw1 0.185-2
ii  libelf10.185-2
ii  libgcc-s1  11.2.0-8
ii  libkf5syntaxhighlighting5  5.86.0-1
ii  libqt5concurrent5  5.15.2+dfsg-12
ii  libqt5core5a [qtbase-abi-5-15-2]   5.15.2+dfsg-12
ii  libqt5designer55.15.2-5
ii  libqt5designercomponents5  5.15.2-5
ii  libqt5gui5 5.15.2+dfsg-12
ii  libqt5help55.15.2-5
ii  libqt5network5 5.15.2+dfsg-12
ii  libqt5printsupport55.15.2+dfsg-12
ii  libqt5qml5 [qtdeclarative-abi-5-15-2]  5.15.2+dfsg-8
ii  libqt5quick5   5.15.2+dfsg-8
ii  libqt5quickwidgets55.15.2+dfsg-8
ii  libqt5serialport5  5.15.2-2
ii  libqt5sql5 5.15.2+dfsg-12
ii  libqt5sql5-sqlite  5.15.2+dfsg-12
ii  libqt5svg5 5.15.2-3
ii  libqt5test55.15.2+dfsg-12
ii  libqt5widgets5 5.15.2+dfsg-12
ii  libqt5xml5 5.15.2+dfsg-12
ii  libstdc++6 11.2.0-8
ii  libyaml-cpp0.6 0.6.3-10
ii  libzstd1   1.4.8+dfsg-2.1
ii  qml-module-qtqml-models2   5.15.2+dfsg-8
ii  qml-module-qtquick-controls5.15.2-2
ii  qml-module-qtquick25.15.2+dfsg-8
ii  qtchooser  66-2
ii  qtcreator-data 5.0.1-1

Versions of packages qtcreator recommends:
pn  clang-tidy 
ii  gdb10.1-2
ii  konsole [x-terminal-emulator]  4:21.08.1-1
ii  make   4.3-4.1
ii  qmlscene   5.15.2+dfsg-8
pn  qt5-doc
ii  qt5-qmltooling-plugins 5.15.2+dfsg-8
ii  qtbase5-dev-tools  5.15.2+dfsg-12
pn  qtcreator-doc  
ii  qtdeclarative5-dev-tools   5.15.2+dfsg-8
ii  qttools5-dev-tools 5.15.2-5
ii  qttranslations5-l10n   5.15.2-2
ii  qtxmlpatterns5-dev-tools   5.15.2-3
ii  xterm [x-terminal-emulator]369-1

Versions of packages qtcreator suggests:
pn  clazy   
ii  cmake   3.21.3-2
ii  g++ 4:10.2.1-1
ii  git 1:2.33.0-1
ii  meson   0.59.1-2
ii  subversion  1.14.1-3
ii  valgrind1:3.17.0-1

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEjkF6151RK40WXe2HCDw+u0oWieAFAmFS0FMACgkQCDw+u0oW
ieAaCA/+NRCFsGN6uZl9E2E15Jz3gWYL6IKgu83f8RLr4czP7LpCijmK42Joa/Cm
l3GdPi4YgzzqPakZ7IxQ4YTeKm3Sp1JspKa8LmkbBMWOQJIKUkjKNMk509T9FcAd
dxtuWOlPVjN1qKfxPxGgdHwrk54xtgzoSCDP7EQvU/elYVta2FqAUl6tcJNsbA1N
5qS/kbbP74XIxSsXb8sXhi+UaPjBizr+LaXm4GVMj+xKAdP90H1kbQZUKI4qCMbp
PNwGzsdWqyq+xqpGwf9e4J53U8E8qhlpU3Yk7TlIAOZxb0CDWqjnmr1GO9MyTeAO
dcvT7kUWNaCdr7OnuMZGDZT46CZRVcZfvQGwILmF9GrHATJv+fuFBiE6WSSnVcVg
Gh/KQKKjVqddYLnzAWfyd0zFSltO9jLFuFLhaWb+CVeUbGFTTq1qUKHjI1gVFIQc
OzbH5r6MZ2CmKkPjg/dYY/Peial9obuJ2UUw5MhvzLinNkdAwUIN535yfjHxMCKP
dW6EWGHzQH1MJiWgIR7HjxKB5icJa3o30G92DYG8OU0PeMgU32xPTaP7eE8iHPLh
2PyDomWMSIyosQ9iPIrlap1GqzUetc/6NHKHTDFGO4mIoykj1soc0gHgpVDjPaxn
U0m1yeRDLy53Hm2L207CYBUhaH/drvnEJ2/X5D7x2tF08fBsyUQ=
=s0V5
-END PGP SIGNATURE-



Bug#946290: libpcre2-posix2:amd64 is uninstallable

2019-12-06 Thread Roman Lebedev
Package: libpcre2-posix2
Version: 10.34-5
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Preparing to unpack .../4-libpcre2-posix2_10.34-5_amd64.deb ...
Unpacking libpcre2-posix2:amd64 (10.34-5) ...
dpkg: error processing archive 
/tmp/apt-dpkg-install-zUiPeq/4-libpcre2-posix2_10.34-5_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libpcre2-posix.so.2.0.3', which 
is also in package libpcre2-posix0:amd64 10.34-3+b1
Preparing to unpack .../5-libpcre2-8-0_10.34-5_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.34-5) over (10.34-3+b1) ...
Errors were encountered while processing:
 /tmp/apt-dpkg-install-zUiPeq/4-libpcre2-posix2_10.34-5_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


- -- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEjkF6151RK40WXe2HCDw+u0oWieAFAl3qjgoACgkQCDw+u0oW
ieCDPA//d0SZv6h5xg9hSSzju2i9uNcTpG+pKhxTgLP+umRStmt9IvxUWQQiKnnM
qNskn3XuCKSTUqjHpwGqhM+zMMxLqUyBTpluTOekGCuDOtilGG3JL7b/eRVIrItR
CwafcADx/ZAbGwb8BMLLtc/L4jFKhfgSaH751FZY60Z8/BYTebBCERt2p002Tcbm
A0O89TRCF4epYd89LEgst8sc8PpXVsl+qo5RBsig8puPDrM1mehzEwuo0T2idP69
3UT1tKNoKafrDrQOG+hWnv38xIwwt9MiRUHRb4rz83uBBrCF+la9FjifEVHWz2fc
9zfS/L0VTmmSQbmA7xJTCbdf5HYa3qn4TAjWBZ+424t5sK22pv+JM4yeOgHik3VJ
n0HGYI9Juy9e8dP3EZKRUisV0USheVzXYjKc93pKh2fFoJjZqHumVSxqEhYxHz9l
jB8qM22HxY+KMRTbej9Xlwiv6StApD0FzmtjtwOlmLlhEdZIMwk1SrdyhSOmm9by
i1zQAoT6qZ8qGj382380Tg7gI1IXEdrn5AuAl8XCL3hRLRWWnuE4JD1BnYbLExCU
l/KMFoI5btv1iaW6act2ivHXZgaI2DHV2TFSK8JN4Fwi2GN6GwzPIQKz2/2CIfqN
MlBAF9c8fX3arjIjEvX3zdngl2TV7AljAuHh4jGS5qcZRTbLJFQ=
=JbDP
-END PGP SIGNATURE-



Bug#941857: Z3 4.8.4 contains cache bugs and should not be packaged

2019-10-06 Thread Roman Lebedev
Package: z3
Version: 4.8.4-1
Severity: serious
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Dear maintainer.
It is good to see Z3 4.8.4 finally being packaged in Debian!

As i have personally just encountered, that version contains some bugs,
that result in incorrect modelling, which effectively renders the whole
library unusable. Upstream developer, Nuno Lopes, notes:
> https://github.com/AliveToolkit/alive2/issues/122
> https://github.com/AliveToolkit/alive2/issues/123#issuecomment-538761842
> BTW, it's important to have a recent Z3 so you can get the counterexample
> above. I fixed a bug a while ago in Z3's model cache (I don't remember which
> release it integrated).

I have manually rebuilt z3-4.8.6 from salsa and `sudo dpkg -i` it.
That resolved the bugs i was observing.

I personally consider these bugs to be fatal to the package,
as in it would be better to unpackage said package version.
Given that 4.8.6 is ready to be packaged thanks to the work of
Fabian Wolff, it may be good to proceed with that.

Roman.

- -- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.2.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US 
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages z3 depends on:
ii  libc6   2.29-2
ii  libgcc1 1:9.2.1-8
ii  libstdc++6  9.2.1-8

z3 recommends no packages.

z3 suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEjkF6151RK40WXe2HCDw+u0oWieAFAl2aIgcACgkQCDw+u0oW
ieDzoA//XwAtgmtGsnsK6siLKlGmpnDw3kMrNVwNx7HgBAyBc87q/ag0OuoZ5HdY
iEi302NPH84dAcF8xLK0XgrPAMiBYHnm5AerRzVV7hiZ9x1nbBrW9Ueo4pItBZKv
vf38PQpXdiMf7oXyn9vaarmAJXpOM/aenfjqit+8gBz1c0UobdIDNhY2/ZZ3xEG7
Ca3xFzqVvIwCJRuGiFwqr1zlP1opvEkLaTZ2N77/9bkYArAs36vJfISSyUpMztLJ
6nvFNKhROLUrEVIQzr97QojjWC57PLVpiYkGuLriDKkCi5gSLcVLzgTevh2aNKkW
dEZCoWjEFyMRi1HXqorgBZSoOKqI850rAtx58EE9MA7eiu+rHrHSuezFSGYPKI8W
RQoMBMXiTBPDZ7cKG6QvQ2J3ITscwqE6Oc0w3VYpK57eGjdQ8hWCRJagdBpEyzTv
/xfJHOisTFMwz7SH179EuavnYvS2I0IWcHuS0/pHkra0P4cweaQ4tw0qrQhbdJsu
GEh98u6/qHO0A2vIi+0/Q5b1I5h6ViwDlipv7o57q60+hSqKzanzdchg3vg/A65S
MuoJM7WoD7OkxBUThiFgHSjJCjMGGhF/XWLLseKOmM7FHQgZVhmnEDZPgqKqnDnS
kGQsa0tpt6w1IJfvFUWpnZfUNLS119ncphLrW0h7tL7K2WfICHA=
=SmuQ
-END PGP SIGNATURE-



Bug#921194: amarok: Amarok depends on libmariadbd18, which doesn't exist any longer

2019-07-09 Thread Roman Lebedev
Package: amarok
Version: 2.9.0-1+b1
Followup-For: Bug #921194

Dear maintainer.
The amarok builds just fine as per the steps outlined in
https://wiki.debian.org/BuildingTutorial#Rebuild_without_changes
No source changes are necessary.
I guess the only thing needed is the actual libmariadb* dep version bump.

It would be *really* great to have amarok back :)

Roman.



Bug#893517: Installation of gcc-8 made clang-6 unusable.

2018-03-22 Thread Roman Lebedev
reassign 893517 gcc-8
found 893517 8-20180319-1
forwarded 893517 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85040
forwarded 893517 https://bugs.llvm.org/show_bug.cgi?id=36869
notfound clang-6.0 1:6.0-1
thanks.

On Mon, Mar 19, 2018 at 7:30 PM, Roman Lebedev <lebedev...@gmail.com> wrote:
> Package: clang-6.0
> Version: 1:6.0-1
> Severity: serious
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> $ cat test.cpp
> #include 
> $ clang++-6.0 -c test.cpp
> In file included from test.cpp:1:
> In file included from 
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/ostream:38:
> In file included from 
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/ios:42:
> In file included from 
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/ios_base.h:41:
> In file included from 
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/locale_classes.h:40:
> In file included from 
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/string:48:
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:545:9:
>  error: redefinition of '__not_overloaded<_Tp, _Up>'
> struct __not_overloaded<_Tp, _Up> : __not_overloaded2<_Tp, _Up> { };
>^~
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:531:9:
>  note: previous definition is here
> struct __not_overloaded<_Tp, _Up, __void_t<
>^
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:608:9:
>  error: redefinition of '__not_overloaded<_Tp, _Up>'
> struct __not_overloaded<_Tp, _Up> : __not_overloaded2<_Tp, _Up> { };
>^~
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:594:9:
>  note: previous definition is here
> struct __not_overloaded<_Tp, _Up, __void_t<
>^
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:671:9:
>  error: redefinition of '__not_overloaded<_Tp, _Up>'
> struct __not_overloaded<_Tp, _Up> : __not_overloaded2<_Tp, _Up> { };
>^~
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:657:9:
>  note: previous definition is here
> struct __not_overloaded<_Tp, _Up, __void_t<
>^
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:734:9:
>  error: redefinition of '__not_overloaded<_Tp, _Up>'
> struct __not_overloaded<_Tp, _Up> : __not_overloaded2<_Tp, _Up> { };
>^~
> /usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:720:9:
>  note: previous definition is here
> struct __not_overloaded<_Tp, _Up, __void_t<
>^
> 4 errors generated.
>
>
> Strangely, clang-5 still works.
> But clang-7 fails too.
>
> - -- System Information:
> Debian Release: buster/sid
>   APT prefers unstable
>   APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
> 'experimental-debug'), (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 4.15.0-1-amd64 (SMP w/8 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
> LANGUAGE=en_US (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages clang-6.0 depends on:
> ii  binutils 2.30-8
> ii  libc62.27-2
> ii  libc6-dev2.27-2
> ii  libclang-common-6.0-dev  1:6.0-1
> ii  libclang1-6.01:6.0-1
> ii  libgcc-7-dev 7.3.0-12
> ii  libgcc1  1:8-20180319-1
> ii  libjsoncpp1  1.7.4-3
> ii  libllvm6.0   1:6.0-1
> ii  libobjc-7-dev7.3.0-12
> ii  libstdc++-7-dev  7.3.0-12
> ii  libstdc++6   8-20180319-1
>
> Versions of packages clang-6.0 recommends:
> ii  libomp-dev6.0-1
> ii  llvm-6.0-dev  1:6.0-1
> ii  python2.7.14-4
>
> Versions of packages clang-6.0 suggests:
> pn  clang-6.0-doc  
> pn  gnustep
> pn  gnustep-devel  
>
> - -- no debconf information
>
> -BEGIN PGP SIGNATURE-
>
> iQIzBAEBCgAdFiEEjkF6151RK40WXe2HCDw+u0oWieAFAlqv5aYACgkQCDw+u0oW
> ieABKxAAhombUUuICiB93PXBM8fZpsDyFrpMbFpd8JHCuNkRSXs9oNgRoLogWEMF
> j+

Bug#893517: Installation of gcc-8 made clang-6 unusable.

2018-03-19 Thread Roman Lebedev
Package: clang-6.0
Version: 1:6.0-1
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

$ cat test.cpp 
#include 
$ clang++-6.0 -c test.cpp 
In file included from test.cpp:1:
In file included from 
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/ostream:38:
In file included from 
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/ios:42:
In file included from 
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/ios_base.h:41:
In file included from 
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/locale_classes.h:40:
In file included from 
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/string:48:
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:545:9:
 error: redefinition of '__not_overloaded<_Tp, _Up>'
struct __not_overloaded<_Tp, _Up> : __not_overloaded2<_Tp, _Up> { };
   ^~
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:531:9:
 note: previous definition is here
struct __not_overloaded<_Tp, _Up, __void_t<
   ^
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:608:9:
 error: redefinition of '__not_overloaded<_Tp, _Up>'
struct __not_overloaded<_Tp, _Up> : __not_overloaded2<_Tp, _Up> { };
   ^~
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:594:9:
 note: previous definition is here
struct __not_overloaded<_Tp, _Up, __void_t<
   ^
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:671:9:
 error: redefinition of '__not_overloaded<_Tp, _Up>'
struct __not_overloaded<_Tp, _Up> : __not_overloaded2<_Tp, _Up> { };
   ^~
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:657:9:
 note: previous definition is here
struct __not_overloaded<_Tp, _Up, __void_t<
   ^
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:734:9:
 error: redefinition of '__not_overloaded<_Tp, _Up>'
struct __not_overloaded<_Tp, _Up> : __not_overloaded2<_Tp, _Up> { };
   ^~
/usr/bin/../lib64/gcc/x86_64-linux-gnu/8.0.1/../../../../include/c++/8.0.1/bits/stl_function.h:720:9:
 note: previous definition is here
struct __not_overloaded<_Tp, _Up, __void_t<
   ^
4 errors generated.


Strangely, clang-5 still works.
But clang-7 fails too.

- -- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages clang-6.0 depends on:
ii  binutils 2.30-8
ii  libc62.27-2
ii  libc6-dev2.27-2
ii  libclang-common-6.0-dev  1:6.0-1
ii  libclang1-6.01:6.0-1
ii  libgcc-7-dev 7.3.0-12
ii  libgcc1  1:8-20180319-1
ii  libjsoncpp1  1.7.4-3
ii  libllvm6.0   1:6.0-1
ii  libobjc-7-dev7.3.0-12
ii  libstdc++-7-dev  7.3.0-12
ii  libstdc++6   8-20180319-1

Versions of packages clang-6.0 recommends:
ii  libomp-dev6.0-1
ii  llvm-6.0-dev  1:6.0-1
ii  python2.7.14-4

Versions of packages clang-6.0 suggests:
pn  clang-6.0-doc  
pn  gnustep
pn  gnustep-devel  

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEjkF6151RK40WXe2HCDw+u0oWieAFAlqv5aYACgkQCDw+u0oW
ieABKxAAhombUUuICiB93PXBM8fZpsDyFrpMbFpd8JHCuNkRSXs9oNgRoLogWEMF
j+f+VDk8QYQt35C4rxCdVDqdm/4JYeV9wKlW0dIlmmPzQgPn819QwA5Y44qh492n
576n5GSFf/6UpoDLGbKaEqa3ayPCmMKRh2cMrW2939BV823enc/AMA3x7UU4Nzcp
zivn/oJfbvs5pQYOzg/IikUEiB4cxpajFtQ88V3W56mVe66Go+/GZkJwLpl8ZbYk
JOYyICIKXES1dNfCvHZv5v2ZADDDsQ/l+iR8paDZ4NVbaL7QANGttHtHv8uXa2NU
YkG2WZ5I2zw0sgmNxINJk5OuNb4I2m7MiYoZqfU4nSZ9FTnv8MFD6KhGLF4PmBYf
cc6LJY7GBkhMb8xU9UrUHHl8y2Q3H6vcbJPMYK3JcntLzfGVPmjlXrk2w8WWodR1
O8L1hQ+B1oF/ylcnzv3eOnM7ZqIs1XND6z53WuVhUaat3bKi9/B18esc0EXhIpMD
Sg6XCV1NfQU/6c3imWFb5h8UHt0KfL6PmAfn5dTYzoOhr0mkmWCwjtMdrtvD3GfV
+4MTGQvhC9U/+KWM8TqcYxjROjUEhy5Q5McqmzYJ55Z7RQ8X6Ag8+tuyKYiVYwUK
6thXK0devHBL9G5OQIRBTClRJT9t9+VLgWaVz2UEKsQHoNqRIA4=
=NUpD
-END PGP SIGNATURE-



Bug#866602: Trying to overwrite '/usr/lib/python2.7/dist-packages/debconf.py', which is also in package debconf 1.5.61

2017-06-30 Thread Roman Lebedev
Package: python3-cairo
Version: 1.10.0+dfsg-5+b2
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

The following packages will be upgraded:
  python3-cairo
1 upgraded, 0 newly installed, 0 to remove and 68 not upgraded.
77 not fully installed or removed.
Need to get 0 B/46.9 MB of archives.
After this operation, 108 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Reading changelogs... Done
(Reading database ... 503919 files and directories currently
installed.)
Preparing to unpack .../python3-cairo_1.10.0+dfsg-5+b2_amd64.deb ...
Unpacking python3-cairo (1.10.0+dfsg-5+b2) over (1.10.0+dfsg-5+b1) ...
dpkg: error processing archive
/var/cache/apt/archives/python3-cairo_1.10.0+dfsg-5+b2_amd64.deb
(--unpack):
 trying to overwrite '/usr/lib/python2.7/dist-packages/debconf.py',
 which is also in package debconf 1.5.61
 dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
 Errors were encountered while processing:
  /var/cache/apt/archives/python3-cairo_1.10.0+dfsg-5+b2_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)


- -- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'unstable-debug'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages python3-cairo depends on:
ii  libc6  2.24-12
ii  libcairo2  1.14.8-1
ii  python33.5.3-3

python3-cairo recommends no packages.

python3-cairo suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEjkF6151RK40WXe2HCDw+u0oWieAFAllWPvUACgkQCDw+u0oW
ieCmOw//TtlDuzA32m1aum8Hu6z6gNYgmUPOHYJHiaVlkxv7Tuk+2hOV1lS/curW
jNXKkf8ige++hkBSkdRqXPstJNI1ih44SRf3GK+QH0z+vNTmTNa6PmN7HwVuEQhB
2zmLcqR/PkaOB971A9if8BeJKh7HeKkFyyrB53yh3vH7RsujryKf8o7p4fkufReZ
PBQTj0P5ww9H08elCyeQBfqo0MYS80lcX7TsY8upNdtRkvDDdTe9T0pSaiTp9Cfq
WjK6B99QaIVwqfNObfjyDno0Cz97ppT/5QGH4VzuCeizVTxodbJfpo/dB8zo4+oW
VrkciUMTC6QclrnxIBm30u8POaru2F5h3ItNaHykLBqZd+KBhlF6ZyQK+t/q+2TQ
ua2KdOncEw2O/1+MA40y2BHs2ZcoqLBbvfD8QbilPa4nIQLMLuv5lTFUXWU9Qalw
11y+v5wZd7x0wXKhSyzkPrXaXz53pjPYo33FSz+/Y8n3mKEtAF6E5EhE+50qdF8p
zIxZezicJWsdhPn0JdUTAc/JqQi50eat27doICnEc+gLlbnayOPYLwAOFjcArbvB
L5TDDO3FCiv474sh5OqDzijGZ1McvR3yS9dHPf1iSXGxT1SFSKpU+vwrQ5wZ4HFw
BmnPhh/iJp/7u564K3C1ih4ORf9w+XiZFZFFXH/LwgDkjl3tlU0=
=B97m
-END PGP SIGNATURE-



Bug#857147: darktable builds with -msse2 on i386

2017-03-08 Thread Roman Lebedev
On Thu, Mar 9, 2017 at 1:07 AM, Adrian Bunk <b...@debian.org> wrote:
> On Wed, Mar 08, 2017 at 04:25:18PM +0300, Roman Lebedev wrote:
>> On Wed, Mar 8, 2017 at 3:38 PM, Adrian Bunk <b...@debian.org> wrote:
>> > Source: darktable
>> > Version: 2.2.1-2
>> > Severity: serious
>> >
>> > https://buildd.debian.org/status/fetch.php?pkg=darktable=i386=2.2.1-2=1483383078=0
>> >
>> > ...
>> > -- Performing Test _MSSE2
>> > -- Performing Test _MSSE2 - Success
>> > -- Building SSE2-optimized codepaths: ON
>> > ...
>> > [  4%] Building C object 
>> > src/external/LuaAutoC/CMakeFiles/lautoc.dir/lautoc.c.o
>> > cd /«PKGBUILDDIR»/obj-i686-linux-gnu/src/external/LuaAutoC && /usr/bin/cc  
>> > -DGDK_DISABLE_DEPRECATED -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_14 
>> > -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_MIN_REQUIRED 
>> > -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40 -DGTK_DISABLE_DEPRECATED 
>> > -DGTK_DISABLE_SINGLE_INCLUDES -DHAVE_BUILTIN_CPU_SUPPORTS -DHAVE_CONFIG_H 
>> > -DHAVE_GPHOTO2 -DHAVE_GPHOTO_25_OR_NEWER -DHAVE_GRAPHICSMAGICK 
>> > -DHAVE_HTTP_SERVER -DHAVE_KWALLET -DHAVE_LENSFUN -DHAVE_LIBSECRET 
>> > -DHAVE_OPENCL -DHAVE_OPENEXR -DHAVE_OPENJPEG -DUSE_LUA -D_RELEASE 
>> > -D_XOPEN_SOURCE=700 -D__GDK_KEYSYMS_COMPAT_H__ -I/«PKGBUILDDIR»/src 
>> > -I/«PKGBUILDDIR»/src/external -isystem /usr/include/glib-2.0 -isystem 
>> > /usr/lib/i386-linux-gnu/glib-2.0/include -isystem /usr/include/gtk-3.0 
>> > -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 
>> > -isystem /usr/include/dbus-1.0 -isystem 
>> > /usr/lib/i386-linux-gnu/dbus-1.0/include -isystem 
>> > /usr/include/gio-unix-2.0 -isystem /usr/include/cairo -isystem 
>> > /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem 
>> > /usr/include/atk-1.0 -isystem /usr/include/pixman-1 -isystem 
>> > /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem 
>> > /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libxml2 -isystem 
>> > /usr/include/libsoup-2.4 -isystem /usr/include/OpenEXR -isystem 
>> > /usr/include/lensfun -isystem /usr/include/librsvg-2.0 -isystem 
>> > /usr/include/i386-linux-gnu -isystem /usr/include/json-glib-1.0 -isystem 
>> > /usr/include/openjpeg-2.1 -isystem /usr/include/libsecret-1 -isystem 
>> > /usr/include/GraphicsMagick -I/«PKGBUILDDIR»/obj-i686-linux-gnu/src 
>> > -isystem /usr/include/lua5.2 -I/«PKGBUILDDIR»/src/external/LuaAutoC 
>> > -I/«PKGBUILDDIR»/src/external/LuaAutoC/include  -g -O2 
>> > -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong -Wformat 
>> > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
>> > -fno-strict-aliasing -Wformat -Wformat-security -Wshadow -Wtype-limits 
>> > -Wvla -Wold-style-declaration -Wno-error=varargs -Wframe-larger-than=32768 
>> > -Wstack-usage=32768 -Wlarger-than=524288 -std=c99 -fopenmp -pthread 
>> > -mtune=generic -msse2 -g -mfpmath=sse -std=gnu99 -Wall -Wno-unused -O3 -g  
>> > -fPIC   -o CMakeFiles/lautoc.dir/lautoc.c.o   -c 
>> > /«PKGBUILDDIR»/src/external/LuaAutoC/lautoc.c
>> > ...
>> >
>> > These are not SSE2 codepaths with autodetection,
>> > the package seems to be built in a way that it
>> > won't run on hardware without SSE2.
>> Hi.
>>
>> Given that arm64 is now 'supported', it is certainly possible to build
>> without SSE2.

> What is actually the reason why arm64 is declared supported but
> mips64el and ppc64el are not?
Patches welcomed.
1. upstream, do not really care about those.
2. in all this time, no one ever asked upstream about support for those
3. first tell gdk-pixbuf-2.0 to fix their ppc64le build:
>From OBS, openSUSE_Tumbleweed_PowerPC/ppc64le:

[  144s] cd /home/abuild/rpmbuild/BUILD/darktable-2.3.0+git385.baec33f/build/src
&& /usr/bin/cc  -DGDK_DISABLE_DEPRECATED
-DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_14
-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_MIN_REQUIRED
-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40 -DGTK_DISABLE_DEPRECATED
-DGTK_DISABLE_SINGLE_INCLUDES -DHAVE_CONFIG_H -DHAVE_GPHOTO2
-DHAVE_GPHOTO_25_OR_NEWER -DHAVE_GRAPHICSMAGICK -DHAVE_HTTP_SERVER
-DHAVE_KWALLET -DHAVE_LENSFUN -DHAVE_LIBSECRET -DHAVE_MAP
-DHAVE_OPENCL -DHAVE_OPENEXR -DHAVE_OPENJPEG
-DHAVE_OSMGPSMAP_110_OR_NEWER -DHAVE_PRINT -DUSE_COLORDGTK -DUSE_LUA
-D_RELEASE -D_XOPEN_SOURCE=700 -D__GDK_KEYSYMS_COMPAT_H__
-Dlib_darktable_EXPORTS
-I/home/abuild/rpmbuild/BUILD/darktable-2.3.0+git385.baec33f/src
-isystem /home/abuild/rpmbuild/BUILD/darktable-2.3.0+git385.baec33f/src/external
-isystem /usr/include/glib-2.0 -isyst

Bug#857147: darktable builds with -msse2 on i386

2017-03-08 Thread Roman Lebedev
On Wed, Mar 8, 2017 at 3:38 PM, Adrian Bunk  wrote:
> Source: darktable
> Version: 2.2.1-2
> Severity: serious
>
> https://buildd.debian.org/status/fetch.php?pkg=darktable=i386=2.2.1-2=1483383078=0
>
> ...
> -- Performing Test _MSSE2
> -- Performing Test _MSSE2 - Success
> -- Building SSE2-optimized codepaths: ON
> ...
> [  4%] Building C object 
> src/external/LuaAutoC/CMakeFiles/lautoc.dir/lautoc.c.o
> cd /«PKGBUILDDIR»/obj-i686-linux-gnu/src/external/LuaAutoC && /usr/bin/cc  
> -DGDK_DISABLE_DEPRECATED -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_14 
> -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_MIN_REQUIRED 
> -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40 -DGTK_DISABLE_DEPRECATED 
> -DGTK_DISABLE_SINGLE_INCLUDES -DHAVE_BUILTIN_CPU_SUPPORTS -DHAVE_CONFIG_H 
> -DHAVE_GPHOTO2 -DHAVE_GPHOTO_25_OR_NEWER -DHAVE_GRAPHICSMAGICK 
> -DHAVE_HTTP_SERVER -DHAVE_KWALLET -DHAVE_LENSFUN -DHAVE_LIBSECRET 
> -DHAVE_OPENCL -DHAVE_OPENEXR -DHAVE_OPENJPEG -DUSE_LUA -D_RELEASE 
> -D_XOPEN_SOURCE=700 -D__GDK_KEYSYMS_COMPAT_H__ -I/«PKGBUILDDIR»/src 
> -I/«PKGBUILDDIR»/src/external -isystem /usr/include/glib-2.0 -isystem 
> /usr/lib/i386-linux-gnu/glib-2.0/include -isystem /usr/include/gtk-3.0 
> -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 
> -isystem /usr/include/dbus-1.0 -isystem 
> /usr/lib/i386-linux-gnu/dbus-1.0/include -isystem /usr/include/gio-unix-2.0 
> -isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem 
> /usr/include/harfbuzz -isystem /usr/include/atk-1.0 -isystem 
> /usr/include/pixman-1 -isystem /usr/include/freetype2 -isystem 
> /usr/include/libpng16 -isystem /usr/include/gdk-pixbuf-2.0 -isystem 
> /usr/include/libxml2 -isystem /usr/include/libsoup-2.4 -isystem 
> /usr/include/OpenEXR -isystem /usr/include/lensfun -isystem 
> /usr/include/librsvg-2.0 -isystem /usr/include/i386-linux-gnu -isystem 
> /usr/include/json-glib-1.0 -isystem /usr/include/openjpeg-2.1 -isystem 
> /usr/include/libsecret-1 -isystem /usr/include/GraphicsMagick 
> -I/«PKGBUILDDIR»/obj-i686-linux-gnu/src -isystem /usr/include/lua5.2 
> -I/«PKGBUILDDIR»/src/external/LuaAutoC 
> -I/«PKGBUILDDIR»/src/external/LuaAutoC/include  -g -O2 
> -fdebug-prefix-map=/«PKGBUILDDIR»=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
> -fno-strict-aliasing -Wformat -Wformat-security -Wshadow -Wtype-limits -Wvla 
> -Wold-style-declaration -Wno-error=varargs -Wframe-larger-than=32768 
> -Wstack-usage=32768 -Wlarger-than=524288 -std=c99 -fopenmp -pthread 
> -mtune=generic -msse2 -g -mfpmath=sse -std=gnu99 -Wall -Wno-unused -O3 -g  
> -fPIC   -o CMakeFiles/lautoc.dir/lautoc.c.o   -c 
> /«PKGBUILDDIR»/src/external/LuaAutoC/lautoc.c
> ...
>
> These are not SSE2 codepaths with autodetection,
> the package seems to be built in a way that it
> won't run on hardware without SSE2.
Hi.

As of 2.0 release, non-64bit build is pretty much deprecated.
It prints noisy GUI message, and frequently crashes.

Given that arm64 is now 'supported', it is certainly possible to build
without SSE2.
However, there is a run-time detection, and if there is no SSE2,
darktable will (should?) nicely refuse to start.

Given the nature of the program - computationally-intensive - it makes
very little sense to run it on
ancient hardware.

So if this is so serous, I'd propose to just kill i386 build for dt.

Roman.



Bug#839075: python3-jsonschema: missing dependency on python3-pkg-resources

2016-09-28 Thread Roman Lebedev
Package: python3-jsonschema
Version: 2.5.1-5
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi.

We have just installed python3-jsonschema into clean chroot (docker
debian:testing).

When we run jsonschema, we get the following error:

Traceback (most recent call last):
  File "/usr/bin/jsonschema", line 5, in 
  from pkg_resources import load_entry_point
  ImportError: No module named 'pkg_resources'

python3-jsonschema MUST depend on python3-pkg-resources

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

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

Versions of packages python3-jsonschema depends on:
ii  python3  3.5.1-4
pn  python3:any  

python3-jsonschema recommends no packages.

python3-jsonschema suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJX6900AAoJEAg8PrtKFongUE4QAJsmGoxZXYfxXfSstzgZZAPK
C/arYPAGSd1sB/mKWpDgNoerjtW7PL0z/pSY8bhxmxy8mOm6t+Q+O/GAUAn3R2eR
tG8xV7dV7+tFx7aeI0DgENQKDm2iHHAKlRFsg/AoEWvXZ+VKnEP1Adh5FCJ1V0N2
KtHpeEdq1whGCeB8wwj+jR0LBUkfCRntOdpAomWOv5MmZACCSnSKOxJEs7dLDAQR
CXEm7P4f53YW0sPYi42Iw+JnHcqRhOAYqnwq5OayTGPzUNKA3E7uQVl46qW9OzTK
nr68wbqTWfNWImy8uPVBxg88370hj3hBb6rQcgLkD/6HgWEYjCXhthf+uCRf4IbQ
xhy8W7o/zNd4ngbsy577Jvo1GWJYB1QyDEUbOcVkv/gKWgS3idONW6zqK7hEsGtf
Gb8f2NKSuOa5+VxLh5Em6FTJCWxFCKjRH+07tsWVF9gWHFK5BHxn761wtlcF9d9Q
DxGcwHQ1Cax1xazzsagesfKeH5tCJBR0Bl6klqwlo7TjTsiiCcpAO7m09NorIFuQ
Rwkeu49kwV5HjCkAlH4uLaWy98swYTteov07F0RXdmSJ8esMISOKyehNWk72bHB7
Vb5wE63xfUR7oM3DoLyXq3QrKf1kR/9TT72yphG9lCl1WfREUWOgAlZuMInKllGZ
IEkYySl2dJOqCM62rwCR
=ME2T
-END PGP SIGNATURE-



Bug#826810:

2016-07-14 Thread Roman Lebedev
This is now fixed in git master.
https://github.com/darktable-org/darktable/pull/1217

Do note that we will not cherry-pick this into stable branch (2.0.x).
So if debian wants, those patches will need to be applied as part
of packaging.

Roman.



Bug#811283: libomp5: missing SONAME link /usr/lib/libomp.so -> libomp.so.5

2016-01-17 Thread Roman Lebedev
Package: libomp5
Version: 3.7.0-3
Severity: serious

Dear Maintainer,

This is almost exact copy of Debian Bug #775257 titled:
libiomp5: missing SONAME link /usr/lib/libiomp5.so -> libiomp5.so.5

libomp5 misses the SONAME link, which breaks all clang openmp support.

You can test it by:

$ cat test.c 
#include 
int main() {
#ifdef _OPENMP
return 0;
#else
breaks_on_purpose
#endif

$ clang-3.7 -fopenmp=libomp test.c 
/usr/bin/ld: error: cannot find -lomp
clang: error: linker command failed with exit code 1 (use -v to see
invocation)

As i'm being told, libomp-dev install those symlinks.
Indeed, if i install libomp-dev, clang openmp works.

But then why:
0. symlinks are installed by libomp-dev and not libomp5?
1. clang doesn't pull libomp-dev, since it does not work without those symlinks?

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

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

Versions of packages libomp5 depends on:
ii  libc6  2.21-6

libomp5 recommends no packages.

libomp5 suggests no packages.

-- no debconf information



Bug#806518: synaptic: libept.so.1.aptpkg4.16: cannot open shared object file: No such file or directory

2015-11-28 Thread Roman Lebedev
Package: synaptic
Version: 0.82
Severity: grave

Dear maintainer,

$ synaptic-pkexec 

/usr/sbin/synaptic: error while loading shared libraries:
libept.so.1.aptpkg4.16: cannot open shared object file: No such file or
directory

I guess, it might be due to recent apt upgrade?

$ locate libept.so
/usr/lib/x86_64-linux-gnu/libept.so.1.aptpkg5.0

$ dpkg -S /usr/lib/x86_64-linux-gnu/libept.so.1.aptpkg5.0
libept1.4.16:amd64: /usr/lib/x86_64-linux-gnu/libept.so.1.aptpkg5.0

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

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

Versions of packages synaptic depends on:
ii  hicolor-icon-theme   0.13-1
ii  libapt-inst1.7   1.0.10.2
ii  libapt-pkg4.16   1.0.10.2
ii  libatk1.0-0  2.18.0-1
ii  libc62.19-22
ii  libcairo-gobject21.14.4-1
ii  libcairo21.14.4-1
ii  libept1.4.16 1.0.14+b2
ii  libgcc1  1:5.2.1-26
ii  libgdk-pixbuf2.0-0   2.32.2-1
ii  libglib2.0-0 2.46.2-1
ii  libgtk-3-0   3.18.5-1
ii  libpango-1.0-0   1.38.1-1
ii  libpangocairo-1.0-0  1.38.1-1
ii  libstdc++6   5.2.1-26
ii  libvte-2.90-91:0.36.3-1
ii  libx11-6 2:1.6.3-1
ii  libxapian22v51.2.21-1.2
ii  libxext6 2:1.3.3-1
ii  zlib1g   1:1.2.8.dfsg-2+b1

Versions of packages synaptic recommends:
ii  libgtk2-perl   2:1.2496-3
ii  policykit-10.105-14
ii  rarian-compat  0.8.1-6
ii  xdg-utils  1.1.1-1

Versions of packages synaptic suggests:
pn  apt-xapian-index 
ii  deborphan1.7.28.8-0.2
pn  dwww 
ii  menu 2.1.47
pn  software-properties-gtk  
ii  tasksel  3.34

-- no debconf information



Bug#802592: kdenlive: Kdenlive hangs after moving anything into a timeline

2015-10-21 Thread Roman Lebedev
Package: kdenlive
Version: 15.08.2-1
Severity: grave

Dear Maintainer,

1. Start kdenlive
2. Right-click in Project Bin, -> Add Clip
3. Select any video, press ok.
4. Move it into Timeline in the bottom
5. Kdenlive is completely frozen.

Thus, it is completely impossible to use kdenlive.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages kdenlive depends on:
ii  ffmpeg7:2.8.1-1
ii  kded5 5.15.0-1
ii  kdenlive-data 15.08.2-1
ii  kinit 5.15.0-1
ii  kio   5.15.0-1
ii  libc6 2.19-22
ii  libgcc1   1:5.2.1-22
ii  libgl1-mesa-glx [libgl1]  10.6.8-1
ii  libglu1-mesa [libglu1]9.0.0-2.1
ii  libkf5archive55.15.0-1
ii  libkf5attica5 5.15.0-1
ii  libkf5auth5   5.15.0-1
ii  libkf5bookmarks5  5.15.0-1
ii  libkf5codecs5 5.15.0-1
ii  libkf5completion5 5.15.0-1
ii  libkf5configcore5 5.15.0-1
ii  libkf5configgui5  5.15.0-1
ii  libkf5configwidgets5  5.15.0-1
ii  libkf5coreaddons5 5.15.0-1
ii  libkf5dbusaddons5 5.15.0-1
ii  libkf5guiaddons5  5.15.0-1
ii  libkf5i18n5   5.15.0-1
ii  libkf5iconthemes5 5.15.0-1
ii  libkf5itemviews5  5.15.0-1
ii  libkf5jobwidgets5 5.15.0-1
ii  libkf5kiocore55.15.0-1
ii  libkf5kiofilewidgets5 5.15.0-1
ii  libkf5kiontlm55.15.0-1
ii  libkf5kiowidgets5 5.15.0-1
ii  libkf5newstuff5   5.15.0-1
ii  libkf5notifications5  5.15.0-1
ii  libkf5notifyconfig5   5.15.0-1
ii  libkf5plotting5   5.15.0-1
ii  libkf5service-bin 5.15.0+-1
ii  libkf5service55.15.0+-1
ii  libkf5solid5  5.15.0-1
ii  libkf5sonnetui5   5.15.0-1
ii  libkf5textwidgets55.15.0-1
ii  libkf5widgetsaddons5  5.15.0-1
ii  libkf5xmlgui5 5.15.0-1
ii  libmlt++3 0.9.8-2
ii  libmlt6   0.9.8-2
ii  libqt5concurrent5 5.4.2+dfsg-9
ii  libqt5core5a  5.4.2+dfsg-9
ii  libqt5dbus5   5.4.2+dfsg-9
ii  libqt5gui55.4.2+dfsg-9
ii  libqt5network55.4.2+dfsg-9
ii  libqt5qml55.4.2-6
ii  libqt5quick5  5.4.2-6
ii  libqt5script5 5.4.2+dfsg-4
ii  libqt5svg55.4.2-3
ii  libqt5widgets55.4.2+dfsg-9
ii  libqt5xml55.4.2+dfsg-9
ii  libstdc++65.2.1-22
ii  libv4l-0  1.8.0-1
ii  melt  0.9.8-2
ii  qml-module-qtquick2   5.4.2-6

Versions of packages kdenlive recommends:
ii  dvdauthor0.7.0-1.3
ii  dvgrab   3.5-2+b3
ii  frei0r-plugins   1.4-3+b1
ii  genisoimage  9:1.1.11-3
ii  recordmydesktop  0.3.8.1+svn602-1+b1
ii  swh-plugins  0.4.15+1-8

Versions of packages kdenlive suggests:
ii  khelpcenter  4:5.4.2-1

-- no debconf information