Re: GHCi vs iconv_open

2013-12-31 Thread lokada...@gmx.de

On 12/22/13 19:35, d...@gmx.com wrote:
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?

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to 
freebsd-current-unsubscr...@freebsd.org



Which version of FreeBSD you are running?
FreeBSD 10.0 Beta4 shouldn't have the problem.
I stumble over it while i update from Beta 2 to RC3.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: GHCi vs iconv_open

2013-12-31 Thread dt71

lokada...@gmx.de wrote, On 12/31/2013 22:37:

On 12/22/13 19:35, d...@gmx.com wrote:

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?


Which version of FreeBSD you are running?
FreeBSD 10.0 Beta4 shouldn't have the problem.
I stumble over it while i update from Beta 2 to RC3.


The error is hit even with FreeBSD r260061 (built a couple of days ago).

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: GHCi vs iconv_open

2013-12-23 Thread Richard Kuhns
On 12/22/13 13:35, d...@gmx.com wrote:
 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?

I recently ran into the same problem on 10.0, and thanks to Gabor Pali
(p...@freebsd.org) ghci is working again for me. Here's what he said:

 ... You can find a patch in
 ports/184806 [1] that resolves the problem.  I have not yet come to
 commit this file as I have not finished with the large-scale testing,
 but it is very likely that it will be added to the port soon.

 Cheers,
 Gabor

 [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=184806

-- 
Richard Kuhns r...@wintek.com Direct:   765-269-8541
Wintek Corporation Internet Support: 765-269-8503
427 N 6th Street   Consulting:   765-269-8504
Lafayette, IN 47901-2211   Accounting:   765-269-8502
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


GHCi vs iconv_open

2013-12-22 Thread dt71

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?
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org