From nobody Tue Jul 30 14:22:48 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WYHWV07vzz5S2yG for ; Tue, 30 Jul 2024 14:23:02 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WYHWT51M3z4wgk for ; Tue, 30 Jul 2024 14:23:01 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-io1-f42.google.com with SMTP id ca18e2360f4ac-8076cee8088so178094739f.0 for ; Tue, 30 Jul 2024 07:23:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722349381; x=1722954181; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=ltstEFdeingiJPkPebl4u4yvrLaakLYbhltRHhQJ8jk=; b=X0B1xBJ01bOl0TRkVZj69g1hBjJLotNkd59xsxasN6nV98iyoCR2QvlEOBY6A45737 qLHYUTFgr8oA1r+S6h7WMk9rQe7t242sBHSfJTpZtzlhlMmuWrD/43grmcynSZMrB159 Hca27JefouyBDyTTU2T2HD+XWg5GJ6LbG739KIhG7KuaMGQi6iLZavOlRJ78x94R/Opo KEn4kigbbHB8k8Pmg66TW2Gtr4Dy+sptAfPCqG+cD6ys95oWakyjpL7DOi9ZAH9IKC8q tspCjFh79DTujhEcQwJRh7QH5ez6n/nTBKBnc8ewe5EGa8NToUkz9Y1KSn9dCF2AuFQ/ 1bdg== X-Gm-Message-State: AOJu0Yz8IrogPQbyiu60W1yw5WnuMul34BR0qEuLCKLg4POAlLPB3dMs wduOeNQK4XVnD0E+rLXaXaNjL6H5yOXJYBE/z83FAUrFkiJBL2Ld/fKyKTlq5UoZqiRZ86chpht XXBf4We+0LR60U6LGC4CDd6ieY31NFV7J X-Google-Smtp-Source: AGHT+IHatyPDGyILOcqP/zbkOrr8pK2DyT/AZ6YrqzW7j7PLqtnPDGn+MzOsU2V41d072AGufi4uJtaOiR9jPfZJvEk= X-Received: by 2002:a05:6602:1652:b0:805:8c5a:2503 with SMTP id ca18e2360f4ac-81f95a67479mr1304861639f.8.1722349380591; Tue, 30 Jul 2024 07:23:00 -0700 (PDT) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Tue, 30 Jul 2024 10:22:48 -0400 Message-ID: Subject: Re: build failure: clang.full To: Larry Rosenman Cc: Freebsd current Content-Type: text/plain; charset="UTF-8" X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4WYHWT51M3z4wgk On Mon, 29 Jul 2024 at 19:54, Larry Rosenman wrote: > > I'm getting the following on an up2date checkout: > Building /usr/obj/usr/src/amd64.amd64/usr.bin/clang/clang/clang.full > ld: warning: /usr/obj/usr/src/amd64.amd64/lib/clang/libllvm/libllvm.a: > archive member 'FaultMaps.o' is neither ET_REL nor LLVM bitcode This looks like you have a corrupt object in this archive. If you want to start on the path of determining the root cause you could try extracting FaultMaps.o (using ar or tar) and seeing what file(1) says about it.