← Back to team overview

linuxdcpp-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: dcplusplus
     Importance: Undecided
         Status: New

-- 
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.





Follow ups

References