Gentoo Archives: gentoo-alt

From: Jeremy Olexa <darkside@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Another findutils failed (but on Solaris)
Date: Wed, 07 May 2008 16:53:05
Message-Id: 90b936c0805070953t78dee02ao28338417bf10f69c@mail.gmail.com
In Reply to: [gentoo-alt] Another findutils failed (but on Solaris) by Bacchella Fabrice
1 On Wed, May 7, 2008 at 10:54 AM, Bacchella Fabrice
2 <fabrice.bacchella@×××××××.com> wrote:
3 <snip>
4 Grr, I couldn't reproduce this one either while compiling findutils by
5 hand. A quick google search of:
6
7 > pred.c:661: error: wrong type argument to unary minus
8
9 Leads me to trying this (in pred.c):
10 -return p->st_blocks < 0 ? -HUGE_VAL : HUGE_VAL;
11 +return p->st_blocks < 0 ? -_HUGE_VAL : HUGE_VAL;
12
13 But, I don't even know if that is valid... It would be interesting to
14 know if you could compile findutils by hand, using the trusty
15 ./configure, make, make install. Hopefully someone else can chime in
16 here.
17
18 -Jeremy
19 --
20 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] Another findutils failed (but on Solaris) Bacchella Fabrice <fabrice.bacchella@×××××××.com>