[gobolinux-devel] 2.9.2 CheckDependencies error

Michael Homer michael at gobolinux.org
Tue Jun 3 10:48:20 NZST 2008


On Mon, Jun 2, 2008 at 10:00 PM, Giambattista Bloisi <giamby at infinito.it> wrote:
> Hi,
>    after installing Scripts 2.9.2 and while compiling CMake 2.6.0 I got
> the following error:
>
> SandboxInstall: Postprocessing Sandbox
> Traceback (most recent call last):
>  File "/System/Links/Executables/CheckDependencies", line 818, in <module>
>    print ConvertRecipeToBinary(p, v, r, t, u, depfile=depfile),
>  File "/System/Links/Executables/CheckDependencies", line 536, in
> ConvertRecipeToBinary
>    rules = get_rules_for(p, v, r, t, u, noWeb=True, no_compatlist=True,
> no_builddeps=True, availables=availables)
> NameError: global name 'availables' is not defined
Thanks for the catch. Fixed r3415; in released Scripts, change line
536 of bin/CheckDependencies to:
		rules = get_rules_for(p, v, r, t, u, noWeb=True, no_compatlist=True,
no_builddeps=True)
-Michael


More information about the gobolinux-devel mailing list