on 23/01/2010 15:03 Matt Thyer said the following: [snip] > r202214 works with make -j24 buildworld. > r202215 fails make -j24 buildworld as does every revision since then: > > make: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libmd.a. Stop > *** Error code 2 [snip] > I can only assume there is a problem with "/usr/src/lib/libulog/Makefile". Hmm, I am not sure about how we enforce build order between libraries under lib/ that have interdependencies. Is it solely by SUBDIR ordering in lib/Makefile? In that case, could it be that the distance between libmd and libulog is too short for this number of tasks? I.e. libulog build starts and completes before libmd build completes (despite libulog being further down on the list)? -- Andriy GaponReceived on Mon Jan 25 2010 - 11:11:55 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:00 UTC