Le 26 sept. 2010 à 03:00, OBATA Akio a écrit : > The following reply was made to PR pkg/43894; it has been noted by GNATS. > > From: "OBATA Akio" <obache%netbsd.org@localhost> > To: gnats-bugs%netbsd.org@localhost > Cc: > Subject: Re: pkg/43894: database/db4-4.8.30 does not build on NetBSD/cobalt > 5.0.2 > Date: Sun, 26 Sep 2010 09:59:46 +0900 > > On Sun, 26 Sep 2010 01:10:07 +0900, R?mi Zara <remi_zara%mac.com@localhost> > wrote: > >>> -#if (defined(__mips) || defined(__mips__)) && defined(__GNUC__) >>> +#if ((defined(__mips) && (__mips > 1)) || defined(__mips__)) && = >> defined(__GNUC__) >>> exit(0); >>> #else >>> FAIL TO COMPILE/LINK >>> =20 >> Same error.... > > Ah, then how about following? > > -#if (defined(__mips) || defined(__mips__)) && defined(__GNUC__) > +#if ((defined(__mips) && (__mips > 1)) || (!defined(__mips) && > defined(__mips__))) && defined(__GNUC__) > Does not work.... checking for mutexes... UNIX/fcntl configure: WARNING: NO SHARED LATCH IMPLEMENTATION FOUND FOR THIS PLATFORM. configure: error: Unable to find a mutex implementation *** Error code 1 Stop. make: stopped in /usr/pkgsrc/databases/db4 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/databases/db4 Regards, Rémi Zara
Attachment:
smime.p7s
Description: S/MIME cryptographic signature