Project

General

Profile

Actions

Bug #16646

closed

./configure && make fails with "make[3]: *** No rule to make target `../src/gmock/lib/libgmock_main.la', needed by `librgw_file_cd'. Stop."

Added by Brad Hubbard almost 8 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Normal
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

The clone, autogen, configure, make cycle does not work by default without the following changes in src/test/Makefile-client.am.

  1. git diff|gawk '/noinst_PROGRAMS/||/check_PROGRAMS/'
    -noinst_PROGRAMS += librgw_file_cd
    +check_PROGRAMS += librgw_file_cd
    -noinst_PROGRAMS += librgw_file_gp
    +check_PROGRAMS += librgw_file_gp
    -noinst_PROGRAMS += librgw_file_aw
    +check_PROGRAMS += librgw_file_aw
    -noinst_PROGRAMS += librgw_file_nfsns
    +check_PROGRAMS += librgw_file_nfsns
Actions

Also available in: Atom PDF