pkgsrc-Bugs archive

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

Re: pkg/50589 (libarchive build fails during bootstrap on OSF/1)



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

From: Jeffrey Armstrong <jba%sdf.lonestar.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/50589 (libarchive build fails during bootstrap on OSF/1)
Date: Wed, 22 Jun 2016 23:06:36 +0000 (UTC)

 I've also updated the upstream bug report.  The following runs 
 delightfully well:
 
 #include <stdio.h>
 #include <wchar.h>
 
 int main(int argc, char *argv[])
 {
 
          printf("size is %d\n", sizeof(wchar_t));
          return 0;
 }
 
 and sizeof(wchar_t) works fine.
 
 As I suggested, something is wrong with the compiler flags if you check 
 the config.log file.  If it doesn't work, I guess it doesn't work, and 
 OSF/1 support can be dropped from pkgsrc.
 


Home | Main Index | Thread Index | Old Index