Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
5.5.34
-
None
-
None
-
None
-
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 .)
on /mariadb-5.5.34/extra/jemalloc/config.guess
"error: cannot guess build type; you must specify one"
When i use the config.guess from:
/mariadb-5.5.34/storage/tokudb/ft-index/third_party/xz-4.999.9beta/build-aux/config.guess, the build works fine.
>mv /mariadb-5.5.34/extra/jemalloc/config.guess /mariadb-5.5.34/extra/jemalloc/config.guess.save
>cp /mariadb-5.5.34/storage/tokudb/ft-index/third_party/xz-4.999.9beta/build-aux/config.guess /mariadb-5.5.34/extra/jemalloc/config.guess
/mariadb-5.5.34/extra/jemalloc/config.guess is an old version: "timestamp='2012-02-10'"
regarding:
/mariadb-5.5.34/storage/tokudb/ft-index/third_party/xz-4.999.9beta/build-aux/config.guess: (more recent : timestamp='2013-06-10' stored in the file)
I would like to know if it is possible to replace /mariadb-5.5.34/extra/jemalloc/config.guess with
/mariadb-5.5.34/storage/tokudb/ft-index/third_party/xz-4.999.9beta/build-aux/config.guess file.
thx for your help.