← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 650552] Re: DC++ building has scons noise with scons 2.x

 

According to https://bugs.launchpad.net/adchpp/+bug/609436 the same
problem is already fixed in adchpp. Scons 1.0.0 does not display this
noise, however, despite the fix in the latest adchpp rev it still
compiles for me so it seems even no minimum version rise needed after
fixing this...

-- 
DC++ building has scons noise with scons 2.x
https://bugs.launchpad.net/bugs/650552
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.

Status in DC++: New

Bug description:
Expected result: DC++ can build without spamming dozens of completely build-unrelated lines first.
Actual result: it can't. See below.

$P$G>scons -j2
scons: Reading SConscript files ...

scons: warning: BuildDir() and the build_dir keyword have been deprecated;
        use VariantDir() and the variant_dir keyword instead.
File "C:\Users\User\bcdcpp\build_util.py", line 79, in prepare_build

scons: warning: BuildDir() and the build_dir keyword have been deprecated;
        use VariantDir() and the variant_dir keyword instead.
File "C:\Users\User\bcdcpp\build_util.py", line 79, in prepare_build

scons: warning: BuildDir() and the build_dir keyword have been deprecated;
        use VariantDir() and the variant_dir keyword instead.
File "C:\Users\User\bcdcpp\build_util.py", line 79, in prepare_build

scons: warning: BuildDir() and the build_dir keyword have been deprecated;
        use VariantDir() and the variant_dir keyword instead.
File "C:\Users\User\bcdcpp\build_util.py", line 79, in prepare_build

scons: warning: BuildDir() and the build_dir keyword have been deprecated;
        use VariantDir() and the variant_dir keyword instead.
File "C:\Users\User\bcdcpp\build_util.py", line 79, in prepare_build

scons: warning: BuildDir() and the build_dir keyword have been deprecated;
        use VariantDir() and the variant_dir keyword instead.
File "C:\Users\User\bcdcpp\build_util.py", line 79, in prepare_build

scons: warning: BuildDir() and the build_dir keyword have been deprecated;
        use VariantDir() and the variant_dir keyword instead.
File "C:\Users\User\bcdcpp\build_util.py", line 79, in prepare_build

scons: warning: BuildDir() and the build_dir keyword have been deprecated;
        use VariantDir() and the variant_dir keyword instead.
File "C:\Users\User\bcdcpp\build_util.py", line 79, in prepare_build

scons: warning: BuildDir() and the build_dir keyword have been deprecated;
        use VariantDir() and the variant_dir keyword instead.
File "C:\Users\User\bcdcpp\build_util.py", line 79, in prepare_build

scons: warning: BuildDir() and the build_dir keyword have been deprecated;
        use VariantDir() and the variant_dir keyword instead.
File "C:\Users\User\bcdcpp\build_util.py", line 79, in prepare_build

scons: warning: BuildDir() and the build_dir keyword have been deprecated;
        use VariantDir() and the variant_dir keyword instead.
File "C:\Users\User\bcdcpp\build_util.py", line 79, in prepare_build
scons: done reading SConscript files.





References