Bug#1012789: Can you check if Img works at all?

2022-06-14 Thread Jeff Epler
Thanks for tryting LinuxCNC on aarch64. I don't know of anyone presently using such a configuration. As far as the "undefined symbol" message: Please check whether in "wish", it works to "package require Img" or whether the same error occurs. If it's the same error then may point to a general pro

Bug#867282: live-wrapper: Lacks dependency on squashfs-tools

2017-07-05 Thread Jeff Epler
Package: live-wrapper Version: 0.6+nmu1 Severity: serious Justification: Policy 3.5 Dear Maintainer, Hi. after installing live-wrapper with --no-install-recommends, it does not function properly, eventually issuing an error that /tmp/.../live can not be found. I believe that this is because it

Bug#750870: Proposed OpenSSL linking exception

2014-07-27 Thread Jeff Epler
In the thread "ITP: libressl", the OpenSSL linking exception was discussed. This is of great interest to people who would think that LibreSSL may be a long-term viable fork of OpenSSL, because many statements of the OpenSSL exception do not explicitly to permit linking with modified and/or renamed

Bug#628383: [kfreebsd-*] test failure: test-secmem

2014-05-18 Thread Jeff Epler
Apparently freebsd kernels 9.2 and later have security.bsd.unprivileged_mlock, which appears to default to permitted. http://www.freebsd.org/cgi/man.cgi?query=mlock&sektion=2&manpath=FreeBSD+9.2-RELEASE http://marc.info/?l=freebsd-arch&m=134617193210756 Is this test failure happening with kernel

Bug#707733: pygobject: FTBFS on kfreebsd

2013-05-14 Thread Jeff Epler
Another bug that may be similar: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671785 In that bug I remark that a problem with pthread_mutex_unlock can be observed on linux with valgrind --tool=helgrind. I haven't tried to determine whether it's a similar problem here, but it might be worth v

Bug#701832: doxygen consistently segfaults on kfreebsd-i386 when building opendnssec documentation

2013-03-04 Thread Jeff Epler
On Sun, Mar 03, 2013 at 12:20:57PM +, Steven Chamberlain wrote: > > #5 0x000800d21f2c in *__GI___libc_free (mem=) at > > malloc.c:3736 > > ar_ptr = 0x800ff3240 > > p = > > #6 0x000800844a79 in gvFreeContext () from /usr/lib/libgvc.so.5 > > No symbol table info availa

Bug#698102: eglibc: initgroups changes egid on kfreebsd

2013-01-29 Thread Jeff Epler
Michael, For now it sounds like there's no consensus that this is a bug in initgroups(3) in eglibc or setgroups(2) in kfreebsd. If you're aware of this leading to a bug in a specific Debian package (particularly if it is a bug with a security impact), please file a bug against that package. Jeff

Bug#698102: eglibc: initgroups changes egid on kfreebsd

2013-01-27 Thread Jeff Epler
I've reworked the test program as follows: #include #include #include #define NGROUPS 32 void call() { gid_t groups[NGROUPS]; int ngroups = getgroups(NGROUPS, groups), i; printf("gid = %d egid = %d groups =", (int) getgid(), (int) ge

Bug#685625: libgeom: may cause segfault of grub-probe

2012-12-29 Thread Jeff Epler
If it's a question of minimal impact to fix the specific crash that grub-probe encounters, then there are two more minimal ways to fix this specific problem that come to mind: replace reallocf with realloc---but in the unlikely case that realloc fails, it doesn't deallocate the argument (this is t

Bug#685625: implicit declaration of function ‘reallocf’

2012-12-21 Thread Jeff Epler
[snipped astute observations about the size of the xml data being important] On Fri, Dec 21, 2012 at 10:02:45PM +, Steven Chamberlain wrote: > And I'm worried about some of the other packages mentioned, where the > error shows on kfreebsd-* or maybe hurd-*, but not on other arches. > Should th