GNU bug report logs - #25922
pkgsrc patches: older Darwin support

Previous Next

Package: guile;

Reported by: Thomas Klausner <tk <at> giga.or.at>

Date: Wed, 1 Mar 2017 20:29: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 25922 in the body.
You can then email your comments to 25922 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#25922; Package guile. (Wed, 01 Mar 2017 20:29: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:29:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thomas Klausner <tk <at> giga.or.at>
To: bug-guile <at> gnu.org
Cc: Greg Troxel <gdt <at> lexort.com>
Subject: pkgsrc patches: older Darwin support
Date: Wed, 1 Mar 2017 21:28:16 +0100
[Message part 1 (text/plain, inline)]
Another pkgsrc patch concerns itself with supporting older Darwin
releases, attached. Can you please merge it?
 Thomas
[patch-libguile_stime.c (text/plain, attachment)]

Reply sent to Andy Wingo <wingo <at> pobox.com>:
You have taken responsibility. (Tue, 14 Mar 2017 11:31: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:31:02 GMT) Full text and rfc822 format available.

Message #10 received at 25922-done <at> debbugs.gnu.org (full text, mbox):

From: Andy Wingo <wingo <at> pobox.com>
To: Thomas Klausner <tk <at> giga.or.at>
Cc: 25922-done <at> debbugs.gnu.org, Greg Troxel <gdt <at> lexort.com>
Subject: Re: bug#25922: pkgsrc patches: older Darwin support
Date: Tue, 14 Mar 2017 12:30:32 +0100
On Wed 01 Mar 2017 21:28, Thomas Klausner <tk <at> giga.or.at> writes:

> Another pkgsrc patch concerns itself with supporting older Darwin
> releases, attached. Can you please merge it?
>  Thomas
>
> $NetBSD: patch-libguile_stime.c,v 1.1 2016/10/19 14:56:17 adam Exp $
>
> Fix building on Darwin.
>
> --- libguile/stime.c.orig	2016-10-19 07:55:02.000000000 +0000
> +++ libguile/stime.c
> @@ -828,7 +828,7 @@ scm_init_stime()
>    if (clock_gettime (CLOCK_REALTIME, &posix_real_time_base) == 0)
>      get_internal_real_time = get_internal_real_time_posix_timer;
>  
> -#ifdef HAVE_POSIX_CPUTIME
> +#if defined(HAVE_POSIX_CPUTIME) && defined(HAVE_CLOCK_GETCPUCLOCKID)
>    {
>      clockid_t dummy;
>      

I believe this was fixed in 2.1.6, so I think you can drop this one.

Andy




Information forwarded to bug-guile <at> gnu.org:
bug#25922; Package guile. (Wed, 15 Mar 2017 18:06:02 GMT) Full text and rfc822 format available.

Message #13 received at 25922-done <at> debbugs.gnu.org (full text, mbox):

From: Thomas Klausner <tk <at> giga.or.at>
To: Andy Wingo <wingo <at> pobox.com>
Cc: 25922-done <at> debbugs.gnu.org, Greg Troxel <gdt <at> lexort.com>
Subject: Re: bug#25922: pkgsrc patches: older Darwin support
Date: Wed, 15 Mar 2017 19:05:07 +0100
On Tue, Mar 14, 2017 at 12:30:32PM +0100, Andy Wingo wrote:
> On Wed 01 Mar 2017 21:28, Thomas Klausner <tk <at> giga.or.at> writes:
> 
> > Another pkgsrc patch concerns itself with supporting older Darwin
> > releases, attached. Can you please merge it?
> >  Thomas
> >
> > $NetBSD: patch-libguile_stime.c,v 1.1 2016/10/19 14:56:17 adam Exp $
> >
> > Fix building on Darwin.
> >
> > --- libguile/stime.c.orig	2016-10-19 07:55:02.000000000 +0000
> > +++ libguile/stime.c
> > @@ -828,7 +828,7 @@ scm_init_stime()
> >    if (clock_gettime (CLOCK_REALTIME, &posix_real_time_base) == 0)
> >      get_internal_real_time = get_internal_real_time_posix_timer;
> >  
> > -#ifdef HAVE_POSIX_CPUTIME
> > +#if defined(HAVE_POSIX_CPUTIME) && defined(HAVE_CLOCK_GETCPUCLOCKID)
> >    {
> >      clockid_t dummy;
> >      
> 
> I believe this was fixed in 2.1.6, so I think you can drop this one.

Confirmed fixed in 2.1.8, thanks!
 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.