Bug#856870: arduino-mk: Still a problem in 2024

2024-04-24 Thread Akkana Peck
Package: arduino-mk Version: 1.5.2-2.1 Followup-For: Bug #856870 X-Debbugs-Cc: d...@shallowsky.com Dear Maintainer, This bug is still a problem in April 2024. I built in an old project that used to work with arduino-mk, but now, make-upload fails with: - make upload

Bug#1053640: python3-selenium can't open with either firefox or chromium: KeyError: 'CONDA_PREFIX'

2023-10-07 Thread Akkana Peck
Package: python3-selenium Version: 4.13.0-1 Severity: normal X-Debbugs-Cc: d...@shallowsky.com Dear Maintainer, The current selenium package fails to create either webdriver.Firefox() or webdriver.Chrome(). I have firefox, chromium, and geckodriver (downloaded from mozilla.org github) all in

Bug#1022939: linux-image-6.0.0-2-amd64: 6.0.0-2-amd64 regressions: Lenovo Carbon X1 gen7 can't suspend, sound card not instantiated

2022-11-02 Thread Akkana Peck
Diederik: I haven't seen an updated kernel yet, but yesterday I noticed apt had an update of firmware-intel-sound, along with a couple other sound-related packages, so I tried booting into 6.0.0-2-amd64 and now both sound and suspend seem to be working. I wonder if it was something like

Bug#1022939: linux-image-6.0.0-2-amd64: 6.0.0-2-amd64 regressions: Lenovo Carbon X1 gen7 can't suspend, sound card not instantiated

2022-10-28 Thread Akkana Peck
Diederik de Haas writes: > It's likely the 2nd issue is the same as https://bugs.debian.org/1022544 > which > should be fixed in the just uploaded 6.0.5-1 version. > Please test that version and tell us whether the 1st issue is resolved then > too or still present. That does sound like exactly

Bug#1022939: linux-image-6.0.0-2-amd64: 6.0.0-2-amd64 regressions: Lenovo Carbon X1 gen7 can't suspend, sound card not instantiated

2022-10-27 Thread Akkana Peck
Package: src:linux Version: 6.0.3-1 Severity: important X-Debbugs-Cc: d...@shallowsky.com Dear Maintainer, As of a sid full-upgrade two days ago (Tue Oct 25), I'm seeing two regressions on my Lenovo Carbon X1 gen7: - systemctl suspend no longer works: instead of suspending, it freezes, and I

Bug#1017798: emacs-common can't be installed: segfault in postinst

2022-08-20 Thread Akkana Peck
Package: emacs-common Version: 1:28.1+1-1 Severity: grave Justification: renders package unusable X-Debbugs-Cc: d...@shallowsky.com Dear Maintainer, Emacs can't be updated as of the current sid version, because of a segfault during postinst: Preparing to unpack

Bug#1014841: workaround

2022-07-14 Thread Akkana Peck
Since this has persisted for a couple days and prevents any security updates, here's a workaround (for people who find this bug report after a web search): dpkg --purge --force-all libguvcview-2.0-2 apt --fix-broken install

Bug#1014553: python3-tk: tkinter core dump crash creating a Label with some Noto fonts

2022-07-07 Thread Akkana Peck
Package: python3-tk Version: 3.10.5-1 Severity: normal X-Debbugs-Cc: d...@shallowsky.com Dear Maintainer, When creating a Tk label with: label = Label(frame, text=item, font=(item, 70)).pack() Tk will dump core if the font is various Noto fonts, including (but not limited to): 'Noto Kufi

Bug#1013186: python3-geopandas: geopandas is missing PROJ data directory

2022-06-22 Thread Akkana Peck
You're right. I tried it in a totally clean environment with no virtualenvs and I don't get the warning. I must have something in my regular venv that's interfering. Sorry for the bogus bug report!

Bug#1013186: python3-geopandas: geopandas is missing PROJ data directory

