https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195090
--- Comment #4 from [email protected] --- Ok, I made headway on this... VERY STRANGE ... I found some packages that were installed to support GEOS showed a certain version with the "pkg info" command but when I tried to deinstall and make clean inside that version, it said the package was not installed. I would then go into another port version... and THEN I could deinstall even though pkg info showed a different version. I don't get it. Anyhow, I deinstalled all Postgis dependencies, make clean and then reinstalled them. NOW, the pkg info command shows the correct version and all dependencies installed without a problem (including geos). However, I have one remaining problem: "./liblwgeom/.libs/liblwgeom.so: undefined reference to `geos::operation::valid::IsValidOp::getValidationError()' ../liblwgeom/.libs/liblwgeom.so: undefined reference to `geos::io::WKBReader::read(std::__1::basic_istream<char, std::__1::char_traits<char> >&)' ../liblwgeom/.libs/liblwgeom.so: undefined reference to `std::terminate()' ../liblwgeom/.libs/liblwgeom.so: undefined reference to `geos::triangulate::DelaunayTriangulationBuilder::setSites(geos::geom::Geometry const&)' ../liblwgeom/.libs/liblwgeom.so: undefined reference to `geos::geom::GeometryFactory::createMultiPolygon() const' cc: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:103: recipe for target 'shp2pgsql' failed gmake[4]: *** [shp2pgsql] Error 1 gmake[4]: Leaving directory '/usr/ports/databases/postgis21/work/postgis-2.1.3/loader' GNUmakefile:14: recipe for target 'all' failed gmake[3]: *** [all] Error 1 gmake[3]: Leaving directory '/usr/ports/databases/postgis21/work/postgis-2.1.3' " I cannot explain this. This is on make install clean for: /usr/ports/database/postgis21 Martin -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
