Failed to start VisualGST

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Failed to start VisualGST

Jan Vrany
Hi there,

after many years I decided to have a look to GST again.
I have cloned the GIT repo (on savannah) and compiled
without no extra options passed to ./configure
(commit 505aa51363c0fcee1273c301fb5760c9dcd09631, to be exact)

Then I tried to run VisualGST by

./gst-tool gst-browser and got:

Object: DLD error: requested module gst-glib was not found
SystemExceptions.CInterfaceError(Smalltalk.Exception)>>signal
(ExcHandling.st:254)
SystemExceptions.CInterfaceError class(Smalltalk.Exception
class)>>signal: (ExcHandling.st:161)
Smalltalk.DLD class>>addModule: (DLD.st:297)
optimized [] in Smalltalk.Package>>primFileIn (PkgLoader.st:1571)
Smalltalk.Set(Smalltalk.HashedCollection)>>do: (HashedColl.st:200)
[] in Smalltalk.Package>>primFileIn (PkgLoader.st:1572)
Smalltalk.BlockClosure>>ensure: (BlkClosure.st:271)
Smalltalk.Package>>primFileIn (PkgLoader.st:1565)
Kernel.StarPackage(Kernel.ExternalPackage)>>primFileIn
(PkgLoader.st:1065)
optimized [] in Smalltalk.PackageLoader class>>fileInPackages:
(PkgLoader.st:1978)
Smalltalk.OrderedCollection>>do: (OrderColl.st:67)
Smalltalk.PackageLoader class>>fileInPackages: (PkgLoader.st:1971)
Smalltalk.PackageLoader class>>fileInPackage: (PkgLoader.st:1959)
Smalltalk.Package(Kernel.PackageInfo)>>fileIn (PkgLoader.st:488)
optimized [] in Smalltalk.UndefinedObject>>executeStatements
(scripts/Load.st:126)
Smalltalk.OrderedCollection>>do: (OrderColl.st:67)
[] in Smalltalk.UndefinedObject>>executeStatements (scripts/Load.st:124)
[] in Smalltalk.BlockClosure>>ifCurtailed: (BlkClosure.st:290)
Smalltalk.BlockClosure>>ensure: (BlkClosure.st:271)
Smalltalk.BlockClosure>>ifCurtailed: (BlkClosure.st:276)
Smalltalk.UndefinedObject>>executeStatements (scripts/Load.st:114)

Is that a bug or did I something wrong?

Best, Jan


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Failed to start VisualGST

Paolo Bonzini-2
Il 17/09/2014 22:33, Jan Vrany ha scritto:

> ./gst-tool gst-browser and got:
>
> Object: DLD error: requested module gst-glib was not found
> SystemExceptions.CInterfaceError(Smalltalk.Exception)>>signal
> (ExcHandling.st:254)
> SystemExceptions.CInterfaceError class(Smalltalk.Exception
> class)>>signal: (ExcHandling.st:161)
> Smalltalk.DLD class>>addModule: (DLD.st:297)
> optimized [] in Smalltalk.Package>>primFileIn (PkgLoader.st:1571)
> Smalltalk.Set(Smalltalk.HashedCollection)>>do: (HashedColl.st:200)
> [] in Smalltalk.Package>>primFileIn (PkgLoader.st:1572)
> Smalltalk.BlockClosure>>ensure: (BlkClosure.st:271)
> Smalltalk.Package>>primFileIn (PkgLoader.st:1565)
> Kernel.StarPackage(Kernel.ExternalPackage)>>primFileIn
> (PkgLoader.st:1065)
> optimized [] in Smalltalk.PackageLoader class>>fileInPackages:
> (PkgLoader.st:1978)
> Smalltalk.OrderedCollection>>do: (OrderColl.st:67)
> Smalltalk.PackageLoader class>>fileInPackages: (PkgLoader.st:1971)
> Smalltalk.PackageLoader class>>fileInPackage: (PkgLoader.st:1959)
> Smalltalk.Package(Kernel.PackageInfo)>>fileIn (PkgLoader.st:488)
> optimized [] in Smalltalk.UndefinedObject>>executeStatements
> (scripts/Load.st:126)
> Smalltalk.OrderedCollection>>do: (OrderColl.st:67)
> [] in Smalltalk.UndefinedObject>>executeStatements (scripts/Load.st:124)
> [] in Smalltalk.BlockClosure>>ifCurtailed: (BlkClosure.st:290)
> Smalltalk.BlockClosure>>ensure: (BlkClosure.st:271)
> Smalltalk.BlockClosure>>ifCurtailed: (BlkClosure.st:276)
> Smalltalk.UndefinedObject>>executeStatements (scripts/Load.st:114)
>
> Is that a bug or did I something wrong?