2022-06-18 Thread Akkana Peck
Package: python3-geopandas Version: 0.10.2-1 Severity: normal X-Debbugs-Cc: d...@shallowsky.com Dear Maintainer, import geopandas results in the following warning: /usr/lib/python3/dist-packages/pyproj/__init__.py:91: UserWarning: Valid PROJ data directory not found. Either set the path using

Bug#1002958: python3-flask-migrate missing: No module named 'flask_migrate'

2022-01-01 Thread Akkana Peck
Package: python3-flask-migrate Version: python3-flask-sqlalchemy Severity: normal X-Debbugs-Cc: d...@shallowsky.com Dear Maintainer, The package python3-flask-migrate is missing in bookworm even though it's there in sid and in packages before bookworm:

Bug#947182: libjpeg-turbo-progs: jpegexiforient fails if APP1 doesn't occur immediately after JFIF header

2020-08-29 Thread Akkana Peck
I know this bug was closed as wontfix, but it should be noted that this means that exifautotran can no longer be used on images that were resized with ImageMagick, GraphicsMagick, or PIL (Python Imaging Library): they all produce files that exifautotrans silently ignores, breaking scripts that

Bug#851292: grep: finalize_input sometimes fails on stdin

2017-01-13 Thread Akkana Peck
Package: grep Version: 2.27-1 Severity: normal Dear Maintainer, I have a procmail filter that runs: * ? (echo "$FROM" | /bin/egrep -i -f $SPASTDIR/fromAllow) and similar filters for toAllow, fromRejects etc. Sometimes -- only with one file, fromAllow -- this fails on lines that actually match,

Bug#851192: reportbug: All UIs depend on python3 webbrowser which is failing with Bad magic number

2017-01-12 Thread Akkana Peck
Package: reportbug Version: 6.6.3 Severity: grave Justification: renders package unusable Dear Maintainer, Note: this concerns reportbug on TESTING, even though I am reporting it from stable because reportbug on testing won't run at all. Running reportbug fails immediately with: $ reportbug

Bug#847975: upstream bug

2016-12-18 Thread Akkana Peck
I filed an upstream bug, and they have a fix that seems to work. https://github.com/matplotlib/matplotlib/issues/7633 https://github.com/matplotlib/matplotlib/pull/7634 It's a pull request on the v2.x branch.

Bug#847975: Python 2.7 is up to date

2016-12-17 Thread Akkana Peck
Sorry, the bug system email ended up getting spamfiltered so I didn't see them. I've added some whitelisting. I did an apt-get dist-upgrade right before I filed the bug. I've just done another one, and pulled in a new python 2.7, but it didn't help: I'm seeing the same error. Is there any

Bug#847975: python-matplotlib: All attempts to plot fail with "OverflowError: Python int too large to convert to C long"

2016-12-12 Thread Akkana Peck
Package: python-matplotlib Version: 1.5.3-1 Severity: grave Justification: renders package unusable Every Python script I have that uses matplotlib or pylab is now failing on Stretch with the following stack trace: Exception in Tkinter callback Traceback (most recent call last): File

Bug#840373: Instructions are wrong for MP3 conversion

2016-10-10 Thread Akkana Peck
Package: soundconverter Version: 3.0.0~alpha1+git20151209-1 Severity: normal soundconverter -b -m "audio/mpeg" -s ".mp3" stopped working for me, saying: "lamemp3enc" gstreamer element not found, disabling MP3 output. The problem turned out to be that although I had gstreamer0.10-plugins-ugly

Bug#838247: josm: Help->Help gives "an unexpected exception occurred"

2016-09-18 Thread Akkana Peck
Package: josm Version: 0.0.svn10966+dfsg-1 Severity: normal First time I've run josm. I loaded a gpx trace from a local file, then couldn't figure out how to log in to OSM and edit the map to add my trace, so I tried Help->Help, and got a window saying: An unexpected exception occurred. This is

Bug#832993: xserver-xorg: X clients run but don't display (invisible), Intel graphics

