Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411277 - dev-db/postgis-2.0.0 should depend on >=sci-libs/geos- 3.3.2
Summary: dev-db/postgis-2.0.0 should depend on >=sci-libs/geos- 3.3.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-08 13:57 UTC by Ervin Peters
Modified: 2012-04-10 14:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ervin Peters 2012-04-08 13:57:21 UTC
Currently emerge tries to upgrade postgis, but fail on configure:

--------------8<-----------------
Calculating dependencies... done!
[ebuild     U ~] dev-db/postgis-2.0.0 [1.5.3-r1] USE="doc -gtk" 0 kB

Total: 1 package (1 upgrade), Size of downloads: 0 kB

*** Resuming merge...

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-db/postgis-2.0.0
 * postgis-2.0.0.tar.gz RMD160 SHA1 SHA256 size ;-) ...                  [ ok ]

[...]

checking for json/json.h... no
checking for json_object_get in -ljson... no
TOPOLOGY: Topology support requested
configure: error: Topology requires GEOS version >= 3.3.2. Use --without-topology or install a newer GEOS.
--------------8<-----------------

It seems to me a missing dependency on >=sci-libs/geos-3.3.2
Right now I keyworded 

>=sci-libs/geos-3.3.2 ~x86

and emerge geos and postgis - it seems to work.
Comment 1 Aaron W. Swenson gentoo-dev 2012-04-10 14:02:53 UTC
  10 Apr 2012; Aaron W. Swenson <titanofold@gentoo.org> postgis-2.0.0.ebuild:
  Fixed dependencies. Fixes bug 411277.