Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634828 - dev-db/postgis - unhandled dependency on dev-libs/protobuf-c
Summary: dev-db/postgis - unhandled dependency on dev-libs/protobuf-c
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-19 22:26 UTC by Andreas Sturmlechner
Modified: 2018-02-03 01:00 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 Andreas Sturmlechner gentoo-dev 2017-10-19 22:26:34 UTC
>>> package: dev-libs/protobuf-c-1.3.0-r1
 *  - /usr/lib64/libprotobuf-c.so.1
 *  - /usr/lib64/libprotobuf-c.so.1.0.0
 *      used by /usr/lib64/postgresql-9.4/lib64/postgis-2.4.so (dev-db/postgis-2.4.0)

...and in configure.ac we find:

AC_ARG_WITH([protobuf],
        [AS_HELP_STRING([--without-protobuf], [build without protobuf-c support])],
        [CHECK_PROTOBUF="$withval"], [])

dnl User didn't turn off protobuf support so...
[...]
Comment 1 Larry the Git Cow gentoo-dev 2017-11-16 15:29:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc14b56e70570e3804910f0c566be7cc1df6d2fe

commit cc14b56e70570e3804910f0c566be7cc1df6d2fe
Author:     Aaron W. Swenson <titanofold@gentoo.org>
AuthorDate: 2017-11-16 15:26:57 +0000
Commit:     Aaron W. Swenson <titanofold@gentoo.org>
CommitDate: 2017-11-16 15:29:17 +0000

    dev-db/postgis: Bump to 2.4.2
    
    Bump version to 2.4.2. Add additional USE flags to control optional
    dependencies.
    
    Closes: https://bugs.gentoo.org/634828
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-db/postgis/Manifest             |   1 +
 dev-db/postgis/metadata.xml         |  13 +++-
 dev-db/postgis/postgis-2.4.2.ebuild | 125 ++++++++++++++++++++++++++++++++++++
 3 files changed, 138 insertions(+), 1 deletion(-)