From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C71CE138334 for ; Mon, 1 Oct 2018 23:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9C24E0A90; Mon, 1 Oct 2018 23:18:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54518E0A43 for ; Mon, 1 Oct 2018 23:18:41 +0000 (UTC) Received: from sf (trofi-1-pt.tunnel.tserv1.lon2.ipv6.he.net [IPv6:2001:470:1f1c:a0f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: slyfox) by smtp.gentoo.org (Postfix) with ESMTPSA id 8D65933D5A5 for ; Mon, 1 Oct 2018 23:18:32 +0000 (UTC) Date: Tue, 2 Oct 2018 00:18:28 +0100 From: Sergei Trofimovich To: gentoo development Subject: [gentoo-dev] libffi-3.3_rc0 is in ~arch Message-ID: <20181002001828.1d7f44ef@sf> X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: bf9c53bd-e1fe-41e2-8a7a-c83edd852a09 X-Archives-Hash: d1e643b9b8caec76cd9369417201da1c libffi-3.3 is mostly compatible with 3.2.x series. There are a few things to watch out: - SONAME changed to .so.7: libffi ebuilds got SLOT=0/7 You might want to add dependency against that to save a @revdep-rebuild iteration. - There was at least one minor API change in x86_64 supported calling convention list. A few packages might break. See: https://wiki.gentoo.org/wiki/Libffi_3.3_porting_notes/FFI_SYSV We'll gather example fixes at: https://wiki.gentoo.org/wiki/Project:Toolchain#libffi-3.3 Tracker bug: https://bugs.gentoo.org/show_bug.cgi?id=libffi-3.3 Please add newly discovered failures against that bug. I hope to see low amount of failures. All should be easy to fix. If there will be large fallout I'll mask libffi-3.3. -- Sergei