New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #13523 (closed update: fixed)

Opened 5 years ago

Last modified 4 years ago

UPDATE: MySQL 5.0.51

Reported by: ebgssth@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.5.2
Keywords: mysql Cc: ryandesign@…
Port:

Description


Attachments

Portfile.diff (1021 bytes) - added by ebgssth@… 5 years ago.

Change History

Changed 5 years ago by ebgssth@…

comment:1 Changed 5 years ago by ebgssth@…

MySQL 5.0.51 has been released. To make this work on my machine (10.3), I had to remove patch.

comment:2 Changed 5 years ago by ryandesign@…

  • Owner changed from macports-dev@… to ryandesign@…

comment:3 Changed 5 years ago by ryandesign@…

Agreed: with the patch still in place, I get

base64.c:16:28: error: include/base64.h: No such file or directory

and then various fatal errors as a result. But I'm not confident in removing the patch, since it was added in r21625 specifically to avoid a conflict with heimdal. I'm not sure that removing the patch wouldn't reintroduce that conflict.

comment:4 Changed 5 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

I spent some time testing with heimdal @1.0.1_0 installed. I found that:

  • mysql5 @5.0.45_3 with the patchfile builds fine,
  • mysql5 @5.0.45_3 without the patchfile fails to build because it finds heimdal's base64.h instead of MySQL's,
  • mysql5 @5.0.51_0 with the patchfile fails because it can't find its own base64.h anymore, and
  • mysql5 @5.0.51_0 without the patchfile builds fine.

Therefore, I did remove the patchfile after all, as originally suggested. Update committed in r31850. Thank you!

comment:5 Changed 4 years ago by jmr@…

  • Type changed from enhancement to update

comment:6 Changed 4 years ago by anonymous

  • Milestone Port Updates deleted

Milestone Port Updates deleted

Note: See TracTickets for help on using tickets.