From owner-freebsd-current@freebsd.org Wed Jan 2 22:04:04 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 134BF1432B48 for ; Wed, 2 Jan 2019 22:04:04 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99D64729B9 for ; Wed, 2 Jan 2019 22:04:03 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qt1-x835.google.com with SMTP id i7so35044875qtj.10 for ; Wed, 02 Jan 2019 14:04:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=On5ArxPlje2NJXSfmmFTw3bwn4XrfdDEWnsHvLzJGyY=; b=lp74ORnBZhrqBUa5xM+dRsyb4e6gqK5AmKxp978rpWm27gGFGZe1bLiaAXTD+PWtby YW30zlfeH/KQq9JLFXIAmpS2GkG3I9iZJUaIvq6jdEogIR3zfm+JPXMwGXTWur+McWlO lcPecocLwU7yIxQc/8oKam3fT8CHmUlMo4Pp2r74NscGAMmOyjXK640nyGrRf5Krc95E +BZbUrWezCipwm/ccxBXTRFNZDJbsBNxxw+wO3EohsDTVtOKEgDjmmZ78lO5TF8Pev0Y 8GrYt7KghlC4YKbshXZdzE4e5pBqn8TEM07FT+rRXHsCgrdMiuBU82nyUzH39oB/bg8m mrAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=On5ArxPlje2NJXSfmmFTw3bwn4XrfdDEWnsHvLzJGyY=; b=ASjViAjSsExyK9yyDzYHRO/CcFW6xXPYMz5FYtPh7rpjr/OnCRX50EtYuQoyGZmm9i uhkjgZFDOJa2WBcAV+Jh5K0MjYvCiQxb79ZmN/V0nIkxvtEIJUmOqpYgCqc/UTGH8YMy RhmNyHxxNyTXaHApGu7lLW9hRgMhxNjPgiKB87Y5KSL1ntVlKVZCRmv8gLnxWsCgh2g8 xX4P/NkCOBTq0BGlxR99RS+9bbIeimZrEQEA1DE/bF/sWZEgo9JOpjZvKuTfhn6f8gb4 P1It+OAghrMsbFwR10DQzGMHiS6ezqE5dkIEOVQnfvzzmSGNUBc/SGVEzJw78PZMQw3H g/MQ== X-Gm-Message-State: AJcUukdVGqzM2/XTW4AmTG/0vHtYKINDuKRk9sjgT0hmPj04RhPohmvN g7OE+hJWlw1iJY5T9axFKLJ41kOn9/u2NOP3UaP9RA== X-Google-Smtp-Source: ALg8bN4hnRhDsaLi3hUHNEsf2IAdF8cflynln2qfSqvdnst1zE60f5SZ3O0jRZeFLZsfSyAU+P7dJaamk68s6vqj94U= X-Received: by 2002:ac8:42c1:: with SMTP id g1mr12191601qtm.118.1546466642890; Wed, 02 Jan 2019 14:04:02 -0800 (PST) MIME-Version: 1.0 References: <24c3374e-1bc5-b568-1e97-cb8c344cd457@FreeBSD.org> In-Reply-To: <24c3374e-1bc5-b568-1e97-cb8c344cd457@FreeBSD.org> From: Warner Losh Date: Wed, 2 Jan 2019 15:03:50 -0700 Message-ID: Subject: Re: buildworld falure: truncated or malformed archive To: John Baldwin Cc: Ryan Stone , Ed Maste , FreeBSD Current X-Rspamd-Queue-Id: 99D64729B9 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.944,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2019 22:04:04 -0000 On Wed, Jan 2, 2019, 1:42 PM John Baldwin On 12/31/18 12:08 PM, Warner Losh wrote: > > On Mon, Dec 31, 2018, 1:36 PM Ryan Stone > > >> 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 > Yea, DEBUG_FLAGS=-g is what breaks it... Warner >