xulrunner on scratchbox(CHINOOK)

2008-06-17 Thread jitender singh
Hi,
can someone tell how to install xulrunner on scratchbox,
and also link/references to study C-bindings of xulrunner

   Thanks.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: How to know target in makefile?

2008-06-17 Thread Santtu Lakkala
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mikko Mehtonen wrote:
 Is there a way to know in Makefile which target we are building (arm or
 x86)? There seems to be a variable $target in scratchbox, but it isn't
 exported so it's not visible in Makefile.

May I ask why do you need this information. Sbox is meant to be
transparent and the target name shouldn't make any difference.

- --
Santtu Lakkala

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIV5QnX9Rc0+po4p0RAs6fAJ9lK86FfkvpBKO4Wk606ayeSXv+iACgshtH
Nshgvpg+6mCAYmaMdGUMTZg=
=AboO
-END PGP SIGNATURE-
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: How to know target in makefile?

2008-06-17 Thread Mikko Mehtonen
I have a library that I must link against and I need to select the right 
version. I.e. something like this:

if x86
LIB = -lx86Version
else
LIB = -larmVersion
endif

Or is there some other way to achieve this?

Mikko

-Original Message-
From: Santtu Lakkala [mailto:[EMAIL PROTECTED] 
Sent: 17. kesäkuuta 2008 13:39
To: Mikko Mehtonen
Cc: maemo-developers@maemo.org
Subject: Re: How to know target in makefile?

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mikko Mehtonen wrote:
 Is there a way to know in Makefile which target we are building (arm 
 or x86)? There seems to be a variable $target in scratchbox, but it 
 isn't exported so it's not visible in Makefile.

May I ask why do you need this information. Sbox is meant to be transparent 
and the target name shouldn't make any difference.

- --
Santtu Lakkala

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIV5QnX9Rc0+po4p0RAs6fAJ9lK86FfkvpBKO4Wk606ayeSXv+iACgshtH
Nshgvpg+6mCAYmaMdGUMTZg=
=AboO
-END PGP SIGNATURE-
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: How to know target in makefile?

2008-06-17 Thread Daniil Ivanov
Hello,

This command return you some useful output
dpkg-architecture -qDEB_BUILD_GNU_TYPE

Thanks, Daniil.

On Tue, Jun 17, 2008 at 1:46 PM, Mikko Mehtonen
[EMAIL PROTECTED] wrote:
 I have a library that I must link against and I need to select the right 
 version. I.e. something like this:

 if x86
LIB = -lx86Version
 else
LIB = -larmVersion
 endif

 Or is there some other way to achieve this?

 Mikko

 -Original Message-
 From: Santtu Lakkala [mailto:[EMAIL PROTECTED]
 Sent: 17. kesäkuuta 2008 13:39
 To: Mikko Mehtonen
 Cc: maemo-developers@maemo.org
 Subject: Re: How to know target in makefile?

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Mikko Mehtonen wrote:
 Is there a way to know in Makefile which target we are building (arm
 or x86)? There seems to be a variable $target in scratchbox, but it
 isn't exported so it's not visible in Makefile.

 May I ask why do you need this information. Sbox is meant to be transparent 
 and the target name shouldn't make any difference.

 - --
 Santtu Lakkala

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFIV5QnX9Rc0+po4p0RAs6fAJ9lK86FfkvpBKO4Wk606ayeSXv+iACgshtH
 Nshgvpg+6mCAYmaMdGUMTZg=
 =AboO
 -END PGP SIGNATURE-
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: How to know target in makefile?

2008-06-17 Thread Patrik Flykt

Moi,

On Tue, 2008-06-17 at 13:46 +0300, ext Mikko Mehtonen wrote:
 if x86
   LIB = -lx86Version
 else
   LIB = -larmVersion
 endif

Ongelma vissiin ratkesi jo, mutta ihan mielenkiinnosta, miksi tuo
arm/x86 -versio on nimetty/versioitu eri tavalla? Eikö sorsista
käännetäkään yhtä samannimistä kirjastoa eri
alustoille/arkkitehtuureille? Lähinnä mietin, ettei käyttämässäsi
ympäristössä ole bugia tai jotain.

T: PAtrik

-- 
Patrik Flykt [EMAIL PROTECTED]

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: How to know target in makefile?

2008-06-17 Thread Patrik Flykt

Hi,

On Tue, 2008-06-17 at 14:03 +0300, ext Patrik Flykt wrote:
 Ongelma vissiin ratkesi jo, mutta ihan mielenkiinnosta, miksi tuo
 arm/x86 -versio on nimetty/versioitu eri tavalla? Eikö sorsista
 käännetäkään yhtä samannimistä kirjastoa eri
 alustoille/arkkitehtuureille? Lähinnä mietin, ettei käyttämässäsi
 ympäristössä ole bugia tai jotain.

Ok, english summary needed: problem is hopefully solved, but just out of
curiosity I asked in which circumstances one ends up with differently
named/versioned libraries in the first place.

The mail was written in finnish, as I was to ask only Mikko because I
doubted all of maemo-devel would be interested - and then I forgot to
remove maemo-devel from CC: :-( My bad.

Apologies,

Patrik

-- 
Patrik Flykt [EMAIL PROTECTED]

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Community council is a representative body - not community leadership

2008-06-17 Thread Felipe Contreras
On Mon, Jun 16, 2008 at 11:04 PM, Darius Jack [EMAIL PROTECTED] wrote:
 Hi Igor,

 And please stop speaking about html code as I use the same mailer for years
 and in your previous e-mails you have seen no problems.
 So what's the problem with you today.

The fact that people have brought up this issue until now doesn't mean
the have been annoyed by it before.

This is a mailing list for developers, and developers usually have
high-standard regarding many technical things, and that includes
net-etiquette.

Probably you won't read this either, but::
http://tools.ietf.org/html/rfc1855

- Make things easy for the recipient.
- Assume that individuals speak for themselves, and what they say does
not represent their organization (unless stated explicitly).

-- 
Felipe Contreras
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Community council is a representative body - not community leadership (upate2)

2008-06-17 Thread Darius Jack
Please unsubscribe me from maemo-developers list
as I am not interested in your fight for maemo comunity leadership.

Maemo community council is not a good idea as long as the community is 
sponsored by a corporation, as it may hurt relations
between community members , community representative body and a corporation.
Developer is any developer.
So developer from Google, Yahoo, Microsoft, Samsung, Apple
is still developer in terms of Maemo.org, subject to membership 
in the Maemo community.

So Global Alliance on Open Free Software is the best idea to give independent 
developers some independence and protection of their respective intellectual 
property rights.

Flagship of Maemo is Maemo Mapper.
Maemo Mapper is free open software.
But Maemo Mapper is not open project.
We have only one revision by developer of Maemo Mapper
not a tree of revisions by third party developers.

There is no way to finance developers of free open source applications as they 
refuse  to accept any money for add-on features.
So any such excellent project is free open source software
but Closed Project in fact.

What I suggested months ago was to build projects as
Finite-State-Machine top-down charts
and to have them administered and managed as Open Projects,
inviting third parties to join and co-develop new features, enhancements, to 
have low development time and have really hot software product.

GPS navigation is still a hot product, highly profitable to developers and 
corporations (maps).
One of the hot features is
Map Share incorporated by TomTom.
There is a number of other hot features, which can still be incorporated into 
Maemo Mapper or other open free software development.

Unfortunately Maemo Mapper is one-man Closed Project.
To get it opened one needs to rewrite it as a Finite-State-Machine chart and 
tell third party developers its weak and strong points
and let them know binding points for new features, database connections APIs 
and the like.

Maemo Mapper has still a chance to be No.1 in global gps navigation given new 
features, new add-ons are incorporated.

So as a flagship of Maemo.org, Maemo Mapper is great application and solution 
for any commercial navigation delivered to market
by any corporation, generating profit on selling Linux embedded GPS device.

Unfortunately, at the present state of the art, I see today no new revisions of 
MM by third party developers, showing new features, add-ons, so I name MM as a 
Closed Project, not meeting Finite-State-Machine standards.

To move Closed Projects to Finite-State-Machine Open Projects takes some time 
and efforts, but only acting that way a new quality software products can be 
made in shortest time.

Closing.
Yesterday I had a dream. Great dream.
I was reading news using newspaper-like monitor.
It may take some years my dreams come true.

So please unsubscribe me from maemo-developers list
to let me keep my mailbox free from your fight for leadership at maemo.

Please don't respond.

Darius






Send instant messages to your online friends http://uk.messenger.yahoo.com ___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Community council is a representative body - not community leadership (upate2)

2008-06-17 Thread nick loeve
On Tue, Jun 17, 2008 at 4:10 PM, Darius Jack [EMAIL PROTECTED] wrote:
 Please unsubscribe me from maemo-developers list
 as I am not interested in your fight for maemo comunity leadership.

https://lists.maemo.org/mailman/listinfo/maemo-developers

As stated in the footer.

--snip-



-- 
Nick Loeve
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Community council is a representative body - not community leadership (upate2)

2008-06-17 Thread David Greaves
Darius Jack wrote:
 Please unsubscribe me from maemo-developers list
 as I am not interested in your fight for maemo comunity leadership.

phew :)

Someone please help him...
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: xulrunner on scratchbox(CHINOOK)

2008-06-17 Thread tonikitoo (Antonio Gomes)
there are some instruction to build fennec (code name for firefox mobile) here:

http://wiki.mozilla.org/Mobile/Build/Fennec ...

to build just xulrunner, remove all mobile stuff from mozconfig file.

regards

On Tue, Jun 17, 2008 at 2:25 AM, jitender singh [EMAIL PROTECTED] wrote:
 Hi,
 can someone tell how to install xulrunner on scratchbox,
 and also link/references to study C-bindings of xulrunner

Thanks.

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers





-- 
--Antonio Gomes
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Getting, adding, removing, etc... bookmarks

2008-06-17 Thread Iñigo Illán Aranburu
I was trying to access programatically to the bookmarks on the N810 when
I just get shocked when I've seen this. I have try to search for
osso-bookmark-* headers on google but there doesn't seem to be anyone.
Is true I can't use any of the libraries that provides access to them?
There doesn't seem to be any documentation. Also, I don't really
understand why a simple library like this is closed source. Has any
really great piece of code for this to be done?
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


XULRunner on Maemo and C Bindings with SQLite

2008-06-17 Thread atul raut
Hi all,


I want to know more on XULRunner documentation for maemo platform.

I am trying to install XULRunner on maemo platform want to know is there
any support for same is available or not.

I have C Code and in backend am using SQLite want to know is there any
binding for same.

br 
atul


--
You Never Get a Second Chance to Make First Good Impression
Atul Raut
Hyderabad - 500 033



  Best Jokes, Best Friends, Best Food and more. Go to 
http://in.promos.yahoo.com/groups/bestofyahoo/



  Unlimited freedom, unlimited storage. Get it now, on 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Community council is a representative body - not community leadership (upate2)

2008-06-17 Thread Frantisek Dufka
Darius Jack wrote:
 Yesterday I had a dream. Great dream.
 I was reading news using newspaper-like monitor.


Wow, just wow. Couldn't resist and did a google search and it looks like 
in Poland he is a living legend called Expierd (funny wordplay on word 
Expert).

If you understand polish check the series 
http://licorea.pl/bart/blog/2007/01/30/ekspierd/

People also collected book of his funny quotations since 1996 here (in 
polish) http://xox.pl/~zamsz/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Getting, adding, removing, etc... bookmarks

2008-06-17 Thread Dave Neary
Hi,

Adding this to http://wiki.maemo.org/Questions_for_Nokia

Cheers,
Dave.

Iñigo Illán Aranburu wrote:
 I was trying to access programatically to the bookmarks on the N810 when
 I just get shocked when I've seen this
 http://www.webwizardry.net/~timeless/10/licensing-overview.html. I
 have try to search for osso-bookmark-* headers on google but there
 doesn't seem to be anyone. Is true I can't use any of the libraries that
 provides access to them? There doesn't seem to be any documentation.
 Also, I don't really understand why a simple library like this is closed
 source. Has any really great piece of code for this to be done?
 
 
 
 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

-- 
maemo.org docsmaster
Email: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Community council is a representative body - not community leadership (upate2)

2008-06-17 Thread Aniello Del Sorbo
You're serious ???

On Tue, Jun 17, 2008 at 3:47 PM, Frantisek Dufka [EMAIL PROTECTED] wrote:
 Darius Jack wrote:
 Yesterday I had a dream. Great dream.
 I was reading news using newspaper-like monitor.


 Wow, just wow. Couldn't resist and did a google search and it looks like
 in Poland he is a living legend called Expierd (funny wordplay on word
 Expert).

 If you understand polish check the series
 http://licorea.pl/bart/blog/2007/01/30/ekspierd/

 People also collected book of his funny quotations since 1996 here (in
 polish) http://xox.pl/~zamsz/
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




-- 
anidel
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Getting, adding, removing, etc... bookmarks

2008-06-17 Thread Iñigo Illán Aranburu
Great! Thanks!!


On mar, 2008-06-17 at 15:48 +0200, Dave Neary wrote:

 Hi,
 
 Adding this to http://wiki.maemo.org/Questions_for_Nokia
 
 Cheers,
 Dave.
 
 Iñigo Illán Aranburu wrote:
  I was trying to access programatically to the bookmarks on the N810 when
  I just get shocked when I've seen this
  http://www.webwizardry.net/~timeless/10/licensing-overview.html. I
  have try to search for osso-bookmark-* headers on google but there
  doesn't seem to be anyone. Is true I can't use any of the libraries that
  provides access to them? There doesn't seem to be any documentation.
  Also, I don't really understand why a simple library like this is closed
  source. Has any really great piece of code for this to be done?
  
  
  
  
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Community council is a representative body - not community leadership (upate2)

2008-06-17 Thread Frantisek Dufka
Aniello Del Sorbo wrote:
 You're serious ???


Yes. Sorry if it wasn't clear. What I mean is that it seems Darius has 
relatively rich history of trolling on Polish internet. Too bad I can't 
find babelfish equivalent for PL language, here is also some analysis 
again in polish from 2001 by one of his 'admirers'
http://groups.google.com/group/pl.internet.polip/browse_thread/thread/c927092e6b09f6da/24d5ccf55b4ff862

Frantisek
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Community council is a representative body - not community leadership (upate2)

2008-06-17 Thread Aniello Del Sorbo
On Tue, Jun 17, 2008 at 4:50 PM, Frantisek Dufka [EMAIL PROTECTED] wrote:
 Aniello Del Sorbo wrote:

 You're serious ???


 Yes. Sorry if it wasn't clear. What I mean is that it seems Darius has
 relatively rich history of trolling on Polish internet. Too bad I can't find
 babelfish equivalent for PL language, here is also some analysis again in
 polish from 2001 by one of his 'admirers'
 http://groups.google.com/group/pl.internet.polip/browse_thread/thread/c927092e6b09f6da/24d5ccf55b4ff862


I've used Google Translate and got it.

No wonder it was so fun to read.
Glad he moved away.

Let's continue our work now. Enough time spent on him.

-- 
anidel
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Community council is a representative body - not community leadership (upate2)

2008-06-17 Thread Darius Jack
Hello Frantisek,

just tell me how it works at Maemo.org sponsored by Nokia.
One day discussion on community council is off-topic.
Another day your off-topic spam is on-topic.
What is your communication standard at Maemo.org, sponsored by Nokia.

If you really like to read a lot, visit Semantic Multimedia Magazines (my RD 
Project)

http://groups.google.com/group/metallica4you/web/magazines?hl=en
And let me know your opinion.

Darius



Send instant messages to your online friends http://uk.messenger.yahoo.com ___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Problem using swig to compile python module in scratchbox

2008-06-17 Thread Pierre Amadio
Hello.

I'm encoutering problem building a python module that used to build ok in 
scratchbox with previous upstream version and wich is still compiling
all i right when i try to do so in a up to date debian Etch box.

However, i am not able to compile the latest version in scratchbox (maemo 
chinook, scratchbox-core 1.0.10,  scratchbox-devkit-maemo3  1.0.3 ).

The library is sword, http://www.crosswire.org/sword/index.jsp 

Currently available in garage for maemo, are sword 1.5.10 and python-sword, 
a packaged python module (coming from the same sources as sword).

When compiling the python module for 1.5.10, i had to use an newest version 
of swig, as it always failed when i used the one available in scratchbox, so 
I packaged maemoswig to have a freshest version available at the time (1.3.31)

Trying the same method with sword 1.5.11 fails in scratchbox.

In the Sword/bindings/swig, directory, i create the following setup.py file:
__
#! /usr/bin/python2.5

from distutils.core import setup, Extension
setup (name = sword,
 version = 1.5.11,
 maintainer = Sword Developers,
 maintainer_email = [EMAIL PROTECTED],
 url = http://www.crosswire.org/sword;,
 py_modules = [Sword],
 include_dirs=['/usr/include/sword'],
 ext_modules = [Extension(_Sword, [Sword.cxx],
 libraries=[('sword')], 
 define_macros=[('SWIG',1)])], 
)


Compiling the module is then done with:

export SWIG_LIB=/usr/share/swig/1.3.31
export SWIG_FEATURES=-I/usr/include/sword
/usr/bin/swig -python -c++ -shadow -o Sword.cxx -I. -I/usr/include/sword sword.i
/usr/bin/python2.5 setup.py build_ext -I. -I/usr/include/sword -L/usr/lib/sword 


The python2.5 setup.py fails with a lot of error starting with:

In file included from Sword.cxx:5850:/usr/bin/python2.5 setup.py build_ext -I. 
-I/usr/include/sword -L/usr/lib/sword 
rendercallback.h: At global scope:
rendercallback.h:189: error: base `sword::BasicFilterUserData' with only 
non-default constructor in class without a constructor
rendercallback.h:212: error: base `sword::BasicFilterUserData' with only 
non-default constructor in class without a constructor
In file included from Sword.cxx:5911:
Sword.h:18: error: `Swig' has not been declared
Sword.h:18: error: expected class-name before '{' token
Sword.h:64: error: `Swig' has not been declared

It looks to me like there is a problem interacting with the scratchbox's swig 
for several reason:

* The Sword.cxx file i get says it has been generated by Version 1.3.29 
(scratchox) and not by the 1.3.31 version I installed.

* Although /usr/bin/swig is the one i packaged, it still behave as the 
scratchbox one. It start behaving as expected if i launch it from some where 
else, and this really puzzle me.


[sbox-CHINOOK_X86: ~]  ls -l /usr/bin/swig 
-rwxr-xr-x  1 user user 1112152 Jan  9 20:05 /usr/bin/swig
[sbox-CHINOOK_X86: ~]  /usr/bin/swig -version

SWIG Version 1.3.29

Compiled with g++  [i386-pc-linux-gnu]
Please see http://www.swig.org for reporting bugs and further information
[sbox-CHINOOK_X86: ~]  cp /usr/bin/swig .
[sbox-CHINOOK_X86: ~]  ./swig -version

SWIG Version 1.3.31

Compiled with i486-linux-gnu-g++ [i486-pc-linux-gnu]
Please see http://www.swig.org for reporting bugs and further information

* The compilation works if i perform it on a debian box

Now, just to see, i copied /usr/bin/sword in my local directory and try again 
to create sword.cxx , but using the ./swig binary.
I managed to have a Sword.cxx file that says it has been generated by swig 
1.3.31) , but still, the next step fails.

/usr/bin/python2.5 setup.py build_ext -I. -I/usr/include/sword -L/usr/lib/sword 
 

This time with less errors; and different one:

rendercallback.h:189: error: base `sword::BasicFilterUserData' with only 
non-default constructor in class without a constructor
rendercallback.h:212: error: base `sword::BasicFilterUserData' with only 
non-default constructor in class without a constructor

Around those line in the header file are the following comment :

// trick SWIG into thinking this is not inherited from an inner class...

The trick compile when done under debian, so my guess is that this error may 
still be due to an interaction with the swig coming from scratchbox.

I do not know where to go from there.

I would appreciate any idea that would let me

1) be able to compile this module within scratchbox
2) be able to automatise the compilation when building package (ie most 
probably finding another way than copying /usr/bin/swig somewhere else).

