-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Critical - P2
-
None
-
Affects Version/s: 4.0.5
-
Component/s: Packaging
-
None
-
ALL
-
The path for the gotools directory has changed quite a lot between 4.0.4 and 4.0.5. Homebrew and probably other package systems are failing due to this.
The following path:
```
mongodb-src-r4.0.5/src/mongo/gotools
```
has changed to:
```
mongodb-src-r4.0.5/src/mongo/gotools/src/github.com/mongodb/mongo-tools
```
It appears to be a copy and paste error, perhaps?
Compare:
https://github.com/mongodb/mongo/blob/r4.0.4/src/mongo/gotools/build.sh
with:
- is duplicated by
-
SERVER-38803 Directory Structure c
- Closed
- related to
-
TOOLS-2180 building the tools, throws the error "Current path '$(pwd)' doesn't resemble a GOPATH-style path. Aborting."
- Closed