← Back to team overview

linuxdcpp-team team mailing list archive

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

 

** Changed in: dcplusplus
       Status: New => Fix Committed

-- 
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++: Fix Committed

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