[MDEV-7036] MariaDB 10.0 does not build on hurd-i386 due to fail in tabmul.cpp.o Created: 2014-11-06 Updated: 2014-11-08 Resolved: 2014-11-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Debian |
| Affects Version/s: | 10.0.14 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Otto Kekäläinen | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MariaDB 10.0.14 fails to build on Debian / hurd-i386.
Full log at: https://buildd.debian.org/status/fetch.php?pkg=mariadb-10.0&arch=hurd-i386&ver=10.0.14-2&stamp=1414096647 Up-to-date build status on Debian: https://buildd.debian.org/status/package.php?p=mariadb-10.0 |
| Comments |
| Comment by Sergei Golubchik [ 2014-11-08 ] |
|
This answers the question what to use PATH_MAX or FN_REFLEN. Apparently, not all operating systems/distributions have PATH_MAX. |
| Comment by Olivier Bertrand [ 2014-11-08 ] |
|
Changed to use FN_REFLEN instead of PATH_MAX |