pkgsrc-Users archive

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

Bootstrap on OSX Mountain Lion



Hiya,

What's the current guidance on bootstrapping for Mountain Lion?  I
tried using the standard clang/llvm compiler, and got the following:

===> Bootstrapping awk
===> running: /bin/sh
/Users/stephen/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g
wheel /Users/stephen/pkgsrc/bootstrap/work/awk
===> running: (cd /Users/stephen/pkgsrc/bootstrap/work/awk &&
/Users/stephen/pkgsrc/bootstrap/work/bin/bmake  -f Makefile CC="gcc
-isystem /usr/include" CFLAGS="")
gcc -isystem /usr/include   -c ytab.c
gcc -isystem /usr/include   -c b.c
b.c: In function 'match':
b.c:470: warning: comparison is always true due to limited range of data type
b.c: In function 'pmatch':
b.c:501: warning: comparison is always true due to limited range of data type
b.c: In function 'nematch':
b.c:559: warning: comparison is always true due to limited range of data type
b.c: At top level:
b.c:726: error: redefinition of 'isblank'
/usr/include/ctype.h:242: error: previous definition of 'isblank' was here
*** Error code 1

Stop.
bmake: stopped in /Users/stephen/pkgsrc/bootstrap/work/awk
===> exited with status 1
aborted.

S.


Home | Main Index | Thread Index | Old Index