buildbot status

Austin English austinenglish at gmail.com
Mon Oct 3 21:46:08 CDT 2011


On Sat, Oct 1, 2011 at 14:49, Charles Davis <cdavis at mymail.mines.edu> wrote:
> Builds fail, though, because of:
>
> cc1: warnings being treated as errors
> mach.c: In function ‘init_tracing_mechanism’:
> mach.c:104: warning: ‘bootstrap_register’ is deprecated (declared at /usr/include/servers/bootstrap.h:272)
> {standard input}:164:non-relocatable subtraction expression, "L_current$non_lazy_ptr" minus "L00000000003$pb"
> {standard input}:164:symbol: "L_current$non_lazy_ptr" can't be undefined in a subtraction expression
> {standard input}:159:non-relocatable subtraction expression, "L_current$non_lazy_ptr" minus "L00000000003$pb"
> {standard input}:159:symbol: "L_current$non_lazy_ptr" can't be undefined in a subtraction expression
> {standard input}:155:non-relocatable subtraction expression, "L_global_error$non_lazy_ptr" minus "L00000000003$pb"
> {standard input}:155:symbol: "L_global_error$non_lazy_ptr" can't be undefined in a subtraction expression
> {standard input}:unknown:Undefined local symbol L_global_error$non_lazy_ptr
> {standard input}:unknown:Undefined local symbol L_current$non_lazy_ptr
> make[1]: *** [mach.o] Error 1

CFLAGS="-Wno-error=deprecated-declarations"

that will suppress some other warnings, but probably nothing too bad.
or we can turn it on for wineserver only.

-- 
-Austin



More information about the wine-tests-results mailing list