[DOCS-13763] Obsolete build from source documentation Created: 14/Jul/20 Updated: 27/Oct/23 Resolved: 15/Jul/20 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | None |
| Affects Version/s: | 4.2.9 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Cezary Wagner | Assignee: | Unassigned |
| Resolution: | Gone away | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Ubuntu 20.0 Linux |
||
| Participants: | |
| Days since reply: | 3 years, 30 weeks ago |
| Description |
DescriptionI 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.
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: Manual is bad and not allow to compile mongodb. {{}} Scope of changesImpact to Other DocsMVP (Work and Date)Resources (Scope or Design Docs, Invision, etc.) |
| Comments |
| Comment by Andrew Feierabend (Inactive) [ 15/Jul/20 ] |
|
Hi, thanks for submitting a ticket. This ticketing system is for the MongoDB Server Manual documentation, not the build steps for the repo. Please post your question to the MongoDB Community Forums, where someone should be able to help you. Thank you. |
| Comment by Cezary Wagner [ 15/Jul/20 ] |
|
I found that my problem is because I think that master is current branch but master is obsolete and I read obsolete instruction. |