[Qgis-user] Re: QGIS master Debian Sid amd64 package

Guy Roussin guy.roussin at teledetection.fr
Tue May 22 01:49:03 PDT 2012


Yes there is no amd64 build for unstable (only i386). I suppose there is
a bug in the tool chain to compile unstable version for amd64. So i
suppose this is a temporarily problem.

But in the meantime, you can compile yourself qgis packages with something
like these lines:

# add the deb-src line in your /etc/apt/sources.list :
deb-src http://qgis.org/debian-nightly sid main

sudo aptitude update
apt-get source qgis=1.9.90+git20120520+c64b715~unstable1
sudo apt-get build-dep qgis
sudo aptitude install libqwt-dev xvfb
cd qgis-1.9.90+git20120520+c64b715~unstable1/
dpkg-buildpackage -rfakeroot -uc -b -j8
cd ..
sudo dpkg -i *qgis*deb


Guy


Le 22/05/2012 10:05, nabonidus a écrit :
> Sorry i was not so precise.
> I am using the nightly master builds and the latest version of package
> qgis is 1.9.90+git20120507+eaff178~unstable1 from 07 May 2012
> and of
> qgis-common is 1.9.90+git20120520+c64b715~unstable1 from 20 May 2012
>
> So it is not possible to update or use QGIS until there is a new version of
> qgis package similar to qgis-common.
>
> So this is a temporarily problem or building of the packages has been
> stopped?
>
> Thanks a lot.
> Holger



More information about the Qgis-user mailing list