[Pkg-kde-extras] Bug#534003: belpic, kio-locate, skim: scons-related FTBFSes

Michael Schutte michi at uiae.at
Sat Jul 11 14:57:05 UTC 2009


tag 525593 + patch
tag 534003 + patch
tag 534030 + patch
thanks

Hi,

> scons: *** […] TypeError : cannot concatenate 'str' and 'list' objects

These bugs come from the behavior of _do_create_keywords() in
/usr/lib/scons/SCons/Action.py (line 332, scons 1.2.0-2).  It interprets
this line from admin/generic.py

    la_file = env.Action(build_la_file, string_la_file, ['BKSYS_VNUM', 'BKSYS_DESTDIR'])

by appending the list as a whole to another list.  The correct usage
appears to be

    la_file = env.Action(build_la_file, string_la_file, 'BKSYS_VNUM', 'BKSYS_DESTDIR')

As at least three packages are affected, it might be an alternative to
make scons accept this syntax; it seems to have been supported before,
after all.

Cheers,
-- 
Michael Schutte <michi at uiae.at>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: scons.patch
Type: text/x-diff
Size: 572 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-kde-extras/attachments/20090711/3de542f0/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-kde-extras/attachments/20090711/3de542f0/attachment.pgp>


More information about the pkg-kde-extras mailing list