You didn't install GNU Smalltalk, so it couldn't find the shared library
for the glib bindings plugin.

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Failed to start VisualGST

Jan Vrany
Hi,

On Thu, 2014-09-18 at 14:32 +0200, Paolo Bonzini wrote:

> Il 17/09/2014 22:33, Jan Vrany ha scritto:
> > ./gst-tool gst-browser and got:
> >
> > Object: DLD error: requested module gst-glib was not found
> > SystemExceptions.CInterfaceError(Smalltalk.Exception)>>signal
> > (ExcHandling.st:254)
> > SystemExceptions.CInterfaceError class(Smalltalk.Exception
> > class)>>signal: (ExcHandling.st:161)
> > Smalltalk.DLD class>>addModule: (DLD.st:297)
> > optimized [] in Smalltalk.Package>>primFileIn (PkgLoader.st:1571)
> > Smalltalk.Set(Smalltalk.HashedCollection)>>do: (HashedColl.st:200)
> > [] in Smalltalk.Package>>primFileIn (PkgLoader.st:1572)
> > Smalltalk.BlockClosure>>ensure: (BlkClosure.st:271)
> > Smalltalk.Package>>primFileIn (PkgLoader.st:1565)
> > Kernel.StarPackage(Kernel.ExternalPackage)>>primFileIn
> > (PkgLoader.st:1065)
> > optimized [] in Smalltalk.PackageLoader class>>fileInPackages:
> > (PkgLoader.st:1978)
> > Smalltalk.OrderedCollection>>do: (OrderColl.st:67)
> > Smalltalk.PackageLoader class>>fileInPackages: (PkgLoader.st:1971)
> > Smalltalk.PackageLoader class>>fileInPackage: (PkgLoader.st:1959)
> > Smalltalk.Package(Kernel.PackageInfo)>>fileIn (PkgLoader.st:488)
> > optimized [] in Smalltalk.UndefinedObject>>executeStatements
> > (scripts/Load.st:126)
> > Smalltalk.OrderedCollection>>do: (OrderColl.st:67)
> > [] in Smalltalk.UndefinedObject>>executeStatements (scripts/Load.st:124)
> > [] in Smalltalk.BlockClosure>>ifCurtailed: (BlkClosure.st:290)
> > Smalltalk.BlockClosure>>ensure: (BlkClosure.st:271)
> > Smalltalk.BlockClosure>>ifCurtailed: (BlkClosure.st:276)
> > Smalltalk.UndefinedObject>>executeStatements (scripts/Load.st:114)
> >
> > Is that a bug or did I something wrong?
>
> You didn't install GNU Smalltalk, so it couldn't find the shared library
> for the glib bindings plugin.
>

Right. I tried to install it too (configure --prefix ..., make install)
and then run it by ./bin/gst-browser. I've got exactly the same output.

Jan


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Failed to start VisualGST

Paolo Bonzini-2
Il 18/09/2014 23:46, Jan Vrany ha scritto:
> Right. I tried to install it too (configure --prefix ..., make install)
> and then run it by ./bin/gst-browser. I've got exactly the same output.

Can you send the output of "strace ./bin/gst-browser" and "find PREFIX
-name 'gst*'"?

Thanks,

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Failed to start VisualGST

Jan Vrany
Hi,
On Fri, 2014-09-19 at 11:39 +0200, Paolo Bonzini wrote:
> Il 18/09/2014 23:46, Jan Vrany ha scritto:
> > Right. I tried to install it too (configure --prefix ..., make install)
> > and then run it by ./bin/gst-browser. I've got exactly the same output.
>
> Can you send the output of "strace ./bin/gst-browser" and "find PREFIX
> -name 'gst*'"?

Funny. There was no gst-glib module in the install directory.
I tried "make install" in packages/glib and it complained about
not finding libgst.

Then I did make distclean, ./configure and make && make install
again and now it works.

I'm not sure what went wrong in a first place, but now it works.
I'm sorry with bothering you, I should have tried this before posting
here. Thanks for your help.

Best, Jan

>
> Thanks,
>
> Paolo
>
> _______________________________________________
> help-smalltalk mailing list
> [hidden email]
> https://lists.gnu.org/mailman/listinfo/help-smalltalk



_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk