Opened 9 years ago

Last modified 9 years ago

#50129 closed defect

ghc @7.8.3_4 build failure: Missing C library: ncursesw — at Version 2

Reported by: alexmptrac@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: ghc

Description (last modified by ryandesign (Ryan Carsten Schmidt))

MacOS version: 10.7.5
XCode version: 4.6.3

The error message in the log is a bit weird because I do in fact have ncurses installed:

$ sudo port installed ncurses
The following ports are currently installed:
  ncurses @5.9_2
  ncurses @5.9_2+universal
  ncurses @6.0_0
  ncurses @6.0_0+universal (active)
$ ls -l /opt/local/lib/libncurses*
-rwxr-xr-x  1 root  admin   152380 12 Sep 08:55 /opt/local/lib/libncurses++.6.dylib
-rw-r--r--  1 root  admin   214032 12 Sep 08:55 /opt/local/lib/libncurses++.a
lrwxr-xr-x  1 root  admin       20 12 Sep 08:55 /opt/local/lib/libncurses++.dylib -> libncurses++.6.dylib
lrwxr-xr-x  1 root  admin       20 12 Sep 08:55 /opt/local/lib/libncurses++w.6.dylib -> libncurses++.6.dylib
lrwxr-xr-x  1 root  admin       14 12 Sep 08:55 /opt/local/lib/libncurses++w.a -> libncurses++.a
lrwxr-xr-x  1 root  admin       20 12 Sep 08:55 /opt/local/lib/libncurses++w.dylib -> libncurses++.6.dylib
-rwxr-xr-x  1 root  admin   625468 12 Sep 08:55 /opt/local/lib/libncurses.6.dylib
-rw-r--r--  1 root  admin  1041448 12 Sep 08:55 /opt/local/lib/libncurses.a
lrwxr-xr-x  1 root  admin       18 12 Sep 08:55 /opt/local/lib/libncurses.dylib -> libncurses.6.dylib
lrwxr-xr-x  1 root  admin       18 12 Sep 08:55 /opt/local/lib/libncursesw.6.dylib -> libncurses.6.dylib
lrwxr-xr-x  1 root  admin       12 12 Sep 08:55 /opt/local/lib/libncursesw.a -> libncurses.a
lrwxr-xr-x  1 root  admin       18 12 Sep 08:55 /opt/local/lib/libncursesw.dylib -> libncurses.6.dylib

Change History (3)

Changed 9 years ago by alexmptrac@…

Attachment: main.log added

comment:1 Changed 9 years ago by alexmptrac@…

Cc: alexmptrac@… added

Cc Me!

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: alexmptrac@… removed
Description: modified (diff)
Note: See TracTickets for help on using tickets.