Bug#1000123: Processed: bug 1000123 is forwarded to https://github.com/phmarek/fsvs/commit/4f791f3c6f668597f7490b5e5c9a986f84eb08b8

2023-07-20 Thread Philipp Marek
Hi Adrian, forwarded 1000123 https://github.com/phmarek/fsvs/commit/4f791f3c6f668597f7490b5e5c9a986f84eb08b8 Bug #1000123 [src:fsvs] fsvs: depends on obsolete pcre3 library Set Bug forwarded-to-address to 'https://github.com/phmarek/fsvs/commit/4f791f3c6f668597f7490b5e5c9a986f84eb08b8'. thank

Bug#1041157: Segfault on Rpi1B

2023-07-16 Thread Philipp Marek
Please disregard, SD-card was broken in a few blocks. Had no errors in dmesg, but "dpkg --verify" showed a few bad files - among then libruby which was loaded. Sorry about the noise.

Bug#1041157: Segfault on Rpi1B

2023-07-15 Thread Philipp Marek
Package: vim-nox X-Debbugs-Cc: phil...@marek.priv.at Version: 2:9.0.1672-1 Severity: grave When running vim on an Rpi1B (which is otherwise stable), vim crashes immediately. # LD_DEBUG=all vim -u none -U none --clean ... 4400: symbol=_ITM_registerTMCloneTable; lookup i

Bug#1039566: "Uncaught exception" on crypto.getRandomValues(new Uint32Array(32))

2023-07-13 Thread Philipp Marek
With the update to 115.0.2 it works again - even in the profile that was broken before. Thanks!

Bug#1039566: "Uncaught exception" on crypto.getRandomValues(new Uint32Array(32))

2023-06-27 Thread Philipp Marek
Hi Mike, Ad 1: - banking.bank99.at uses crypto.getRandomValues() even before login "The server at banking.bank99.at is taking too long to respond." Yeah, http is blocked - you'll need to use https:// for that. - RedHat support webpage uses getRandomUUID after login Both fail with "Operati

Bug#1039566: "Uncaught exception" on crypto.getRandomValues(new Uint32Array(32))

2023-06-27 Thread Philipp Marek
Package: firefox Version: 114.0-1 Severity: grave X-Debbugs-Cc: phil...@marek.priv.at Websites that need randomness ([1]) are broken, on both Debian FF 113.0.2 and 114.0 (114.0.2 not yet available for amd64). Reproduced with a new profile without any plugins. strace shows FF being able to use ge

Bug#1028243: dexdump: symbol lookup error: /.../libart.so.0: undefined symbol

2023-01-09 Thread Philipp Marek
Seems like you are mixing unstable and experimental. Please try with the packages from unstable (version 1:29.0.6-21). Ah yeah, right -- adb/fastboot from experimental fetch newer versions for _some_ of the libraries. I also tried removing dexdump and android-lib* and reinstalling them from exp

Bug#1028243: dexdump: symbol lookup error: /.../libart.so.0: undefined symbol

2023-01-08 Thread Philipp Marek
Package: dexdump Version: 11.0.0+r48-4 Severity: grave X-Debbugs-Cc: phil...@marek.priv.at dexdump won't run: $ dexdump dexdump: symbol lookup error: /usr/lib/x86_64-linux-gnu/android/libart.

Bug#965180: openssh-server: Incompatible with libc6=2.31-1, doesn't allow to login!

2020-07-17 Thread Philipp Marek
sorry, my fault. I "had to" upgrade ffmpeg at some time in the past; i ffmpegDepends libavformat58 (= 7:4.3-2) i A libavformat58 Depends libgnutls30 (>= 3.6.14) i libgnutls30 Depends libc6 (>= 2.25) and so I had a newer libc than stable. Sorry about the confusion; perh

Bug#965180: openssh-server: Incompatible with libc6=2.31-1, doesn't allow to login!

2020-07-17 Thread Philipp Marek
I agree it might be worth backporting this fix, but why would you be updating libc on stable? (The only reason I can think of would be partial upgrades to bullseye, which is hardly Severity: critical yet.) I did # apt-get upgrade -t stable got a new libc, and SSH broke. What data migh

