[Qgis-developer] dep trouble with feisty packages

icosa atropa icos.atropa at gmail.com
Tue Oct 16 20:42:50 EDT 2007


Tim,

I tried installing feisty packages from
http://qgis.org/uploadfiles/testbuilds/, but I'm still getting
problems with deps.

I first did a fresh apt-get update/upgrade/dist-upgrade prior to
installing debs.  Still, I get stuck on libqgis1 with the following:

xian at wrp:/usr/local/src$ sudo dpkg -i libqgis1_0.9.0_i386.deb
Selecting previously deselected package libqgis1.
(Reading database ... 71051 files and directories currently installed.)
Unpacking libqgis1 (from libqgis1_0.9.0_i386.deb) ...
dpkg: dependency problems prevent configuration of libqgis1:
 libqgis1 depends on libqt4-core (>= 4.3.0); however:
  Version of libqt4-core on system is 4.2.3-0ubuntu3.
 libqgis1 depends on libqt4-gui (>= 4.3.0); however:
  Version of libqt4-gui on system is 4.2.3-0ubuntu3.
 libqgis1 depends on libqt4-qt3support (>= 4.3.0); however:
  Version of libqt4-qt3support on system is 4.2.3-0ubuntu3.
dpkg: error processing libqgis1 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libqgis1

thanks,
christian gunning
university of new mexico


