You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These 'overriding commands...' lines usually indicate a mistake in the makefiles
$ make VERBOSE=1
cfg: build triple i686-pc-mingw32
cfg: host triples i686-pc-mingw32
cfg: target triples i686-pc-mingw32
cfg: host for i686-pc-mingw32 is i386
cfg: os for i686-pc-mingw32 is pc-mingw32
cfg: using gcc
cfg: disabling valgrind due to its unreliability on this platform
/c/rustbuild/scratch/rust-brson/mk/target.mk:95: warning: overriding commands fo
r target `i686-pc-mingw32/stage0/bin/rustc/i686-pc-mingw32/bin/'
/c/rustbuild/scratch/rust-brson/mk/target.mk:95: warning: ignoring old commands
for target `i686-pc-mingw32/stage0/bin/rustc/i686-pc-mingw32/bin/'
/c/rustbuild/scratch/rust-brson/mk/target.mk:95: warning: overriding commands fo
r target `i686-pc-mingw32/stage1/bin/rustc/i686-pc-mingw32/bin/'
/c/rustbuild/scratch/rust-brson/mk/target.mk:95: warning: ignoring old commands
for target `i686-pc-mingw32/stage1/bin/rustc/i686-pc-mingw32/bin/'
/c/rustbuild/scratch/rust-brson/mk/target.mk:95: warning: overriding commands fo
r target `i686-pc-mingw32/stage2/bin/rustc/i686-pc-mingw32/bin/'
/c/rustbuild/scratch/rust-brson/mk/target.mk:95: warning: ignoring old commands
for target `i686-pc-mingw32/stage2/bin/rustc/i686-pc-mingw32/bin/'
/c/rustbuild/scratch/rust-brson/mk/target.mk:95: warning: overriding commands fo
r target `i686-pc-mingw32/stage3/bin/rustc/i686-pc-mingw32/bin/'
/c/rustbuild/scratch/rust-brson/mk/target.mk:95: warning: ignoring old commands
for target `i686-pc-mingw32/stage3/bin/rustc/i686-pc-mingw32/bin/'
/c/rustbuild/scratch/rust-brson/mk/host.mk:138: warning: overriding commands for
target `i686-pc-mingw32/stage1/bin/'
/c/rustbuild/scratch/rust-brson/mk/host.mk:138: warning: ignoring old commands f
or target `i686-pc-mingw32/stage1/bin/'
/c/rustbuild/scratch/rust-brson/mk/host.mk:138: warning: overriding commands for
target `i686-pc-mingw32/stage2/bin/'
/c/rustbuild/scratch/rust-brson/mk/host.mk:138: warning: ignoring old commands f
or target `i686-pc-mingw32/stage2/bin/'
/c/rustbuild/scratch/rust-brson/mk/host.mk:138: warning: overriding commands for
target `i686-pc-mingw32/stage3/bin/'
/c/rustbuild/scratch/rust-brson/mk/host.mk:138: warning: ignoring old commands f
or target `i686-pc-mingw32/stage3/bin/'
cfg: no pandoc found, omitting docs
cfg: no node found, omitting docs
cfg: no llnextgen found, omitting grammar-verification
cfg: no pandoc found, omitting library doc build
It can be simply fixed with CFG_LIB check whether bin or lib however considering multiple target triples with linux and windows, CFG_LIB needs to configurable #5223 and #5577
fix for #6279#6253
mk: rt.mk regression patch for mingw32 after #6176
currently do not pass optimization option just make it works only
mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235
It can be simply fixed with CFG_LIB check whether bin or lib however considering multiple target triples with linux and windows, CFG_LIB needs to configurable #5223 and #5577
These 'overriding commands...' lines usually indicate a mistake in the makefiles
The build ends in failure
As reported by Thad. Not sure how the bots continue to run.
The text was updated successfully, but these errors were encountered: