NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/46827: Cannot build the kernel, even Generic.



The following reply was made to PR toolchain/46827; it has been noted by GNATS.

From: David Laight <david%l8s.co.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/46827: Cannot build the kernel, even Generic.
Date: Fri, 24 Aug 2012 08:08:55 +0100

 On Thu, Aug 23, 2012 at 11:50:01AM +0000, rftmhmd%gmail.com@localhost wrote:
 > >Synopsis:       Cannot build the kernel, even Generic.
 ...
 > Then run '/build.sh -m i386 kernel=GENERIC'
 > 
 > It'll not end successfully and gives this error(involving 
 > libcompat):http://pastebin.com/9hsmR1qd
 > 
 > I reproduced this around 15 time.
 
 Does it fail if you rerun the command outside of the build system?
 (The full command line is in the debug info.)
 Debugging will be easier if it does.
 Try reducing the number of input files on the command line - the
 bug might be caused by one specific file, or by the number of files.
 
 Run 'ulimit -c unlimited' in the shell before running the command
 so that the 'abort' generates a core dump.
 
 run 'gdb full_path_to_ar core_file' then 'bt' to get a back trace.
 The arguments to sprintf() are likely to be useful - the format
 string might identify the faulting call, and the associated
 arguments why it goes wrong.
 
        David
 
 -- 
 David Laight: david%l8s.co.uk@localhost
 


Home | Main Index | Thread Index | Old Index