[MDEV-5268] cannot build on Solaris 11 x86 Created: 2013-11-09 Updated: 2014-05-06 Resolved: 2014-05-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.10 |
| Fix Version/s: | 10.0.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Eugene M. Zheganin | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Soaris 11.0 x86 CFLAGS="-mtune=i386 -D__sun -m64 -mtune=athlon64" |
||
| Description |
|
While building I get:
|
| Comments |
| Comment by Eugene M. Zheganin [ 2013-11-09 ] | |||||||||||||||||||||||||||||||||||||
|
Exactly same issue on 10.0.5. | |||||||||||||||||||||||||||||||||||||
| Comment by Eugene M. Zheganin [ 2013-11-09 ] | |||||||||||||||||||||||||||||||||||||
|
Same thing on 5.5.32. [...] | |||||||||||||||||||||||||||||||||||||
| Comment by Eugene M. Zheganin [ 2013-11-09 ] | |||||||||||||||||||||||||||||||||||||
|
Just in case someone got interested: building with SolarisStudio fails too, but in different way: [...] | |||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2013-11-20 ] | |||||||||||||||||||||||||||||||||||||
|
How did you build? I'm building with gcc and your CFLAGS/CXXFLAGS/LDFLAGS and don't get this error, my_context.c is compiled successfully. | |||||||||||||||||||||||||||||||||||||
| Comment by Eugene M. Zheganin [ 2013-11-23 ] | |||||||||||||||||||||||||||||||||||||
|
Well... as usual: export CFLAGS="-g -m64" cmake -DCMAKE_INSTALL_PREFIX=/usr/local/mariadb I've also tried to use a newer gcc 4.7.2 on a Solaris 10 x86 - got similar bunch of assembler errors. | |||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2014-02-06 ] | |||||||||||||||||||||||||||||||||||||
|
We have Solaris11 x86-64. MariaDB 10.0 builds there just fine (since yesterday). | |||||||||||||||||||||||||||||||||||||
| Comment by Predrag Zečević [ 2014-04-04 ] | |||||||||||||||||||||||||||||||||||||
|
Hi, last MariaDB 10.0 which I managed to compile with gcc 3.4.3 on OpenIndiana was 10.0.8 When I try 10.0.10 it fails:
any clue? Used this script:
Thank you and regards. |