Project

General

Profile

Actions

Bug #16789

closed

Ceph v10.2.2 build overwrites PYTHONPATH

Added by Roy Keene almost 8 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
build
Target version:
-
% Done:

0%

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

Description

Building Ceph v10.2.2 overwrites PYTHONPATH, which may be needed to provide "setuptools"/"pip"/"virtualenv".

This is overwritten in src/Makefile.

post-configure fix up:

function postconfigure() {
        sed -i 's@export PYTHONPATH=@export PYTHONPATH := ${PYTHONPATH}:@' src/Makefile
}

Actions #1

Updated by Sage Weil almost 3 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF