Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631688 - dev-db/mongodb-3.0.14 fails to build: src/mongo/shell/bench.cpp:373:9: error: 'string' was not declared in this scope
Summary: dev-db/mongodb-3.0.14 fails to build: src/mongo/shell/bench.cpp:373:9: error:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lujeni
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-22 04:29 UTC by Tomáš Mózes
Modified: 2017-09-22 16:22 UTC (History)
4 users (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 Tomáš Mózes 2017-09-22 04:29:24 UTC
https://bugs.gentoo.org/626342
Comment 1 Tomáš Mózes 2017-09-22 04:30:29 UTC
We have our stable broken, but luckily there is a patch by Jenkler in #626342.
Comment 2 Tomáš Mózes 2017-09-22 07:52:29 UTC
https://github.com/gentoo/gentoo/pull/5764
Comment 3 Patrice Clement gentoo-dev 2017-09-22 09:29:53 UTC
commit 090527c1edee962b4e90fc3ca0ec9c6ed0322fbb (HEAD -> master, origin/master, origin/HEAD)
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: Fri Sep 22 09:51:01 2017 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Fri Sep 22 11:28:05 2017 +0200

dev-db/mongodb: fix building with newer glibc/pcre.

Gentoo-Bug: https://bugs.gentoo.org/631688

Package-Manager: Portage-2.3.10, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5764

.../mongodb/files/mongodb-3.0.14-fix-scons.patch   | 36 ++++++++++
.../files/mongodb-3.0.14-fix-std-string.patch      | 83 ++++++++++++++++++++++
dev-db/mongodb/mongodb-3.0.14.ebuild               | 63 +++++++++-------
dev-db/mongodb/mongodb-3.0.15.ebuild               | 63 +++++++++-------
4 files changed, 197 insertions(+), 48 deletions(-)
create mode 100644 dev-db/mongodb/files/mongodb-3.0.14-fix-scons.patch
create mode 100644 dev-db/mongodb/files/mongodb-3.0.14-fix-std-string.patch
Comment 4 Jenkler 2017-09-22 16:22:39 UTC
Great works guys, this is why I love Gentoo!