Notices


Reply
Thread Tools
Posts: 445 | Thanked: 367 times | Joined on Nov 2010 @ Italy
#801
Originally Posted by Wikiwide View Post
Quick reply...

Thank you! By the way, does anybody know why several buttons in GTK GUI of Navit are without images (aka white sheet with red cross)?
I don't have this problem.

Have you tried this config files? http://bokomoko.de/~rd/navit/navit-config-n900.tgz
__________________
Flickr photos taken with N900 https://www.flickr.com/cameras/nokia/n900/
"Closed source software tells you what you can do. With open source, you decide what software can do for you" Richard Stallman
 

The Following User Says Thank You to gianko For This Useful Post:
Posts: 101 | Thanked: 150 times | Joined on Oct 2007 @ Stuttgart, Germany
#802
Originally Posted by gianko View Post
Hi! Nice to here from you!

In the meanwhile i managed to built navit packages for maemo thanks to your nice scripts! i just comment the lines used to put on the repos and it worked fine!

i built r5947 and then installed armel debs on the n900 with dpkg.
i noticed that installing navit package, it ask for libspeechd2
is it a new dependency?

btw thanks for continue to support with bokomoko

i'd like too, but unfortunately i don't have a server for hosting repo
Wow, that is great news, that now somebody else can also build navit. Congratulations.

I did not change the libspeechd2 dependency, I do not even remember what it really is. Not sure why that happens, I could guess it has something todo that you use dpkg for installation and not the package manager itself.

I will try to provide updates on bokomoko from time to time ...

Rainer
 

The Following 3 Users Say Thank You to rdorsch For This Useful Post:
Posts: 445 | Thanked: 367 times | Joined on Nov 2010 @ Italy
#803
i just built the latest navit (r6010) using rdorsch build script and you can download the debs via the dropbox link https://www.dropbox.com/sh/8ckxw4kuz..._fTK8PQja?dl=0

you can check latest activity in navit code via the rss feed http://sourceforge.net/p/navit/activity/feed

ps: installation via dpkg -i request to install libspeechd2 (if you know how to avoid this, let me know)
__________________
Flickr photos taken with N900 https://www.flickr.com/cameras/nokia/n900/
"Closed source software tells you what you can do. With open source, you decide what software can do for you" Richard Stallman
 

The Following 3 Users Say Thank You to gianko For This Useful Post:
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#804
Originally Posted by gianko View Post
i just built the latest navit (r6010) using rdorsch build script and you can download the debs via the dropbox link https://www.dropbox.com/sh/8ckxw4kuz..._fTK8PQja?dl=0

you can check latest activity in navit code via the rss feed http://sourceforge.net/p/navit/activity/feed

ps: installation via dpkg -i request to install libspeechd2 (if you know how to avoid this, let me know)
Hm, the dependency is in debian/control of the navit package - remove that and it should not ask about it being pulled.
 

The Following User Says Thank You to sup For This Useful Post:
Posts: 445 | Thanked: 367 times | Joined on Nov 2010 @ Italy
#805
Originally Posted by sup View Post
Hm, the dependency is in debian/control of the navit package - remove that and it should not ask about it being pulled.
I noticed that libspeechd2 is a dependency in "navit package" control
file of the svn (svn/navit/debian/navit/DEBIAN)

Code:
Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4),
 libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0),
 libfreetype6 (>= 2.3.9), libfribidi0 (>= 0.10.4-5), libgcc1 (>= 1:4.4.0), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), liblocation0, libosso1 (>= 2.23), libspeechd2, libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.2.1), navit-data (= 0.5.0+dfsg.1-1maemo1~6010), navit-gui-internal (= 0.5.0+dfsg.1-1maemo1~6010) | navit-gui-gtk (= 0.5.0+dfsg.1-1maemo1~6010) | navit-gui-qml (= 0.5.0+dfsg.1-1maemo1~6010), libfreetype6 (>= 2.3.9-1osso2+0m5.1) | libfreetype6-navit
but it seems not present in the debian folder's control file that is used to built
maemo packages in the bokomoko repo

but i'm wondering if i can remove libspeechd-dev too

Code:
Build-Depends: debhelper (>= 5), automake1.9, libtool, quilt,
 libdevil-dev, libhildon1-dev, libqt4-dev (>= 4.7),
 libspeechd-dev, libespeak-dev,
 libimlib2-dev, libdbus-1-dev, libxml2-dev, libfribidi-dev, libpq-dev,
 libfreetype6-navit-dev, libfontconfig1-dev,
 libdbus-glib-1-dev,
 libgypsy-dev, liblocation-dev,
 libosso-dev, librsvg2-bin
__________________
Flickr photos taken with N900 https://www.flickr.com/cameras/nokia/n900/
"Closed source software tells you what you can do. With open source, you decide what software can do for you" Richard Stallman
 

The Following User Says Thank You to gianko For This Useful Post:
sondjata's Avatar
Posts: 1,076 | Thanked: 176 times | Joined on Mar 2007
#806
There are a lot of items in the Dropbox link. Do all of those need to be downloaded to do the update?
__________________
---
N800
Diablo
Boot from MMC
Gpodder Cache on MMC
MTube Cache on MMC
Mugen 1800mAh Battery
Addesso USB rollup keyboard
Solio Solar Charger
Holux GPSlim GPS

