From: Anye Li Date: Fri, 30 May 2014 00:25:48 +0000 (+2000) Subject: debian emacs flavor? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ee6444c3f8faca7ca3fb347812babd7a92998c5;p=notmuch-archives.git debian emacs flavor? --- diff --git a/5c/bc7be3f05552753b60827f38c09eb4e166438d b/5c/bc7be3f05552753b60827f38c09eb4e166438d new file mode 100644 index 000000000..9ea95e7f2 --- /dev/null +++ b/5c/bc7be3f05552753b60827f38c09eb4e166438d @@ -0,0 +1,86 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 1968D431FC3 + for ; Thu, 29 May 2014 17:32:40 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.1 +X-Spam-Level: +X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id q1jMKxyq9bzT for ; + Thu, 29 May 2014 17:32:36 -0700 (PDT) +X-Greylist: delayed 397 seconds by postgrey-1.32 at olra; + Thu, 29 May 2014 17:32:36 PDT +Received: from gproxy3-pub.mail.unifiedlayer.com + (gproxy3-pub.mail.unifiedlayer.com [69.89.30.42]) + by olra.theworths.org (Postfix) with SMTP id 5A3CC431FAE + for ; Thu, 29 May 2014 17:32:36 -0700 (PDT) +Received: (qmail 1918 invoked by uid 0); 30 May 2014 00:25:56 -0000 +Received: from unknown (HELO CMOut01) (10.0.90.82) + by gproxy3.mail.unifiedlayer.com with SMTP; 30 May 2014 00:25:56 -0000 +Received: from host365.hostmonster.com ([66.147.240.165]) by CMOut01 with + id 80Rr1o00g3aovGJ010RuXG; Thu, 29 May 2014 18:25:56 -0600 +X-Authority-Analysis: v=2.1 cv=EOmVjTpC c=1 sm=1 tr=0 + a=mxCREYf54EN3u6ZVKt5+rQ==:117 a=mxCREYf54EN3u6ZVKt5+rQ==:17 + a=DsvgjBjRAAAA:8 + a=f5113yIGAAAA:8 a=1oIhWQQsVasA:10 a=yerXsTxdLE0A:10 a=kj9zAlcOel0A:10 + a=YjnjuWCKAAAA:8 a=vpPzz0K-8B8A:10 a=gy3vM2Gc2ewA:10 + a=r_WRRIaHiLxP4hT1q_AA:9 a=CjuIK1q_8ugA:10 +DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=anyeli.org; + s=default; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From; + bh=7SHNDHqDsW48/nteJ2B0ErgBYhLfQiLUqria8u67ogM=; + b=NpSicdB5DGsxUotoFDLO2p5sZvA8P6vaeQsFYDaup8vtjP3szPwZUhb4HI0e6+KiRJpmIL9MniZBMSfhR8dyjemJMdIsF1fmD8C3NUeu8cRp/ScdKYuSYuR/bD4fmcWL; +Received: from [98.216.106.188] (port=41436 helo=localhost) + by host365.hostmonster.com with esmtpsa + (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.82) + (envelope-from ) id 1WqAdr-0004fa-K1 + for notmuch@notmuchmail.org; Thu, 29 May 2014 18:25:51 -0600 +From: Anye Li +To: notmuch@notmuchmail.org +Subject: debian emacs flavor? +User-Agent: Notmuch/0.16 (http://notmuchmail.org) Emacs/23.4.1 + (x86_64-pc-linux-gnu) +Date: Thu, 29 May 2014 20:25:48 -0400 +Message-ID: + <87ppiwp0xf.fsf@mint.i-did-not-set--mail-host-address--so-tickle-me> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +X-Identified-User: {2554:host365.hostmonster.com:anyelior:anyeli.org} + {sentby:smtp auth 98.216.106.188 authed with anye@anyeli.org} +X-Mailman-Approved-At: Mon, 02 Jun 2014 01:13:17 -0700 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 30 May 2014 00:32:40 -0000 + +Hi, + +I'm trying to install the notmuch-emacs debian package that I built on +raspbian from the latest in git today, and upon installation I run into +an error message from ln complaining about source and destination files +being the same. It seems to come from +debian/notmuch-emacs.emacsen-install (installed to +/usr/lib/emacsen-common/packages/install/notmuch-emacs) which takes +$FLAVOR as an argument, and in my case the $FLAVOR is being passed in as +"emacs" instead of "emacs23" for some reason. Unfortunately, I don't +really understand how Debian's package system works and I can't for the +life of me figure out how this script is called and where the flavor +detection happens. Could somebody knowledgable please clue me in? + +Thanks +Anye