From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Willemse Newsgroups: gmane.emacs.help Subject: Re: emacs update on archlinux Date: Wed, 22 Apr 2015 15:51:05 +0200 Message-ID: References: <20150422062058.GA1904@tuxteam.de> <83383s4cw3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429710703 2743 80.91.229.3 (22 Apr 2015 13:51:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Apr 2015 13:51:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 22 15:51:36 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ykv3u-00056v-55 for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Apr 2015 15:51:34 +0200 Original-Received: from localhost ([::1]:35336 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ykv3t-0005Ii-Ih for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Apr 2015 09:51:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ykv3i-0005Ib-Cv for help-gnu-emacs@gnu.org; Wed, 22 Apr 2015 09:51:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ykv3h-0004uE-4j for help-gnu-emacs@gnu.org; Wed, 22 Apr 2015 09:51:22 -0400 Original-Received: from r0.smtpout1.alwaysdata.com ([176.31.58.0]:48982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ykv3b-0004s0-Je; Wed, 22 Apr 2015 09:51:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alwaysdata.net; s=ryuslash; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:Cc:To:From; bh=LVqg5qhZJ8qXzh2eib7NaFrxjX3N+kdCPq841n0Czcc=; b=PEXn3m0isknWHPDdgGY9OzMu0nBl68JRjKcFpwMVqIQ+KLHvrl1saEtJSxXOnzaIBL1aNUO06m8Xxa1vNxzG13WBGIvgi77e5GNS/nkA9TgdCd1CX/qchcQHqBXDlyCP06jYvJ/5Yw4wPdsZcYm4xVaVROtVXfOata1dvrm3YWM=; Original-Received: from [2a02:1812:2518:ce00:f24d:a2ff:fede:451c] (helo=localhost) by smtpout1.alwaysdata.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.77) (envelope-from ) id 1Ykv3S-0003VT-K2; Wed, 22 Apr 2015 15:51:06 +0200 In-Reply-To: <83383s4cw3.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 22 Apr 2015 14:32:12 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-alwaysdata-ID: 65243926 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 176.31.58.0 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103937 Archived-At: Eli Zaretskii writes: >> Date: Wed, 22 Apr 2015 07:04:41 -0400 (EDT) >> From: Jude DaShiell >> Cc: help-gnu-emacs@gnu.org >> >> I tried installing gnutls on my archlinux box and was told gnutls-3.40 not >> 3.30 was already installed and gnuemacs on archlinux was complaining about >> not being to find gnutls3.28. Was an upper boundary set on gnutls version >> number for that particular version of emacs? > > AFAIR, GnuTLS 3.4 changed the ABI, so you need to install an older > version, if the version of Emacs you installed needs that. It sounds like Emacs needs to be recompiled. I had this problem two days ago with my Emacs installation from git after gnutls was updated from 3.3.14 to 3.4.0 in Archlinux (with the testing repository turned on). I don't have libgnutls.so.28 on my system, only libgnutls.so.30 (and 30.0.0 and just .so). Perhaps the maintainer hasn't yet noticed that it's stopped working, or perhaps they haven't had time to update it yet. The ABS[1] can be used to rebuild Emacs until the maintainer updates it. If the maintainer isn't aware of this issue a bug report should probably be filed on the Archlinux bug tracker. I hope this helps! [1]: https://wiki.archlinux.org/index.php/Arch_Build_System