N810
community SSU
Turbo Diablo
8GB external
Boot from Internal SD
Still no GPS Fix.

N900
Stock
32GB
Many Solar Chargers (Saved bacon during Sandy!)
Inland ProHT BT keyboard
What's this? A GPS Fix? Wowwwwwww
 

The Following User Says Thank You to sondjata For This Useful Post:
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#807
Originally Posted by gianko View Post
I noticed that libspeechd2 is a dependency in "navit package" control
file of the svn (svn/navit/debian/navit/DEBIAN)

Code:
Depends: libc6 (>= 2.5.0-1), libdbus-1-3 (>= 1.1.4),
 libdbus-glib-1-2 (>= 0.76), libfontconfig1 (>= 2.6.0),
 libfreetype6 (>= 2.3.9), libfribidi0 (>= 0.10.4-5), libgcc1 (>= 1:4.4.0), libgconf2-6 (>= 2.13.5), libglib2.0-0 (>= 2.20.0), liblocation0, libosso1 (>= 2.23), libspeechd2, libssl0.9.8 (>= 0.9.8m-1), zlib1g (>= 1:1.2.1), navit-data (= 0.5.0+dfsg.1-1maemo1~6010), navit-gui-internal (= 0.5.0+dfsg.1-1maemo1~6010) | navit-gui-gtk (= 0.5.0+dfsg.1-1maemo1~6010) | navit-gui-qml (= 0.5.0+dfsg.1-1maemo1~6010), libfreetype6 (>= 2.3.9-1osso2+0m5.1) | libfreetype6-navit
but it seems not present in the debian folder's control file that is used to built
maemo packages in the bokomoko repo

but i'm wondering if i can remove libspeechd-dev too

Code:
Build-Depends: debhelper (>= 5), automake1.9, libtool, quilt,
 libdevil-dev, libhildon1-dev, libqt4-dev (>= 4.7),
 libspeechd-dev, libespeak-dev,
 libimlib2-dev, libdbus-1-dev, libxml2-dev, libfribidi-dev, libpq-dev,
 libfreetype6-navit-dev, libfontconfig1-dev,
 libdbus-glib-1-dev,
 libgypsy-dev, liblocation-dev,
 libosso-dev, librsvg2-bin
I think you can remove it provided navit does not actually need it for anything (I am not sure but I do not think it does). Myabe it pulls libspeechd2, I am not sure, my knowledge of debian packaging is rather limited.
 

The Following User Says Thank You to sup For This Useful Post:
Posts: 445 | Thanked: 367 times | Joined on Nov 2010 @ Italy
#808
Originally Posted by sondjata View Post
There are a lot of items in the Dropbox link. Do all of those need to be downloaded to do the update?
usually you dont need to install all the debs, just install

navit_0.5.0+dfsg.1-1maemo1~6010_armel.deb
navit-data_0.5.0+dfsg.1-1maemo1~6010_all.deb

and the others deb depending on the gui you use (gtk, internal or qml)

navit-dbg is just needed for debug (optional)
maptool is a tool to convert .osm file to .bin maps (optional)

files .changes and .dsc not needed
__________________
Flickr photos taken with N900 https://www.flickr.com/cameras/nokia/n900/
"Closed source software tells you what you can do. With open source, you decide what software can do for you" Richard Stallman
 

The Following 2 Users Say Thank You to gianko For This Useful Post:
Posts: 101 | Thanked: 150 times | Joined on Oct 2007 @ Stuttgart, Germany
#809
Hi everybody,

I just uploaded 6020 to bokomoko.

Enjoy
Rainer
 

The Following 8 Users Say Thank You to rdorsch For This Useful Post:
Posts: 445 | Thanked: 367 times | Joined on Nov 2010 @ Italy
#810
Originally Posted by rdorsch View Post
Hi everybody,

I just uploaded 6020 to bokomoko.

Enjoy
Rainer
it was 6012 right?

Btw, i started to have issue in building navit locally with your scripts, and maybe the problem is the debian folder that generate some issues with the latest versions?

for example i tried to build navit 6024 and i got this error during x86 build

Code:
if [ "debian/stamp-patched" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi
patches: debian/patches/baker.svg.patch debian/patches/butcher.svg.patch debian/patches/desktop_file.patch debian/patches/desktop_icons.patch debian/patches/guest_house.svg.patch debian/patches/mtb-track.patch debian/patches/toys.svg.patch debian/patches/user_ldflags.patch
Trying patch debian/patches/baker.svg.patch at level 1 ... success.
Trying patch debian/patches/butcher.svg.patch at level 1 ... success.
Trying patch debian/patches/desktop_file.patch at level 1 ... success.
Trying patch debian/patches/desktop_icons.patch at level 1 ... success.
Trying patch debian/patches/guest_house.svg.patch at level 1 ... success.
Trying patch debian/patches/mtb-track.patch at level 1 ... 0 ... 2 ... failure.
make: *** [debian/stamp-patched] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
__________________
Flickr photos taken with N900 https://www.flickr.com/cameras/nokia/n900/
"Closed source software tells you what you can do. With open source, you decide what software can do for you" Richard Stallman
 

The Following 2 Users Say Thank You to gianko For This Useful Post:
Reply

Tags
navigation, navit, nokia n900, openstreetmap

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:07.