GNU bug report logs -
#25921
pkgsrc patches: Dragonfly support
Previous Next
Reported by: Thomas Klausner <tk <at> giga.or.at>
Date: Wed, 1 Mar 2017 20:28:02 UTC
Severity: normal
Done: Andy Wingo <wingo <at> pobox.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25921 in the body.
You can then email your comments to 25921 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#25921
; Package
guile
.
(Wed, 01 Mar 2017 20:28:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Thomas Klausner <tk <at> giga.or.at>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Wed, 01 Mar 2017 20:28:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi!
We have a couple of patches in pkgsrc for guile which I'd like to see
merged.
The attached ones are for supporting DragonFly
(https://www.dragonflybsd.org/) better.
Can you please merge them?
Thomas
[patch-lib_signal.in.h (text/plain, attachment)]
[patch-libguile_threads.c (text/plain, attachment)]
Reply sent
to
Andy Wingo <wingo <at> pobox.com>
:
You have taken responsibility.
(Tue, 14 Mar 2017 11:28:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Thomas Klausner <tk <at> giga.or.at>
:
bug acknowledged by developer.
(Tue, 14 Mar 2017 11:28:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 25921-done <at> debbugs.gnu.org (full text, mbox):
On Wed 01 Mar 2017 21:27, Thomas Klausner <tk <at> giga.or.at> writes:
> $NetBSD: patch-lib_signal.in.h,v 1.1 2016/12/03 03:15:33 marino Exp $
>
> DragonFly support.
>
> --- lib/signal.in.h.orig 2016-06-29 09:12:27 UTC
> +++ lib/signal.in.h
> @@ -61,6 +61,7 @@
> #if (@GNULIB_PTHREAD_SIGMASK@ || defined GNULIB_POSIXCHECK) \
> && ((defined __APPLE__ && defined __MACH__) \
> || defined __FreeBSD__ || defined __OpenBSD__ || defined __osf__ \
> + || defined __DragonFly__ \
> || defined __sun || defined __ANDROID__) \
> && ! defined __GLIBC__
> # include <pthread.h>
>
This file comes from gnulib. Can you send this patch there?
bug-gnulib <at> gnu.org. That way you will fix it once and reap the benefits
many places.
> $NetBSD: patch-libguile_threads.c,v 1.1 2016/12/03 03:15:33 marino Exp $
>
> DragonFly support.
>
> --- libguile/threads.c.orig 2016-06-20 20:35:06 UTC
> +++ libguile/threads.c
> @@ -2252,7 +2252,7 @@ scm_ia64_ar_bsp (const void *opaque)
> return (void *) ctx->uc_mcontext.sc_ar_bsp;
> }
> # endif /* linux */
> -# ifdef __FreeBSD__
> +# if defined __FreeBSD__ || defined __DragonFly__
> # include <ucontext.h>
> void *
This is for ia64 support which AFAIU DragonFly doesn't do; I think you
can drop this one.
Closing this one as I think there's nothing for me to do here.
Andy
Information forwarded
to
bug-guile <at> gnu.org
:
bug#25921
; Package
guile
.
(Wed, 15 Mar 2017 18:05:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 25921-done <at> debbugs.gnu.org (full text, mbox):
On Tue, Mar 14, 2017 at 12:27:18PM +0100, Andy Wingo wrote:
> On Wed 01 Mar 2017 21:27, Thomas Klausner <tk <at> giga.or.at> writes:
>
> > $NetBSD: patch-lib_signal.in.h,v 1.1 2016/12/03 03:15:33 marino Exp $
> >
> > DragonFly support.
> >
> > --- lib/signal.in.h.orig 2016-06-29 09:12:27 UTC
> > +++ lib/signal.in.h
> > @@ -61,6 +61,7 @@
> > #if (@GNULIB_PTHREAD_SIGMASK@ || defined GNULIB_POSIXCHECK) \
> > && ((defined __APPLE__ && defined __MACH__) \
> > || defined __FreeBSD__ || defined __OpenBSD__ || defined __osf__ \
> > + || defined __DragonFly__ \
> > || defined __sun || defined __ANDROID__) \
> > && ! defined __GLIBC__
> > # include <pthread.h>
> >
>
> This file comes from gnulib. Can you send this patch there?
> bug-gnulib <at> gnu.org. That way you will fix it once and reap the benefits
> many places.
I sent this upstream and learned that it's probably unnecessary, so
I've removed it from pkgsrc.
> > $NetBSD: patch-libguile_threads.c,v 1.1 2016/12/03 03:15:33 marino Exp $
> >
> > DragonFly support.
> >
> > --- libguile/threads.c.orig 2016-06-20 20:35:06 UTC
> > +++ libguile/threads.c
> > @@ -2252,7 +2252,7 @@ scm_ia64_ar_bsp (const void *opaque)
> > return (void *) ctx->uc_mcontext.sc_ar_bsp;
> > }
> > # endif /* linux */
> > -# ifdef __FreeBSD__
> > +# if defined __FreeBSD__ || defined __DragonFly__
> > # include <ucontext.h>
> > void *
>
> This is for ia64 support which AFAIU DragonFly doesn't do; I think you
> can drop this one.
Ok, removed too.
Thanks for the feedback!
Thomas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 13 Apr 2017 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 130 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.