[Gambas-user] BUG Gambas stable [2407] broken
Benoît Minisini
gambas at ...1...
Tue Nov 3 19:58:17 CET 2009
> Have been looking a bit closer.
>
> The bug is in rev 2401, it's related to the recent gambas install path
> changes.
>
> It looks in the wrong directory (strace gambas2)
>
> lstat64("/usr/local/bin/lib/gambas2/gb.qt.so", 0xbfebc470) = -1 ENOENT
> (No such file or directory)
> lstat64("/usr/local/bin/lib/gambas2/gb.qt.gambas", 0xbfebc470) = -1
> ENOENT (No such file or directory)
> lstat64("/home/ron/.local/lib/gambas2/gb.qt.so", 0xbfebc470) = -1 ENOENT
> (No such file or directory)
> lstat64("/home/ron/.local/lib/gambas2/gb.qt.gambas", 0xbfebc470) = -1
> ENOENT (No such file or directory)
> write(2, "ERROR: ", 7ERROR: ) = 7
> write(2, "#27: ", 5#27: ) = 5
> write(2, "Cannot load component 'gb.qt': c"..., 55Cannot load component
> 'gb.qt': cannot find library file) = 55
> write(2, "\n", 1
> ) = 1
>
> There is no "/usr/local/bin/lib/gambas2/gb.qt.so" of course, all
> components are located here "/usr/local/lib/gambas2/" also the qt one.
>
> The qt component is just the first one it looks for.
>
> Regards,
> Ron_2nd.
>
It should be fixed in revision #2408. Only people installing Gambas locally
like you got the bug.
Regards,
--
Benoît Minisini
More information about the User
mailing list