On 10/16/07, qgis-developer-request at lists.qgis.org
<qgis-developer-request at lists.qgis.org> wrote:
> Send Qgis-developer mailing list submissions to
>         qgis-developer at lists.qgis.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
> or, via email, send a message with subject or body 'help' to
>         qgis-developer-request at lists.qgis.org
>
> You can reach the person managing the list at
>         qgis-developer-owner at lists.qgis.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Qgis-developer digest..."
>
>
> Today's Topics:
>
>    1. Wiki page about branching and merging (Marco Hugentobler)
>    2. Re: Wiki page about branching and merging (Tim Sutton)
>    3. Incremental rendering update (Marco Hugentobler)
>    4. Re: Incremental rendering update (Martin Dobias)
>    5. Re: Incremental rendering update (Martin Dobias)
>    6. Re: PyQgis on Windows[Scanned] (Tisham Dhar)
>    7. 0.9.0 Final Packaging effort before announcing    release
>       (Tim Sutton)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 15 Oct 2007 16:35:51 +0200
> From: Marco Hugentobler <marco.hugentobler at karto.baug.ethz.ch>
> Subject: [Qgis-developer] Wiki page about branching and merging
> To: qgis-developer at lists.qgis.org
> Message-ID: <200710151635.51823.marco.hugentobler at karto.baug.ethz.ch>
> Content-Type: text/plain;  charset="us-ascii"
>
> Dear QGIS devs,
>
> There's a new wiki page that describes the procedure of developing new
> features in QGIS branches:
>
> http://wiki.qgis.org/qgiswiki/DevelopmentInBranches
>
> Is that ok for everyone?
>
> Best regards,
> Marco
>
> --
> Dr. Marco Hugentobler
> Institute of Cartography
> ETH Zurich
> Technical Advisor QGIS Project Steering Committee
> marco.hugentobler at karto.baug.ethz.ch
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 15 Oct 2007 12:05:38 -0300
> From: "Tim Sutton" <tim at linfiniti.com>
> Subject: Re: [Qgis-developer] Wiki page about branching and merging
> To: "Marco Hugentobler" <marco.hugentobler at karto.baug.ethz.ch>
> Cc: qgis-developer at lists.qgis.org
> Message-ID:
>         <d368056f0710150805n1d6f680br36cea1c902729b8c at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Looks good to me!
>
> Regards
>
> Tim
>
> 2007/10/15, Marco Hugentobler <marco.hugentobler at karto.baug.ethz.ch>:
> > Dear QGIS devs,
> >
> > There's a new wiki page that describes the procedure of developing new
> > features in QGIS branches:
> >
> > http://wiki.qgis.org/qgiswiki/DevelopmentInBranches
> >
> > Is that ok for everyone?
> >
> > Best regards,
> > Marco
> >
> > --
> > Dr. Marco Hugentobler
> > Institute of Cartography
> > ETH Zurich
> > Technical Advisor QGIS Project Steering Committee
> > marco.hugentobler at karto.baug.ethz.ch
> > _______________________________________________
> > Qgis-developer mailing list
> > Qgis-developer at lists.qgis.org
> > http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
> >
>
>
> --
> Tim Sutton
> QGIS Project Steering Committee Member - Release  Manager
> Visit http://qgis.org for a great open source GIS
> openModeller Desktop Developer
> Visit http://openModeller.sf.net for a great open source ecological
> niche modelling tool
> Home Page: http://tim.linfiniti.com
> Skype: timlinux
> Irc: timlinux on #qgis at freenode.net
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 15 Oct 2007 18:28:28 +0200
> From: Marco Hugentobler <marco.hugentobler at karto.baug.ethz.ch>
> Subject: [Qgis-developer] Incremental rendering update
> To: qgis-developer at lists.qgis.org
> Message-ID: <200710151828.28477.marco.hugentobler at karto.baug.ethz.ch>
> Content-Type: text/plain;  charset="us-ascii"
>
> Dear qgis devs,
>
> One of the things I miss most in the current qgis version is the incremental
> update of the map when it is rendering. So on a long train journay, I took
> some time to look how this can be restored with minimal changes to the
> sources and the architecture. The source tarball of my experiments can be
> downloaded at:
> http://karlinapp.ethz.ch/qgis_incremental_update.tgz
>
> This is just a 'proof of concept'. If other devs like the approach, I can make
> a branch with these changes and fix remaining bugs.
>
> The principle is that QgsMapCanvas and QgsMapCanvasMap have two methods: One
> that triggers the map rendering and one that just updates the canvas with the
> rendered QImage.
> The QgsMapLayers have a signal called 'repaint requested' that is connected
> with the signal 'refresh' of the map canvas. Emiting the 'repaint requested'
> signal calls the method that updates the canvas with the currently rendered
> image, so the maplayer may decide when an update is appropriate.
>
> Zoom and pan actions on the canvas on the other hand trigger the method that
> invokes the rendering process.
>
> I think that this way, it is also possible to have the possibility to stop the
> rendering progress if a huge dataset has been opened. And of course I have
> other ideas in mind like smart zooming or making tiled wms requests (similar
> to the way OpenLayers does it)...
>
> What are your opinions about that?
>
> Best regards,
> Marco
>
>
> --
> Dr. Marco Hugentobler
> Institute of Cartography
> ETH Zurich
> Technical Advisor QGIS Project Steering Committee
> marco.hugentobler at karto.baug.ethz.ch
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 15 Oct 2007 19:23:34 +0200
> From: "Martin Dobias" <wonder.sk at gmail.com>
> Subject: Re: [Qgis-developer] Incremental rendering update
> To: "Marco Hugentobler" <marco.hugentobler at karto.baug.ethz.ch>
> Cc: qgis-developer at lists.qgis.org
> Message-ID:
>         <e8e7199c0710151023q56c4db4cn100c51c7a135062a at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 10/15/07, Marco Hugentobler <marco.hugentobler at karto.baug.ethz.ch> wrote:
> > Dear qgis devs,
> >
> > One of the things I miss most in the current qgis version is the incremental
> > update of the map when it is rendering. So on a long train journay, I took
> > some time to look how this can be restored with minimal changes to the
> > sources and the architecture. The source tarball of my experiments can be
> > downloaded at:
> > http://karlinapp.ethz.ch/qgis_incremental_update.tgz
>
> Hi Marco,
>
> could you please provide it as a patch instead? It's easier to
> download and easier to see the changes :-)
>
> Martin
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 15 Oct 2007 19:30:57 +0200
> From: "Martin Dobias" <wonder.sk at gmail.com>
> Subject: Re: [Qgis-developer] Incremental rendering update
> To: "Marco Hugentobler" <marco.hugentobler at karto.baug.ethz.ch>
> Cc: qgis-developer at lists.qgis.org
> Message-ID:
>         <e8e7199c0710151030w6efff887jf3ec3d12d3590fc8 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 10/15/07, Marco Hugentobler <marco.hugentobler at karto.baug.ethz.ch> wrote:
> > Dear qgis devs,
> >
> > One of the things I miss most in the current qgis version is the incremental
> > update of the map when it is rendering. So on a long train journay, I took
> > some time to look how this can be restored with minimal changes to the
> > sources and the architecture. The source tarball of my experiments can be
> > downloaded at:
> > http://karlinapp.ethz.ch/qgis_incremental_update.tgz
>
> Hi Marco,
>
> could you please provide it as a patch instead? It's easier to
> download and easier to see the changes :-)
>
> Martin
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 16 Oct 2007 09:48:32 +0930
> From: "Tisham Dhar" <tisham at apogee.com.au>
> Subject: Re: [Qgis-developer] PyQgis on Windows[Scanned]
> To: "Martin Dobias" <wonder.sk at gmail.com>
> Cc: qgis-developer at lists.qgis.org
> Message-ID:
>         <7FE299E133F3104AA71E94D1850057891A4A78 at APOGEESRV.ApogeeImaging.local>
> Content-Type: text/plain;       charset="us-ascii"
>
> I will include the sipconfig.py and sip.pyd in the installer removing
> the need for PyQt4 being installed.
>
> Tishampati Dhar
>
>  Software Developer
>
>  APOGEE IMAGING INTERNATIONAL
>
>  Building 12B
>
>  1 Adelaide - Lobethal Road
>
>  Lobethal SA 5241
>
>   Telephone: +61 - 8 - 8389 5499
>
>  Fax: +61 - 8 - 8389 5488
>
>  Mobile: +61 - 406114165
>
> Email: tisham at apogee.com.au mailto:tisham at apogee.com.au>
>
> Web: www.apogee.com.au <http://www.apogee.com.au>
>
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> "The information in this e-mail may be confidential and/or commercially
> privileged. It is intended solely for the addressee. Access to this
> e-mail by anyone else is unauthorised. If you are not the
> intendedrecipient, any disclosure, copying, distribution or action taken
> or omitted to be taken in reliance on it, is prohibited and may be
> unlawful."
>
>
>
> -----Original Message-----
> From: Martin Dobias [mailto:wonder.sk at gmail.com]
> Sent: Tuesday, 16 October 2007 8:01 AM
> To: Tisham Dhar
> Cc: qgis-developer at lists.qgis.org
> Subject: Re: [Qgis-developer] PyQgis on Windows[Scanned]
>
>
> Hi Tisham,
>
> I'm wondering what's the reason of "replacing some PyQt4 binaries with
> compatible ones" ...?
>
> You also write that shipping with PyQt4 makes the package very bloated.
> Do you include full binary installer from the pyqt download page (i.e.
> PyQt-Py2.5-gpl-4.3.1-1.exe) ? It would suffice to install just stuff
> that's in Python's site-packages directory: sip.pyd, sipconfig.py and
> the whole PyQt4 dir.
>
> Martin
>
> On 10/15/07, Tisham Dhar <tisham at apogee.com.au> wrote:
> > Hi Martin,
> >
> > Spot on what I am planning to do.
> > http://whatnick.blogspot.com/2007/10/quaternions-embedding-python-and-
> > ju
> > st.html
> > Instead of autodownloading the dependencies I can package them in with
> > the Qgis installer and leave them out if a system installed version is
> > located, and a Python free version has to be definitely offered.
> >
> > Any other windows packagers willing to join the effort and make a
> > Python free version so that I can get the with python one sorted are
> > welcome.
> >
> > Tishampati Dhar
> >
> >  Software Developer
> >
> >  APOGEE IMAGING INTERNATIONAL
> >
> >  Building 12B
> >
> >  1 Adelaide - Lobethal Road
> >
> >  Lobethal SA 5241
> >
> >   Telephone: +61 - 8 - 8389 5499
> >
> >  Fax: +61 - 8 - 8389 5488
> >
> >  Mobile: +61 - 406114165
> >
> > Email: tisham at apogee.com.au mailto:tisham at apogee.com.au>
> >
> > Web: www.apogee.com.au <http://www.apogee.com.au>
> >
> >  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> > "The information in this e-mail may be confidential and/or
> > commercially privileged. It is intended solely for the addressee.
> > Access to this e-mail by anyone else is unauthorised. If you are not
> > the intendedrecipient, any disclosure, copying, distribution or action
>
> > taken or omitted to be taken in reliance on it, is prohibited and may
> > be unlawful."
> >
> >
> > _______________________________________________
> > Qgis-developer mailing list
> > Qgis-developer at lists.qgis.org
> > http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
> >
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Mon, 15 Oct 2007 23:09:08 -0300
> From: "Tim Sutton" <tim at linfiniti.com>
> Subject: [Qgis-developer] 0.9.0 Final Packaging effort before
>         announcing      release
> To: qgis-developer <qgis-developer at lists.qgis.org>,     "Tom Elwertowski"
>         <telwertowski at comcast.net>
> Message-ID:
>         <d368056f0710151909r42fd8fa7rdcc4cb25894adbc9 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi All
>
> As I announced a week or two back, 0.9.0 has been tagged and we are
> waiting to get some packages made before announcing the release more
> broadly. Tisham Dhar has been working extremely hard to get the win
> packaging + python issues sorted out and we expect final win packages
> to be available tomorrow. I have made packages for ubuntu feisty and
> gutsy (for early adopters) which are available here:
>
> http://qgis.org/uploadfiles/testbuilds/
>
> I would be most grateful if any feisty and gutsy users out there could
> test for me before i move them onto the main upload site. I should
> hopefully have etch packages available tomorrow. Check the same url
> above to see if they are available yet.
>
> Tom - do you think you will be able to make an 'all in one'
> application bundle for us again?
>
> Anyone else who is able to contribute packages, your work will be
> greatly appreciated!
>
> Best regards
>
> --
> Tim Sutton
> QGIS Project Steering Committee Member - Release  Manager
> Visit http://qgis.org for a great open source GIS
> openModeller Desktop Developer
> Visit http://openModeller.sf.net for a great open source ecological
> niche modelling tool
> Home Page: http://tim.linfiniti.com
> Skype: timlinux
> Irc: timlinux on #qgis at freenode.net
>
>
> ------------------------------
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.qgis.org
> http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
>
>
> End of Qgis-developer Digest, Vol 20, Issue 12
> **********************************************
>


-- 
Far better an approximate answer to the right question, which is often
vague, than the exact answer to the wrong question, which can always
be made precise -- j.w. tukey



More information about the Qgis-developer mailing list