pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/51308: pkgsrc/bootstrap fails
> The compiler is the "built in" gcc in /usr/bin, not one from ports.
> -Wundef was in my CFLAGS.
That's a known glitch in the way the bootstrap script works. Part of
it is built and tested with -Werror. Thus, if you add an extra warning
flag to your CFLAGS, you get the effect you observed.
You can re-enable -Wundef for package builds by putting it into CFLAGS
in your /usr/pkg/etc/mk.conf after bootstrapping.
Home |
Main Index |
Thread Index |
Old Index