Actions
Bug #9006
closedparallel loader builds fail sporadically
Start date:
2018-01-27
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
There are a handful of make dependencies missing in usr/src/boot that will cause the loader build to fail sporadically (and rarely).
/usr/bin/gld -nostdlib -e start -Ttext 0x7c00 -N -S --oformat binary -o pxeldr pxeldr.o dmake: Warning: Don't know how to make target `../loader/zfsloader.bin'
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit ff074caab09347cf7a3028cad320325b14d826ce
commit ff074caab09347cf7a3028cad320325b14d826ce Author: Richard Lowe <richlowe@richlowe.net> Date: 2018-02-03T17:48:41.000Z 9006 parallel loader builds fail sporadically Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions