Re: [Gambas-user] Missing dependencies in compiled packages

2009-02-25 Thread Jorge Carrión
I'm waiting for an answer too. I've have the same problem with the
gambas2-gb-db-mysql.deb package on Ubuntu.


2009/2/24 minthaka mohar...@gmail.com



 What are you trying to do? Please tell us more.

 My question is twofold:
 1. I've written a program in Gambas. It uses the sqlite3 server as backend.
 When I try to install my program, the package manager invokes another
 packages to be installed:
 -gambas2-gb-db
 -gambas2-gb-db-form
 -gambas2-gb-form
 -gambas2-gb-qt
 -gambas2-gb-qt-ext
 -gambas2-runtime.
 It's all right, the dependencies are well solved but: the program doesn't
 work until I've not installed gambas2-gb-db-sqlite3 package. I have to do
 it
 manually, nothing is telling me what is missing. I would like to have this
 package on the dependency list. I don't know how to do that.
 2. I would also include packages unarj, unzip, unrar, unace, and add them
 on
 dependency list. If it is not possible to do from within gambas2-ide, is
 there possibility to crack an .rpm file, to find a file containing the
 dependency list, and to add some lines manually, and after to save all the
 changes.
 I don't know how to create .rpm packages manually, the descriptions are
 obsolete,...
 So can you help me?
 Thanks!
 Csaba
 --
 View this message in context:
 http://www.nabble.com/Missing-dependencies-in-compiled-packages-tp22148634p22180533.html
 Sent from the gambas-user mailing list archive at Nabble.com.



 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
 CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the
 Enterprise
 -Strategies to boost innovation and cut costs with open source
 participation
 -Receive a $600 discount off the registration fee with the source code:
 SFAD
 http://p.sf.net/sfu/XcvMzF8H
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Missing dependencies in compiled packages

2009-02-25 Thread M0E Lnx
BTW, the 3.0 development branch is said to have support for such a
thing... I have yet to try it.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Missing dependencies in compiled packages

2009-02-25 Thread M0E Lnx
I asked this question a long time ago (08/18/08)
Apparently, there are no provisions for this in the gambas2 branch.
I was referred to this back then
http://gambas.svn.sourceforge.net/viewvc/gambas?view=revrevision=1520
(notice the log message)

In the mean time, you may need to study your .deb package structure
and manually hack it to pull those dependencies.

That's what I did for my application (for VectorLinux)
In VectorLinux and Slackware (.tlz and .tgz) packages, there is a file
called slack-required which defines package dependencies. Maybe
there is something similar in .deb

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Missing dependencies in compiled packages

2009-02-25 Thread Benoît Minisini
 I'm facing a serious problem when compiling a project:
 When I'm trying to install the created package, it gives the list of
 required dependencies, but there are missing gambas components.
 For example, I cannot add the gambas2-gb-db-sqlite3 package, and I can't
 see it in projects properties. I've checked the gb.db component, but that
 doesn't affect the missing package. Off course, the program would install
 but also immediately crash, since it's built upon sqlite backend. How can I
 add these missing stuffs?
 Thanks!
 Csaba

Hi,

At the moment, database drivers are not checkable in the project property 
dialog, and so they are not added to the project dependencies list.

I think making them checkable is not a problem. If I do that in a next commit, 
will you test it?

-- 
Benoît

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Missing dependencies in compiled packages

2009-02-25 Thread M. Cs.
Yes, I would do if you explained me how to do it. I've written an aplication
which is open for everyone, and I would like to make it usable from
dependency part too.
Greetings,
Csaba
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Missing dependencies in compiled packages

2009-02-24 Thread minthaka

   
What are you trying to do? Please tell us more.

My question is twofold:
1. I've written a program in Gambas. It uses the sqlite3 server as backend.
When I try to install my program, the package manager invokes another
packages to be installed:
-gambas2-gb-db
-gambas2-gb-db-form
-gambas2-gb-form
-gambas2-gb-qt
-gambas2-gb-qt-ext
-gambas2-runtime.
It's all right, the dependencies are well solved but: the program doesn't
work until I've not installed gambas2-gb-db-sqlite3 package. I have to do it
manually, nothing is telling me what is missing. I would like to have this
package on the dependency list. I don't know how to do that.
2. I would also include packages unarj, unzip, unrar, unace, and add them on
dependency list. If it is not possible to do from within gambas2-ide, is
there possibility to crack an .rpm file, to find a file containing the
dependency list, and to add some lines manually, and after to save all the
changes. 
I don't know how to create .rpm packages manually, the descriptions are
obsolete,...
So can you help me?
Thanks!
Csaba
-- 
View this message in context: 
http://www.nabble.com/Missing-dependencies-in-compiled-packages-tp22148634p22180533.html
Sent from the gambas-user mailing list archive at Nabble.com.


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Missing dependencies in compiled packages

2009-02-23 Thread minthaka

Any one out there? Please I need help upon adding some gambas2-based
packages. Or at least, is it possible to remaster an .rpm package without
changing the content, to put dependency somewhere? I would realy appreciate
any help!
Csaba 

-- 
View this message in context: 
http://www.nabble.com/Missing-dependencies-in-compiled-packages-tp22148634p22170258.html
Sent from the gambas-user mailing list archive at Nabble.com.


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Missing dependencies in compiled packages

2009-02-23 Thread Werner
minthaka wrote:
 Any one out there? Please I need help upon adding some gambas2-based
 packages. Or at least, is it possible to remaster an .rpm package without
 changing the content, to put dependency somewhere? I would realy appreciate
 any help!
 Csaba 

   
What are you trying to do? Please tell us more.

Best Regards
Werner


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user