Project

General

Profile

Actions

Bug #5778

closed

gitbuilders use cryptopp instead of nss libraries

Added by Anonymous over 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
High
Assignee:
Sandon Van Ness
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The configure script checks for the libcryptopp package being installed before it checks for nss. This means that even if the --with-nss option is specified, libcryptopp will be used if it's installed on the system. By chance we building release builds with nss, and gitbuilder builds with cryptopp.

There are two possible solutions, fix configure.ac to honor the --with-nss falg, or also specify --without-cryptopp in the make files.

Actions #1

Updated by Sage Weil over 10 years ago

  • Priority changed from Normal to High

if the configure fix isn't quick, let's add the --without-cryptopp

Actions #2

Updated by Ian Colle over 10 years ago

  • Assignee set to Anonymous
Actions #3

Updated by Ian Colle about 10 years ago

  • Assignee deleted (Anonymous)
Actions #4

Updated by Ian Colle about 10 years ago

  • Subject changed from gitbuilders use cyptopp instead of nss libraries to gitbuilders use cryptopp instead of nss libraries
Actions #5

Updated by Ian Colle about 10 years ago

  • Assignee set to Sandon Van Ness
Actions #6

Updated by Sage Weil almost 10 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF