<div>On Thursday, March 15, 2012 10:40:00 AM UTC-7, Charlie Sharpsteen wrote:</div><blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div>Ok, I now have a nightly build set up that is tracking the PostGIS trunk. Binaries are being built for Oneric (11.11) and Precise (12.04-dev)</div></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; "> <br>...</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; "><br></blockquote><blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div>I will ponder upgrading GEOS and GDAL and setting up a stable build for the most recent beta releases.</div></blockquote><div><br></div><div>The PostGIS nightly builds have been augmented with GEOS 3.3.2 and now include the topology plugin. GDAL 1.7.x is still being used from the official Ubuntu repositories. The installation steps are now:<br></div><div><br></div><div>    sudo apt-add-repository ppa:sharpie/for-science  # To get GEOS 3.3.2</div><div>    sudo apt-add-repository ppa:sharpie/postgis-nightly</div><div>    sudo apt-get update</div><div><br></div><div>    sudo apt-get install postgresql-9.1-postgis</div><div><br></div><div><br></div><div>The build of GEOS 3.3.2 was created using the following steps:</div><div><br></div><div>  * Forking the official Ubuntu sources for GEOS 3.2.2.</div><div>  * Backporting GEOS from Debian Wheezy to get to 3.3.1 along with associated packaging updates.</div><div>  * Merging in 3.3.2 from the official GEOS tarball.</div><div><br></div><div>This was accomplished by:</div><div><br></div><div>    bzr branch lp:ubuntu/geos</div><div>    cd geos</div><div>    bzr merge debianlp:wheezy/geos</div><div>    # De-stage all Debian patches prior to an upstream import</div><div>    quilt pop -a</div><div>    bzr merge-upstream  # Finds the latest GEOS tarball and merges it in!</div><div>    quilt push -a             # Fix any outdated patches.</div><div><br></div><div><br></div><div>I had to fix one patch conflict caused by the last command, but otherwise everything went smoothly.</div><div><br></div><div>GDAL is at 1.9.0 in Debian Experimental, but backporting looks like a moderate headache so I'm holding off for now. I may set up a stable build of PostGIS beta packages, but it looks like we are pretty close to 2.0 so I may wait until the official release. The nightly builds against the SVN trunk _should_ be pretty stable in the lead up to 2.0.</div><div><br></div><div>-Charlie</div>