Opened 12 years ago

Closed 12 years ago

#32214 closed defect (invalid)

Installing Wine

Reported by: olgashort@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: expat

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

Trying to install wine. Kept having prob with gettext so cleaned and then expat problem. Cleaned it but still no joy.

$ sudo port install wine
--->  Computing dependencies for gettext
--->  Dependencies to be installed: expat libiconv gperf ncurses
--->  Fetching archive for expat
--->  Attempting to fetch expat-2.0.1_1+universal.darwin_11.i386-x86_64.tgz from http://packages.macports.org/expat
--->  Fetching expat
--->  Verifying checksum(s) for expat
--->  Extracting expat
--->  Configuring expat
--->  Building expat
Error: Target org.macports.build returned: shell command failed (see log for details)
Error: Failed to install expat
Log for expat is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_expat/expat/main.log
Error: The following dependencies were not installed: expat libiconv gperf ncurses
Error: Unable to upgrade port: 1
Error: Unable to execute port: upgrade flex failed

Attachments (1)

main.log (41.0 KB) - added by olgashort@… 12 years ago.
Log file for expat

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by olgashort@…

Attachment: main.log added

Log file for expat

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Description: modified (diff)
Port: expat added
Resolution: invalid
Status: newclosed

The log says:

dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
  Referenced from: /opt/local/bin/grep
  Reason: no suitable image found.  Did find:
        /usr/local/lib/libintl.8.dylib: mach-o, but wrong architecture

Remove /usr/local/lib/libintl.8.dylib and anything else you've got in /usr/local; software you've installed there will interfere with MacPorts. Then clean the affected port (expat in this case: "sudo port clean expat") and try again.

Note: See TracTickets for help on using tickets.