2016-07-30 Thread Akkana Peck
Package: xserver-xorg Version: 1:7.7+16 Severity: important Dear Maintainer, As of the latest X update on testing, X runs, the window manager openbox and the few clients in its autostart file run; but anything run subsequently, once X is running, is invisible. For instance, I have an xterm in

Bug#818503: xserver-xorg: Can't get or set X gamma

2016-03-19 Thread Akkana Peck
Package: xserver-xorg Version: 1:7.7+14 Severity: normal Dear Maintainer, A week or two ago, on testing (a bit earlier on sid), X stopped being able to get or set gamma. The easiest way to see this is to run xgamma, followed by something like xgamma -gamma .5 (which should dim the screen

Bug#801529: xinit: startx fails when output is redirected

2015-10-11 Thread Akkana Peck
Package: xinit Version: 1.3.4-1 Severity: normal Dear Maintainer, As of my most recent sid upgrade, startx stopped working. The problem turned out to be that it no longer supports redirection. I was logging in to tty1 and running this in my .zlogin: startx >& $HOME/.xsession-errors As of the

Bug#791748: vlc: VLC no longer works without pulseaudio

2015-07-07 Thread Akkana Peck
Package: vlc Version: 2.2.1-2+b1 Severity: important VLC suddenly is no longer able to play audio on systems that don't have pulseaudio installed. When I run it on an mp3 file, it prints on stdout, PulseAudio server connection failure and then just sits there doing nothing. Clicking the play

Bug#791735: vlc: VLC no longer works without pulseaudio

2015-07-07 Thread Akkana Peck
Package: vlc Version: 2.2.1-2+b1 Severity: important VLC suddenly is no longer able to play audio on systems that don't have pulseaudio installed. When I run it on an mp3 file -- vlc filename.mp3 from the commandline -- it prints on stdout: PulseAudio server connection failure and then just

Bug#743360: fuse install still fails on upgrade, with the same error

2014-06-23 Thread Akkana Peck
This bug is not fixed. I just hit it upgrading an up-to-date Wheezy to Jessie. After reading through the bug discussion, I think the problem is that in a major upgrade, it's impossible to load the fuse module because the kernel version is wrong. So if it needs the module loaded, the test will

Bug#505162: spamassassin: Remove obsolete SECURITYSAGE RBL -- too many false hits

2008-11-09 Thread Akkana Peck
Package: spamassassin Version: 3.1.7-2 Severity: normal I'm suddenly getting lots of false positives from spamassassin, and they all include DNS_FROM_SECURITYSAGE. Apparently SecuritySage is obsolete and has been removed from upstream spamassassin, as per

Bug#319068: libfreetype6: font metrics wrong in pdf viewers

2005-07-19 Thread Akkana Peck
Package: libfreetype6 Version: 2.1.10-1 Severity: important As of a couple of weeks ago, most of the PDF files I try to view in xpdf, evince, or gv either garble the text or display a blank page. I see letters that appear to be latin characters, but they're all drawn in the wrong place and no

Bug#315150: Happens with Vera Sans 9pt too

2005-07-19 Thread Akkana Peck
The poor rendering happens with Vera Sans 9pt in xchat as well. 1280x1024 at 100dpi. It just broke some time in the last two weeks (the last time I updated). ...Akkana -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#292675: cupsd: Child exited with status 98!

2005-02-01 Thread Akkana Peck
Kenshi Muto writes: This looks something dirty daemon captures port 631 instead of cupsd. Let's check: 1. Please do 'ps aux | grep cupsd', and check cupsd isn't running. 2. Please do 'lsof -i @localhost:631' as root, and see what program captures port 631. I think something rpc program

Bug#292675: cupsd: Child exited with status 98!

2005-01-28 Thread Akkana Peck
Package: cupsys Version: 1.1.23-3 Severity: important I upgraded sid yesterday (last updated about a week ago), and now cupsys won't start. Every attempt to run /etc/init.d/cupsys start prints a few seconds later: cupsd: Child exited with status 98! No other details are printed. During the