On 30 Sep 2016, at 12:02 pm, Alan <alanwil...@gmail.com> wrote:
> 
> Well, I gave a try, I copied from stable to local and appended 
> 
> /sw/fink/dists/local/main/finkinfo/languages/guile20.patch
> 
> with lines from 
> https://gist.github.com/rahulg/baa500e84136f0965e9ade2fb36b90ba
> 
> but, alas, it didn't work.
> 
That patch file is outdated and no longer used; you'd need to replace it 
completely with the new
patch and then modify the info file to use it again in the internal patch 
script it is using now.
But note that this issue has been discussed on the list before:

> On 15 Aug 2016, at 8:35 pm, Jack Howarth <howarth.at.f...@gmail.com> wrote:
> 
> Alternatively, rather than applying that ugly unreviewed patch, we could 
> probably just pass ac_cv_func_clock_gettime=no to configure to avoid the new 
> system calls until upstream catches up with the deviations in the Mac OS X 
> implementation.
>                Jack
> 
> On Mon, Aug 15, 2016 at 1:22 PM, Jack Howarth <howarth.at.f...@gmail.com> 
> wrote:
> The build issue for guile20 (and I assume also guile18) on 10.12 is described 
> in...
> 
> http://lists.gnu.org/archive/html/bug-guile/2016-06/msg00252.html
> 
> and a hack to work around it proposed at...
> 
> https://gist.github.com/rahulg/baa500e84136f0965e9ade2fb36b90ba
> 
So you might first try to add the above definition to ConfigureParams (see 
attached .info); however I found
on Yosemite that ac_cv_func_clock_gettime=no is already set by default (see 
build/config.log in the package
build dir how it’s set on your system).
So if that does not work, you’d have to uncomment the PatchFile*, and in the 
PatchScript the %{default_script},
lines in the .info file if you wish to test that patch under Sierra. It does 
compile under Yosemite and passes all
tests except one (the same failure shows up with the standard setup), but I 
cannot tell if it resolves the problem
under 10.12...

HTH
                                Derek

Attachment: guile20.info
Description: Binary data

Attachment: guile20.patch
Description: Binary data

------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to