buildworld falure: truncated or malformed archive

John Baldwin jhb at FreeBSD.org
Wed Jan 2 20:42:21 UTC 2019


On 12/31/18 12:08 PM, Warner Losh wrote:
> On Mon, Dec 31, 2018, 1:36 PM Ryan Stone <rysto32 at gmail.com wrote:
> 
>> Does this mean that it's currently impossible to build a world with
>> debug symbols?
>>
> 
> Yes. Clang is simply too big until 64 bit offset support goes in.

We actually build clang (and llvm) with stripped down debug symbols by
default.  If you don't put any DEBUG_* foo in src.conf you will get debug
symbols for all of the world including the limited ones for clang.  (We
use -gline-tables-only or some such for clang).

-- 
John Baldwin

                                                                            


More information about the freebsd-current mailing list