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