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

Re: installing debian GDAL version >= 1.9



Sorry if I'm a bit off-topic (I didn't read all your developments), but on a out-of-the-box Wheezy system, with the appropriate pining, I was able to install GDAL 1.9.0 from Sid without any problem. As far as I remember, there was no tons of dependences involved (but I might be wrong here)...

# nano /etc/apt/sources.list

### ===================== START ===================== ###

## squeeze
deb http://ftp.ca.debian.org/debian/ squeeze main contrib non-free
#deb-src http://ftp.ca.debian.org/debian/ squeeze main contrib non-free

## squeeze security
deb http://security.debian.org/ stable/updates main contrib non-free
#deb-src http://security.debian.org/ stable/updates main contrib non-free

## squeeze updates
deb http://ftp.ca.debian.org/debian/ squeeze-updates main contrib non-free
#deb-src http://ftp.ca.debian.org/debian/ squeeze-updates main contrib non-free

## squeeze-backports
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free

## wheezy
deb http://ftp.ca.debian.org/debian/ wheezy main contrib non-free
#deb-src http://ftp.ca.debian.org/debian/ wheezy main contrib non-free

## wheezy security
deb http://security.debian.org/ wheezy/updates main contrib non-free
#deb-src http://security.debian.org/ wheezy/updates main contrib non-free

## sid
deb http://ftp.ca.debian.org/debian/ sid main contrib non-free
#deb-src http://ftp.ca.debian.org/debian/ sid main contrib non-free

## experimental
deb http://ftp.ca.debian.org/debian/ experimental main contrib non-free
# deb-src http://ftp.ca.debian.org/debian/ experimental main contrib non-free

### ====================== END ====================== ###


# nano /etc/apt/preferences

### ===================== START ===================== ###

Package: *
Pin: release o=Debian,a=stable
Pin-Priority: 900

Package: *
Pin: release o=Debian,a=stable-updates
Pin-Priority: 900

Package: *
Pin: release o=Debian,a=testing
Pin-Priority: 900

Package: *
Pin: release o=Debian,a=unstable
Pin-Priority: 90

### ====================== END ====================== ###


And finally:

# aptitude update
# aptitude install -t unstable libgeos-3.3.3 libgeos-dev libgeos++-dev gdal-bin libgdal1 libgdal1-dev libgdal-dev

(some of the above packages might not be necessary to you).

Hope this helps,
Mathieu.


Le 12/07/2012 10:16, Tom Roche a écrit :

Tom Roche Thu Jul 12 06:41:04 PDT 2012
me@it:/tmp/gdal$ dget --build http://ftp.de.debian.org/debian/pool/main/g/gdal/gdal_1.9.0-3.dsc
... much, much later ...
error: could not create '/usr/local/lib/python2.6/dist-packages/osgeo': Permission denied
...
error: could not create '/usr/local/lib/python2.7/dist-packages/osgeo': Permission denied

Etienne Tourigny Thu, 12 Jul 2012 10:59:09 -0300
Isn't there a debian repository (debiangis) that provides gdal-1.9

Yes, but that wants me to update libfontconfig1, which has major
reverse depends: see

http://lists.osgeo.org/pipermail/gdal-dev/2012-July/033366.html



--

~$ whoami
Mathieu Basille, Post-Doc

~$ locate
Laboratoire d'Écologie Comportementale et de Conservation de la Faune
+ Centre d'Étude de la Forêt
Département de Biologie
Université Laval, Québec

~$ info
http://ase-research.org/basille

~$ fortune
``If you can't win by reason, go for volume.''
Calvin, by Bill Watterson.


Reply to: