From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.help Subject: strange errors with latest snapshot Date: Wed, 15 Mar 2017 09:39:54 +0100 Message-ID: <87y3w7x7ad.fsf@lago> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1489567272 32468 195.159.176.226 (15 Mar 2017 08:41:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Mar 2017 08:41:12 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 15 09:41:05 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1co4UO-0006p1-7q for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Mar 2017 09:41:00 +0100 Original-Received: from localhost ([::1]:35254 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1co4UR-0007qK-0v for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Mar 2017 04:41:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1co4Tn-0007pW-SZ for help-gnu-emacs@gnu.org; Wed, 15 Mar 2017 04:40:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1co4Tk-0002wA-Ot for help-gnu-emacs@gnu.org; Wed, 15 Mar 2017 04:40:23 -0400 Original-Received: from [195.159.176.226] (port=52040 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1co4Tk-0002vk-J0 for help-gnu-emacs@gnu.org; Wed, 15 Mar 2017 04:40:20 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1co4TW-0001m2-Jq for help-gnu-emacs@gnu.org; Wed, 15 Mar 2017 09:40:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:3SXJ9UA+TYTVbyRT13tET3Op8H4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:112573 Archived-At: I'm using the emacs-shapshot packages from the ubuntu-elisp team at launchpad.net. Since the latest upgrade (package 20170313:93220-84b6bc9-emacs-25.1~ubuntu17.04.1, GNU Emacs 26.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.20.9) of 2017-03-14) I noticed two strange (and very annoying errors): + pdf-tools doesn't display pdfs anymore, complaining with --8<---------------cut here---------------start------------->8--- Error during redisplay: (eval (number-to-string (pdf-cache-number-of-pages))) signaled (file-error "Setting current directory" "Permission non accordée" "~")--8<---------------cut here---------------end--------------->8--- + several packages can't be upgraded by package.el (yasnippet, pdf-tools for instance), the error messages are: --8<---------------cut here---------------start------------->8--- Package transaction finished. mar. 14 mars 2017 18:34:40 CET Errors: (error Package does not untar cleanly into directory yasnippet-20170310.1724/) --8<---------------cut here---------------end--------------->8--- What might be causing this ? Julien.