[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fatal rror with tasksel when built from SVN



I ran into a problem with tasksel when I build it from SVN.

While 2.18 (sid) or 2.15 (sarge), I tried to build 2.19 from SVN so
that I can incorporate the fix for 278186.

However, EVEN WITHOUT 278186 fix, lauching tasksel manually (or in
d-i) just gives me:

Global symbol "$values" requires explicit package name at /usr/bin/tasksel line 48.
Execution of /usr/bin/tasksel aborted due to compilation errors.

Correcting line 48 from:

if (defined $values $$ length $value) {

To:

if (length $value) {

corrects the problem (this is what we have in 2.15 and 2.18)

I suspect the fix for 286054 is responsible for that...



-- 




Reply to: