pkgsrc-Bugs archive

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

Re: pkg/48934: sysutils/hal fails to build on NetBSD 5.2 because of missing POSIX string.h function



The following reply was made to PR pkg/48934; it has been noted by GNATS.

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: "David H.Gutteridge" <dhgutteridge%sympatico.ca@localhost>
Cc: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Subject: Re: pkg/48934: sysutils/hal fails to build on NetBSD 5.2 because of
 missing POSIX string.h function
Date: Sat, 21 Jun 2014 10:11:17 +0200

 On Sat, Jun 21, 2014 at 08:05:00AM +0000, David H.Gutteridge wrote:
 >  The following correction fixes it for me. (It may come through
 >  garbled courtesy of Apple Mail, but the change is simple.)
 
 That patch enables strlen everywhere, because at least one of the
 symbols will be undefined on every platform, and thus be smaller than
 800067 or 200202 or 1070.
 
 Try compiling:
 
 #if UNDEFINED_SYMBOL < 1
 #error a
 #else
 #error b
 #endif
 
 to see what I mean.
  Thomas
 


Home | Main Index | Thread Index | Old Index