-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mongodb: fix darwin build #180620
Merged
Merged
mongodb: fix darwin build #180620
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 tasks
aca4734
to
c671cde
Compare
duplicate symbol 'mongo::error_details::isNamedCode<100>' in: build/nixos/mongo/libmongodmain.a(db.o) build/nixos/third_party/murmurhash3/libmurmurhash3.a(MurmurHash3.o) duplicate symbol 'mongo::error_details::isNamedCode<11000>' in: build/nixos/mongo/libmongodmain.a(db.o) build/nixos/third_party/murmurhash3/libmurmurhash3.a(MurmurHash3.o) ld: 380094 duplicate symbols for architecture x86_64 clang-11: error: linker command failed with exit code 1 (use -v to see invocation) scons: *** [build/nixos/mongo/mongod] Error 1 scons: building terminated because of errors. build/nixos/mongo/mongo failed: Error 1 build/nixos/mongo/mongos failed: Error 1 build/nixos/mongo/mongod failed: Error 1
c671cde
to
6274875
Compare
13 tasks
d6c0450
to
f34ea8c
Compare
gcc 11 doesn't add <optional> by mistake.
f34ea8c
to
e7d158d
Compare
Ping @bryanasdev000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: darwin
Running or building packages on Darwin
10.rebuild-darwin: 1-10
10.rebuild-linux: 1-10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
I removed patch on Darwin because in failed with 2 of 2 hunk failed to apply (I haven't checked if they can be adapted because they were already no-op and nobody fixed those. I don't know how to setup
sandbox = true
I added in ~/.config/nix/nix.conf but nix-info still can't find it 🤷♂️.Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes