[MDEV-608] LP:666223 - Undefined symbol _increment_page_get_statistics Created: 2010-10-25 Updated: 2014-03-03 Resolved: 2014-03-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Skwar (Inactive) | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | Launchpad, xtradb | ||
| Attachments: |
|
| Description |
|
Trying to compile mariadb-5.2.2-gamma on a Solaris 10 Sparc system using Solaris Studio 12.2 compiler. It fails: [...] You can find the configure call in the attached cfg.sh and at http://paste.pocoo.org/show/280342/ file; log of all the output: http://paste.pocoo.org/show/280341/ |
| Comments |
| Comment by Alexander Skwar (Inactive) [ 2010-10-25 ] |
|
Re: Undefined symbol _increment_page_get_statistics |
| Comment by Alexander Skwar (Inactive) [ 2010-10-25 ] |
|
configure invocation command |
| Comment by Sergei Golubchik [ 2010-10-25 ] |
|
Re: Undefined symbol _increment_page_get_statistics May be there's something special in how Sun Studio 12.2 treats inline functions, or may be one of your numerous CC command line switches caused it. Anyway, I've added Percona-XtraDB to the list of affected projects to let XtraDB developers to look at it. If you need an quick workaround - try a simpler CC command line, or remove inline from the _increment_page_get_statistics declaration in buf0buf.c |
| Comment by Alexander Skwar (Inactive) [ 2010-10-25 ] |
|
Re: Undefined symbol _increment_page_get_statistics mysql-5.1.51 works, though (using the complicated CFLAGS). |
| Comment by Rasmus Johansson (Inactive) [ 2010-10-29 ] |
|
Re: Undefined symbol _increment_page_get_statistics ./configure --with-server-suffix=-percona --enable-thread-safe-client --with-plugins=partition,innodb_plugin uname follows: I solved using the suggested fix of removing inline from the function in buf0buf.c |
| Comment by Rasmus Johansson (Inactive) [ 2011-06-07 ] |
|
Launchpad bug id: 666223 |
| Comment by Stewart Smith [ 2011-06-07 ] |
|
Re: Undefined symbol _increment_page_get_statistics Thanks, |