Your message dated Thu, 21 Sep 2006 05:17:46 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#376570: fixed in libsigsegv 2.4-2
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)
--- Begin Message ---
Package: libsigsegv
Severity: important
Version: 2.4-1
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweaks to configure.ac and regenerate configure.
Please find attached patch with changes to configure.ac.
It would also be nice if you can ask upstream
to include this changes.
Thanks in advance
Petr
--- configure.ac.orig 2006-07-02 23:46:24.000000000 +0200
+++ configure.ac 2006-07-03 22:16:46.000000000 +0200
@@ -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 ;;
@@ -107,7 +107,7 @@
dnl FIXME: Put in some more known values into the third argument.
SV_TRY_FAULT([POSIX], sv_cv_fault_posix,
- [*-*-solaris2.[7-9] | i?86-*-linux2.[4-9]* | i?86-*-freebsd[4-9]* |
alpha*-dec-osf[4-9]* | *-*-hpux11* | mips-sgi-irix6*],
+ [*-*-solaris2.[7-9] | i?86-*-linux2.[4-9]* | i?86-*-freebsd[4-9]* |
i?86-*-kfreebsd[4-9]* | alpha*-dec-osf[4-9]* | *-*-hpux11* | mips-sgi-irix6*],
[],
[int sig, siginfo_t *sip, void *ucp],
[sip->si_addr],
@@ -147,7 +147,7 @@
action.sa_flags = SA_SIGINFO;])
dnl FIXME: Put in some more known values into the third argument.
-SV_TRY_FAULT([BSD], sv_cv_fault_bsd, [i?86-*-freebsd[4-9]*],
+SV_TRY_FAULT([BSD], sv_cv_fault_bsd, [i?86-*-freebsd[4-9]* |
i?86-*-kfreebsd[4-9]*],
[],
[int sig, int code, struct sigcontext *scp, void *addr],
[addr])
@@ -298,7 +298,7 @@
fi
if test -z "$CFG_FAULT" && test "$sv_cv_fault_bsd" = yes; then
case "$host_os" in
- freebsd*)
+ freebsd*| kfreebsd*)
case "$host_cpu" in
i?86 | x86_64)
CFG_FAULT=fault-freebsd-i386.h
@@ -630,7 +630,10 @@
esac
fi
if test -z "$CFG_STACKVMA" && test $ac_cv_func_mincore = yes; then
- CFG_STACKVMA=stackvma-mincore.c
+ case "$host_os" in
+ kfreebsd*) ;; dnl mincore() does not work
+ *) CFG_STACKVMA=stackvma-mincore.c ;;
+ esac
fi
if test -n "$CFG_STACKVMA"; then
AC_DEFINE(HAVE_STACKVMA, 1,
@@ -731,7 +734,7 @@
dnl FIXME: Put in some more known values into the third argument.
SV_TRY_LEAVE_HANDLER_LONGJMP([ and sigaltstack],
sv_cv_leave_handler_longjmp_sigaltstack,
- [*-*-freebsd*],
+ [*-*-freebsd*|*-*-kfreebsd*],
[
#ifndef SS_ONSTACK
#define SS_ONSTACK SA_ONSTACK
@@ -789,7 +792,7 @@
dnl FIXME: Put in some more known values into the third argument.
SV_TRY_LEAVE_HANDLER_SIGLONGJMP([ and sigaltstack],
sv_cv_leave_handler_siglongjmp_sigaltstack,
- [*-*-freebsd*],
+ [*-*-freebsd*|*-*-kfreebsd*],
[
#ifndef SS_ONSTACK
#define SS_ONSTACK SA_ONSTACK
--- End Message ---
--- Begin Message ---
Source: libsigsegv
Source-Version: 2.4-2
We believe that the bug you reported is fixed in the latest version of
libsigsegv, which is due to be installed in the Debian FTP archive:
libsigsegv-dev_2.4-2_i386.deb
to pool/main/libs/libsigsegv/libsigsegv-dev_2.4-2_i386.deb
libsigsegv_2.4-2.diff.gz
to pool/main/libs/libsigsegv/libsigsegv_2.4-2.diff.gz
libsigsegv_2.4-2.dsc
to pool/main/libs/libsigsegv/libsigsegv_2.4-2.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Peter Van Eynde <[EMAIL PROTECTED]> (supplier of updated libsigsegv package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 20 Sep 2006 10:39:11 +0200
Source: libsigsegv
Binary: libsigsegv-dev
Architecture: source i386
Version: 2.4-2
Distribution: unstable
Urgency: low
Maintainer: Peter Van Eynde <[EMAIL PROTECTED]>
Changed-By: Peter Van Eynde <[EMAIL PROTECTED]>
Description:
libsigsegv-dev - Library for handling page faults in a portable way
Closes: 376570
Changes:
libsigsegv (2.4-2) unstable; urgency=low
.
* fix FTBFS on GNU/kFreeBSD (Closes: #376570)
Files:
7d3078bdc2f515dc2b77594624465024 645 libdevel optional libsigsegv_2.4-2.dsc
0e951cea12514e590a364b202536f4a9 67716 libdevel optional
libsigsegv_2.4-2.diff.gz
fda9ed82290a609fc6e546afce1ead7b 20460 libdevel optional
libsigsegv-dev_2.4-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFETYt11ldN0tyliURAlaZAKDHeswVmCTc3R8O2rNcqrNG5VZ0oQCeLgRE
4y6PZUGxh6OyXGqTgZI+BQc=
=4WQN
-----END PGP SIGNATURE-----
--- End Message ---