From owner-freebsd-gnome@freebsd.org Fri Oct 16 23:42:27 2020 Return-Path: Delivered-To: freebsd-gnome@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 05F7E442A5D for ; Fri, 16 Oct 2020 23:42:27 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4CCjPG6L4mz4KMc for ; Fri, 16 Oct 2020 23:42:26 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id D98B644255D; Fri, 16 Oct 2020 23:42:26 +0000 (UTC) Delivered-To: gnome@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 D956A4422F9 for ; Fri, 16 Oct 2020 23:42:26 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from mail.in-addr.com (mail.in-addr.com [IPv6:2a01:4f8:191:61e8::2525:2525]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CCjPG3Dpsz4KKS for ; Fri, 16 Oct 2020 23:42:26 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by mail.in-addr.com with local (Exim 4.93.0.4 (FreeBSD)) (envelope-from ) id 1kTZMY-00047b-95; Sat, 17 Oct 2020 00:42:18 +0100 Date: Sat, 17 Oct 2020 00:42:18 +0100 From: Gary Palmer To: Kevin Oberman Cc: FreeBSD GNOME Users Subject: Re: curl update to 7.73.0 breaks ABI? Message-ID: <20201016234218.GA69749@in-addr.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false X-Rspamd-Queue-Id: 4CCjPG3Dpsz4KKS X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; local_wl_from(0.00)[freebsd.org] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2020 23:42:27 -0000 On Fri, Oct 16, 2020 at 04:29:19PM -0700, Kevin Oberman wrote: > After updating curl today, virtualbox will no longer start. The major > version of libcurl was not bumped. > > The error is: > VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed: Shared > object "libcurl.so.4" not found, required by "VBoxRT.so" > VirtualBox: Error -610 in supR3HardenedMainInitRuntime! > VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed: > /usr/local/lib/libcurl.so.4: Undefined symbol "Curl_get_line" > > Backing curl off to 7.72 allows virtualbox to run again. Check you have "COOKIES" and "ALTSVC" (I think) checked in the curl options. I had cookies disabled for some reason in one of my builds and it resulted in Curl_get_line not being generated Regards, Gary