From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nix/, sys-apps/nix/files/
Date: Sat, 9 Mar 2019 21:05:43 +0000 (UTC) [thread overview]
Message-ID: <1552165515.460014c2d82a53a5db86dd2376cbd7045227cc69.slyfox@gentoo> (raw)
commit: 460014c2d82a53a5db86dd2376cbd7045227cc69
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 9 21:04:43 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 21:05:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460014c2
sys-apps/nix: tweak for bdwgc-8, bug #679834
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/679834
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-apps/nix/files/nix-2.0.4-bdwgc-8.patch | 12 ++++++++++++
sys-apps/nix/nix-2.0.4.ebuild | 3 ++-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/sys-apps/nix/files/nix-2.0.4-bdwgc-8.patch b/sys-apps/nix/files/nix-2.0.4-bdwgc-8.patch
new file mode 100644
index 00000000000..ff37f48e360
--- /dev/null
+++ b/sys-apps/nix/files/nix-2.0.4-bdwgc-8.patch
@@ -0,0 +1,12 @@
+Add a missing library for gdwgc-8
+--- a/configure.ac
++++ b/configure.ac
+@@ -226,6 +226,8 @@ AC_ARG_ENABLE(gc, AC_HELP_STRING([--enable-gc],
+ if test "$gc" = yes; then
+ PKG_CHECK_MODULES([BDW_GC], [bdw-gc])
+ CXXFLAGS="$BDW_GC_CFLAGS $CXXFLAGS"
++ # a workaround for https://bugs.gentoo.org/679834
++ BDW_GC_LIBS="$BDW_GC_LIBS -lgccpp"
+ AC_DEFINE(HAVE_BOEHMGC, 1, [Whether to use the Boehm garbage collector.])
+ fi
+
diff --git a/sys-apps/nix/nix-2.0.4.ebuild b/sys-apps/nix/nix-2.0.4.ebuild
index 965584cf6f0..a39c4d53087 100644
--- a/sys-apps/nix/nix-2.0.4.ebuild
+++ b/sys-apps/nix/nix-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -41,6 +41,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.11.6-respect-CXXFLAGS.patch
"${FILESDIR}"/${PN}-1.11.6-respect-LDFLAGS.patch
"${FILESDIR}"/${PN}-2.0-user-path.patch
+ "${FILESDIR}"/${PN}-2.0.4-bdwgc-8.patch
)
DISABLE_AUTOFORMATTING=yes
next reply other threads:[~2019-03-09 21:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-09 21:05 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-10-10 22:08 [gentoo-commits] repo/gentoo:master commit in: sys-apps/nix/, sys-apps/nix/files/ Sergei Trofimovich
2018-02-22 22:53 Sergei Trofimovich
2017-08-31 20:23 Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1552165515.460014c2d82a53a5db86dd2376cbd7045227cc69.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox