[MDEV-3199] LP:729059 - 5.2.5 doesn't compile on FreeBSD 8.2 amd64 Created: 2011-03-04 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Olivier - interfaSys (Inactive) | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Here is the error we're seeing when trying to compile 5.2.5. No problem with 5.2.4. if g++45 -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME='"/usr/local"' -DMYSQL_DATADIR='"/usr/local/var"' -DSHAREDIR='"/usr/local/share/mysql"' -DPLUGINDIR='"/usr/local/lib/mysql/plugin"' -DHAVE_EVENT_SCHEDULER -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I../regex -I. -O2 -pipe -mfpmath=sse -ftracer -ffast-math -fexcess-precision=fast -funroll-loops -O3 -floop-interchange -floop-strip-mine -floop-block -march=native -fno-strict-aliasing -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT sql_select.o -MD -MP -MF ".deps/sql_select.Tpo" -c -o sql_select.o sql_select.cc; then mv -f ".deps/sql_select.Tpo" ".deps/sql_select.Po"; else rm -f ".deps/sql_select.Tpo"; exit 1; fi
It failed even with these basic CFLAGS: |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2011-03-20 ] |
|
Re: 5.2.5 doesn't compile on FreeBSD 8.2 amd64 Works: MariaDB 5.2.4 & 5.1.53, MySQL 5.1.55 |
| Comment by Sergei Golubchik [ 2011-03-21 ] |
|
Re: 5.2.5 doesn't compile on FreeBSD 8.2 amd64 |
| Comment by Olivier - interfaSys (Inactive) [ 2011-03-21 ] |
|
Re: 5.2.5 doesn't compile on FreeBSD 8.2 amd64 |
| Comment by Rasmus Johansson (Inactive) [ 2011-05-11 ] |
|
Launchpad bug id: 729059 |