From nobody Fri Nov 26 16:12:49 2021 X-Original-To: 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 7233C18C1E42 for ; Fri, 26 Nov 2021 16:12:53 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J10C90kjFz3rLx; Fri, 26 Nov 2021 16:12:53 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from [192.168.0.88] (unknown [195.64.148.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: avg/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 98B0F27DB8; Fri, 26 Nov 2021 16:12:52 +0000 (UTC) (envelope-from avg@freebsd.org) Message-ID: Date: Fri, 26 Nov 2021 18:12:49 +0200 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 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Firefox/91.0 Thunderbird/91.3.0 From: Andriy Gapon Subject: Re: ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] Content-Language: en-US To: Mark Johnston Cc: FreeBSD Current References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637943173; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Z7y5GYz90+mRLHhCyfpt7vUHmZV5cM8RaIrRGRMBM+8=; b=Ep45YwGD8tJPW+fi4NB+ZH/XYXwQ55UVL0GO2uvGhFn/KO2O5IOTfVSaglmdfk2WEAXodG uHYKBJtRvplRKgEJQ+DEpZ0TPbYjFj2dF82Q8pnjLQU/fo/7MPxlxc2cFYbeP2f3RhbVmT x4GPWo1yNFoDyD1tzqRRR/UhMgoAxFkgN1GKTqEL5L+Xs0+eifZ2LZJHhNAt+dcsYp7odG h3twv1tcy8Rh29gWvsTnruMsJcF5QgfvQp2C4aKfVGBwjamSiWDADsfPoW2oaMNaO5wbvM MnvOoy5n1342gD3WeyMKaWzR43muKvGuJnbFCTA2i8C0/Sf9dYlUd8kLS+hEBA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637943173; a=rsa-sha256; cv=none; b=Zfh1XvqGKltmmsIV8erEsaRBL2bRtZ6m1amYso0DSAD4331orub3HUj9RbFY7mwby+2KWO QsUs/CfbusyxhHZc05LVa5NSOVQ8ldJ2JC2hIqUdgzKzAW7NdrSUlSJlk5r6ys8AfUQ1TQ wB2wvsVEiSfgKGD+WqUCW4tNblfeXvWavEMwetfIucB06U3fmyiM3Cx3PJtRgPWMd8OmaJ 6+P2vPDzUuF0L/OvhcOTGcyUUByHzHgvOIM2c5szt6nhMKzdxkPLNPYD9RyJ+ydoBud+ZW SMNeGuDdEXFgPuvTnYAyKktywwnwbvQQKdpYnyYUf4I0nQK2u63IxEhVYfpS6A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N On 26/11/2021 18:06, Mark Johnston wrote: > On Thu, Nov 25, 2021 at 10:48:36PM +0200, Andriy Gapon wrote: >> >> I've just finished builds of yesterday's CURRENT / main for arm and arm64. >> In both builds I got lots of messages from ctfconvert: >> ctfconvert: rc = 1 Unsupported version [_dwarf_info_load(229)] >> >> I got an impression that there was a message for each object file, that's how >> many of them were there. >> >> I don't recall seeing those messages before. >> >> Should I be concerned? >> Maybe I am doing something wrong or have an unusual configuration? >> Any way to fix the issue? >> >> Thanks! >> >> P.S. >> The builds were done on stable/13, so maybe there is an issue with host tools >> not being able to grok something new. > > I haven't seen this before, for what it's worth. I presume this is from > a kernel build? Does the configuration enable generation of debug info > with, e.g., "makeoptions DEBUG=-g"? This is actually from buildworld. buildkernel is silent. I have WITH_CTF=yes in src.conf for both arm and arm64. For completeness, here are all other options in the src.conf (many of them are probably obsolete): WITHOUT_ACCT=yes WITHOUT_ACPI=yes WITHOUT_AMD=yes WITHOUT_APM=yes WITHOUT_ATM=yes WITHOUT_BLACKLIST=yes WITHOUT_BLACKLIST_SUPPORT=yes WITHOUT_BLUETOOTH=yes WITHOUT_BOOTPARAMD=yes WITHOUT_BOOTPD=yes WITHOUT_CCD=yes WITHOUT_CUSE=yes WITHOUT_CXGBETOOL=yes WITHOUT_EXAMPLES=yes WITHOUT_FINGER=yes WITHOUT_FLOPPY=yes WITHOUT_GOOGLETEST=yes WITHOUT_HAST=yes WITHOUT_HTML=yes WITHOUT_HYPERV=yes WITHOUT_IPFILTER=yes WITHOUT_KERBEROS=yes WITHOUT_KERBEROS_SUPPORT=yes WITHOUT_LOADER_GELI=yes WITHOUT_LPR=yes WITHOUT_MLX5TOOL=yes WITHOUT_NDIS=yes WITHOUT_PROFILE=yes WITHOUT_RBOOTD=yes WITHOUT_ROUTED=yes WITHOUT_SHAREDOCS=yes WITHOUT_TALK=yes WITHOUT_TESTS=yes WITHOUT_TESTS_SUPPORT=yes WITHOUT_USB_GADGET_EXAMPLES=yes WITHOUT_ZONEINFO=yes # comes from the misc/zoneinfo port -- Andriy Gapon