Bug #9944
tools: ctf should be built early to avoid missing ctfconvert errors
Start date:
2018-11-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
I have seen the following error:
sh: line 1: /code/9924/usr/src/tools/proto/root_i386-nd/opt/onbld/bin/i386/ctfconvert: not found *** Error code 127 dmake: Warning: Command failed for target `pics/lock.o' Current working directory /code/9840/usr/src/tools/make/lib/makestate/i386
Apparently despite the make: ctf dependency, it is still possible to get to situation like above
Updated by Electric Monk about 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 7079b4f8bb5b8643192a092af2f5e1c1d56e3b29
commit 7079b4f8bb5b8643192a092af2f5e1c1d56e3b29 Author: Toomas Soome <tsoome@me.com> Date: 2018-11-09T10:32:03.000Z 9944 tools: ctf should be built early to avoid missing ctfconvert errors Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>