Re: [QtMoko] How to update TangoGPS maps?

2010-01-19 Thread Francesco de Virgilio

2010/1/18 arne anka openm...@ginguppin.de:

you can simply do
dpkg -i foo.ipk


neo:~# dpkg -i yaouh_0.5.1.4_all.opk 
Selecting previously deselected package yaouh.

(Reading database ... 15461 files and directories currently installed.)
Unpacking yaouh (from yaouh_0.5.1.4_all.opk) ...
dpkg: dependency problems prevent configuration of yaouh:
yaouh depends on python-pygtk; however:
 Package python-pygtk is not installed.
dpkg: error processing yaouh (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
yaouh

Thanks all :D
--
Francesco de Virgilio
*Ubuntu-it team member*
  mailto:frad...@ubuntu-it.org
  http://wiki.ubuntu-it.org/FrancescoDeVirgilio
*Wikimedia projects contributor*
  http://en.wikipedia.org/wiki/User:Fradeve11
*OpenStreetMap Mapper*
  http://www.openstreetmap.org/user/Fradeve11
*Blog*
  http://fradeve.netsons.org
   Love - Peace - Freedom - Free Software
GPG 0x6482E056 (FP B996 A12C BD52 2A9B CDD3 812D 462D 93B0 6482 E056)


signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] How to update TangoGPS maps?

2010-01-19 Thread Neil Jerram
2010/1/19 Francesco de Virgilio fradev...@gmail.com:

 neo:~# dpkg -i yaouh_0.5.1.4_all.opk Selecting previously deselected package
 yaouh.
 (Reading database ... 15461 files and directories currently installed.)
 Unpacking yaouh (from yaouh_0.5.1.4_all.opk) ...
 dpkg: dependency problems prevent configuration of yaouh:
 yaouh depends on python-pygtk; however:
  Package python-pygtk is not installed.
 dpkg: error processing yaouh (--install):
 dependency problems - leaving unconfigured
 Errors were encountered while processing:
 yaouh

apt-get install python-pygtk

Neil

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] How to update TangoGPS maps?

2010-01-19 Thread arne anka
 neo:~# dpkg -i yaouh_0.5.1.4_all.opk
 Selecting previously deselected package yaouh.
 (Reading database ... 15461 files and directories currently installed.)
 Unpacking yaouh (from yaouh_0.5.1.4_all.opk) ...
 dpkg: dependency problems prevent configuration of yaouh:
  yaouh depends on python-pygtk; however:
   Package python-pygtk is not installed.
 dpkg: error processing yaouh (--install):
  dependency problems - leaving unconfigured
 Errors were encountered while processing:
  yaouh


yeah, common issue.
ipk package names do not always match debian package names (this one most  
likely should be python-gtk2).
three ways are possible
- install with ignore-deps, but the package will always turn up as  
broken and maybe apt-get will trip over it:
dpkg -i  --ignore-depends=pygtk yaouh_0.5.1.4_all.opk
- unpack the ipk with
ar x  yaouh_0.5.1.4_all.opk
(should extract two tar.gz), find the necessary file(s) and put them into  
/usr/local/...
- create a dummy  python-pygtk package to satisfy the dependency. there's  
a debain tool exactly for that purpose, but i can't remember the name  
right now. you could even simply create directory structure mimicing eg  
/usr/local/, create a tar.gz from it and create the dummy with alien.

i'd use the second approach ...

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] How to update TangoGPS maps?

2010-01-18 Thread Francesco de Virgilio

Thanks guys, but the problem is that Yaouh is packaged in an .ipk package, and 
QtMoko is based on Debian. AFAIK, ipk couldn't be installed on Debian, and 
Yaouh is not available in .deb packages... :(

Sgou
--
Francesco de Virgilio
*Ubuntu-it team member*
  mailto:frad...@ubuntu-it.org
  http://wiki.ubuntu-it.org/FrancescoDeVirgilio
*Wikimedia projects contributor*
  http://en.wikipedia.org/wiki/User:Fradeve11
*OpenStreetMap Mapper*
  http://www.openstreetmap.org/user/Fradeve11
*Blog*
  http://fradeve.netsons.org
   Love - Peace - Freedom - Free Software
GPG 0x6482E056 (FP B996 A12C BD52 2A9B CDD3 812D 462D 93B0 6482 E056)


signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] How to update TangoGPS maps?

2010-01-18 Thread arne anka
you can simply do
dpkg -i foo.ipk

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[QtMoko] How to update TangoGPS maps?

2010-01-17 Thread fradeve11

Hi all,
I'm using QtMoko V17 (great work, folks!), and I'm searching for a way to 
update maps of TangoGPS, which is running in QX...

thanks ;)
--
Francesco de Virgilio
*Ubuntu-it team member*
  mailto:frad...@ubuntu-it.org
  http://wiki.ubuntu-it.org/FrancescoDeVirgilio
*Wikimedia projects contributor*
  http://en.wikipedia.org/wiki/User:Fradeve11
*OpenStreetMap Mapper*
  http://www.openstreetmap.org/user/Fradeve11
*Blog*
  http://fradeve.netsons.org
   Love - Peace - Freedom - Free Software
GPG 0x6482E056 (FP B996 A12C BD52 2A9B CDD3 812D 462D 93B0 6482 E056)




signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] How to update TangoGPS maps?

2010-01-17 Thread Carsten Gerlach
Hi,

Am Sonntag 17. Januar 2010 20:04:20 schrieb fradev...@gmail.com:
 Hi all,
 I'm using QtMoko V17 (great work, folks!), and I'm searching for a way to
 update maps of TangoGPS, which is running in QX...

Have a look at http://wiki.openmoko.org/wiki/Yaouh!

Greetings,  Carsten



-- 
Hier ist mein öffentlicher GPG-Schlüssel:
http://daswaldhorn.funpic.de/gpg.html
=
www.stopptdievorratsdatenspeicherung.de


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] How to update TangoGPS maps?

2010-01-17 Thread Xavier Barnada Rius
 Hi all,
 I'm using QtMoko V17 (great work, folks!), and I'm searching for a way to
  update maps of TangoGPS, which is running in QX...

I'm a Shr user  but I think it will run with QtMoko.I use Yaouh!

http://wiki.openmoko.org/wiki/Yaouh

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community