Bug#965180: openssh-server: Incompatible with libc6=2.31-1, doesn't allow to login!

2020-07-17 Thread Philipp Marek
oh, sorry, libc actually is from unstable... why was that installed with "apt upgrade -t stable"?

Bug#965180: openssh-server: Incompatible with libc6=2.31-1, doesn't allow to login!

2020-07-17 Thread Philipp Marek
Package: openssh-server Version: 1:7.9p1-10+deb10u2 Severity: critical Justification: breaks the whole system Updating libc on stable breaks sshd; it dies with a SIGSYS on clock_nanosleep. https://www.openssh.com/releasenotes.html says - Allow clock_nanosleep() in sandbox (recent glib

Bug#874176: Please update the package

2020-04-03 Thread Philipp Marek
This is still broken... please provide a working package! Thank you so much.

Bug#891901: Info received (Progress on "java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory")

2018-11-02 Thread Philipp Marek
Ah yes, and (following [1]) I also changed the .pom file in /usr/share/java/slf4j-simple.jar to remove the "test" scope: --- pom.xml 2018-11-02 16:50:02.705092444 +0100 +++ pom.xml.orig2018-11-02 16:50:17.793353153 +0100 @@ -30,9 +30,9 @@ org.s

Bug#891901: Progress on "java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory"

