Project

General

Profile

Actions

Bug #9366

closed

make tags broken by tracing/ files

Added by Dan Mick over 9 years ago. Updated over 9 years ago.

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

Something's going wrong in tracing/Makefile.am with make tags:

make[2]: Entering directory `/home/dmick/src/ceph/ceph/src/tracing'
make[2]: *** No rule to make target `objectstore.c', needed by `tags-am'.  Stop.
make[2]: Leaving directory `/home/dmick/src/ceph/ceph/src/tracing'
make[1]: *** [tags-recursive] Error 1
make[1]: Leaving directory `/home/dmick/src/ceph/ceph/src'
make: *** [tags-recursive] Error 1

There needs to be some way to mark the generated files as "don't tag me". I'm sure it's simple.

Actions #1

Updated by Adam Crume over 9 years ago

This only happens when configured without lttng, whether explicitly or implicitly.

Actions #2

Updated by Dan Mick over 9 years ago

It seems that lttng is configured off by default with my standard practice of "do_autogen.sh -d 1". Regardless, I think it should yield quickly to some autoconf fu.

Actions #3

Updated by Adam Crume over 9 years ago

There's a wip-9366 branch that fixes this. I issued a pull request, but it's not merged to master, yet. I apparently don't have rights to update bug reports, or I'd change the status.

Actions #4

Updated by Sage Weil over 9 years ago

  • Status changed from New to Resolved

merged. and fixed you permissions, adam!

Actions #5

Updated by Dan Mick over 9 years ago

awesome. Thanks.

Actions

Also available in: Atom PDF