From owner-freebsd-current@freebsd.org Fri Mar 27 16:43:54 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 168DB27A8A1 for ; Fri, 27 Mar 2020 16:43:54 +0000 (UTC) (envelope-from groenveld@acm.org) Received: from mail.groenveld.us (mail.groenveld.us [207.68.114.134]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48pnjn1SxGz3KgF for ; Fri, 27 Mar 2020 16:43:39 +0000 (UTC) (envelope-from groenveld@acm.org) Received: from mail.groenveld.us (localhost [127.0.0.1]) by mail.groenveld.us (8.14.4+Sun/8.14.4) with ESMTP id 02RGip68017715 for ; Fri, 27 Mar 2020 12:44:51 -0400 (EDT) Message-Id: <202003271644.02RGip68017715@groenveld.us> From: John D Groenveld X-uri: To: freebsd-current@freebsd.org Subject: Re: link_elf_obj: symbol bcmp undefined In-reply-to: Your message of "Mon, 16 Mar 2020 22:25:01 -0400." <202003170225.02H2P1eu012093@groenveld.us> References: <202003170225.02H2P1eu012093@groenveld.us> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <17713.1585327491.1@mail.groenveld.us> Date: Fri, 27 Mar 2020 12:44:51 -0400 X-Rspamd-Queue-Id: 48pnjn1SxGz3KgF X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 207.68.114.134 is neither permitted nor denied by domain of groenveld@acm.org) smtp.mailfrom=groenveld@acm.org X-Spamd-Result: default: False [-1.61 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.77)[-0.767,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.85)[-0.851,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; R_SPF_SOFTFAIL(0.00)[~all]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[acm.org]; IP_SCORE(0.11)[asn: 701(0.59), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:701, ipnet:207.68.96.0/19, country:US]; RCVD_COUNT_TWO(0.00)[2] 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: Fri, 27 Mar 2020 16:43:54 -0000 I reproduced with current CURRENT and updated BigID 244962: $ sysctl -n kern.version FreeBSD 13.0-CURRENT #0 r359311: Thu Mar 26 04:34:44 UTC 2020 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC $ uname -U 1300085 Is the magic awk that the virtualbox port is using to generate a kernel module from userspace code broken? A clue stick gently or harshly applied to my noggin would be very much appreciated. John groenveld@acm.org