Any ideas ?
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Community council is a representative body - not community leadership (upate2)

2008-06-17 Thread Benoît HERVIER
Do not feed the troll ...
(http://eatourbrains.com/EoB/wp-content/uploads/2007/05/troll.jpg)

2008/6/17 Darius Jack [EMAIL PROTECTED]:

 Hello Frantisek,

 just tell me how it works at Maemo.org sponsored by Nokia.
 One day discussion on community council is off-topic.
 Another day your off-topic spam is on-topic.
 What is your communication standard at Maemo.org, sponsored by Nokia.

 If you really like to read a lot, visit Semantic Multimedia Magazines (my RD 
 Project)

 http://groups.google.com/group/metallica4you/web/magazines?hl=en
 And let me know your opinion.

 Darius


 Send instant messages to your online friends http://uk.messenger.yahoo.com
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




--
--
Benoît HERVIER - http://khertan.net/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Rebuild all chinook source packages on autobuilder

2008-06-17 Thread Daniel Martin Yerga
On Mon, 16 Jun 2008 19:46:41 +0300
Ed Bartosh [EMAIL PROTECTED] wrote:

 On Mon, 2008-06-16 at 17:53 +0200, ext Fred wrote:
  Is there any link with the autobuilder ?
  
  Because I changed my packages so that they build with auto-builder 
  (mainly declare hildon-dev dependencies) and you tried to build the 
  version I uploaded to extras before that ...
  
 That's because you haven't promote your packages to extras.
 Autobuilder puts successfully built packages into extras-devel.
 It's up to package maintainer to decide when package is ready to be
 promoted from extras-devel to extras. This is what promotion interface
 was made for [1].
 
 [1] https://garage.maemo.org/promoter-beta/interface.py
 
[snip]

Does should the promoter work or it isn't functional yet?

I have uploaded gail and unzip to the autobuilder, built correctly
and yesterday I promoted the packages from extras-devel to
extras. But they aren't in the extras repository yet.

In addition, the promoter only detects the new versions for i386, for
armel it show N/A, though in the repository are all. It happens for
each package, not only for mine. Yesterday all packages was showed
correctly.

-- 
Daniel Martin Yerga
http://yerga.net
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Community council is a representative body - not community leadership (upate2)

2008-06-17 Thread Paul Bloch
Found this, thought it was relevant.



Regarding Trolls:
A short story at the beginning of the telepathic revolution 0020080617
by Professor S. Blake

broadcaster begins speaking over the sound of birds chirping

I thought trolls were lucky? We should make more in a reprap and give
them to other opensource projects.  Each sugary unit will be an mp3
player that plays music of Sun Ra endlessly in a loop while emitting
atomized highly-evolved nootropic drugs into the air and pulsating
brainwave frequencies of a luxurious variety.

The sky is a sea of darkness when there is no sun to light the way.
The music jams, and then the troll pontificates and decides to make a
non-profit, join an opensource project, and write some code on his
liquid dream screen monitor.

Yeah, he has a dream, it's to transfer his consciousness into
computers and be a conscious avatar that floats between dreams on the
net.  Then with his artificially intelligent neopet in the shape of a
great white horse he'll take the world by storm.

Summon Wind!

fin

camera pans away from a dusty book that has light streaming from the
pages until it reaches a great white light that is shut out by the
closing book, finally leaving only darkness

ending credits

to be read aloud in the voice of a broadcaster

A Rainbow Sky Dragon Wizard of Super Dimensions Production

Brought to you by IQ5000 Brain boosting drinks, Telepathic Horizons
Corporation, Viral Nanobots Inc., and the Center for Extra-Planetary
Life Management.  And the kind support of sentience like you.

Thanks for being present and good way to you.

end transmission


On Tue, Jun 17, 2008 at 5:38 PM, Benoît HERVIER [EMAIL PROTECTED] wrote:
 Do not feed the troll ...
 (http://eatourbrains.com/EoB/wp-content/uploads/2007/05/troll.jpg)

 2008/6/17 Darius Jack [EMAIL PROTECTED]:

 Hello Frantisek,

 just tell me how it works at Maemo.org sponsored by Nokia.
 One day discussion on community council is off-topic.
 Another day your off-topic spam is on-topic.
 What is your communication standard at Maemo.org, sponsored by Nokia.

 If you really like to read a lot, visit Semantic Multimedia Magazines (my 
 RD Project)

 http://groups.google.com/group/metallica4you/web/magazines?hl=en
 And let me know your opinion.

 Darius


 Send instant messages to your online friends http://uk.messenger.yahoo.com
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




 --
 --
 Benoît HERVIER - http://khertan.net/
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Rebuild all chinook source packages on autobuilder

2008-06-17 Thread Frank Banul
So if your package is failing due to missing dependencies, how does
one map the package check to Build-Depends? I'm sure this is a basic
question, I've googled but not found a definitive answer. The links
referenced in this thread are very general.

For example
PKG_CHECK_MODULES(GTK, gtk+-2.0) needs libgtk2.0-dev
PKG_CHECK_MODULES(CONIC, conic) needs libconic0-dev

What establishes the mapping?

Specifically, I'm missing the Build-Depends for hildon-help.

thanks,
Frank

On Mon, Jun 16, 2008 at 9:33 AM, Niels Breet [EMAIL PROTECTED] wrote:
 Hi all,

 Currently Ed Bartosh and I are working on taking all source packages from
 the extras repository and try to build them on the autobuilder. The goal
 of this chinook rebuild effort is to get a set of packages buildable 'from
 scratch'.

 Once we are able to build all(most?) packages on chinook, we can try to
 automatically build them for diablo. So we can have a lot of packages in
 the diablo repository at release of diablo.

 There is a web page[1] up with the first run, which was done over the
 weekend. All packages are listed in build order, based on dependencies,
 with their build results for i386 and armel. If a package build failed, a
 link to the build log is provided.

 If you provide a source package in extras, please check if your package is
 building OK. If you only provide binary packages in extras, we would
 like to encourage you to provide source packages too! We could really use
 some help from the community in pushing towards 100% OK build of every
 package in extras.

 When you have updated your package to fix the issues, please use the
 'request rebuild' option on the packages list. This gives us the
 opportunity to track changes as a result of the list. We will rebuild
 packages on a regular interval and post a summary to this list. Let's see
 if we can get all packages to build!


 --
 Niels Breet
 maemo.org webmaster


 [1]
 https://garage.maemo.org/extras-assistant/maemo_extras_chinook_rebuild.php


 PS:
 Please note that due to a build failure in python-2.5, all packages that
 depend on python fail. So after this failure is fixed, a lot more packages
 will build OK. I will contact the indt guys to get this sorted.


 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Rebuild all chinook source packages on autobuilder

2008-06-17 Thread Tim Teulings
Hallo!

 So if your package is failing due to missing dependencies, how does
 one map the package check to Build-Depends? I'm sure this is a basic
 question, I've googled but not found a definitive answer. The links
 referenced in this thread are very general.
 
 For example
 PKG_CHECK_MODULES(GTK, gtk+-2.0) needs libgtk2.0-dev
 PKG_CHECK_MODULES(CONIC, conic) needs libconic0-dev
 
 What establishes the mapping?
 
 Specifically, I'm missing the Build-Depends for hildon-help.

I do not understand the question completely but perhaps my answer helps you
anyway.

If your application configure script requires some external dependency like
in your example gtk+-2.0, this dependency is fullfill fromt eh view of your
application by finding the corresponding *.pc file as defined by
pkg-config. This *.pc file is normally part of some *-dev package which in
turn means that your configure scripts expects that this *-dev package is
available (and properly installed and configured). So to make that package
viewable for configure script at build time you must mention the exact
package that own and contains this *.pc file (AFAIK dpkg- S is your friend
here) in your build-dependencies because the build dependencies names the
packages that should be installed before your package is build. The
autobuilder starts with a clean envrionment and will only install the
packages you name. The *.pc file in turn contains the information what
additinal include paths and libraries you need to build against the given
package. It is a ASCII file. Just take a look. PKG_CHECK_MODULES is of
course only one way to detect if a library is available. There are others -
however the all expect the corresponding *-dev package to be installed.

Does this help you? Any aditional questions?

-- 
Gruß...
Tim

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Rebuild all chinook source packages on autobuilder

2008-06-17 Thread Frank Banul
Hi,

Thanks for the response, it does help.

I failed to mention that I found the .pc files but then didn't get the
link back to the package.

So if I'm understanding you, find the .pc file, do a dpkg -S on that
pc file, take the name of the package, add a '-dev' to the end of it
and put that in the Build-Depends line? I'm not near my scratchbox to
try this but I will this evening.

Frank

On Tue, Jun 17, 2008 at 11:43 AM, Tim Teulings [EMAIL PROTECTED] wrote:
 Hallo!

 So if your package is failing due to missing dependencies, how does
 one map the package check to Build-Depends? I'm sure this is a basic
 question, I've googled but not found a definitive answer. The links
 referenced in this thread are very general.

 For example
 PKG_CHECK_MODULES(GTK, gtk+-2.0) needs libgtk2.0-dev
 PKG_CHECK_MODULES(CONIC, conic) needs libconic0-dev

 What establishes the mapping?

 Specifically, I'm missing the Build-Depends for hildon-help.

 I do not understand the question completely but perhaps my answer helps you
 anyway.

 If your application configure script requires some external dependency like
 in your example gtk+-2.0, this dependency is fullfill fromt eh view of your
 application by finding the corresponding *.pc file as defined by
 pkg-config. This *.pc file is normally part of some *-dev package which in
 turn means that your configure scripts expects that this *-dev package is
 available (and properly installed and configured). So to make that package
 viewable for configure script at build time you must mention the exact
 package that own and contains this *.pc file (AFAIK dpkg- S is your friend
 here) in your build-dependencies because the build dependencies names the
 packages that should be installed before your package is build. The
 autobuilder starts with a clean envrionment and will only install the
 packages you name. The *.pc file in turn contains the information what
 additinal include paths and libraries you need to build against the given
 package. It is a ASCII file. Just take a look. PKG_CHECK_MODULES is of
 course only one way to detect if a library is available. There are others -
 however the all expect the corresponding *-dev package to be installed.

 Does this help you? Any aditional questions?

 --
 Gruß...
Tim


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Rebuild all chinook source packages on autobuilder

2008-06-17 Thread Alberto Garcia
On Tue, Jun 17, 2008 at 11:33:43AM -0500, Frank Banul wrote:

 So if your package is failing due to missing dependencies, how does
 one map the package check to Build-Depends?

If I understood your question correctly, dpkg-genbuilddeps might help

-- 
Alberto García González
http://people.igalia.com/berto/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Community council is a representative body - not community leadership (upate2)

2008-06-17 Thread Dave Neary
Hi,

Can we please put an end to this thread?

If anyone has any comments on the community council proposal, please
comment on the thread I started yesterday.

Thanks,
Dave.

Paul Bloch wrote:
 Found this, thought it was relevant.

snip

-- 
maemo.org docsmaster
Email: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: USB Host - Class 1 Bluetooth

2008-06-17 Thread Allen Brown
Why yes, that's it.  If it looks OK there then you should be OK.
Of course, it's a very long document.  I think I managed to read
the whole thing (usb_20.pdf) at one point, however I was asleep
through most of it.  :-)  I spent most of my time in chapter 7
since I was designing and characterizing the pads.

I also notice that there are a lot more files available.  Back
then there were about half as many.  And OTG was just a proposal.
-- 
Allen Brown
http://brown.armoredpenguin.com/~abrown

 Hi,

 --- On Tue, Jun 17, 2008 at 5:33 AM, Allen Brown [EMAIL PROTECTED] wrote:
 | Also the host (i.e. Nokia) may not allow a device to come on
 | if it reports needing more than the host *thinks* it is capable
 | of.
 \--

 Section: 7.2.1.4: High-power Bus-powered Functions, pp. 174 ? [1]

 If sufficient power exists, the remainder of the function may be powered
 on.

 ---
 | If you can your hands on a copy of the USB spec, do so.  Unfortunately
 | that may be difficult.  They want you to pay money to play in that
 | game.
 \--

 This one?

 [1] usb_20.pdf. http://www.usb.org/developers/docs/.

 SK

 --
 Shakthi Kannan
 http://www.shakthimaan.com
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Rebuild all chinook source packages on autobuilder

2008-06-17 Thread Frank Banul
Now that looks promising. Thank you!

Frank

On Tue, Jun 17, 2008 at 11:57 AM, Alberto Garcia [EMAIL PROTECTED] wrote:
 On Tue, Jun 17, 2008 at 11:33:43AM -0500, Frank Banul wrote:

 So if your package is failing due to missing dependencies, how does
 one map the package check to Build-Depends?

 If I understood your question correctly, dpkg-genbuilddeps might help

 --
 Alberto García González
 http://people.igalia.com/berto/
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: How to know target in makefile?

2008-06-17 Thread Guillem Jover
On Tue, 2008-06-17 at 13:50:04 +0300, ext Daniil Ivanov wrote:
 This command return you some useful output
 dpkg-architecture -qDEB_BUILD_GNU_TYPE

I think you mean DEB_HOST_GNU_TYPE. And I guess DEB_HOST_ARCH_CPU
would be more useful, but I agree it does not seem to make much sense
to have the SONAME change depending on the arch, if it's not actually
providing really specific arch functions?

regards,
guillem
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Rebuild all chinook source packages on autobuilder

2008-06-17 Thread Tim Teulings
Hello!

 I failed to mention that I found the .pc files but then didn't get the
 link back to the package.

 So if I'm understanding you, find the .pc file, do a dpkg -S on that
 pc file, take the name of the package, add a '-dev' to the end of it

The *.pc can normally be found under /usr/lib/pkgconfig, so...

dpkg -S /usr/lib/pkgconfig/gtk+-2.0.pc
libgtk2.0-dev: /usr/lib/pkgconfig/gtk+-2.0.pc

 and put that in the Build-Depends line? I'm not near my scratchbox to
 try this but I will this evening.

The *.pc files are part of the content of a *-.dev package.

-- 
Gruß...
   Tim

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


KeyBoard in python and gtk

2008-06-17 Thread Diego Andrés Sanabria Martin (diegueus9)
Hi folks,

I wanna know how desactivate the digital keyboard for a app make in
python and gtk???

-- 
Diego Andrés Sanabria
Ingenieria de Sistemas Universidad Distrital
blog tragico magico comico musical: http://diegueus9.blogspot.com
blog geek: pyautoservicio.blogspot.com
cel 3015290609

http://www.el-directorio.org/Diegueus9
El sitio de linux y el Software Libre en Colombia

Hay pecados cuya fascinación está más en el recuerdo que en la
comisión de ellos. Oscar Wilde
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


public apology

2008-06-17 Thread Ferenc Szekely
Hello,

I fixed something on the svn post-commit hook script on garage today.
Just to be on the safe side I stoppped cron while doing the tests around
mid-day (GMT +3). I tested my fix and as you can all imagine I forgot to
restart cron.

I apologize for any delay it may have caused in picking up packages in
extras incoming queues, updating your garage pages, sending out commit
emails etc. Especially sorry for the work Ed and Niels are doing these
days for rebuilding the sources in extras, which is a great improvement
and help for those of you who develop and share applications/code with
the rest of us here in the community. I am really sorry folks.

Br,
ferenc





-- 
maemo.org sysadmin, developer
email: [EMAIL PROTECTED]
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


N810 Discount Code in US

2008-06-17 Thread John Holmblad
All,

has anyone been able to use their N810 discount code on a e-commerce 
site that ships to the U.S?
 If so can you please provide the url to the www site? The Nokia USA 
e-commerce site is, these days, perpetually out of stock on the N810.

http://www.nokiausa.com/N810
-- 

Best Regards,

 

John Holmblad

 

Acadia Secure Networks, LLC

* *


mailto:[EMAIL PROTECTED]


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: USB Host - Class 1 Bluetooth

2008-06-17 Thread Charles Werbick
Hello All,

If I'm out of frame here let me know. But it does seem that a powered
hub would resolve the issue quite nicely. There may also be a software
hack also that allows the kernel to ignore the power requirements. I
do remember seeing power assesment code, in the musb driver source.
However, disabling that check in the kernel is a *bad* idea. Real USB
OTG hardware is used to receiving signals down the +V pin. (That's how
it sends host-peripheral negotiation). So a host-host hookup is
unlikely to destroy OTG hardware, but non-compliant hardware could
theoretically get fried. I'm unfamiliar with the 770 hardware and
whether it is fully OTG compliant or not. But a hub is the safest bet.

cheers,
Charles Werbick


On Mon, Jun 16, 2008 at 5:22 PM, Daniel Blackburn
[EMAIL PROTECTED] wrote:
 I don't think the power should be an issue as Bluetooth adapters
 shouldn't be much more demanding that other USB devices that people have
 got working with the 770.  I am using a circuit similar to this one,
 http://www.hcilab.org/projects/nokia770/nokia770.htm. I will test my
 circuit with other simpler USB devices with comparable power usage but I
 think the problems will be more related to software than hardware. I
 don't have much experience with drivers on Linux so that is the bit were
 I am worried I might have overlooked something crucial.

 Cheers,
 Dan

 Allen Brown wrote:
 This is tangential to what you are asking about, but I think you
 could run into a problem with your power injector. It's been a
 few years since I read the USB specs, but as I recall the host
 knows, and makes decisions based on, what power is available.
 Also it switches that power on and off depending on what state
 the bus is in.  There could be problems if the actual power
 doesn't match what the host thinks it is.

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Rebuild all chinook source packages on autobuilder

2008-06-17 Thread Frank Banul
That looks like it would work if only scratchbox perl had Set.pm.
I fought with that for a bit and finally gave up.

thanks,
Frank

On Tue, Jun 17, 2008 at 11:57 AM, Alberto Garcia [EMAIL PROTECTED] wrote:
 On Tue, Jun 17, 2008 at 11:33:43AM -0500, Frank Banul wrote:

 So if your package is failing due to missing dependencies, how does
 one map the package check to Build-Depends?

 If I understood your question correctly, dpkg-genbuilddeps might help

 --
 Alberto García González
 http://people.igalia.com/berto/
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Rebuild all chinook source packages on autobuilder

2008-06-17 Thread Frank Banul
But this worked perfectly! Thanks so much for the guidance.

Frank

On Tue, Jun 17, 2008 at 12:42 PM, Tim Teulings [EMAIL PROTECTED] wrote:
 Hello!

 I failed to mention that I found the .pc files but then didn't get the
 link back to the package.

 So if I'm understanding you, find the .pc file, do a dpkg -S on that
 pc file, take the name of the package, add a '-dev' to the end of it

 The *.pc can normally be found under /usr/lib/pkgconfig, so...

 dpkg -S /usr/lib/pkgconfig/gtk+-2.0.pc
 libgtk2.0-dev: /usr/lib/pkgconfig/gtk+-2.0.pc

 and put that in the Build-Depends line? I'm not near my scratchbox to
 try this but I will this evening.

 The *.pc files are part of the content of a *-.dev package.

 --
 Gruß...
   Tim


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers