chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] qt & dbus eggs


From: Andrei Barbu
Subject: Re: [Chicken-users] qt & dbus eggs
Date: Thu, 8 Apr 2010 02:33:26 -0400

Ah, you're right. I made chicken-qt depend on just libqt4-maemo5-core,
I'll add in the other packages as well.

This will do the trick (it's overkill, but they're optified so it
doesn't really matter; I'll figure out which subset is actually
required):
apt-get install libqt4-appdownloader-comm libqt4-assistant libqt4-core
libqt4-dbus libqt4-designer libqt4-gui libqt4-help libqt4-maemo5-core
libqt4-maemo5-dbus libqt4-maemo5-gui libqt4-maemo5-maemo5
libqt4-maemo5-network libqt4-maemo5-opengl libqt4-maemo5-script
libqt4-maemo5-svg libqt4-maemo5-test libqt4-maemo5-xml libqt4-network
libqt4-opengl libqt4-phonon libqt4-script libqt4-sql libqt4-sql-sqlite
libqt4-svg libqt4-test libqt4-webkit libqt4-xml libqt4-xmlpatterns



Andrei

On Thu, Apr 8, 2010 at 02:18, Matthew Welland <address@hidden> wrote:
>
> I need to update something on the n900?
>
> Error: (load) unable to load compiled module
> "/usr/lib/chicken/5/qt.so"
> "libQtMaemo5.so.4: cannot open shared object file: No such file or directory"
>
>        Call history:
>
>        <syntax>                (##core#begin (##sys#load-library (quote
> utils) #f))
>        <syntax>                (##sys#load-library (quote utils) #f)
>        <syntax>                (quote utils)
>        <syntax>                (##core#begin (##core#begin
> (##core#undefined)) (##core#undefined))
>        <syntax>                (##core#begin (##core#undefined))
>        <syntax>                (##core#undefined)
>        <syntax>                (##core#undefined)
>        <eval>          (##sys#require (quote qt))      <--
>
> On Wednesday 07 April 2010 10:08:54 pm Andrei Barbu wrote:
>> On Wed, Apr 7, 2010 at 23:33, Matthew Welland <address@hidden> wrote:
>> > On Wednesday 07 April 2010 01:23:16 pm Andrei Barbu wrote:
>> >> Hi,
>> >>
>> >> I'm working on getting chicken into shape for writing applications on
>> >> the Nokia N900. I've made a lot of changes to the qt egg over the past
>> >> few weeks if anyone is interested in a upgraded version.
>> >
>> > Yes, very interested! Me and my n900 thank you profusely. Trying it out
>> > now. Any chance at getting sqlite? How do you plan to handle other
>> > eggs?
>>
>> Sure, it's in the binary mirrors along with its dependencies. You can
>> just do an apt-get update; apt-get install chicken-sqlite3 . The tests
>> included in the egg all passed on my n900.
>>
>> I haven't had a need to make a long term plan for other eggs yet.
>> Obviously pulling them into my repository is a really bad idea, since
>> the vast majority won't need any changes. The procedure for creating
>> new eggs is really easy though, cd to the repository, chicken-install
>> -r name, debianize-egg/debianize-egg name, if that fails see what
>> dependency caused it to fail, rise and repeat, and you end up with a
>> bunch of debs.
>> I think I'll write a quick script tomorrow to automate the recursive
>> fetching and pushing into the deb repository, that should pretty much
>> do it for most of the eggs, and it'll let me purge a few of them from
>> my source repository.
>>
>>
>>
>> Andrei
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]