Summary: | x11-misc/gaia build fails with scons-0.98.3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Santiago M. Mola (RETIRED) <coldwind> |
Component: | New packages | Assignee: | Christian Faulhammer (RETIRED) <fauli> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | 02_scons_args.patch |
Description
Santiago M. Mola (RETIRED)
![]() Created attachment 154623 [details, diff]
02_scons_args.patch
Patch from Debian. It's backwards compatible with, at least, scons 0.97.
There's a deprecation warning which may be worth to fix too:
scons: warning: The env.Copy() method is deprecated; use the env.Clone() method instead.
Thanks for your patch. Fixed. Still works with 0.97 and exchanged that deprecated env.Copy() with env.Clone() |