Le 22/06/2012 20:15, RICHARD WALKER a écrit :
> Third attempt at posting this, apologies if the first two really did get out>
>
> I have been investigating a similar problem with a package I build for
> limited distribution (so far only my brother uses this little
> program).
>
> I too have found that the Gambas-created package (rpm in my case) does
> not include all Gambas dependencies. The spec file lists only:
>
> gambas3-runtime
> gambas3-gb-image
> gambas3-gb-gui
> gambas3-gb-form
> gambas3-gb-dbus
> gambas3-gb-desktop
> gambas3-gb-settings
>
> The program uses three icons from gb.form.stock, which on Mageia
> systems is in its own rpm. My brother's system, I believe - trying to
> check now, does not have this rpm installed and it isn't (obviously)
> pulled in when he installs my package.
>
> Interestingly, the project component selection page omits
> gb.form.stock, although it does include gb.form, gb.form.dialog and
> gb.form.mdi. I assumed that .form.stock was somehow included with
> .form - but I was wrong.
>
>
> The error message he gets when trying to run my program is similar to 
> Sundar's:
>
> "This application has raised an unexpected error and must abort"
> "[27] Cannot load component "gb.form.stock:cannot find component
> Stock._get.352.2"
>
> This looks like a packaging bug to me.
>
> Richard
>

Yes, you are right. gb.form.stock is dynamically loaded by gb.form on 
demand, so the gb.form package should depent on gb.form.stock package.

-- 
Benoît Minisini

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to