[MDEV-5391] Build failed on extra/jemalloc/config.guess (with debian ppc64) Created: 2013-12-05 Updated: 2013-12-06 Resolved: 2013-12-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.34 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | OLIVA | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
debian on power pc (ppc64) |
||
| Description |
|
I am trying to build mariadb server : mariadb-5.5.34 on debian powerpc system. The build failed (step >cmake .) When i use the config.guess from: >mv /mariadb-5.5.34/extra/jemalloc/config.guess /mariadb-5.5.34/extra/jemalloc/config.guess.save /mariadb-5.5.34/extra/jemalloc/config.guess is an old version: "timestamp='2012-02-10'" I would like to know if it is possible to replace /mariadb-5.5.34/extra/jemalloc/config.guess with thx for your help. |
| Comments |
| Comment by Sergei Golubchik [ 2013-12-06 ] |
|
First, please, if you have a question, you can ask it on maria-discuss@lists.launchpad.net, on irc (#maria channel on Freenode), or in our Knowledge base (mariadb.com/kb). But as long as it's not a bug, pleas, don't report it in Jira. Yes, I think you can replace config.guess file with another config.guess file. But (try "config.guess --version") the file in jemalloc directory is newer than from xz tree, you might want to look why newer autoconf stopped recognizing your system. Alternatively, you can install jemalloc system-wide and ignore the jemalloc from MariaDB tree completely. |