Talk:Installation
From Paparazzi
Contents |
Setting access rights for USB download
This page could do with a few words "what USB-download is needed for and who needs it".
- I added a reference to Compiling. --MarcusWolschon 14:56, 10 January 2008 (CET)
Installation on Hardy Heron?
Has anyone been able to install paparazzi on hardy heron after a clean install?
A) I found three of my systems with 7.10 stopped working after cvs updates a couple weeks ago. I tried going to Ubuntu 8 with no luck. Same error about ivy-ocaml requiring a version of a dependent package that I couldn't find anywhere to install. I tried every repository, even tried searching on the debian package repositories...just gave up after a week. The debian 4.0 installed without issues on the laptops but failed to detect my SATA drive on my desktop so two of my systems are working again. I will miss Ubuntu.
A) Just use the Hardy repos from ENAC..
| File: /etc/apt/sources.list |
deb http://paparazzi.enac.fr/ubuntu hardy main |
I think there are still some problems: The paparazzi-bin package refer to ocaml-nox-3.09.2 but Hardy Heron got 3.10.08 in the Rep-Browser. It works when installing the dev package and then using the cvs-tree.
Installation on Debian Etch
... fails. After a lot of compiling on my AMD64 Gentoo system I decided to run a virtual machine with debian-i386, as paparazzi isn't really 64bit compatible. New to debian, followed the install guide but synaptics fails with the following:
| File: paparazzi-dev: |
Depends: libxml-light-ocaml-dev but it is not installable Depends: liblablgtk2-ocaml-dev but it is not installable Depends: liblablgtk2-gnome-ocaml-dev but it is not installable Depends: libcamlimages-ocaml-dev but it is not going to be installed Depends: speech-dispatcher but it is not installable Depends: libocamlnet-ocaml-dev but it is not installable Depends: meschach-dev but it is not installable or libmeschach-dev but it is not installable |
As I said, I'm new to debian so I have no idea where to look if something goes wrong. Can someone gimme a hand and/or fix this problem in case more people see this error?
>> After some fiddling around I found out that I simply didn't had the complete repo in my /etc/apt/sources.list. Only the security repo's and the first DVD-rom were in the list by default. This isn't obvious for new debian users like me who install debian just for use with Paparazzi.
Add these to /etc/apt/sources.list:
deb http://ftp.debian.org/debian/ etch main
deb-src http://ftp.debian.org/debian/ etch main
For other new users: It's a good habbit to backup a config file before messing around with it. cp /etc/apt/sources.list /etc/apt/sources.list.bak
Is there an error in the repository URL?
I think it should be
| File: /etc/apt/sources.list |
# deb http://paparazzi.enac.fr/debian sarge main # deb http://paparazzi.enac.fr/debian etch main |
Please correct it if I'm right.
-> you're right, it's corrected

