Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13523 closed update (fixed)

UPDATE: MySQL 5.0.51

Reported by: ebgssth@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.5.2
Keywords: mysql Cc: ryandesign (Ryan Carsten Schmidt)
Port:

Description


Attachments (1)

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

Download all attachments as: .zip

Change History (7)

Changed 16 years ago by ebgssth@…

Attachment: Portfile.diff added

comment:1 Changed 16 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 16 years ago by ryandesign (Ryan Carsten Schmidt)

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

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

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 16 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

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 15 years ago by jmroot (Joshua Root)

Type: enhancementupdate

comment:6 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

Note: See TracTickets for help on using tickets.