Bug #4239 | latest 4.1.2 bk source failed to build on Mac OS X 10.3 | ||
---|---|---|---|
Submitted: | 21 Jun 2004 23:51 | Modified: | 23 Jun 2004 12:58 |
Reporter: | Gene Diveglia | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S1 (Critical) |
Version: | 4.1.2 bk | OS: | MacOS (Mac OS X 10.3.4) |
Assigned to: | Dmitry Lenev | CPU Architecture: | Any |
[21 Jun 2004 23:51]
Gene Diveglia
[22 Jun 2004 17:27]
Gene Diveglia
Suggested fix: The build is failing when attempting to create the linked executable mysql_tzinfo_to_sql. It appears that the unreferenced symbol errors that are causing the build to fail are caused by the failure of the build process to define TZINFO2SQL during the compilation of the object file tztime.cc. Manually compiling tzinfo.cc with this define eliminates the unreferenced symbols and executable successfully builds. Makefile.am appears to contain the necessary information to include the above define during the build process. However, I'm not sure why it fails to do so. It would also seem that tztime.o would need to be rebuilt later without this define for inclusion in the mysqld executable.
[22 Jun 2004 17:39]
Jonas Oreland
This can be fixed by upgrading automake/autconf (I upgraded to 1.8/2.59). There is however a fix pending to be pushed (so that you don't have to upgrade automake/autconf)
[22 Jun 2004 17:39]
Lenz Grimmer
Thanks for the report. Dmitri, I think this one is already solved by now, correct?
[23 Jun 2004 12:58]
Dmitry Lenev
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: ChangeSet 1.1958.1.1 2004/06/23 13:07:00 dlenev@brandersnatch.localdomain Final solution to mysql_tzinfo_to_sql problem.