[SERVER-14388] --use-system-yaml does not detect libyaml-cpp-dev Created: 30/Jun/14 Updated: 03/Jul/14 Resolved: 30/Jun/14 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Build |
| Affects Version/s: | 2.6.2 |
| Fix Version/s: | 2.7.3 |
| Type: | Bug | Priority: | Minor - P4 |
| Reporter: | James Page | Assignee: | Benety Goh |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Operating System: | ALL |
| Steps To Reproduce: | Build with --use-system-yaml on Ubuntu 14.04 with libyaml-cpp-dev installed. |
| Participants: |
| Description |
|
Building on Ubuntu 14.04 with the --use-system-yaml option does not correctly detect the libraries provided by the libyaml-cpp-dev package. The library name is 'yaml-cpp' not 'yaml' |
| Comments |
| Comment by Githook User [ 30/Jun/14 ] |
|
Author: {u'username': u'javacruft', u'name': u'James Page', u'email': u'james.page@ubuntu.com'}Message: The use of --use-system-yaml was incorrectly searching for yaml-cpp Search for yaml-cpp instead. Fixes: Signed-off-by: Benety Goh <benety@mongodb.com> |
| Comment by Githook User [ 30/Jun/14 ] |
|
Author: {u'username': u'javacruft', u'name': u'James Page', u'email': u'james.page@ubuntu.com'}Message: The use of --use-system-yaml was incorrectly searching for yaml-cpp Search for yaml-cpp instead. Fixes: Signed-off-by: Benety Goh <benety@mongodb.com> |