#16691: checksum (sha1) mismatch for postgis-1.3.3.tar.gz -----------------------------------+---------------------------------------- Reporter: aaabbbdddde@yahoo.de | Owner: frank-lists@auroralux.net Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: postgis checksum error Port: postgis | -----------------------------------+---------------------------------------- Comment(by sasha.aickin@redfin.com): It looks like the new tarball doesn't just have .svn directories but also has .o files next to the .c files, which made it impossible to install on my new MacPro, even after I changed the SHA checksum locally. If you do sudo port -v install postgis you'll see that the make command has several complaints from ld about the .o files being for the wrong architecture. I filed this issue against the postgis folks at http://code.google.com/p/postgis/issues/detail?id=60 . I was able to build on my local machine by adding the following to the portfile: build.target clean all after the build.args line. -- Ticket URL: <http://trac.macports.org/ticket/16691#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS