[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build fails due to 'lib/assert.h' on mac os x
From: |
Jim Meyering |
Subject: |
Re: build fails due to 'lib/assert.h' on mac os x |
Date: |
Fri, 9 Sep 2016 13:29:48 -0700 |
On Thu, Sep 8, 2016 at 7:33 PM, Assaf Gordon <address@hidden> wrote:
> On 09/08/2016 04:40 PM, Jim Meyering wrote:
>>
>> On Wed, Sep 7, 2016 at 10:17 PM, Assaf Gordon <address@hidden>
>> wrote:
>>>
>>> $ make
>>> [...]
>>> make[2]: *** No rule to make target `lib/assert.h', needed by `all'.
>>> Stop.
>
>
>> I noticed the same failure on a Centos 7 system.
>> I dug enough to find the probable cause+solution in the attached proposed
>> patch:
>
>
> Thanks!
>
> That fixed the build on Mac OS X.
Thanks for checking.
I was not satisfied with my knee-jerk fix, since I hadn't really
understood the failure, ... so backed out my change locally on each
system (centos and osx) and tried to reproduce, but now cannot
reproduce it, anywhere. I even tried in a just-cloned repository.
Assaf, would you please try to reproduce that failure in a just-cloned
working directory?