Details
-
Bug
-
Resolution: Gone away
-
Major - P3
-
None
-
4.2.9
-
None
-
None
-
Ubuntu 20.0 Linux
Description
Description
I try to build mongodb withg this instruction but it not works:
Gcc 10.0.1 + Python 3.8.3 + installed libraries as in documentation.
https://github.com/mongodb/mongo/blob/master/docs/building.md
I can not build it.
- python3 buildscripts/scons.py DESTDIR=/opt/mongo install-mongod
- Bug -> No DESTDIR variable{{.}}
- }} {{python3 buildscripts/scons.py DESTDIR=/tmp/unpriv PREFIX=/usr/priv install-servers{{}}
- Bug -> No prefix variable.
- Targets (not checked all but this only)
- Bug -> install-all no such target?{{}}
- Bug -> }} {{python3 buildscripts/scons.py install-all-met{{ -> no such target.}}
I try to use this:
python3 buildscripts/scons.py --build-dir=/xxx/build/mongo --prefix=/xxx/import/mongo --disable-warnings-as-errors install
Bug no such "arm_neon.h" - why arm in wired tiger???
This do something but not install mongod:
python3 buildscripts/scons.py --build-dir=/xxx/build/mongo --prefix=/xxx/import/mongo --disable-warnings-as-errors
Manual is bad and not allow to compile mongodb.
{{}}