← Back to team overview

linuxdcpp-team team mailing list archive

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

 

Fixed in DC++ 0.780.

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

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

Title:
  DC++ building has scons noise with scons 2.x

Status in DC++:
  Fix Released

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