From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: [elpa] ZNC package Date: Mon, 16 Feb 2015 12:16:18 +0000 Message-ID: References: <54e1ce98.c655b40a.36c6.7e34@mx.google.com> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1424089011 19742 80.91.229.3 (16 Feb 2015 12:16:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2015 12:16:51 +0000 (UTC) Cc: emacs-devel To: =?UTF-8?B?Q8OpZHJpYyBDaMOpcGllZA==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 16 13:16:50 2015 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 1YNKbK-0005HG-Ke for ged-emacs-devel@m.gmane.org; Mon, 16 Feb 2015 13:16:34 +0100 Original-Received: from localhost ([::1]:39056 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNKbJ-0004DP-An for ged-emacs-devel@m.gmane.org; Mon, 16 Feb 2015 07:16:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNKb6-0004DK-Fe for emacs-devel@gnu.org; Mon, 16 Feb 2015 07:16:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNKb5-00039E-L2 for emacs-devel@gnu.org; Mon, 16 Feb 2015 07:16:20 -0500 Original-Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:35152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNKb5-000398-G6 for emacs-devel@gnu.org; Mon, 16 Feb 2015 07:16:19 -0500 Original-Received: by mail-ob0-f181.google.com with SMTP id vb8so41540904obc.12 for ; Mon, 16 Feb 2015 04:16:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=GWHLtPe2wNhsd+6hK5KmqYplHksakOxAqqm8tUUOfuM=; b=j7YPhegZsD/bNHcG/68Hq8Z6U5OhB0stsU2xia6g1wxMluydqGvthuzM3TUdMMrLtj i842ydc4pDkliTmckKvPqKbslOLjzjfwH8nXfl4Ter64fANzHKes5WHZ91OlRefK3sLR DfMGfYTtx88ddgz6s8JgaJJkp8tG6AkzwHkqHymDCaNaccMIlmqFLt4XX/piiYaoJiV8 T9OlF27E+mtrn+/eLr8VL/AZsFcEPrJmHnroTjjFEJ+11FHLBNNVfa/kkFVD4EV19RQ+ 7qw9K0OmjXPuigQMEtLKimwhMSViwnXplKbelb4fahwbGKzXWeSCJeHiNY4H4RTR7pQu mj5Q== X-Received: by 10.60.42.211 with SMTP id q19mr14991423oel.58.1424088978998; Mon, 16 Feb 2015 04:16:18 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Mon, 16 Feb 2015 04:16:18 -0800 (PST) In-Reply-To: <54e1ce98.c655b40a.36c6.7e34@mx.google.com> X-Google-Sender-Auth: Bx2AAlo4uxv4taCoawPPedh6d8w X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::235 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:183154 Archived-At: I ran into that as well. For the cases I looked into, the packages were requiring an erc version higher than the built-in one, this higher version was only available through marmalade (and since I don't have marmalade configured, they were flagged as incompatible). Would this be the case of your package as well? One solution for this would be for the most recent erc version to be distributed on GElpa (which is configured for everyone). In general though, a package that's on Melpa shouldn't depend on a package that's *only* on Marmalade, and a package on Marmalade shouldn't depend on a package that's *only* on Melpa. Or, in the very least, they should say so in the installation instructions. 2015-02-16 11:03 GMT+00:00 C=C3=A9dric Ch=C3=A9pied : > Hi, > > In my package list, znc can't be installed anymore because it is > incompatible. It depends on ERC which can't be installed. ERC is built in= Emacs > but is in the list. > > Znc works (I installed it from github) the only problem is the dependency= . ERC > should be added in built-in packages list or removed from the dependencie= s list. > > There are other packages with the same problem (erc-tweet, erc-youtube). > > Regards, > -- > C=C3=A9dric Ch=C3=A9pied > >