From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrew Pennebaker Newsgroups: gmane.emacs.help Subject: "Loading 00debian-vars. ... End of file during parsing." Date: Thu, 13 Feb 2014 22:22:40 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1392348165 24317 80.91.229.3 (14 Feb 2014 03:22:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2014 03:22:45 +0000 (UTC) To: Emacs Help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 14 04:22:55 2014 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 1WE9Mc-00026u-Ru for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Feb 2014 04:22:54 +0100 Original-Received: from localhost ([::1]:49596 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE9Mc-0004Dj-Dx for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Feb 2014 22:22:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE9MQ-0004DT-J7 for help-gnu-emacs@gnu.org; Thu, 13 Feb 2014 22:22:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WE9MP-0006BK-H1 for help-gnu-emacs@gnu.org; Thu, 13 Feb 2014 22:22:42 -0500 Original-Received: from mail-ie0-x22d.google.com ([2607:f8b0:4001:c03::22d]:53353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WE9MP-0006BD-Bc for help-gnu-emacs@gnu.org; Thu, 13 Feb 2014 22:22:41 -0500 Original-Received: by mail-ie0-f173.google.com with SMTP id y20so4327317ier.4 for ; Thu, 13 Feb 2014 19:22:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=voAluYHbgAmqLIRARWxLrF+t6wtfN3sOp710cGBUwlA=; b=YXrz52W3QTBQvV5CnQokjAOiCg9hLwtIpAF5fpCbSutoNHkFM+Yvq3qAvHartNxfqn QfYX24lS+dK9IzdJMMlBALgr+Kqvb6cpujt58aAgEUNp4+NJ2EM/seDCQRbdv7W0Ddk7 f4P3/FnXSBNWBPegfl2/dP7rIOweQgKJuPBkNmVhZo9meaaNeyTscediWi/X/CB9H28/ FTPl0XGsVLnrJhJYT02uLt9Qd13Nk5ek0z0eTpTTuVXcUl0UyLBS8WTMHz5UrehXmQ3u frazcSOXBlMvuVJrc9zGaD8vzvOyNJ1ySvuxLHzZA0qk2Com6oKTbam2Y5goMQXFCb5X 0bwQ== X-Received: by 10.50.43.228 with SMTP id z4mr472823igl.10.1392348160338; Thu, 13 Feb 2014 19:22:40 -0800 (PST) Original-Received: by 10.43.50.196 with HTTP; Thu, 13 Feb 2014 19:22:40 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22d X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:96077 Archived-At: I'm trying to use Vagrant and Cask to automate setting up development environments with my favorite editor, Emacs v24, and my favorite settings, .emacs. My Puppet script mostly works, but when I try to reprovision (to grab new Cask dependencies), I get a strange error. Trace: $ vagrant up $ vagrant provision Loading 00debian-vars... End of file during parsing Source: https://github.com/mcandre/mcandre-ubuntu Could this be a problem with Ubuntu, or possibly Emacs 24? I hope it's a simple mistake on my part in manifests/default.pp. -- Cheers, Andrew Pennebaker www.yellosoft.us