[Scons-users] AppendUnique doesn't append unique

Rob Deckers Rob.Deckers at vanderlande.com
Fri Sep 20 03:14:20 EDT 2013


We found out that AppendUnique fails to append unique when Dir-nodes are inserted.
With string's it works fine.

Rob


From: scons-users-bounces at scons.org [mailto:scons-users-bounces at scons.org] On Behalf Of Gary Oberbrunner
Sent: woensdag 18 september 2013 13:29
To: SCons users mailing list
Subject: Re: [Scons-users] AppendUnique doesn't append unique



On Wed, Sep 18, 2013 at 5:18 AM, Rob Deckers <Rob.Deckers at vanderlande.com<mailto:Rob.Deckers at vanderlande.com>> wrote:
Hi,

We encountered in our Scons build environment that the build randomly failed, especially the unittests.

A further investigation showed VERY big (to big) command lines because of the link dependencies.
First we slimmed down the link dependancies list, but also we saw doubles in the list, even though we used

[code]
# Add additional library paths to LIBPATH variable so the linker can find the libs
env.AppendUnique(
LIBPATH = [add_libpath]
)
[/code]

AppendUnique currently passes all its unit tests; that doesn't necessarily mean there isn't a corner case it missed. Can you send an example, or at least show what LIBPATH and add_libpath contain (especially what data types are in each)?

--
Gary
** Disclaimer **

This e-mail, including any attachments, may include proprietary and confidential information of Vanderlande Industries and may only be read by the person or those persons to whom it is addressed.
This document is forwarded to you in such a form (e-mail) that Vanderlande Industries cannot guarantee the completeness and/or correctness of its contents and information.
If you have received this e-mail message in error, please notify us immediately. Please also delete this document from your computer.
This document may not be reproduced, copied, distributed, published, modified, or furnished to third parties, without the prior written consent of Vanderlande Industries.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://four.pairlist.net/pipermail/scons-users/attachments/20130920/6899e34d/attachment.htm


More information about the Scons-users mailing list