Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#44881 closed defect (worksforme)

SoXt port fails to install

Reported by: matthewl.lund@… Owned by: cssdev
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: SoXt

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

SoXt port fails to install on Maverick 10.9 giving

Error: org.macports.build for port SoXt returned: command execution failed
Please see the log file for port SoXt for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_SoXt/SoXt/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port SoXt failed

See attached log file for details.

Attachments (2)

main.log (289.3 KB) - added by matthewl.lund@… 10 years ago.
config.log (56.4 KB) - added by matthewl.lund@… 10 years ago.

Download all attachments as: .zip

Change History (8)

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

First, this was not a clean build attempt. Please clean and try again.

Second, the log says:

:info:build clang: error: no such file or directory: '/usr/local/lib/libXm.dylib'

If your next clean build attempt ends with the same error in the log, consider that we do not support having software installed in /usr/local because of these kinds of problems. Remove /usr/local and try again.

Also remember to use WikiFormatting when you write in Trac.

Changed 10 years ago by matthewl.lund@…

Attachment: main.log added

comment:2 Changed 10 years ago by matthewl.lund@…

I cleaned the install and retried the port, still no luck. So i removed my /usr/local directory, cleaned the port again, and tried installing SoXt again. Still does not install. Here is the new log file, I'm at a lose as to the reason why.

Thanks

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to css@…
Port: SoXt added
Priority: HighNormal

Ok, the new log contains this new error:

:info:build dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
:info:build   Referenced from: /opt/local/bin/doxygen
:info:build   Reason: Incompatible library version: doxygen requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0

This problem is explained here: ProblemHotlist#libiconv-version

Changed 10 years ago by matthewl.lund@…

Attachment: config.log added

comment:4 Changed 10 years ago by matthewl.lund@…

Please close ticket. I completely uninstalled port and all packages, then reinstalled everything. It appears that there must have been several corrupt packages after updating to Maverick.

comment:5 Changed 10 years ago by mf2k (Frank Schima)

Resolution: worksforme
Status: newclosed

Glad you got it working.

comment:6 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

I saw just now that you attached a config.log. (Trac does not send email notifications of attachments.) The log says:

ld: warning: ignoring file /opt/local/lib/libz.dylib, missing required architecture x86_64 in file /opt/local/lib/libz.dylib (2 slices)

This confirms my diagnosis above that something overwrote some of your MacPorts libraries with versions of a different architecture. I'm glad uninstalling and reinstalling your ports worked; that's the solution I would have suggested. Also, you mentioned upgrading to Mavericks, and yes, separately from the issue you encountered, uninstalling and reinstalling your ports is necessary also when upgrading to a new major OS X version.

Note: See TracTickets for help on using tickets.