#41285: Madplay Doesn't Compile on Mavericks -------------------------+-------------------------------- Reporter: broberts@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: invalid | Keywords: Port: madplay | -------------------------+-------------------------------- Changes (by ryandesign@…): * status: new => closed * cc: ryandesign@… (added) * resolution: => invalid Comment: As your log says: {{{ ld: warning: ld: warning: ignoring file /usr/local/lib/libid3tag.dylib, file was built for i386 which is not the architecture being linked (x86_64): /usr/local/lib/libid3tag.dylibignoring file /usr/local/lib/libmad.dylib, file was built for i386 which is not the architecture being linked (x86_64): /usr/local/lib/libmad.dylib }}} You have a copy of libid3tag installed in /usr/local, and it was built for i386, not x86_64. In general, installing software in /usr/local will cause these kinds of problems, which is why we don't support that. Please delete what you have in /usr/local, clean madplay, and try again. -- Ticket URL: <https://trac.macports.org/ticket/41285#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X