Your message dated Mon, 25 Sep 2006 06:02:29 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#376570: fixed in libsigsegv 2.4-3
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-3
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-3_i386.deb
to pool/main/libs/libsigsegv/libsigsegv-dev_2.4-3_i386.deb
libsigsegv_2.4-3.diff.gz
to pool/main/libs/libsigsegv/libsigsegv_2.4-3.diff.gz
libsigsegv_2.4-3.dsc
to pool/main/libs/libsigsegv/libsigsegv_2.4-3.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: Mon, 25 Sep 2006 09:37:36 +0200
Source: libsigsegv
Binary: libsigsegv-dev
Architecture: source i386
Version: 2.4-3
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-3) unstable; urgency=low
.
* Added XS-X-Vcs-Darcs header
* Applied kfreeBSD patch again. (Closes: #376570)
* Regenerated configure files
Files:
05faf29b723dbbd34da215734d66cabd 725 libdevel optional libsigsegv_2.4-3.dsc
4b2db84445c7c82bb59b3e8cb44a86a3 69823 libdevel optional
libsigsegv_2.4-3.diff.gz
5479a6af1bb7f6298263ee35a1b39951 20542 libdevel optional
libsigsegv-dev_2.4-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFF6pi11ldN0tyliURAvHJAJ9ZtmwnNJXfJHlx9ll3POGnS44QPwCeIszj
sKJW93sN539PpC6igeSiS7c=
=7jYc
-----END PGP SIGNATURE-----
--- End Message ---