Re: Unable to build RELENG_9 (r234602)

2012-04-25 Thread Dimitry Andric
On 2012-04-25 04:32, Alie Tan wrote:
 I got this compilation error for 9-STABLE
 
 -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
 -Wno-unused-function -Wno-conversion -Wno-switch-enum -Wno-empty-body -c
 /usr/src/usr.sbin/sysinstall/dispatch.c
 /usr/src/usr.sbin/sysinstall/dispatch.c:594:17: error: format string is not
 a string literal (potentially insecure) [-Werror,-Wformat-security]
 msgConfirm(err);
 

9-STABLE doesn't compile without -Werror warnings with clang yet.  This
sysinstall warning is specifically one that must still be fixed, but
since sysinstall was removed from HEAD, it cannot be MFC'd.

For now, just put NO_WERROR= in your src.conf.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Unable to build RELENG_9 (r234602)

2012-04-25 Thread Konstantin Belousov
On Wed, Apr 25, 2012 at 08:26:28AM +0200, Dimitry Andric wrote:
 On 2012-04-25 04:32, Alie Tan wrote:
  I got this compilation error for 9-STABLE
  
  -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
  -Wno-unused-function -Wno-conversion -Wno-switch-enum -Wno-empty-body -c
  /usr/src/usr.sbin/sysinstall/dispatch.c
  /usr/src/usr.sbin/sysinstall/dispatch.c:594:17: error: format string is not
  a string literal (potentially insecure) [-Werror,-Wformat-security]
  msgConfirm(err);
  
 
 9-STABLE doesn't compile without -Werror warnings with clang yet.  This
 sysinstall warning is specifically one that must still be fixed, but
 since sysinstall was removed from HEAD, it cannot be MFC'd.
Commit directly into stable branch ?

 
 For now, just put NO_WERROR= in your src.conf.
 ___
 freebsd-stable@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


pgpvQZurBvfN7.pgp
Description: PGP signature


Unable to build RELENG_9 (r234602)

2012-04-24 Thread Alie Tan
Hi,

I got this compilation error for 9-STABLE

-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
-Wno-unused-function -Wno-conversion -Wno-switch-enum -Wno-empty-body -c
/usr/src/usr.sbin/sysinstall/dispatch.c
/usr/src/usr.sbin/sysinstall/dispatch.c:594:17: error: format string is not
a string literal (potentially insecure) [-Werror,-Wformat-security]
msgConfirm(err);

Thanks,
Alie T
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org