Bug#1051153: sagemath: crash on startup due to a python error

2023-09-03 Thread Amaury Pouly
Package: sagemath Version: 9.5-6 Severity: important Dear Maintainer, I cannot start sage on my computer. Simply running 'sage' in console leads to the following errors: ┌┐ │ SageMath version 9.5, Release Date: 2022-01-30

Bug#1018922: kbibtex crashes on startup

2022-11-30 Thread Amaury Pouly
I ran into this problem and I was able to fix the problem by compiling kbibtex from upstream. I believe that the problem was fixed by this merge: https://invent.kde.org/office/kbibtex/-/merge_requests/11 which indeed works around a bug/changed behavior of recent versions of Qt. Unfortunately,

Bug#995120: linux-image-5.14.0-1-amd64: Raven Ridge cannot boot with secure memory encryption

2021-09-26 Thread Amaury Pouly
Package: src:linux Version: 5.14.6-2 Severity: critical Justification: breaks the whole system Dear Maintainer, * What led up to the situation? Booting an AMD Raven Bridge computer with this kernel renders the system unusable because the amdgpu driver cannot initialize. This happens because

Bug#949446: python3-ipython: Prevents sage fro starting, fails to import _baseclass_reprs

2020-01-20 Thread Amaury Pouly
Package: python3-ipython Version: 7.11.1-1 Severity: important Dear Maintainer, Sagemath is not usable on my system because of an import error. I am not sure if the issue lies with sage or with ipython. Here is the backtrace: Traceback (most recent call last): File

Bug#949287: sagemath-common: Fail to start because of missing unicode_to_str from IPython.utils.py3compat

2020-01-19 Thread Amaury Pouly
Package: sagemath-common Version: 8.9-3 Severity: important Dear Maintainer, Sagemath is unusable (both in command line or through jupyter) because of an import error. Specifically, trying to run sage or load a notebook throws the following backtrace: Traceback (most recent call last): File

Bug#943921: linux-image-5.3.0-1-amd64: Touchpad driver for recent AMD laptops not included

2019-10-31 Thread Amaury Pouly
Package: src:linux Version: 5.3.7-1 Severity: normal Dear Maintainer, The linux kernel currently included in Debian/unstable does not include a driver for the recent touchpads used on AMD (Ryzen) laptops, for instance the Latitude 5495. A driver for this was added in Linux 5.3 but is not

Bug#932367: sagemath: Sage does not start because of a missing symbol in GAP wrapper

2019-07-18 Thread Amaury Pouly
Package: sagemath Version: 8.6-6 Severity: important Dear Maintainer, running sagemath (either directly with 'sage' or running a notebook with jupyter) does not work because the kernel crashes. The final error reported by Python is ImportError:

Bug#920286: gcc-8: Missing conflict/break with binutils-x86-64-linux-gnu:i386 can lead to broken compiler

2019-01-23 Thread Amaury Pouly
Package: gcc-8 Version: 8.2.0-14 Severity: important Dear Maintainer, Probably gcc-8 should be in conflict with binutils-x86-64-linux-gnu:i386 because of the following chain of events: - install an unstable amd64 system - enable multiarch i386 - install gcc-8 - install

Bug#918993: sagemath-jupyter: Invalid path to sage kernel makes notebook unusable

2019-01-11 Thread Amaury Pouly
Package: sagemath-jupyter Version: 8.4-4 Severity: important Dear Maintainer, the jupyter notebook with sage is unusable because the kernel config is invalid, in /usr/share/jupyter/kernels/sagemath/kernel.json there is: {"display_name": "SageMath 8.6.rc0", "argv":

Bug#918990: sagemath-common: Invalid hardcoded path in sage-env-config

2019-01-11 Thread Amaury Pouly
Package: sagemath-common Version: 8.4-4 Severity: normal Dear Maintainer, the file /usr/share/sagemath/bin/sage-env-config contains the following: export SAGE_LOCAL="/build/sagemath-FTVAsu/sagemath-8.6~rc0/debian/build/usr" (or a variant of it). This path does not exists since it is specific

Bug#913240: geoclue-2.0: Unreasonably high memory usage (memory leak?)

2018-11-08 Thread Amaury Pouly
Package: geoclue-2.0 Version: 2.5.1-1 Severity: important Dear Maintainer, the geoclue daemon randomly starts using a lot of memory. It frequently uses more than 1Gio of memory, and does not seem to free any memory when it starts doing so which suggest a memory leak. This can introduce serious

Bug#910940: sagemath-common: fails to start with error /usr/bin/env: ‘sage-python23’: No such file or directory

2018-10-13 Thread Amaury Pouly
Package: sagemath-common Version: 8.3-3 Severity: important Tags: upstream Dear Maintainer, the sage notebook fails to start because there is no sage-python23 installed on my system. Can be reproduced by running sage --notebook A similar issue was raised for other binaries (bug #902545) but for

Bug#895549: cups-browsed: Legacy CUPS (1.5.x and before) broadcasted queues are ignored

2018-04-12 Thread Amaury Pouly
Package: cups-browsed Version: 1.20.2-1 Severity: important Dear Maintainer, CUPS filters recently changed the way it detects CUPS raw queues [1] by only relying on TXT fields of DNS-SD, which totally breaks legacy CUPS (<=1.5.x) setup because those do not have a TXT record. This was later fixed

Bug#873634: missing module files libbd_*.so

2017-08-29 Thread Amaury Pouly
> apt install libblockdev-crypto2 libblockdev-mdraid2 libblockdev-part2 > libblockdev-fs2 libblockdev-loop2 libblockdev-swap2 > I missed the fact that I also needed to install 'gdisk', otherwise it fails with Cannot load the part plugin: The 'sgdisk' utility is not available This is odd

Bug#873634: missing module files libbd_*.so

2017-08-29 Thread Amaury Pouly
Same problem here. Tracking down the missing files, I found that installing the following packages solves the problem: apt install libblockdev-crypto2 libblockdev-mdraid2 libblockdev-part2 libblockdev-fs2 libblockdev-loop2 libblockdev-swap2