[MDEV-2566] LP:347606 - Changes to configure.in have broken several BUILD scripts on Mac OSX 10.5 Created: 2009-03-23 Updated: 2015-05-19 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | patrick crews (Inactive) | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
As stated in the summary, many of the scripts in the BUILD dir are broken on Mac OS X 10.5. compile-pentium-debug-max, compile-pentium-debug, etc no longer work and produce errors as documented in maria_mac_build_fail.txt. compile-pentium-gcov continues to work without fail. Undoing the following changes to configure.in allows for a successful build: Is this a need for updated tools, etc? === modified file 'configure.in'
AC_CONFIG_COMMANDS([default], , test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h)
|
| Comments |
| Comment by Patrick Crews (Inactive) [ 2009-03-23 ] |
|
Re: Changes to configure.in have broken several BUILD scripts on Mac OSX 10.5 |
| Comment by Patrick Crews (Inactive) [ 2009-03-23 ] |
|
output of failing BUILD/compile-pentium-debug-max on Mac OSX 10.5 |
| Comment by Patrick Crews (Inactive) [ 2009-04-03 ] |
|
Re: Changes to configure.in have broken several BUILD scripts on Mac OSX 10.5 I haven't changed the status of this bug yet and it should be up to maria-captains how they want to manage the bugs. However, the best two solutions I see are Invalid (technically true now, but not at the time of the bug report) or Fix released (I noticed changes to my_realloc and the other file that threw compile errors in the bug report) |
| Comment by Kristian Nielsen [ 2009-04-03 ] |
|
Re: Changes to configure.in have broken several BUILD scripts on Mac OSX 10.5 I Don't recognise the build errors mentioned, but I assume they were fixed by the same fix. |
| Comment by Rasmus Johansson (Inactive) [ 2009-04-03 ] |
|
Launchpad bug id: 347606 |