bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Segmentation fault with make-4.3+ on MacOS with 'wildcard'


From: Paul Smith
Subject: Re: Segmentation fault with make-4.3+ on MacOS with 'wildcard'
Date: Wed, 08 Mar 2023 09:03:02 -0500
User-agent: Evolution 3.46.4 (by Flathub.org)

On Tue, 2023-03-07 at 20:18 -0600, Satish Balay wrote:
> Ok - try a build without guile:
> 
> balay@ypro make-4.4.1 % ./configure --without-guile && make -j8
> 
> Now it works! :
> 
> balay@ypro ~ % ./make-4.4.1/make
> CONFIGDIR: /Users/balay/testdir/share/config
> balay@ypro ~ % 
> 
> 
> So there must be some bad interaction with picking up brew installed
> guile libs here...

Aha that's great info.  I didn't have Guile installed on the MacOS
system I'm using.  I will try installing it and see if I can reproduce
the problem.

That is very odd though since clearly we're not invoking any Guile
content in this makefile.  I suspect the Guile library is replacing
some standard libc library function in a way that doesn't work as
expected...?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]