Hi Ed Yes how do I get those logs? I will be checking dmesg from time to time (is there a way to tail it by the way??) but then how do I enable verbose logging while building world? I tried finding out the same by searching on the internet and by reading the manual page for make.conf but couldn't figure it out
Is it even possible to have a verbose output? On Mon, Aug 14, 2017 at 7:36 PM, Ed Maste <[email protected]> wrote: > On 7 August 2017 at 00:32, Aijaz Baig <[email protected]> wrote: > > That was some pretty relevant information Ed. Thanks. > > Even though it's not a direct cause of the problem you encountered I > wanted to make sure a there was comprehensive reply to Dimitry's > question. > > > Nonetheless, as I have indicated in my previous email, I hit an error > quite > > late in the process now (stage 4.3) when it is apparently linking > h_raw.o > > into h_raw.full ( is this linking by the way? what is the .full file > > there??) > > Yes, this is a link step - the .full file is a binary or library with > debug data included, which is then split into a .debug file containing > only the debug data and the binary or library with no extension. > > There's no indication of what the error is in your log excerpt; are > there any messages in dmesg from the time of the build? > -- Best Regards, Aijaz Baig _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
