From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#29113: Warnings when starting vim: Relink with for IFUNC symbol `longjmp' Date: Wed, 22 Nov 2017 19:34:15 +0100 Message-ID: <87po8ap3h4.fsf@fastmail.com> References: <20171102051501.37coaia27mrpb5xg@lang> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHZrW-0007dk-8N for bug-guix@gnu.org; Wed, 22 Nov 2017 13:35:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHZrS-00042A-4c for bug-guix@gnu.org; Wed, 22 Nov 2017 13:35:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44384) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eHZrR-00040w-Vd for bug-guix@gnu.org; Wed, 22 Nov 2017 13:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eHZrR-0005ZK-Pf for bug-guix@gnu.org; Wed, 22 Nov 2017 13:35:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20171102051501.37coaia27mrpb5xg@lang> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: "B. Wilson" , 29113@debbugs.gnu.org --=-=-= Content-Type: text/plain "B. Wilson" writes: > Hello, > > I recently installed vim-full (8.0.1207) and it's throwing some linker (?) > warnings at me on startup. The gory details are below, and any help getting to > the bottom of this would be much appreciated. > > > ## Errors > > $ vim -u NONE -esc # `-u NONE' disables .vimrc, `-esc q' quits immediately > vim: Relink `/gnu/store/66bqq32pq33r3vz53kiwv36b7fqqprpy-libpng-1.6.29/lib/libpng16.so.16' with `/gnu/store/3h31zsqxjjg52da5gp3qmhkh4x8klhah-glibc-2.25/lib/libpthread.so.0' for IFUNC symbol `longjmp' > vim: Relink `/gnu/store/xmsn5afiyqi206i5gm6qn4gab0aij80b-freetype-2.8/lib/libfreetype.so.6' with `/gnu/store/3h31zsqxjjg52da5gp3qmhkh4x8klhah-glibc-2.25/lib/libpthread.so.0' for IFUNC symbol `longjmp' Hello, This is a known problem in glibc that has recently been fixed AFAICT. https://sourceware.org/bugzilla/show_bug.cgi?id=21041 It was also "backported" to the 2.26 release branch: https://sourceware.org/git/?p=glibc.git;a=commit;h=88758c4ad3f046d050bc2c3ae0f172b6524ca6c2 We currently have 2.26 in 'core-updates' which hasn't started building yet. Perhaps we should include this fix, thoughts? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAloVwycACgkQoqBt8qM6 VPrjWwf/Xq21oKkw+f3MYu1d7tVsmJp0SpYNIoBgNon0rOiY/O7n8lgZtzxk8qtL xiGdOP0yYK4HJkZfF2U+BVeAcSP2vJjh8wQJBxWI0p2nCLSL3idlFchzpl6oA500 /GhWWvH3O3W5oe6phES5yit1fcx76wD2CFjkw4KxJK4k7NQ3SX/g9z9dudSuPZ/e bYVzyE4BNk1aKXANbleQvqyI+8ugsLPakG2uE76hWsvWQr1gEiRNYwwGEIf3FjUc 2pLAKsYKQ/4ZkdnolJl4z7Dzm7kmb7ko1iBEG5TbI01AUc82QjxrbViV139OBwZ1 1tZtt6wxN0fP9rVO2u66paSeDJewaw== =h4CU -----END PGP SIGNATURE----- --=-=-=--