From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Warning on installing nlinum from GNU ELPA Date: Wed, 18 Dec 2013 16:28:40 +0100 Message-ID: References: <87vbyn8eg9.fsf@rosalinde.fritz.box> <87r49b89wu.fsf@rosalinde.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1387380565 19647 80.91.229.3 (18 Dec 2013 15:29:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Dec 2013 15:29:25 +0000 (UTC) Cc: Emacs developers To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 18 16:29:32 2013 Return-path: Envelope-to: ged-emacs-devel@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 1VtJ3y-0001Jt-Bq for ged-emacs-devel@m.gmane.org; Wed, 18 Dec 2013 16:29:30 +0100 Original-Received: from localhost ([::1]:39210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtJ3x-0005pE-VP for ged-emacs-devel@m.gmane.org; Wed, 18 Dec 2013 10:29:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtJ3r-0005oK-AA for emacs-devel@gnu.org; Wed, 18 Dec 2013 10:29:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtJ3q-00057D-7X for emacs-devel@gnu.org; Wed, 18 Dec 2013 10:29:23 -0500 Original-Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]:35226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtJ3q-000570-0X for emacs-devel@gnu.org; Wed, 18 Dec 2013 10:29:22 -0500 Original-Received: by mail-ee0-f48.google.com with SMTP id e49so3566534eek.21 for ; Wed, 18 Dec 2013 07:29:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=myqXF4TizGzhiyjlGVd20l10YgefcnAkbzyQx/z2XT8=; b=VlzSld+Ih5IXdyJpwG8yLR/UOC9ZisW1UULbyqB0fFKMezv2zF37MG0CeKmBbTrIcB vrtbPKuibR0za8sSkdSAVYUcKUuWsEaYZba0seyiOtOQUPfMnHrdtYVRBkQOcuM1MRJG 3kSTi5OlQGse1Rr0r4rd/v+obB7C1Al3Q3ydGQIDxK2UtY/AWmh18opwPdTly3+7hOoA xFqq+tAbX/WvQqP/622Js0nZulhyjesSxfEjtBEOqPwhzq+iHr0l+zddZlXwW1G+ckCy BXIuLJhJhNbVgY+TrFBFLwqw8TtnkdwqjTQpRopthC3LfbASW9WWUdjSedPLV45jhje4 U/zA== X-Received: by 10.15.34.197 with SMTP id e45mr29658993eev.61.1387380560623; Wed, 18 Dec 2013 07:29:20 -0800 (PST) Original-Received: by 10.14.209.69 with HTTP; Wed, 18 Dec 2013 07:28:40 -0800 (PST) In-Reply-To: <87r49b89wu.fsf@rosalinde.fritz.box> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::230 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166586 Archived-At: On Tue, Dec 17, 2013 at 10:06 PM, Stephen Berman wrote: > Leaving directory `/home/steve/.emacs.d/elpa/nlinum-1.1' > Compiling file /home/steve/.emacs.d/elpa/nlinum-1.1/nlinum-pkg.el at Tue Dec > 17 13:33:54 2013 > Entering directory `/home/steve/.emacs.d/elpa/nlinum-1.1/' > nlinum-pkg.el:1:1:Warning: `"convenience"' is a malformed function > Compiling file /home/steve/.emacs.d/elpa/nlinum-1.1/nlinum.el at Tue Dec 17 > 13:33:54 2013 > Compiling no file at Tue Dec 17 13:36:31 2013 The problem is not nlinum-specific. Installing anything from ELPA complains about the :keywords in the define-package: In toplevel form: debbugs-pkg.el:1:1:Warning: `"comm"' is a malformed function In toplevel form: rainbow-mode-pkg.el:1:1:Warning: `"faces"' is a malformed function etc.