Ticket #13523 (closed update: fixed)
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
Change History
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: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!
Note: See
TracTickets for help on using
tickets.

