[cl-debian] Bug#362139: libsigsegv: FTBFS on GNU/kFreeBSD

Package: libsigsegv Severity: important Version: 2.2-4 Tags: patch Hi, the current version of libsigsegv fails to build on GNU/kFreeBSD. Please find bellow tweak to configure/configure.in to fix that. It would also be nice if you can ask upstream to include this change. Thanks in advance, Petr only in patch2: unchanged: --- libsigsegv-2.2.orig/configure.in +++ libsigsegv-2.2/configure.in @@ -74,7 +74,7 @@ dnl List of signals that are sent when an invalid virtual memory address dnl is accessed, or when the stack overflows. case "$host_os" in - sunos4* | freebsd* | openbsd* | netbsd*) + sunos4* | freebsd* | openbsd* | netbsd* | k*bsd*) CFG_SIGNALS=signals-bsd.h ;; hpux*) CFG_SIGNALS=signals-hpux.h ;; diff -u libsigsegv-2.2/configure libsigsegv-2.2/configure --- libsigsegv-2.2/configure +++ libsigsegv-2.2/configure @@ -19547,7 +19547,7 @@ case "$host_os" in - sunos4* | freebsd* | openbsd* | netbsd*) + sunos4* | freebsd* | openbsd* | netbsd* | k*bsd*) CFG_SIGNALS=signals-bsd.h ;; hpux*) CFG_SIGNALS=signals-hpux.h ;; @@ -24108,11 +24108,12 @@

Your message dated Thu, 13 Apr 2006 10:02:26 -0700 with message-id <E1FU5D8-0008VI-SE@spohr.debian.org> and subject line Bug#362139: fixed in libsigsegv 2.2-5 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
participants (2)
-
owner@bugs.debian.org
-
Petr Salinger