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 #1

Updated by Brad Hubbard almost 8 years ago

Configuring with --with-debug builds as expected.

Actions #2

Updated by Brad Hubbard almost 8 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Kefu Chai almost 8 years ago

Brad,

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

could you elaborate a little bit on "does not work"? for example, what was the error message?

Actions #5

Updated by Kefu Chai almost 8 years ago

  • Status changed from In Progress to Fix Under Review
Actions #6

Updated by Brad Hubbard almost 8 years ago

The error message is in the title of this tracker, "./configure && make fails with "make3: *** No rule to make target `../src/gmock/lib/libgmock_main.la', needed by `librgw_file_cd'. Stop."

Actions #7

Updated by Brad Hubbard almost 8 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF