public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich (slyfox)" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog haskell-cabal.eclass
Date: Sat, 14 Apr 2012 19:30:53 +0000 (UTC)	[thread overview]
Message-ID: <20120414193053.641DC2004B@flycatcher.gentoo.org> (raw)

slyfox      12/04/14 19:30:53

  Modified:             ChangeLog haskell-cabal.eclass
  Log:
  fix -dynamic './setup configure' failures against newer libffi (bug #411789 by Leonid Podolny)

Revision  Changes    Path
1.209                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.209&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.209&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.208&r2=1.209

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog	9 Apr 2012 18:08:45 -0000	1.208
+++ ChangeLog	14 Apr 2012 19:30:53 -0000	1.209
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.208 2012/04/09 18:08:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.209 2012/04/14 19:30:53 slyfox Exp $
+
+  14 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass:
+  fix -dynamic './setup configure' failures against newer libffi (bug #411789
+  by Leonid Podolny)
 
   09 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass,
   haskell-cabal.eclass:



1.30                 eclass/haskell-cabal.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/haskell-cabal.eclass?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/haskell-cabal.eclass?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/haskell-cabal.eclass?r1=1.29&r2=1.30

Index: haskell-cabal.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/haskell-cabal.eclass,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- haskell-cabal.eclass	9 Apr 2012 18:08:45 -0000	1.29
+++ haskell-cabal.eclass	14 Apr 2012 19:30:53 -0000	1.30
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/haskell-cabal.eclass,v 1.29 2012/04/09 18:08:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/haskell-cabal.eclass,v 1.30 2012/04/14 19:30:53 slyfox Exp $
 
 # @ECLASS: haskell-cabal.eclass
 # @MAINTAINER:
@@ -172,9 +172,12 @@
 		$(ghc-getghc) "$@"
 	}
 	if $(ghc-supports-shared-libraries); then
-		# some custom build systems might use external libraries,
-		# for which we don't have shared libs, so keep static fallback
-		make_setup -dynamic "$@" || make_setup "$@" || die "compiling ${setupmodule} failed"
+		# # some custom build systems might use external libraries,
+		# # for which we don't have shared libs, so keep static fallback
+		# Disabled '-dynamic' as ghc does not embed RPATH to used extra-libraries:
+		# bug #411789, http://hackage.haskell.org/trac/ghc/ticket/5743#comment:3
+		# make_setup -dynamic "$@" ||
+		make_setup "$@" || die "compiling ${setupmodule} failed"
 	else
 		make_setup "$@" || die "compiling ${setupmodule} failed"
 	fi






             reply	other threads:[~2012-04-14 19:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-14 19:30 Sergei Trofimovich (slyfox) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-07-20 15:05 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog haskell-cabal.eclass Sergei Trofimovich (slyfox)
2015-04-04 20:33 Sergei Trofimovich (slyfox)
2015-03-15 17:03 Sergei Trofimovich (slyfox)
2015-01-02  9:35 Sergei Trofimovich (slyfox)
2014-06-27  7:26 Sergei Trofimovich (slyfox)
2014-06-27  7:16 Sergei Trofimovich (slyfox)
2014-05-22 16:35 Sergei Trofimovich (slyfox)
2013-11-20  9:19 Sergei Trofimovich (slyfox)
2013-07-29 12:31 Sergei Trofimovich (slyfox)
2012-11-19 20:35 Sergei Trofimovich (slyfox)
2012-07-08 19:16 Sergei Trofimovich (slyfox)
2012-04-19 17:33 Sergei Trofimovich (slyfox)
2012-04-14 20:22 Sergei Trofimovich (slyfox)
2012-03-09 22:01 Sergei Trofimovich (slyfox)
2012-02-07 12:47 Sergei Trofimovich (slyfox)
2012-01-20 18:24 Sergei Trofimovich (slyfox)

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=20120414193053.641DC2004B@flycatcher.gentoo.org \
    --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