From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 05 16:08:41 2010 Received: (at submit) by debbugs.gnu.org; 5 Aug 2010 20:08:41 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oh6k4-0005L4-Cl for submit@debbugs.gnu.org; Thu, 05 Aug 2010 16:08:41 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oh4qa-0004UX-8D for submit@debbugs.gnu.org; Thu, 05 Aug 2010 14:07:18 -0400 Received: from lists.gnu.org ([199.232.76.165]:48589) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Oh4r5-0003Ht-0Y for submit@debbugs.gnu.org; Thu, 05 Aug 2010 14:07:47 -0400 Received: from [140.186.70.92] (port=36353 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh4r3-0001Ce-6T for bug-gnu-emacs@gnu.org; Thu, 05 Aug 2010 14:07:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID,T_FRT_PACKAGE autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oh4qz-00024C-AE for bug-gnu-emacs@gnu.org; Thu, 05 Aug 2010 14:07:44 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:53260) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oh4qz-00023m-2o for bug-gnu-emacs@gnu.org; Thu, 05 Aug 2010 14:07:41 -0400 Received: by fxm20 with SMTP id 20so3503367fxm.0 for ; Thu, 05 Aug 2010 11:07:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=s5MbizpjlhUZRHugk57NrizXcucupZpGkv/Gnp5Hoog=; b=jQO7AhMbs3gWbsz4A0rgW6npd8ML9vQ8RBeq6D21qJcOqBW7mK2NGX6EckFr0wZGdH sLTK3UV+rRDGI88VNXg4Djuhg0zZx0sQ19UHBJJXVM5bVuAwsRwLGZP3uWvl92693UA+ MStV4mnHdaYAVK+AbdXAG9GoKXfsFuIB893kQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=csCVkR2PSOW4ueC9B6W96VfBZIP/ji9Qx3A8F1MTCnagxQz/NiZNaPyXTfYIUrec6+ Z5y5HacZqyxpBC90Qx45HdJTQuJdsXX/sCMMdaCNkZ9CtIr46iS42TCs32XIiomZF1uK O66pZI4IswnJVmBaIa/I9Kyv0Ky1Z2fgQsT2M= MIME-Version: 1.0 Received: by 10.223.112.197 with SMTP id x5mr11225261fap.35.1281031659598; Thu, 05 Aug 2010 11:07:39 -0700 (PDT) Received: by 10.223.109.195 with HTTP; Thu, 5 Aug 2010 11:07:39 -0700 (PDT) Date: Thu, 5 Aug 2010 18:07:39 +0000 Message-ID: Subject: 24.0.50; package--dir assumes that Emacs is installed From: =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= To: Emacs is full of bugs Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 05 Aug 2010 16:08:36 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) When I compile Emacs from Git and run it without doing "make install" I run into this in package.el: (unless pkg-dir (error "Internal error: could not find directory for %s-%s" name version-str)) It's failing that assertion because package--dir assumes that Emacs is already installed: package-directory-list is a variable defined in `package.el'. Its value is ("/usr/local/share/emacs/24.0.50/site-lisp/elpa" "/usr/local/share/emacs/site-lisp/elpa") It shouldn't do that. Usually Emacs runs fine if you build it and don't install it. In GNU Emacs 24.0.50.2 (i686-unknown-kfreebsd7.3-gnu, GTK+ Version 2.20.1) of 2010-08-05 on k Windowing system distributor `The X.Org Foundation', version 11.0.10706000 configured using `configure 'CFLAGS=-O0 -ggdb3'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8 default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: eldoc-mode: t icomplete-mode: t iswitchb-mode: t show-paren-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x b M M-< C-h f p a c k a g a c - 1 C-x o C-x 1 C-n C-n C-n C-n C-n C-x b C-x k C-x b C-x b C-p C-p C-e M-b M-b M-b M-b M-b C-b C-SPC C-e C-b C-b M-w C-x b * s c r C-y C-a a M-f C-/ C-e M-b M-b M-b " M-d p a c k a g e " C-x b M C-x b C-f C-k " 1 ' . 0 " ) C-x C-e C-x b C-x k C-x b M-< C-s p a c k a g e - - d i r C-n C-n M-f M-f M-f M-f C-f C-f C-h v M-b M-b C-h v C-x 1 C-h v C-x o C-x o C-e M-b M-b C-h v C-x 1 M-x r e p o o r t p a c k a g e - - d i r SPC s a s a s s u m e s SPC t h a t SPC E m a c s SPC i s SPC i n s t a l l e d C-p C-p C-p C-p C-p M-f M-f a b C-f M-d g m a i l C-c C-s n C-g C-x k n C-x b b b C-x b m a i C-x k y C-n M-x r e p o r Recent messages: Checking 87 files in /home/avar/g/emacs/lisp/calc... Checking 43 files in /home/avar/g/emacs/lisp/obsolete... Checking for load-path shadows...done Convert non-ASCII letters to hexadecimal? (y or n) Send this bug report to the Emacs maintainers? (y or n) Quit Buffer *mail to bug-gnu-emacs@gnu.org* modified; kill anyway? (y or n) Please answer y or n. Buffer *mail to bug-gnu-emacs@gnu.org* modified; kill anyway? (y or n) Buffer *mail to bug-gnu-emacs@gnu.org* modified; kill anyway? (y or n) Making completion list... Load-path shadows: /home/avar/g/elisp/nopaste/nopaste hides /home/avar/g/elisp/_local/nopaste /home/avar/g/elisp/shellarchive/find-cmd hides /home/avar/g/emacs/lisp/find-cmd /home/avar/g/elisp/css-mode hides /home/avar/g/emacs/lisp/textmodes/css-mode /home/avar/g/elisp/cperl-mode/cperl-mode hides /home/avar/g/emacs/lisp/progmodes/cperl-mode Features: (shadow sort gnus-util mail-extr message sendmail rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug pp multi-isearch vc-git eldoc find-func help-mode easymenu view package edit-server derived server slime-autoloads easy-mmode cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt byte-opt warnings bytecomp byte-compile advice help-fns advice-preload edmacro kmacro icomplete iswitchb paren tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 08 16:33:22 2010 Received: (at 6805) by debbugs.gnu.org; 8 Aug 2010 20:33:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiCYc-0004L9-9I for submit@debbugs.gnu.org; Sun, 08 Aug 2010 16:33:22 -0400 Received: from pantheon-po18.its.yale.edu ([130.132.50.74]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiCYZ-0004L2-GR for 6805@debbugs.gnu.org; Sun, 08 Aug 2010 16:33:20 -0400 Received: from furry (173-9-75-145-NewEngland.hfc.comcastbusiness.net [173.9.75.145]) (authenticated bits=0) by pantheon-po18.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o78KXwY9006097 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Aug 2010 16:33:59 -0400 Received: by furry (Postfix, from userid 1000) id 3211AC013; Sun, 8 Aug 2010 16:33:58 -0400 (EDT) From: Chong Yidong To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Subject: Re: bug#6805: 24.0.50; package--dir assumes that Emacs is installed References: Date: Sun, 08 Aug 2010 16:33:57 -0400 In-Reply-To: (=?utf-8?B?IsOGdmFyIEFybmZqw7Zyw7A=?= Bjarmason"'s message of "Thu, 5 Aug 2010 18:07:39 +0000") Message-ID: <87sk2ovo7e.fsf@stupidchicken.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 6805 Cc: 6805@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: > When I compile Emacs from Git and run it without doing "make install" I > run into this in package.el: > > (unless pkg-dir > (error "Internal error: could not find directory for %s-%s" > name version-str)) I can't reproduce this. I run Emacs in place without `make install', and have not encountered any such error. Could you provide a precise description of the error, such as the error message shown in echo area? > It's failing that assertion because package--dir assumes that Emacs is > already installed: > > package-directory-list is a variable defined in `package.el'. > Its value is > ("/usr/local/share/emacs/24.0.50/site-lisp/elpa" > "/usr/local/share/emacs/site-lisp/elpa") It should not matter if these directories do not exist, but your bug report does not provide enough information to tell for sure. From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 08 16:59:29 2010 Received: (at 6805) by debbugs.gnu.org; 8 Aug 2010 20:59:29 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiCxs-0004XY-9h for submit@debbugs.gnu.org; Sun, 08 Aug 2010 16:59:28 -0400 Received: from mail-iw0-f172.google.com ([209.85.214.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiCtB-0004Un-7H for 6805@debbugs.gnu.org; Sun, 08 Aug 2010 16:54:38 -0400 Received: by iwn36 with SMTP id 36so2937441iwn.3 for <6805@debbugs.gnu.org>; Sun, 08 Aug 2010 13:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=OpqbuDtc3MNLwyGmwYM+yZJrYDDv8Y5KvLAgVSnuweY=; b=g2caHmNNph+pOaJFq3Kk1/agkVb3o8irQ0/CYWnWMEwLaWjD3L9RqNe7GJqUg+lavP jses7r1DRjhCXfd/BaZzrYQMhO3/8B68oQAWzp8/x1SoT1r1O6V7iesCxJRJW1b7QBXs rLNjnkHpZ04Pq0PMXz/3B9VAvhZtSeitjgSCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=u/GfBqU1sITBlsy25BabTqpw9mDzSFtBULs3fQuv8nvEsl+VJDsJaPGQuhvBz/mB9D q5oo9HxuPDEdyYcc5G25raYQBEEhs1h3JiwpAKYwxtylyOJTwFUgfz/2bdWn8NZQYRh1 F52d13j1pDj3EM0gUf3UGlRnU7xHajReE7vpg= MIME-Version: 1.0 Received: by 10.231.149.12 with SMTP id r12mr17960293ibv.185.1281300915910; Sun, 08 Aug 2010 13:55:15 -0700 (PDT) Received: by 10.231.186.226 with HTTP; Sun, 8 Aug 2010 13:55:15 -0700 (PDT) In-Reply-To: <87sk2ovo7e.fsf@stupidchicken.com> References: <87sk2ovo7e.fsf@stupidchicken.com> Date: Sun, 8 Aug 2010 20:55:15 +0000 Message-ID: Subject: Re: bug#6805: 24.0.50; package--dir assumes that Emacs is installed From: =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= To: Chong Yidong Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: 6805 X-Mailman-Approved-At: Sun, 08 Aug 2010 16:59:27 -0400 Cc: 6805@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.7 (---) On Sun, Aug 8, 2010 at 20:33, Chong Yidong wrote: > =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: > >> When I compile Emacs from Git and run it without doing "make install" I >> run into this in package.el: >> >> =C2=A0 =C2=A0 (unless pkg-dir >> =C2=A0 =C2=A0 =C2=A0 (error "Internal error: could not find directory fo= r %s-%s" >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0name version-str)) > > I can't reproduce this. =C2=A0I run Emacs in place without `make install'= , > and have not encountered any such error. =C2=A0Could you provide a precis= e > description of the error, such as the error message shown in echo area? On a fresh Emacs checkout from git://repo.or.cz/emacs.git on both Debian GNU/Linux testing and Debian GNU/kFreeBSD unstable doing: mkdir ~/g git clone git://repo.or.cz/emacs.git && cd emacs && make -j 10 bootstrap && make followed by: src/emacs will display, in the echo area: "Internal error: could not find directory for package-1.0" And in *Messages*: package-activate-1: Internal error: could not find directory for packag= e-1.0 >> It's failing that assertion because package--dir assumes that Emacs is >> already installed: >> >> =C2=A0 =C2=A0 package-directory-list is a variable defined in `package.e= l'. >> =C2=A0 =C2=A0 Its value is >> =C2=A0 =C2=A0 ("/usr/local/share/emacs/24.0.50/site-lisp/elpa" >> "/usr/local/share/emacs/site-lisp/elpa") > > It should not matter if these directories do not exist, but your bug > report does not provide enough information to tell for sure. I've just glanced at the code, but it seems that it does matter. package-activate-1 has this: (defun package-activate-1 (package pkg-vec) (let* ((name (symbol-name package)) (version-str (package-version-join (package-desc-vers pkg-vec)= )) (pkg-dir (package--dir name version-str))) (unless pkg-dir (error "Internal error: could not find directory for %s-%s" name version-str) Which calls: (defun package--dir (name version-string) (let* ((subdir (concat name "-" version-string)) (dir-list (cons package-user-dir package-directory-list) package--dir is searching through (cons package-user-dir package-directory-list), whose value on my system is: ("~/.emacs.d/elpa" "/usr/local/share/emacs/24.0.50/site-lisp/elpa" "/usr/local/share/emacs/site-lisp/elpa") None of those directories exist on my system. Perhaps you can reproduce this issue if you delete your ~/.emacs.d/elpa directory? Or maybe something is wrong on my system. I haven't looked deeply into this bug, and I'd be happy to supply further info needed to solve it. From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 08 18:01:28 2010 Received: (at 6805) by debbugs.gnu.org; 8 Aug 2010 22:01:28 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiDvr-0006Fj-UU for submit@debbugs.gnu.org; Sun, 08 Aug 2010 18:01:28 -0400 Received: from pantheon-po14.its.yale.edu ([130.132.50.23]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiDvq-0006Fd-Ho for 6805@debbugs.gnu.org; Sun, 08 Aug 2010 18:01:26 -0400 Received: from furry (173-9-75-145-NewEngland.hfc.comcastbusiness.net [173.9.75.145]) (authenticated bits=0) by pantheon-po14.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o78M26WK002239 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Aug 2010 18:02:06 -0400 Received: by furry (Postfix, from userid 1000) id 4374CC013; Sun, 8 Aug 2010 18:02:06 -0400 (EDT) From: Chong Yidong To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Subject: Re: bug#6805: 24.0.50; package--dir assumes that Emacs is installed References: <87sk2ovo7e.fsf@stupidchicken.com> Date: Sun, 08 Aug 2010 18:02:05 -0400 In-Reply-To: (=?utf-8?B?IsOGdmFyIEFybmZqw7Zyw7A=?= Bjarmason"'s message of "Sun, 8 Aug 2010 20:55:15 +0000") Message-ID: <87bp9c7ogy.fsf@stupidchicken.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 6805 Cc: 6805@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.3 (---) =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: > On a fresh Emacs checkout from git://repo.or.cz/emacs.git on both > Debian GNU/Linux testing and Debian GNU/kFreeBSD unstable doing: > > mkdir ~/g > git clone git://repo.or.cz/emacs.git && > cd emacs && > make -j 10 bootstrap && > make > > followed by: > > src/emacs > > will display, in the echo area: > > "Internal error: could not find directory for package-1.0" I don't see any error message with the Bzr repository; I don't know about the unofficial git repository you are using. You could try with an empty .emacs file and no .emacs.d directory. From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 08 18:57:00 2010 Received: (at 6805) by debbugs.gnu.org; 8 Aug 2010 22:57:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiEnc-0007IP-9j for submit@debbugs.gnu.org; Sun, 08 Aug 2010 18:57:00 -0400 Received: from mail-iw0-f172.google.com ([209.85.214.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiEfq-0007FG-UU for 6805@debbugs.gnu.org; Sun, 08 Aug 2010 18:48:59 -0400 Received: by iwn36 with SMTP id 36so2992682iwn.3 for <6805@debbugs.gnu.org>; Sun, 08 Aug 2010 15:49:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=2Iut5IbW5jhxLCiML4mLbnODMgqDxCdmtKB6eeBA5S4=; b=Tp58C4TAc2jzckI6qMnAdVzATmWge9chNPj+RF+uoXbFHMuN+GtziSM/LkIK3GNDIO 4s3Vd9KAUPW9BjDlFs5b+G3HMS/CwzhaiX6BKs3blIwWnQamcYMXHkqOiEO2MgRNS9Gi uergM3nvSFVmKAqNq5b980lax6+QXNiVxQWNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=yIEjrHGGHHwbiIU0az67z024Jg76Rx13kjcTLZHs7Yj9uJT8n6hn8Pw6wSV1zSjTrf VQRuLgMlczGvo+RV0BhL4Kei9v0OUi1C1j2rFt9F89WxmU58bFivv+sc+xWVGbmsdvDk B/hTQjsmPFQao8pwircno467SMfOnXTwuYw00= MIME-Version: 1.0 Received: by 10.231.139.212 with SMTP id f20mr17316589ibu.166.1281307772468; Sun, 08 Aug 2010 15:49:32 -0700 (PDT) Received: by 10.231.186.226 with HTTP; Sun, 8 Aug 2010 15:49:32 -0700 (PDT) In-Reply-To: <87bp9c7ogy.fsf@stupidchicken.com> References: <87sk2ovo7e.fsf@stupidchicken.com> <87bp9c7ogy.fsf@stupidchicken.com> Date: Sun, 8 Aug 2010 22:49:32 +0000 Message-ID: Subject: Re: bug#6805: 24.0.50; package--dir assumes that Emacs is installed From: =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= To: Chong Yidong Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: 6805 X-Mailman-Approved-At: Sun, 08 Aug 2010 18:56:58 -0400 Cc: 6805@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.3 (---) On Sun, Aug 8, 2010 at 22:02, Chong Yidong wrote: > =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: > >> On a fresh Emacs checkout from git://repo.or.cz/emacs.git on both >> Debian GNU/Linux testing and Debian GNU/kFreeBSD unstable doing: >> >> =C2=A0 =C2=A0 mkdir ~/g >> =C2=A0 =C2=A0 git clone git://repo.or.cz/emacs.git && >> =C2=A0 =C2=A0 cd emacs && >> =C2=A0 =C2=A0 make -j 10 bootstrap && >> =C2=A0 =C2=A0 make >> >> followed by: >> >> =C2=A0 =C2=A0 src/emacs >> >> will display, in the echo area: >> >> =C2=A0 =C2=A0 "Internal error: could not find directory for package-1.0" > > I don't see any error message with the Bzr repository; I don't know > about the unofficial git repository you are using. =C2=A0You could try wi= th > an empty .emacs file and no .emacs.d directory. I should have tried with -Q, it turns out that I had this in my ~/.emacs: (setq package-activated-list nil) I was defining it because a package I was using used it, but I hadn't tried my ~/.emacs on Emacs trunk, so it wasn't compatible with a Emacs that has package.el built-in. Sorry about the noise. I think this bug can be closed. From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 08 19:17:51 2010 Received: (at control) by debbugs.gnu.org; 8 Aug 2010 23:17:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiF7m-0007Rm-Sl for submit@debbugs.gnu.org; Sun, 08 Aug 2010 19:17:51 -0400 Received: from pantheon-po23.its.yale.edu ([130.132.50.117]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiF7k-0007Rh-St for control@debbugs.gnu.org; Sun, 08 Aug 2010 19:17:49 -0400 Received: from furry (173-9-75-145-NewEngland.hfc.comcastbusiness.net [173.9.75.145]) (authenticated bits=0) by pantheon-po23.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o78NISfa024399 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 8 Aug 2010 19:18:29 -0400 Received: by furry (Postfix, from userid 1000) id D98B3C013; Sun, 8 Aug 2010 19:18:28 -0400 (EDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 6805 Date: Sun, 08 Aug 2010 19:18:28 -0400 Message-ID: <878w4g3d8b.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) close 6805 thanks From unknown Fri Aug 15 18:12:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 06 Sep 2010 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator