#43610: p5.16-dbd-mysql @4.26.0 +mysql5 build failure ------------------------------+-------------------------------- Reporter: ckastall@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: invalid | Keywords: Port: p5.16-dbd-mysql | ------------------------------+-------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => invalid Old description:
Hi,
When attempting to install p5.16-dbd-mysql, dependencie mysql5 start installing but quickly fail.
What bugs me is that I already have installed mysql55 :
mysql55 @5.5.37_0 (active) mysql55-server @5.5.37_0 (active)
I have looked for different solutions, but in vain. Xcode 5 is installed.
Trying to install mysql5 fails with the same error message.
Thanks for any help
New description: Hi, When attempting to install p5.16-dbd-mysql, dependencie mysql5 start installing but quickly fail. What bugs me is that I already have installed mysql55 : {{{ mysql55 @5.5.37_0 (active) mysql55-server @5.5.37_0 (active) }}} I have looked for different solutions, but in vain. Xcode 5 is installed. Trying to install mysql5 fails with the same error message. Thanks for any help -- Comment: Then use the +mysql55 variant of the p5.16-dbd-mysql port. {{{ sudo port clean p5.16-dbd-mysql sudo port instsall p5.16-dbd-mysql +mysql55 }}} The command `port variants p5.16-dbd-mysql` shows you what variants are available. The error shown in your log, `error: C compiler cannot create executables`, [wiki:FAQ#missingxcode usually means] you have not installed the Xcode command line tools; you should do so by running `xcode-select --install`. -- Ticket URL: <https://trac.macports.org/ticket/43610#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X