2018-11-02 Thread Philipp Marek
With libslf4j-java and libastylej-jni installed and using this diff I got a bit further: --- /usr/bin/arduino.orig 2018-11-02 16:15:19.374287467 +0100 +++ /usr/bin/arduino2018-11-02 16:14:29.159663536 +0100 @@ -22,6 +22,8 @@ java/lib/rt.jar \ java/lib/tools.jar \ lib/*.jar

Bug#886474: Dependency to linux-kbuild-4.14=4.14.12-2 missing

2018-01-11 Thread Philipp Marek
Another missing dependency is linux-kbuild-4.14 (4.14.12-2). Without that, the rules to build .o files are not found.

Bug#874176: git HEAD works for me

2017-12-30 Thread Philipp Marek
Using git HEAD gives me a working binary, so I suspect some interaction with changed liblua versions. (4.0.1 doesn't work for me any more, but it did in the past.) Please provide a package with from the current sources, thank you!

Bug#849077: commenting "wifi.cloned-mac-address=random" fixed it for me

2017-02-07 Thread Philipp Marek
I had the same problem, with wpasupplicant 2.3 and 2.5. [device] wifi.scan-rand-mac-address=no wasn't sufficient, I needed to comment out the setting [connection] wifi.cloned-mac-address=random to get WIFI working again. I'm using broadcom-sta-dkms=6.30.223.271-5, on a 14e

Bug#779620: closed (Fixed in last unstable release)

2015-08-20 Thread Philipp Marek
Hi Gianfranco, thanks for your answer! > can you please try the latest llvm-toolchain-snapshots 3.8 on unstable? I'd like to... really! # LC_ALL=C apt-get install llvm-3.8-tools llvm-3.8 -t unstable ... 64 upgraded, 20 newly installed, 91 to remove and 614 not upgraded. 91 to remove

Bug#779620: closed by Gianfranco Costamagna (Fixed in last unstable release)

2015-08-13 Thread Philipp Marek
> Hi, according to the source code this seems to be fixed already in the last > two Debian uploads. > > Please confirm the code is working. Sorry, it's broken in another way. # lldb-3.7 /bin/ls (lldb) target create "/bin/ls" Current executable set to '/bin/ls' (x86_64). (lldb) r erro

Bug#777857: fsvs: ftbfs with GCC-5

2015-07-25 Thread Philipp Marek
Hello Tim, I'm sorry about the delay, Hi Phillip. I noticed that you committed this fix to the branches/fsvs-1.2.x but haven’t released a new version of fsvs containing it. Would you be interested in cutting a 1.2.6 release containing just the gcc5 fix? I can get it uploaded to Debian as a N

Bug#743128: Had to revert, too

2014-04-09 Thread Philipp Marek
I had to revert network-manager to 0.9.8.0-5, too. Although systemd was installed, "nmcli c" showed no connections; "qdbus --literal --system org.freedesktop.NetworkManager /org/freedesktop/NetworkManager/AccessPoint/N" did work, though. So it did detect my access point - but the KDE appl

Bug#730393: Still not installable

2014-01-06 Thread Philipp Marek
Still doesn't work. The following packages have unmet dependencies: xpdf : Depends: libpoppler19 (>= 0.18.4) but it is not going to be installed Depends: libxm4 (>= 2.3.4) but it is not going to be installed Recommends: poppler-utils but it is not going to be installed E: Unable

Bug#564990: Patch for parts of fsvs FTBFS

2011-04-25 Thread Philipp Marek
Hello Brian! I've now committed workarounds for the compiler regressions as http://fsvs.tigris.org/source/browse/fsvs?view=rev&revision=2454 and for autoconf 2.68 as http://fsvs.tigris.org/source/browse/fsvs?view=rev&revision=2453 >> Linking requires -laprutil-1, but that isn't provi

Bug#564990: Patch for parts of fsvs FTBFS

2011-04-25 Thread Philipp Marek
Hello Brian, > Attached is a patch to fix the compilation errors in fsvs. I built > using gcc 4.6, since that's what I have by default. thank you, I'll take a look whether to put that upstream. > There are a couple problems that I want to point out. The size of an > integer constant expressio

Bug#564990: Processed: severity of 564990 is serious

2011-03-13 Thread Philipp Marek
> Processing commands for cont...@bugs.debian.org: > >> severity 564990 serious > Bug #564990 [fsvs] fsvs: ftbfs with gcc-4.5 > Severity set to 'serious' from 'important' Once more ... I still believe that this is a gcc bug. > helper.c:1677:14: error: storage size of 'buffers' isn't constant /

Bug#590760: libavahi-client3 0.6.27-1 kills printing support

2010-08-11 Thread Philipp Marek
0.6.27 kills printing support for me: Starting with a fully 0.6.27 installation of the avahi packages (lines wrapped for easier reading): r...@cacao:/var/cache/apt/archives # /usr/lib/cups/backend/dnssd DEBUG: Unable to create avahi client: Resource temporarily unavailable r...@cacao:/var/cache/

Bug#545364: Maybe kernel problem?

2009-09-24 Thread Philipp Marek
On Mittwoch, 9. September 2009, Philipp Marek wrote: > I found out that if I use linux-image-2.6.30-1-amd64=2.6.30-5 (instead of > -6) my system boots again. With the last "apt-get clean" the -5 was deleted, and so I was stuck with -6. But - surprise, surprise! - the system boo

Bug#545364: Maybe kernel problem?

2009-09-09 Thread Philipp Marek
I've got this too. I found out that if I use linux-image-2.6.30-1-amd64=2.6.30-5 (instead of -6) my system boots again. But I'm not sure whether it's simply a kernel problem, or just related because of some size difference in the image. My out-of-range pointer is 0x6401900; in case the video

Bug#514763: anymeal: crashes for open or new database

2009-02-10 Thread Philipp Marek
After installing mysql-server-5.0 it goes a bit further, but still doesn't work; after clicking "connect" I get a messagebox with this data (again copy+paste, with special characters at the end). Installing MySQL system tables... Installation of system tables failed! Examine the logs in /home/fl

Bug#514763: anymeal: crashes for open or new database

2009-02-10 Thread Philipp Marek
Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Reportbug-Version: 3.48 X-Debbugs-Cc: phil...@marek.priv.at Package: anymeal Version: 0.30-8 Severity: grave Justification: renders package unusable When I try to create a new database in anymeal, clic

Bug#337766: svk: missing dependency to libsvn-core-perl

2005-11-06 Thread Philipp Marek
X-Reportbug-Version: 3.17 Package: svk Version: 1.04-1 Severity: grave Justification: renders package unusable without libsvn-core-perl: $ svk help import Can't load '/usr/lib/perl5/auto/SVN/_Core/_Core.so' for module SVN::_Core: libsvn_swig_perl-1.so.0: Kann die Shared-Object-Dat