[Pkg-mongodb-maintainers] [pkg-mongodb] 392/394: Do not use tcmalloc on ppc64el

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 14:00:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit 8c2427aafb68559041779ae43ed95f0f70e31045
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Thu Jul 14 15:12:22 2016 +0300

    Do not use tcmalloc on ppc64el
    
    tcmalloc causes build failures due to the test suite segfaulting on
    exit. While this is apparently harmless, it may still indicate further
    problems down the road. Let's resort to building mongo without tcmalloc
    on ppc64el until this is investigated further.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 115f182..783bbf4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  libboost-filesystem-dev,
  libboost-program-options-dev,
  libboost-thread-dev,
- libgoogle-perftools-dev [linux-amd64 linux-i386 armhf ppc64el],
+ libgoogle-perftools-dev [linux-amd64 linux-i386 armhf],
  libyaml-cpp-dev,
  libpcap-dev,
  libpcre3-dev,
diff --git a/debian/rules b/debian/rules
index 5ffc5ea..d03a147 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ endif
 
 COMMON_OPTIONS = --use-system-all --ssl $(DEB_SCONS_OPTIONS)
 
-gperftools_archs = amd64 i386 armhf ppc64el
+gperftools_archs = amd64 i386 armhf
 ifneq (,$(filter $(DEB_HOST_ARCH), $(gperftools_archs)))
 COMMON_OPTIONS += --allocator=tcmalloc
 else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list