[Bug 225569] buildkernel with -j4 gives "No entry found [dwarf_next_cu_header_c(61)]" for hpt27xx, hptmv, hptnr, hptrr. Using -B fixes issue

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 1 21:15:28 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225569

--- Comment #2 from Robert Zelaya <rob at theseusnetworking.com> ---
I get the error when doing "make -j4 buildkernel KERNCONF=VIMAGE". When I add
-B "make -B -j4 buildkernel KERNCONF=VIMAGE" there are no errors.

So -B uses backwards compatiblty by executing a single shell per command.

Does this looks like a timing issue?

========
cat /etc/src-env.conf
WITH_META_MODE = YES
# WITH_DIRDEPS_BUILD = yes

cat /etc/src.conf
WITH_CCACHE_BUILD = yes
WITH_FAST_DEPEND = yes
=========


Thank you for the help.
Robert

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list