Karthik,

Not sure if you have gone through this, 

Before trying to use the MPC to create a package, ensure that you've done a 
configure and build on your project in Anjuta.

May be little time consuming.. but worthwhile to learn!

http://moblin.org/documentation/moblin-sdk/getting-ready-moblin-developmentĀ 


My guess is that your build environment is main stream *nix!

Let us know if this helps, or you find some issues that needs to be fixed!


Regards,

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of 
Karthik K
Sent: Sunday, December 27, 2009 6:54 PM
To: [email protected]
Subject: Re: [Moblin Dev] Building packages with Moblin-Package-Creator

Hi,

Thanks for the tips you provided. The shared library my app needs is
clutter-gst. So how can i mention it in the moblin package creator's
Requires and Depends fileds?
I tried to place libclutter-gst, libclutter-gst-0.10, clutter-gst
Though my system has this, while installing it is telling dependent package
is not installed.

Suppose i make clutter-gst shared library as part of my package, then is
there a way where i can check for the availability of the clutter-gst
library on the target system and copy it only if it is not present already?

Thanks,
Karthink




On Sun, Dec 27, 2009 at 1:21 AM, Chris MacGregor <
[email protected]> wrote:

> Hello!
>
> What exactly is the library?  I gather from your description that it comes
> from some other package that may or may not already be installed on the
> system.  If so, what you need to do is express the runtime (as well as build
> time, presumably) dependency of your package on that other package.  Both
> the rpm and deb package formats have ways to express such dependencies, and
> in Moblin Package Creator you can list such dependencies in the Requires and
> Depends spaces on the form.
>
>    Chris
>
>
> On 12/26/2009 5:47 AM, Karthik K wrote:
>
>> Hello all,
>>
>> I am using Moblin-Package-Creator to build the deb and rpm packages.
>>
>> I have an application that needs a library. In the package if i include
>> the
>> library files along with my app, it is giving error while installing the
>> package if the target system is already having the same library.
>>
>> My requirement is, the rpm/deb package has to search a library in the
>> target
>> system while installing.  It should copy that library from package only if
>> it is not present on the target system, if it is already present, then
>> should not copy library.
>>
>> How i can add this conditional check? I am writing rules in 'install'
>> target
>> of the makefile for copying the app and library.
>> But this install target is executed by the moblin-package-creator while
>> building. Since my system has the library, it is not copying the library
>> to
>> the package.
>>
>> But actually the library should be added to the package, and check has to
>> be
>> done while installing on the target system.
>>
>> How can i achieve this? Should i write any script for that? If so, how
>> should i use the script with moblin-package-creator?
>>
>> Any help or guidance on this is highly appreciated.
>>
>>
>> Thanks,
>> Karthik
>> _______________________________________________
>> Moblin dev Mailing List
>> [email protected]
>>
>> To manage or unsubscribe from this mailing list visit:
>> http://lists.moblin.org/listinfo/dev or your user account on
>> http://moblin.org once logged in.
>>
>> For more information on the Moblin Developer Mailing lists visit:
>> http://moblin.org/community/mailing-lists
>>
>>
> _______________________________________________
> Moblin dev Mailing List
> [email protected]
>
> To manage or unsubscribe from this mailing list visit:
> http://lists.moblin.org/listinfo/dev or your user account on
> http://moblin.org once logged in.
>
> For more information on the Moblin Developer Mailing lists visit:
> http://moblin.org/community/mailing-lists
>
_______________________________________________
Moblin dev Mailing List
[email protected]

To manage or unsubscribe from this mailing list visit:
http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org 
once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists
_______________________________________________
Moblin dev Mailing List
[email protected]

To manage or unsubscribe from this mailing list visit:
http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org 
once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to