From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Wiesner Newsgroups: gmane.emacs.devel Subject: Built-in package resolution broken? Date: Sat, 15 Jun 2013 21:03:54 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1371323042 17879 80.91.229.3 (15 Jun 2013 19:04:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Jun 2013 19:04:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 15 21:04:02 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 1UnvlX-0000Wp-Im for ged-emacs-devel@m.gmane.org; Sat, 15 Jun 2013 21:03:59 +0200 Original-Received: from localhost ([::1]:34670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnvlX-0002a4-39 for ged-emacs-devel@m.gmane.org; Sat, 15 Jun 2013 15:03:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnvlT-0002Zv-UR for emacs-devel@gnu.org; Sat, 15 Jun 2013 15:03:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnvlT-0005X0-6M for emacs-devel@gnu.org; Sat, 15 Jun 2013 15:03:55 -0400 Original-Received: from mail-qe0-f46.google.com ([209.85.128.46]:62167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnvlT-0005Ws-2E for emacs-devel@gnu.org; Sat, 15 Jun 2013 15:03:55 -0400 Original-Received: by mail-qe0-f46.google.com with SMTP id nd7so960048qeb.5 for ; Sat, 15 Jun 2013 12:03:54 -0700 (PDT) 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=pJ1Jok9ABEBr+p9RKpNbgpU3x8meZVAcO/vOY4GqNg4=; b=tXSDV+5JtTEEgLSXjozmVPym+0R3ksNBcVU/MXtoTNTQOBhX1ZspfK6l3E8jSmleM3 P7s5/zd3aHbDuAIY+29WXJgAzefLKLdvWQKq4AIxZEf5P+YZMKWi2DQzubYxhMAD5ns8 RZnfSler1jRZ93mWlxBaAV/+t+NYuR6H6NLjLril0i7ZbPQ9o5iWmXDWqawGZitU8tGj u8jWVi1D6aECQZReapUsY80HHzNk6AKZbM53LR27QiR1vun5iKnFkZcY/z3tqHywLW+c SQpbwW9l0FVx0zk/vHe8FiK5rATE6KZqses1bhlFojhZQwsy7dxu+w6Fz4t1I/NKJnC8 3QwA== X-Received: by 10.49.96.104 with SMTP id dr8mr10324639qeb.43.1371323034561; Sat, 15 Jun 2013 12:03:54 -0700 (PDT) Original-Received: by 10.224.205.5 with HTTP; Sat, 15 Jun 2013 12:03:54 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.128.46 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:160453 Archived-At: Hello, in latest trunk, installing a package that depends on "eieio" 1.3 fails with an error stating that "Package `eieio-1.3' is unavailable". However, "eieio" is available in version 1.4. Isn't package.el supposed to accept higher versions? Sincerely, Sebastian Wiesner