pkgsrc-Bugs archive

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

Re: pkg/45773 (Can't build ast-ksh from pkgsrc 11q-3)



On Sun, Jun 17, 2012 at 07:24:46PM +0000, dholland%NetBSD.org@localhost wrote:
> Similar problems were seen on non-hpux and we think the newer version in
> pkgsrc HEAD doesn't do this. Probably worth giving it a try, in any case.

OK, I've tried the latest and and does look better... but I can't quite
get all the way through a build.  These errors look to be more like some
kind of standards-confomance disagreement between ksh and HP than
anything in pkgsrc, but opinions are of course welcome.

Here's a snippet:

"/pkgsrc/shells/ast-ksh/work/src/lib/libast/include/ast_getopt.h", line 22: 
warning #2161-D: unrecognized #pragma
  #pragma prototyped
          ^

"/usr/include/../include/wchar.h", line 121: error #2020: identifier 
"__va_list" is undefined
  extern int vfwprintf __((FILE *__restrict, const wchar_t *__restrict, 
__va_list));
                                                                        ^

"/usr/include/../include/wchar.h", line 122: error #2020: identifier 
"__va_list" is undefined
  extern int vwprintf __((const wchar_t *__restrict, __va_list));
                                                     ^

"/usr/include/../include/wchar.h", line 123: error #2020: identifier 
"__va_list" is undefined
  extern int vswprintf __((wchar_t *__restrict, size_t, const wchar_t 
*__restrict, __va_list));
                                                                                
   ^

"/usr/include/../include/wchar.h", line 257: error #2020: identifier 
"__va_list" is undefined
  extern int vwscanf __((const wchar_t * __restrict, __va_list));
                                                     ^

"/usr/include/../include/wchar.h", line 258: error #2020: identifier 
"__va_list" is undefined
  extern int vfwscanf __((FILE * __restrict, const wchar_t * __restrict, 
__va_list));
                                                                         ^

"/usr/include/../include/wchar.h", line 259: error #2020: identifier 
"__va_list" is undefined
  extern int vswscanf __((const wchar_t * __restrict, const wchar_t * 
__restrict, __va_list));
                                                                                
  ^


Home | Main Index | Thread Index | Old Index