From owner-freebsd-current@FreeBSD.ORG Sun Dec 22 18:36:33 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE11FC14 for ; Sun, 22 Dec 2013 18:36:33 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DA58100A for ; Sun, 22 Dec 2013 18:36:33 +0000 (UTC) Received: from [157.181.98.186] ([157.181.98.186]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0LaXEN-1VDCOO2qf1-00mJin for ; Sun, 22 Dec 2013 19:36:31 +0100 Message-ID: <52B7310D.4030608@gmx.com> Date: Sun, 22 Dec 2013 19:35:57 +0100 From: dt71@gmx.com User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: GHCi vs iconv_open Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:KA56ALzgALhUZoseGRFkRjX8p0K66FIu/5tJyHFWasrsRMapScE utOsU3Wd1mlvxSiLH+Mda86tLcNiEqUbzXCu6op5JAmVnI0MxvIPeQBOjNfrNg3ZB5UH99G fm6D7jwDQG0GmFVACkeZAfgCAzRQvrvWAq4YFCfWsXdEB8MsOlt15RY1iAC2o5UDmAYM14I hH4Gi4L/6mqM8ilOsjHqA== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Dec 2013 18:36:33 -0000 After a recent installworld, GHCi (``ghc -i'' from lang/ghc) fails like so: % ghci GHCi, version 7.6.3: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... ghc: /usr/local/lib/ghc-7.6.3/base-4.6.0.1/HSbase-4.6.0.1.o: unknown symbol `iconv_open' ghc: unable to load package `base' Running portupgrade to rebuild all (most) ports didn't help. Where's the issue / Do what?