Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#43610 closed defect (invalid)

p5.16-dbd-mysql @4.26.0 +mysql5 build failure

Reported by: ckastall@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: p5.16-dbd-mysql

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

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

Attachments (1)

p5-dbd-mysql.txt (16.7 KB) - added by ckastall@… 10 years ago.
p5-dbd-mysql build error message

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by ckastall@…

Attachment: p5-dbd-mysql.txt added

p5-dbd-mysql build error message

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

Description: modified (diff)
Resolution: invalid
Status: newclosed

Then use the +mysql55 variant of the p5.16-dbd-mysql port.

sudo port clean p5.16-dbd-mysql
sudo port install 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, usually means you have not installed the Xcode command line tools; you should do so by running xcode-select --install.

Last edited 10 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 10 years ago by ckastall@…

Thanks a lot !

Note: See TracTickets for help on using tickets.