Actions
Bug #1376
closedBabeltrace master make install rebuilds objects
Start date:
05/25/2023
Due date:
% Done:
0%
Estimated time:
Description
When doing the following:
as user:
cloning a pristine babeltrace master branch,
./bootstrap
./configure
make -j16
then as root (going to root with su):
make install
I notice that the "make install" rebuilds some objects, which is unexpected, e.g.:
src/lib/babeltrace2.o is now owned by "root:root".
Updated by Simon Marchi over 1 year ago
I think I see the same thing as you, because I have the git config core.abbrev
set to 12 (because the kernel development guide told me so). I guess it's the same with you.
Tentative patch: https://review.lttng.org/c/babeltrace/+/10098/1
Updated by Simon Marchi over 1 year ago
- Status changed from New to Resolved
Fixed by:
http://git.efficios.com/?p=babeltrace.git;a=commit;h=8ba142c3dc9c468e010e60e78cba269c96b66be5
and preceding commits.
Actions