pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/50273: sysutils/findutils build fails on netbsd-7/i386
The following reply was made to PR pkg/50273; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/50273: sysutils/findutils build fails on netbsd-7/i386
Date: Sat, 26 Sep 2015 18:36:17 +0000
On Sat, Sep 26, 2015 at 05:10:05PM +0000, David Holland wrote:
> That's a compile-time assertion; can you check what it's asserting?
Never mind, it's this:
verify (LONG_MIN <= TYPE_MINIMUM (time_t) && TYPE_MAXIMUM (time_t) <= LONG_MAX);
which is of course not remotely true. I'd swear this has come up
before (also from the secret library of broken gnu code that magically
appears cutpasted into gnu tools) but I can't find any other patches
for it.
Anyway, just removing the bogus assertion should make it build.
Whether it will work is another question.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index