Bug#1009918: virtualbox memset symbol fix

2022-04-20 Thread Jan Nordholz
Hi, the attached one-liner diff fixes the symbol issue and enables me to run my Virtualbox VMs again. (However, I didn't check how the addition of this flag to CXXFLAGS affects the rest of R0 compilation - on the other hand, it's already there in CFLAGS.) The missing 'memset' symbol is caused by

Bug#961088: Acknowledgement (libsane-hpaio fails to detect HP MFDs)

2020-05-20 Thread Jan Nordholz
Hi, my issue is plain and simple: libsane.hpaio.1.0.0 is no longer dlopen()able due to an unresolved symbol '_DBG', used in scan/sane/orblite.c:198. You can check this easily by running scanimage with envvar SANE_DEBUG_DLL=1: = ] jan@p53:~$ SANE_DEBUG_DLL=1 scanimage -d

Bug#961088: libsane-hpaio fails to detect HP MFDs

2020-05-19 Thread Jan Nordholz
Package: libsane-hpaio Version: 3.20.5+dfsg0-2 Severity: serious Hi, with the new version, my network-attached HP Envy is no longer usable. Downgrading to the last upstream fixes it: = 3.20.3+dfsg0-2 jan@p53:~$ scanimage -L device `hpaio:/net/envy_5000_series?ip=192.168.178.41=false' is a

Bug#956502: fixed in docker.io 19.03.6+dfsg1-4

2020-04-13 Thread Jan Nordholz
Hi, version -4 from incoming works for me! Jan

Bug#929034: evolvotron SEGV

2019-05-20 Thread Jan Nordholz
Hi Abe, if upstream doesn't respond fast enough, here's my contribution to the bug hunt for this release cycle, I just had an hour to look through the BTS. This bug is a common problem when using STL containers (deleting the element at the iterator). The attached patch fixes the two critical

Bug#911697: at-spi2-core: causes SIGSEGV because of improper quoting of G_LOG_DOMAIN

2018-10-23 Thread Jan Nordholz
reopen 911697 retitle 911697 at-spi2-core: varying levels of quote removal during meson build process mess up compilation of G_LOG_DOMAIN macro severity 911697 serious thanks Hi, your build fix actually made it worse: now G_LOG_DOMAIN works properly for the gtkdoc-scangobj stuff, but the extra

Bug#902897: Info received (Bug#902897: virtualbox broken by binutils master (new R_X86_64_PLT32 relocation type))

2018-07-14 Thread Jan Nordholz
(adding a few more pieces of information) ... and they also messed this up in SVN r73086; they fixed only the switch/case statement in RelocateSectionExecDyn(), exactly the function that is *not* exercised for VMMR0.r0 as that's an ET_REL file, not an ET_DYN. :) Reiterating: the rev2 patch in

Bug#902897: virtualbox broken by binutils master (new R_X86_64_PLT32 relocation type)

2018-07-14 Thread Jan Nordholz
Hi Gianfranco, please include upstream's v2 patch, they missed one occurrence of _PC32 in ldrELFRelocatable.cpp.h in the first version... Jan