Bug #4084
make dist: No rule to make target 'osmocom/mgcp_client/mgcp_common.h'
Start date:
07/01/2019
Due date:
% Done:
100%
Spec Reference:
Description
"make dist" does not work in all tagged releases in osmo-mgw since 1.1.0. It is failing with:
make[2]: Entering directory '/home/user/code/osmo-dev/src/osmo-mgw/include' make[2]: *** No rule to make target 'osmocom/mgcp_client/mgcp_common.h', needed by 'distdir'. Stop. make[2]: Leaving directory '/home/user/code/osmo-dev/src/osmo-mgw/include' Makefile:599: recipe for target 'distdir' failed make[1]: *** [distdir] Error 1 make[1]: Leaving directory '/home/user/code/osmo-dev/src/osmo-mgw' Makefile:700: recipe for target 'dist' failed make: *** [dist] Error 2
The file in question is copied from another location in the source tree during normal build, and also during "make check" (which is probably why it does not fail in jenkins).
Related issues
History
#1 Updated by osmith over 1 year ago
- Related to Feature #3870: jenkins job generating tarballs of all tagged releases added
#2 Updated by osmith over 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 90
Fix submitted:
https://gerrit.osmocom.org/c/osmo-mgw/+/14655
#3 Updated by osmith over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100