Received: (at 63710) by debbugs.gnu.org; 29 May 2023 16:13:36 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon May 29 12:13:36 2023 Received: from localhost ([127.0.0.1]:58951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q3fV2-0006Jd-EF for submit <at> debbugs.gnu.org; Mon, 29 May 2023 12:13:36 -0400 Received: from ma.sdf.org ([205.166.94.33]:54462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <akrl@HIDDEN>) id 1q3fV0-0006JV-PT for 63710 <at> debbugs.gnu.org; Mon, 29 May 2023 12:13:35 -0400 Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from <akrl@HIDDEN>) id 1q3fUz-0007VO-Bg; Mon, 29 May 2023 16:13:33 +0000 From: Andrea Corallo <akrl@HIDDEN> To: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Subject: Re: bug#63710: use-package not working References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> <83mt1snbcj.fsf@HIDDEN> <CAO48Bk-1H4MT1iZvvjVkBgiCK_S420padLbGzndyxhh6sPqWuA@HIDDEN> <CAO48Bk-ixb5DFg+QYpNb9j_W15XzB5sA1fL2FkPVo6QSNL9E9A@HIDDEN> <83bki8myl9.fsf@HIDDEN> <CAO48Bk-cCJDbxt9oS+Dnz-osm-DHvd+pDyrRVE6hNsnsLoBWfw@HIDDEN> <xjfsfbky2on.fsf@HIDDEN> <xjfpm6kwpkj.fsf@HIDDEN> Date: Mon, 29 May 2023 16:13:33 +0000 In-Reply-To: <xjfpm6kwpkj.fsf@HIDDEN> (Andrea Corallo's message of "Sun, 28 May 2023 13:30:52 +0000") Message-ID: <xjfcz2jw1xu.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Andrea Corallo <akrl@HIDDEN> writes: > Andrea Corallo <akrl@HIDDEN> writes: > >> Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> writes: >> >>> First: the .emacs.d/init.el test file >>> >>> ------ >>> ;; >>> ;; My .emacs file >>> ;; > [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.7 RCVD_IN_XBL RBL: Received via a relay in Spamhaus XBL [205.166.94.33 listed in zen.spamhaus.org] 0.9 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=akrl%40sdf.org; ip=205.166.94.33; r=debbugs.gnu.org] X-Debbugs-Envelope-To: 63710 Cc: 63710 <at> debbugs.gnu.org, Eli Zaretskii <eliz@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 0.6 (/) Andrea Corallo <akrl@HIDDEN> writes: > Andrea Corallo <akrl@HIDDEN> writes: > >> Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> writes: >> >>> First: the .emacs.d/init.el test file >>> >>> ------ >>> ;; >>> ;; My .emacs file >>> ;; >>> (require 'package) >>> (setq package-archives '(("melpa" . "https://melpa.org/packages/") >>> ("gnu" . "https://elpa.gnu.org/packages/") >>> ("melpa-stable" . "https://stable.melpa.org/packages/") >>> ("nongnu" . "https://elpa.nongnu.org/nongnu/"))) >>> (eval-when-compile >>> (require 'use-package)) >>> (unless (file-directory-p package-user-dir) >>> (package-refresh-contents)) >>> (require 'use-package-ensure) >>> (setq use-package-always-ensure t) >>> >>> (use-package "compat") >>> ------ >>> >>> Second: 1d5b164109b59559d34c545c2a163fa067ca22b2 does work >>> >>> BTW, it has to do with native compilation. I have accidentally not deleted the eln-cache in on of the tests and the >>> 'wrong' Emacs has started correctly: >>> 1. started 1d5b164109b59559d34c545c2a163fa067ca22b2 with eln-clean cache ---> OK >>> 2. started b2b2be98da5825e6bc130999ffe38f5ed615586a with eln-cache from the last start --> OK >>> 3. started b2b2be98da5825e6bc130999ffe38f5ed615586a with clean eln-cache ---> KO >> >>>From these SHA1s looks like there's good chance it's my fault... >> >> I'll have a look. > > Okay I did some investigation and understood the issue. > > `package-load-descriptor' was misscompiled and returning always nil as > the compiler was not fully picking up the user defined types at compile > time, it worked only after the first faulty compilation (thing that made > the investigaiton a bit slower). > > I'm working on a more complete fix but this requires careful testing, I > pushed now c8e527cbeee in order to have master stable again while I keep > working on the most comprehensive fix. Hi all, I pushed what I think is the final fix and reverted the temporary one. As of fbc96dcc4ea I'm not aware of any issue with package.el or other code. Please let us know if works for you and we can close the bug or, if any other issue arise (please remember to clean the eln-cache before testing as it may contain misscompiled code ;). Thanks Andrea
bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.Andrea Corallo <acorallo@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 63710) by debbugs.gnu.org; 28 May 2023 13:30:57 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun May 28 09:30:57 2023 Received: from localhost ([127.0.0.1]:53634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q3GU4-0001yg-Gh for submit <at> debbugs.gnu.org; Sun, 28 May 2023 09:30:56 -0400 Received: from ma.sdf.org ([205.166.94.33]:54608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <akrl@HIDDEN>) id 1q3GU1-0001yV-ML for 63710 <at> debbugs.gnu.org; Sun, 28 May 2023 09:30:54 -0400 Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from <akrl@HIDDEN>) id 1q3GU0-0000OV-Tq; Sun, 28 May 2023 13:30:52 +0000 From: Andrea Corallo <akrl@HIDDEN> To: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Subject: Re: bug#63710: use-package not working References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> <83mt1snbcj.fsf@HIDDEN> <CAO48Bk-1H4MT1iZvvjVkBgiCK_S420padLbGzndyxhh6sPqWuA@HIDDEN> <CAO48Bk-ixb5DFg+QYpNb9j_W15XzB5sA1fL2FkPVo6QSNL9E9A@HIDDEN> <83bki8myl9.fsf@HIDDEN> <CAO48Bk-cCJDbxt9oS+Dnz-osm-DHvd+pDyrRVE6hNsnsLoBWfw@HIDDEN> <xjfsfbky2on.fsf@HIDDEN> Date: Sun, 28 May 2023 13:30:52 +0000 In-Reply-To: <xjfsfbky2on.fsf@HIDDEN> (Andrea Corallo's message of "Thu, 25 May 2023 13:13:12 +0000") Message-ID: <xjfpm6kwpkj.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 63710 Cc: 63710 <at> debbugs.gnu.org, Eli Zaretskii <eliz@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.3 (/) Andrea Corallo <akrl@HIDDEN> writes: > Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> writes: > >> First: the .emacs.d/init.el test file >> >> ------ >> ;; >> ;; My .emacs file >> ;; >> (require 'package) >> (setq package-archives '(("melpa" . "https://melpa.org/packages/") >> ("gnu" . "https://elpa.gnu.org/packages/") >> ("melpa-stable" . "https://stable.melpa.org/packages/") >> ("nongnu" . "https://elpa.nongnu.org/nongnu/"))) >> (eval-when-compile >> (require 'use-package)) >> (unless (file-directory-p package-user-dir) >> (package-refresh-contents)) >> (require 'use-package-ensure) >> (setq use-package-always-ensure t) >> >> (use-package "compat") >> ------ >> >> Second: 1d5b164109b59559d34c545c2a163fa067ca22b2 does work >> >> BTW, it has to do with native compilation. I have accidentally not deleted the eln-cache in on of the tests and the >> 'wrong' Emacs has started correctly: >> 1. started 1d5b164109b59559d34c545c2a163fa067ca22b2 with eln-clean cache ---> OK >> 2. started b2b2be98da5825e6bc130999ffe38f5ed615586a with eln-cache from the last start --> OK >> 3. started b2b2be98da5825e6bc130999ffe38f5ed615586a with clean eln-cache ---> KO > >>From these SHA1s looks like there's good chance it's my fault... > > I'll have a look. Okay I did some investigation and understood the issue. `package-load-descriptor' was misscompiled and returning always nil as the compiler was not fully picking up the user defined types at compile time, it worked only after the first faulty compilation (thing that made the investigaiton a bit slower). I'm working on a more complete fix but this requires careful testing, I pushed now c8e527cbeee in order to have master stable again while I keep working on the most comprehensive fix. Best regards Andrea
bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.Eli Zaretskii <eliz@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 63710) by debbugs.gnu.org; 25 May 2023 15:03:03 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 25 11:03:03 2023 Received: from localhost ([127.0.0.1]:47826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q2CUZ-00061y-Ag for submit <at> debbugs.gnu.org; Thu, 25 May 2023 11:03:03 -0400 Received: from mail-ej1-f46.google.com ([209.85.218.46]:47581) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <paaguti@HIDDEN>) id 1q2CUW-000617-Nf for 63710 <at> debbugs.gnu.org; Thu, 25 May 2023 11:03:01 -0400 Received: by mail-ej1-f46.google.com with SMTP id a640c23a62f3a-97392066d04so111990366b.3 for <63710 <at> debbugs.gnu.org>; Thu, 25 May 2023 08:03:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685026974; x=1687618974; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=iI/1DrpF2pNKc3o8ZJ0Qqe44s1SUrYlO2rsmQllNTus=; b=OesnB7HPlkLdLA9G2SffSBBUfSSRX5eupndBwMlNmKxTmI4OPHP4u+aW9Blmvs9FB8 1okka+Q/c3HcR+4oQYhzXxGrSWqg+kycg+UMianS0dXHSm8BHbNaZUm5wmWarbaZoDKP Lu4EZY0oB5qskpJuxpL/leWxt8JG1gLBnvfJkBf2P7+23CilVsO/odWI7Z4d5wIdFhmA zZaQQvFdvE/2ePNLvq1rbRv8hKa+DXTQNS2Ki/GffZETMrgnTM7egIQvgZSWxiSdUsEP 8V/xvbojHd3eKhpBVPi6TOw1qeKTr3R16VFpvziSKDzQgZbfoC40ERre3lu6ESaV8msY MPjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685026974; x=1687618974; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=iI/1DrpF2pNKc3o8ZJ0Qqe44s1SUrYlO2rsmQllNTus=; b=F7aX3kA7rALzl6BMD5NhFFV4I5ezmyWre2Isi+7dFQGWfu3IZC3biF194J/1Z7ZysE Jl3YGj8MrovlvZ4ro9SOZqJyS/7EdmsRZdFPNIE2G2BRBxqfhkLqzIXNxzZ/zIUHJmhA Mi59mj9coXI3A9+V/ZcCSbn7LiZqDhO5srXw0OVtct1Oz7gXNZ+tIaE9QQtiT24VRZko 5Xo3wO6EBYSO2M6VnR5bdACZ0EtBNE/+wiqYuSKJZDeSPNFBMo3TNeevonwNRyKtQOZ9 T4AMqAp7i5o2hX1P0Oz7/txaefuJKR9d4sk2qtH5P8dmZmGmyoCgQQbmyPEWYU651dzb 7ujg== X-Gm-Message-State: AC+VfDxp5/6yTcuQY+2jmYyKM10jNNf7HaS/+VejnRkwHQYcuYq6FtOH lTMOdan3YmcVWEkzKu43Axc6rRC8fkZHK6yzrDE= X-Google-Smtp-Source: ACHHUZ5CF0CIkRubppQknhCuFit3uEEpG35hu2z0Uq/c2pdoIDnlxupmaqSz3dQWF0I/L0jcuMjnMdMaeh1827gQNDA= X-Received: by 2002:a17:907:6d94:b0:966:484a:335e with SMTP id sb20-20020a1709076d9400b00966484a335emr1845940ejc.43.1685026974189; Thu, 25 May 2023 08:02:54 -0700 (PDT) MIME-Version: 1.0 References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> <83mt1snbcj.fsf@HIDDEN> <CAO48Bk-1H4MT1iZvvjVkBgiCK_S420padLbGzndyxhh6sPqWuA@HIDDEN> <CAO48Bk-ixb5DFg+QYpNb9j_W15XzB5sA1fL2FkPVo6QSNL9E9A@HIDDEN> <83bki8myl9.fsf@HIDDEN> <CAO48Bk-cCJDbxt9oS+Dnz-osm-DHvd+pDyrRVE6hNsnsLoBWfw@HIDDEN> <xjfsfbky2on.fsf@HIDDEN> In-Reply-To: <xjfsfbky2on.fsf@HIDDEN> From: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Date: Thu, 25 May 2023 17:02:27 +0200 Message-ID: <CAO48Bk9mE1awJVRewFdW0+4_=KnbzxZObbYAXk2ZQPybjdWkbw@HIDDEN> Subject: Re: bug#63710: use-package not working To: Andrea Corallo <akrl@HIDDEN> Content-Type: multipart/alternative; boundary="0000000000003bcc1e05fc85ea11" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63710 Cc: 63710 <at> debbugs.gnu.org, Eli Zaretskii <eliz@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) --0000000000003bcc1e05fc85ea11 Content-Type: text/plain; charset="UTF-8" No worries, just let me know how I can help when and if I have a free cycle :-) /PA On Thu, 25 May 2023 at 15:13, Andrea Corallo <akrl@HIDDEN> wrote: > Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> writes: > > > First: the .emacs.d/init.el test file > > > > ------ > > ;; > > ;; My .emacs file > > ;; > > (require 'package) > > (setq package-archives '(("melpa" . "https://melpa.org/packages/") > > ("gnu" . "https://elpa.gnu.org/packages/") > > ("melpa-stable" . " > https://stable.melpa.org/packages/") > > ("nongnu" . "https://elpa.nongnu.org/nongnu/"))) > > (eval-when-compile > > (require 'use-package)) > > (unless (file-directory-p package-user-dir) > > (package-refresh-contents)) > > (require 'use-package-ensure) > > (setq use-package-always-ensure t) > > > > (use-package "compat") > > ------ > > > > Second: 1d5b164109b59559d34c545c2a163fa067ca22b2 does work > > > > BTW, it has to do with native compilation. I have accidentally not > deleted the eln-cache in on of the tests and the > > 'wrong' Emacs has started correctly: > > 1. started 1d5b164109b59559d34c545c2a163fa067ca22b2 with eln-clean cache > ---> OK > > 2. started b2b2be98da5825e6bc130999ffe38f5ed615586a with eln-cache from > the last start --> OK > > 3. started b2b2be98da5825e6bc130999ffe38f5ed615586a with clean eln-cache > ---> KO > > From these SHA1s looks like there's good chance it's my fault... > > I'll have a look. > > Thanks > > Andrea > -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet --0000000000003bcc1e05fc85ea11 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">No worries, just let me know how I can help when and if I = have a free cycle :-)<div><br></div><div>/PA</div></div><br><div class=3D"g= mail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Thu, 25 May 2023 at 15= :13, Andrea Corallo <<a href=3D"mailto:akrl@HIDDEN">akrl@HIDDEN</a>>= ; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px= 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Pedro A= ndres Aranda Gutierrez <<a href=3D"mailto:paaguti@HIDDEN" target=3D"_= blank">paaguti@HIDDEN</a>> writes:<br> <br> > First: the .emacs.d/init.el test file<br> ><br> > ------<br> > ;;<br> > ;; My .emacs file<br> > ;;<br> > (require 'package)<br> > (setq package-archives '(("melpa" . "<a href=3D"htt= ps://melpa.org/packages/" rel=3D"noreferrer" target=3D"_blank">https://melp= a.org/packages/</a>")<br> > ("gnu" . "<a href=3D"https://elpa.gnu.org/packages/" re= l=3D"noreferrer" target=3D"_blank">https://elpa.gnu.org/packages/</a>"= )<br> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 ("melpa-stable" . "<a href=3D"https://s= table.melpa.org/packages/" rel=3D"noreferrer" target=3D"_blank">https://sta= ble.melpa.org/packages/</a>")<br> > ("nongnu" . "<a href=3D"https://elpa.nongnu.org/nongnu/= " rel=3D"noreferrer" target=3D"_blank">https://elpa.nongnu.org/nongnu/</a>&= quot;)))<br> > (eval-when-compile<br> >=C2=A0 =C2=A0(require 'use-package))<br> > (unless (file-directory-p package-user-dir)<br> >=C2=A0 =C2=A0 =C2=A0(package-refresh-contents))<br> > (require 'use-package-ensure)<br> > (setq use-package-always-ensure t)<br> ><br> > (use-package "compat")<br> > ------<br> ><br> > Second: 1d5b164109b59559d34c545c2a163fa067ca22b2 does work<br> ><br> > BTW,=C2=A0 it has to do with native compilation. I have accidentally n= ot deleted the eln-cache in on of the tests and the<br> > 'wrong' Emacs has started correctly:<br> > 1. started 1d5b164109b59559d34c545c2a163fa067ca22b2 with eln-clean cac= he ---> OK<br> > 2. started b2b2be98da5825e6bc130999ffe38f5ed615586a with eln-cache fro= m the last start --> OK<br> > 3. started b2b2be98da5825e6bc130999ffe38f5ed615586a with clean eln-cac= he ---> KO<br> <br> From these SHA1s looks like there's good chance it's my fault...<br= > <br> I'll have a look.<br> <br> Thanks<br> <br> =C2=A0 Andrea<br> </blockquote></div><br clear=3D"all"><div><br></div><span class=3D"gmail_si= gnature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature"><d= iv dir=3D"ltr"><div><div dir=3D"ltr"><div><div>Fragen sind nicht da, um bea= ntwortet zu werden,<br></div>Fragen sind da um gestellt zu werden<br></div>= Georg Kreisler</div><div><br></div><div>Headaches with a Juju log:</div><di= v>unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should ru= n a leader-deposed hook here, but we can't yet<br><br></div></div></div= ></div> --0000000000003bcc1e05fc85ea11--
bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.Received: (at 63710) by debbugs.gnu.org; 25 May 2023 13:13:15 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 25 09:13:15 2023 Received: from localhost ([127.0.0.1]:46265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q2AmJ-0005yk-J2 for submit <at> debbugs.gnu.org; Thu, 25 May 2023 09:13:15 -0400 Received: from ma.sdf.org ([205.166.94.33]:40976) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <akrl@HIDDEN>) id 1q2AmH-0005yc-Nj for 63710 <at> debbugs.gnu.org; Thu, 25 May 2023 09:13:14 -0400 Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from <akrl@HIDDEN>) id 1q2AmG-0004tJ-6c; Thu, 25 May 2023 13:13:12 +0000 From: Andrea Corallo <akrl@HIDDEN> To: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Subject: Re: bug#63710: use-package not working References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> <83mt1snbcj.fsf@HIDDEN> <CAO48Bk-1H4MT1iZvvjVkBgiCK_S420padLbGzndyxhh6sPqWuA@HIDDEN> <CAO48Bk-ixb5DFg+QYpNb9j_W15XzB5sA1fL2FkPVo6QSNL9E9A@HIDDEN> <83bki8myl9.fsf@HIDDEN> <CAO48Bk-cCJDbxt9oS+Dnz-osm-DHvd+pDyrRVE6hNsnsLoBWfw@HIDDEN> Date: Thu, 25 May 2023 13:13:12 +0000 In-Reply-To: <CAO48Bk-cCJDbxt9oS+Dnz-osm-DHvd+pDyrRVE6hNsnsLoBWfw@HIDDEN> (Pedro Andres Aranda Gutierrez's message of "Thu, 25 May 2023 14:42:48 +0200") Message-ID: <xjfsfbky2on.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 63710 Cc: 63710 <at> debbugs.gnu.org, Eli Zaretskii <eliz@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.3 (/) Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> writes: > First: the .emacs.d/init.el test file > > ------ > ;; > ;; My .emacs file > ;; > (require 'package) > (setq package-archives '(("melpa" . "https://melpa.org/packages/") > ("gnu" . "https://elpa.gnu.org/packages/") > ("melpa-stable" . "https://stable.melpa.org/packages/") > ("nongnu" . "https://elpa.nongnu.org/nongnu/"))) > (eval-when-compile > (require 'use-package)) > (unless (file-directory-p package-user-dir) > (package-refresh-contents)) > (require 'use-package-ensure) > (setq use-package-always-ensure t) > > (use-package "compat") > ------ > > Second: 1d5b164109b59559d34c545c2a163fa067ca22b2 does work > > BTW, it has to do with native compilation. I have accidentally not deleted the eln-cache in on of the tests and the > 'wrong' Emacs has started correctly: > 1. started 1d5b164109b59559d34c545c2a163fa067ca22b2 with eln-clean cache ---> OK > 2. started b2b2be98da5825e6bc130999ffe38f5ed615586a with eln-cache from the last start --> OK > 3. started b2b2be98da5825e6bc130999ffe38f5ed615586a with clean eln-cache ---> KO From these SHA1s looks like there's good chance it's my fault... I'll have a look. Thanks Andrea
bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.Received: (at 63710) by debbugs.gnu.org; 25 May 2023 13:11:11 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 25 09:11:10 2023 Received: from localhost ([127.0.0.1]:46256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q2AkI-0005vP-LH for submit <at> debbugs.gnu.org; Thu, 25 May 2023 09:11:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48836) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1q2AkG-0005vC-MS for 63710 <at> debbugs.gnu.org; Thu, 25 May 2023 09:11:09 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1q2Ak7-0000Ty-Do; Thu, 25 May 2023 09:11:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=J8vpXhzf0JSxSyepqzj1ftPMTA2UQ6ScLPh1IIi27tw=; b=KWEFFqT79b2N xAGAlYy30Rog+kGzbBwPtxEzeXvIfF9j0unYmLf3Zl7tI4iZ1sm3yJU1iQfm5xIeQn+Kx/90ns3fA 6cQxiNzCFAmErEaGUwbyw8VsB8BrcERMmT7TCOSzLL7ku3idY7SMgo+NS+EP3KtN6BfhwNmPdFqZf 0BhrlWI0GTfzv+e9Ak6XHn0yZJroC41HoOE5wQpb8vtJ5VBs/v1OzxuiswQ3EFxZl6kEoinq7Mpww elbMQd39nmwCaosygWDGt/cazT43ghUJJKb+9YuMmu/kd8SfUaGnmQpx6W71ZSGyKgy5dkqPSyr0k FEGnLumVjsLMXf/cPeI4pA==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1q2Ak4-0005EF-30; Thu, 25 May 2023 09:10:59 -0400 Date: Thu, 25 May 2023 16:11:25 +0300 Message-Id: <838rdcmu82.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> In-Reply-To: <CAO48Bk-cCJDbxt9oS+Dnz-osm-DHvd+pDyrRVE6hNsnsLoBWfw@HIDDEN> (message from Pedro Andres Aranda Gutierrez on Thu, 25 May 2023 14:42:48 +0200) Subject: Re: bug#63710: use-package not working References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> <83mt1snbcj.fsf@HIDDEN> <CAO48Bk-1H4MT1iZvvjVkBgiCK_S420padLbGzndyxhh6sPqWuA@HIDDEN> <CAO48Bk-ixb5DFg+QYpNb9j_W15XzB5sA1fL2FkPVo6QSNL9E9A@HIDDEN> <83bki8myl9.fsf@HIDDEN> <CAO48Bk-cCJDbxt9oS+Dnz-osm-DHvd+pDyrRVE6hNsnsLoBWfw@HIDDEN> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63710 Cc: 63710 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> > Date: Thu, 25 May 2023 14:42:48 +0200 > Cc: 63710 <at> debbugs.gnu.org > > BTW, it has to do with native compilation. I have accidentally not deleted the eln-cache in on of the > tests and the 'wrong' Emacs has started correctly: > 1. started 1d5b164109b59559d34c545c2a163fa067ca22b2 with eln-clean cache ---> OK > 2. started b2b2be98da5825e6bc130999ffe38f5ed615586a with eln-cache from the last start --> OK > 3. started b2b2be98da5825e6bc130999ffe38f5ed615586a with clean eln-cache ---> KO So this likely has nothing to do with use-package, but rather with the latest changes in native compilation. There are already bug reports about that, and I'm sure Andrea will fix the problems soon enough.
bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.Received: (at 63710) by debbugs.gnu.org; 25 May 2023 12:43:24 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 25 08:43:24 2023 Received: from localhost ([127.0.0.1]:46207 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q2AJP-00050d-R4 for submit <at> debbugs.gnu.org; Thu, 25 May 2023 08:43:24 -0400 Received: from mail-ej1-f46.google.com ([209.85.218.46]:53488) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <paaguti@HIDDEN>) id 1q2AJN-00050P-1Q for 63710 <at> debbugs.gnu.org; Thu, 25 May 2023 08:43:21 -0400 Received: by mail-ej1-f46.google.com with SMTP id a640c23a62f3a-970056276acso88292866b.2 for <63710 <at> debbugs.gnu.org>; Thu, 25 May 2023 05:43:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685018595; x=1687610595; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=kn0isQf87vR4Pi+4imznpvA6JqkLJC2zF3lXiLeI2eU=; b=Dzy+gmNB3NI1Y3TN0yRcMuVSyhyOOKKDY7in/kdZy2aXBB8jR+Y4Seo7cCsXnXz8ps fCqbkJEiB/mn7JF+ma6vZG8GOKv5IZT+Ak42aAqSqZmRpMXY97xsq2xjfCoJCZymGETZ aXTqFeTqLXnS2Tr/0eqvMJFdAYn9CK3/fRnqIGS3KAcrQ+XNaD3zCb5phkjtNCZtWDCJ aeJwTHFmv0Av93V8d99cooabGqpd00XFm8sJ/yFFj4vXdDoApOkJvL67tM1967Py2Ikl okc5yk8mNErG6uI9P5H8ny7gS8KTBCiBqjnrWITC7fWUas5f1bnUJM04rgKY1O6iuI4h WnoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685018595; x=1687610595; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=kn0isQf87vR4Pi+4imznpvA6JqkLJC2zF3lXiLeI2eU=; b=jCL9EQbQxx4XLLvtAMgz5MjJUkb0x0p4UqJbqvh/HYPCRyt0eIXVL4VK+aW79CcTE0 Ad6sUVFqhuNtvDf+hEMV7+/JdzBn596o0kTXiyohKXD4u5+LbknqiUwJp0o848WprBf7 eoth5JdiEdwcNEy3cUsdveNt5AxCoz7WvpVXFB0pU7sVD2C8avumYTiVoX9/c6IMGsch oLuY+YUtTlUlROmZvio/huliB4fMzJpAM43Sj2ym3/sgfMFZUtlI72Vx/B3StTnJccLr ruXWWe8KHwrDEP3kejgeHCBh4AQSFrlfZmBIRT2BCUKH0+EwEXwvgskWbguZZYTmhe6K tk6w== X-Gm-Message-State: AC+VfDyRo4GkIeL3nVfUsV6YJeH33XaZ95KdkshxnZ+q7bGrampiyKr/ NKEyavBbM5I5WvIMWnaMbyRqySR36QhXHISJN5k= X-Google-Smtp-Source: ACHHUZ5W9eHMmbQrE+jzUJebZ7/OyIXCF+1wmeBcAkc48j2GdEk9UVRGhSluUISjGywxsmY+oVMbeRusltMmy9EyzyE= X-Received: by 2002:a17:907:25c3:b0:96b:e92:4feb with SMTP id ae3-20020a17090725c300b0096b0e924febmr1471032ejc.60.1685018594853; Thu, 25 May 2023 05:43:14 -0700 (PDT) MIME-Version: 1.0 References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> <83mt1snbcj.fsf@HIDDEN> <CAO48Bk-1H4MT1iZvvjVkBgiCK_S420padLbGzndyxhh6sPqWuA@HIDDEN> <CAO48Bk-ixb5DFg+QYpNb9j_W15XzB5sA1fL2FkPVo6QSNL9E9A@HIDDEN> <83bki8myl9.fsf@HIDDEN> In-Reply-To: <83bki8myl9.fsf@HIDDEN> From: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Date: Thu, 25 May 2023 14:42:48 +0200 Message-ID: <CAO48Bk-cCJDbxt9oS+Dnz-osm-DHvd+pDyrRVE6hNsnsLoBWfw@HIDDEN> Subject: Re: bug#63710: use-package not working To: Eli Zaretskii <eliz@HIDDEN> Content-Type: multipart/alternative; boundary="000000000000c9483005fc83f63f" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63710 Cc: 63710 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) --000000000000c9483005fc83f63f Content-Type: text/plain; charset="UTF-8" First: the .emacs.d/init.el test file ------ ;; ;; My .emacs file ;; (require 'package) (setq package-archives '(("melpa" . "https://melpa.org/packages/") ("gnu" . "https://elpa.gnu.org/packages/") ("melpa-stable" . " https://stable.melpa.org/packages/") ("nongnu" . "https://elpa.nongnu.org/nongnu/"))) (eval-when-compile (require 'use-package)) (unless (file-directory-p package-user-dir) (package-refresh-contents)) (require 'use-package-ensure) (setq use-package-always-ensure t) (use-package "compat") ------ Second: 1d5b164109b59559d34c545c2a163fa067ca22b2 does work BTW, it has to do with native compilation. I have accidentally not deleted the eln-cache in on of the tests and the 'wrong' Emacs has started correctly: 1. started 1d5b164109b59559d34c545c2a163fa067ca22b2 with eln-clean cache ---> OK 2. started b2b2be98da5825e6bc130999ffe38f5ed615586a with eln-cache from the last start --> OK 3. started b2b2be98da5825e6bc130999ffe38f5ed615586a with clean eln-cache ---> KO On Thu, 25 May 2023 at 13:36, Eli Zaretskii <eliz@HIDDEN> wrote: > > From: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> > > Date: Thu, 25 May 2023 12:50:31 +0200 > > Cc: 63710 <at> debbugs.gnu.org > > > > Could free up a couple CPU cycles and last working commit for me is > > > > In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version > > 3.24.33, cairo version 1.16.0) of 2023-05-25 built on 66fdd82711e1 > > Repository revision: 1d5b164109b59559d34c545c2a163fa067ca22b2 > > Repository branch: HEAD > > Windowing system distributor 'The X.Org Foundation', version > 11.0.12101004 > > System Description: Ubuntu 22.04.2 LTS > > You mean, the very next one, 87da87730f9f69fa29a73ac504b690c40b1bc98f, > already doesn't work? But that only touched Tramp, so how can this > affect package.el and/or use-package? > > Are you sure that 1d5b164109b59559d34c545c2a163fa067ca22b2 does work? > Could it be that this is the first commit that does NOT work? > > Thanks. > -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet --000000000000c9483005fc83f63f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div di= r=3D"ltr"><div dir=3D"ltr">First: the .emacs.d/init.el test file<div><br></= div><div>------</div><div>;;</div><div>;; My .emacs file</div><div>;;</div>= <div>(require 'package)</div><div>(setq package-archives '(("m= elpa" . "<a href=3D"https://melpa.org/packages/">https://melpa.or= g/packages/</a>")</div><div><span style=3D"white-space:normal"><span s= tyle=3D"white-space:pre"> </span> ("gnu" . "<a href=3D"htt= ps://elpa.gnu.org/packages/">https://elpa.gnu.org/packages/</a>")</spa= n></div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0("melpa-stable" . "<a href=3D"ht= tps://stable.melpa.org/packages/">https://stable.melpa.org/packages/</a>&qu= ot;)</div><div><span style=3D"white-space:normal"><span style=3D"white-spac= e:pre"> </span> ("nongnu" . "<a href=3D"https://elpa.nongn= u.org/nongnu/">https://elpa.nongnu.org/nongnu/</a>")))</span></div><di= v>(eval-when-compile</div><div>=C2=A0 (require 'use-package))</div><div= >(unless (file-directory-p package-user-dir)</div><div>=C2=A0 =C2=A0 (packa= ge-refresh-contents))</div><div>(require 'use-package-ensure)</div><div= >(setq use-package-always-ensure t)</div><div><br></div><div>(use-package &= quot;compat")</div><div>------</div><div><br></div><div>Second: 1d5b16= 4109b59559d34c545c2a163fa067ca22b2 does work</div><div><br></div><div>BTW,= =C2=A0 it has to do with native compilation. I have accidentally not delete= d the eln-cache in on of the tests and the 'wrong' Emacs has starte= d correctly:</div><div>1. started 1d5b164109b59559d34c545c2a163fa067ca22b2 = with eln-clean cache ---> OK</div><div>2. started=C2=A0b2b2be98da5825e6b= c130999ffe38f5ed615586a with eln-cache from the last start --> OK</div><= div>3. started=C2=A0b2b2be98da5825e6bc130999ffe38f5ed615586a with clean eln= -cache ---> KO</div><div><br></div><div><br></div></div></div></div></di= v></div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmai= l_attr">On Thu, 25 May 2023 at 13:36, Eli Zaretskii <<a href=3D"mailto:e= liz@HIDDEN">eliz@HIDDEN</a>> wrote:<br></div><blockquote class=3D"gmai= l_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,20= 4,204);padding-left:1ex">> From: Pedro Andres Aranda Gutierrez <<a hr= ef=3D"mailto:paaguti@HIDDEN" target=3D"_blank">paaguti@HIDDEN</a>>= <br> > Date: Thu, 25 May 2023 12:50:31 +0200<br> > Cc: <a href=3D"mailto:63710 <at> debbugs.gnu.org" target=3D"_blank">63710@d= ebbugs.gnu.org</a><br> > <br> > Could free up a couple CPU cycles and last working commit for me is<br= > > <br> > In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version<br> >=C2=A0 3.24.33, cairo version 1.16.0) of 2023-05-25 built on 66fdd82711= e1<br> > Repository revision: 1d5b164109b59559d34c545c2a163fa067ca22b2<br> > Repository branch: HEAD<br> > Windowing system distributor 'The X.Org Foundation', version 1= 1.0.12101004<br> > System Description: Ubuntu 22.04.2 LTS<br> <br> You mean, the very next one, 87da87730f9f69fa29a73ac504b690c40b1bc98f,<br> already doesn't work?=C2=A0 But that only touched Tramp, so how can thi= s<br> affect package.el and/or use-package?<br> <br> Are you sure that 1d5b164109b59559d34c545c2a163fa067ca22b2 does work?<br> Could it be that this is the first commit that does NOT work?<br> <br> Thanks.<br> </blockquote></div><br clear=3D"all"><div><br></div><span class=3D"gmail_si= gnature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature"><d= iv dir=3D"ltr"><div><div dir=3D"ltr"><div><div>Fragen sind nicht da, um bea= ntwortet zu werden,<br></div>Fragen sind da um gestellt zu werden<br></div>= Georg Kreisler</div><div><br></div><div>Headaches with a Juju log:</div><di= v>unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should ru= n a leader-deposed hook here, but we can't yet<br><br></div></div></div= ></div> --000000000000c9483005fc83f63f--
bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.Received: (at 63710) by debbugs.gnu.org; 25 May 2023 11:36:45 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 25 07:36:45 2023 Received: from localhost ([127.0.0.1]:46158 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q29Gu-0003B4-O8 for submit <at> debbugs.gnu.org; Thu, 25 May 2023 07:36:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41226) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1q29Gs-0003Ar-Uy for 63710 <at> debbugs.gnu.org; Thu, 25 May 2023 07:36:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1q29Gn-0002wX-MK; Thu, 25 May 2023 07:36:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=acfi8zJGN2+yVFZrmIBQ4tj1aXC/K0SISV9LxS5NA34=; b=kbbVxL0rGQ52 ZWjtbiWaMMffm19Ek1acYt+A941GWPxE3DuY+78ACej+Z39IypXXPjQa5Or7xY2+ryJr3+n9uoHOr MMwCmMmZ9J7oFVd1EGJXqnJLIOsW0aNJPt273Ap7koE32UFSB4Zaga7oz9Onc8pM7MajouwF9umIS mRh4RUdnLBS1e8KeGnyKahGouTQHnGRX0wi36W8NxcCUX0un3ooH6SePgP1srTtImQ1imJowTeX6x j072Jv41vil2MIDX2FzobjwnmWTLCyIfocm06iF1cUfzrh9CLRDmmnAQKdk8uA469prED4D5qpIUt yP2fnN4A6YCpSf+b7bwqNA==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1q29Gn-0007IR-4v; Thu, 25 May 2023 07:36:37 -0400 Date: Thu, 25 May 2023 14:37:06 +0300 Message-Id: <83bki8myl9.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> In-Reply-To: <CAO48Bk-ixb5DFg+QYpNb9j_W15XzB5sA1fL2FkPVo6QSNL9E9A@HIDDEN> (message from Pedro Andres Aranda Gutierrez on Thu, 25 May 2023 12:50:31 +0200) Subject: Re: bug#63710: use-package not working References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> <83mt1snbcj.fsf@HIDDEN> <CAO48Bk-1H4MT1iZvvjVkBgiCK_S420padLbGzndyxhh6sPqWuA@HIDDEN> <CAO48Bk-ixb5DFg+QYpNb9j_W15XzB5sA1fL2FkPVo6QSNL9E9A@HIDDEN> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63710 Cc: 63710 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> > Date: Thu, 25 May 2023 12:50:31 +0200 > Cc: 63710 <at> debbugs.gnu.org > > Could free up a couple CPU cycles and last working commit for me is > > In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version > 3.24.33, cairo version 1.16.0) of 2023-05-25 built on 66fdd82711e1 > Repository revision: 1d5b164109b59559d34c545c2a163fa067ca22b2 > Repository branch: HEAD > Windowing system distributor 'The X.Org Foundation', version 11.0.12101004 > System Description: Ubuntu 22.04.2 LTS You mean, the very next one, 87da87730f9f69fa29a73ac504b690c40b1bc98f, already doesn't work? But that only touched Tramp, so how can this affect package.el and/or use-package? Are you sure that 1d5b164109b59559d34c545c2a163fa067ca22b2 does work? Could it be that this is the first commit that does NOT work? Thanks.
bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.Received: (at 63710) by debbugs.gnu.org; 25 May 2023 11:35:56 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 25 07:35:56 2023 Received: from localhost ([127.0.0.1]:46150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q29G8-00039P-2r for submit <at> debbugs.gnu.org; Thu, 25 May 2023 07:35:56 -0400 Received: from mail-wm1-f48.google.com ([209.85.128.48]:54468) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <rpluim@HIDDEN>) id 1q29G6-000399-IL for 63710 <at> debbugs.gnu.org; Thu, 25 May 2023 07:35:55 -0400 Received: by mail-wm1-f48.google.com with SMTP id 5b1f17b1804b1-3f611ccd06eso3656755e9.0 for <63710 <at> debbugs.gnu.org>; Thu, 25 May 2023 04:35:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685014548; x=1687606548; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:from:to:cc:subject:date:message-id:reply-to; bh=HkS2h9FzpADR6Dtji/TiiKNBVQWv4L6EKw8eistAjUE=; b=aaqS+AOyB6BYQbzQ5dQcWigJqEAhhcmEJiDlYhPCEF6Q0BOVFaIKfjtBhmZH1HvgqO DU7fj9AOJ68wgwRsiSfXZKvAlgkyXQEzuLvWfWrpLE04pKfJ2w6z3iwvug4mCYeqCgjV IynjxDZZhW6Lr1bDP97/rRjypCM4lxX5Gb5UDPI8pqc9Pcp6KGNBdVHhkmar1pmNrZoG sMu+rOGguda/xXCREc5CWTyum7yWxPYn6bWwW6KOgZPWVSVa13uFS4wqX5NX4LWUp+AQ 4ewei5e0RL4hvI8ab5g8vXGsmQ869eCLGmMPvuuu4G3WliBU8PIn7M00AhgNsHNuaL0m uCfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685014548; x=1687606548; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=HkS2h9FzpADR6Dtji/TiiKNBVQWv4L6EKw8eistAjUE=; b=W9+KjMYUt+0pMrilDZppygZQhZcHNIvzjzgZi2SyJercStKB1bc1cZn9++2UuvaXiN 7ZYow7e9BBYKVpD123siLMFHgaI7XXSodTXvZ1FGymSbp1kI96auuAWKjR2JmF+AYleq 5yi966RaWK6XbPHHb6D2pIUJx2goNa01m8RSBUd5CRFK/cY1WZH4G2FnAqdoQmLz7iTp lXtN0cMcP4imc/PBAMYs7iE4XFA2+P/mE3xPL2tJEeDLpCHIba9L4OxITUzELfgHdMQh k7N17Bj3A8TYfM7KVIYnFfmVprd1B4dxCvZgoMQlhlB/88Pt5KzZoDvCGIDzmsLr5ddK aS2w== X-Gm-Message-State: AC+VfDwan2WVhXqn0ajwxQOmX3AvOkjkyHdkN9sBGa31yTOQUQ4dlixo Y9uiIlK4e9GxcNtNuxbaJOu0k42qce8= X-Google-Smtp-Source: ACHHUZ5k4SBOCGhyKseJEaD54dM4taSGDBvbnj73aYEXCDRmIw7Bv4Lg3oK5Zji6k+qKimUwPWJ8XQ== X-Received: by 2002:a7b:c853:0:b0:3f6:289:b53b with SMTP id c19-20020a7bc853000000b003f60289b53bmr2242090wml.5.1685014548067; Thu, 25 May 2023 04:35:48 -0700 (PDT) Received: from rltb ([82.66.8.55]) by smtp.gmail.com with ESMTPSA id p19-20020a1c7413000000b003f60e143d38sm1831521wmc.11.2023.05.25.04.35.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 May 2023 04:35:47 -0700 (PDT) From: Robert Pluim <rpluim@HIDDEN> To: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Subject: Re: bug#63710: use-package not working In-Reply-To: <CAO48Bk-ixb5DFg+QYpNb9j_W15XzB5sA1fL2FkPVo6QSNL9E9A@HIDDEN> (Pedro Andres Aranda Gutierrez's message of "Thu, 25 May 2023 12:50:31 +0200") References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> <83mt1snbcj.fsf@HIDDEN> <CAO48Bk-1H4MT1iZvvjVkBgiCK_S420padLbGzndyxhh6sPqWuA@HIDDEN> <CAO48Bk-ixb5DFg+QYpNb9j_W15XzB5sA1fL2FkPVo6QSNL9E9A@HIDDEN> Date: Thu, 25 May 2023 13:35:46 +0200 Message-ID: <874jo0od7x.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63710 Cc: 63710 <at> debbugs.gnu.org, Eli Zaretskii <eliz@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) >>>>> On Thu, 25 May 2023 12:50:31 +0200, Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> said: Pedro> Could free up a couple CPU cycles and last working commit for me is Pedro> In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version Pedro> 3.24.33, cairo version 1.16.0) of 2023-05-25 built on 66fdd82711e1 Pedro> Repository revision: 1d5b164109b59559d34c545c2a163fa067ca22b2 Pedro> Repository branch: HEAD Pedro> Windowing system distributor 'The X.Org Foundation', version 11.0.12101004 Pedro> System Description: Ubuntu 22.04.2 LTS You mean 87da87730f9f69fa29a73ac504b690c40b1bc98f breaks this? That seems very unlikely. BTW, if you have a more-or-less cut down recipe for this, that would help, since a simple (use-package "compat") works fine for me. Robert --
bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.Received: (at 63710) by debbugs.gnu.org; 25 May 2023 10:51:07 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 25 06:51:07 2023 Received: from localhost ([127.0.0.1]:46094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q28Yk-0007nB-SA for submit <at> debbugs.gnu.org; Thu, 25 May 2023 06:51:07 -0400 Received: from mail-ej1-f45.google.com ([209.85.218.45]:51404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <paaguti@HIDDEN>) id 1q28Yi-0007lr-7I for 63710 <at> debbugs.gnu.org; Thu, 25 May 2023 06:51:04 -0400 Received: by mail-ej1-f45.google.com with SMTP id a640c23a62f3a-96f9cfa7eddso84030266b.2 for <63710 <at> debbugs.gnu.org>; Thu, 25 May 2023 03:51:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685011858; x=1687603858; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=e6Gp7jwJSHtr7nAs8VqaW7syGYYcaetih7iQ4gBwsBw=; b=Ws+khPDAeww1wSbfLxKBD+bZJW33VEfi/JEV6pt/r9sjAUI6/J60zSb/idSf6p6SvB H5I5Vt1CIoDGG8dSkiig53fnVkhpjY17jhN4RhHpjQDtqus9KClFJJjXXYDs9PHjFNWn V7siqg8NKC1yDF6fYlajgqTPEsQ7YRr34QE0LIN9G9mI803VEVeun6HkD5bJtlROIytW uieKjzGtsRPX3HifSvpz1wJ6U9tNw7LJ6Vr7y4l5v0hP0gLHn9pBfoL4YYJtOa+DMEaU umewl5Osyjska3dHC1CGgyyzoGrSHYsKbjJgU34aUmDHVtkQfFiNdfZFQ/BlbFJD8kiZ 8V+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685011858; x=1687603858; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=e6Gp7jwJSHtr7nAs8VqaW7syGYYcaetih7iQ4gBwsBw=; b=RDxlXWtKSaqdLl9MToKVnid/wQgGfUL1SsfZZWNNZuy6CWcJKb3FsO35Qk6B/2Aq4N I3DbU3o8Rh8pQ87kirogoT8jKpAa3BT6Yc8ejg1mjVmfP+ZCkh8g52Llflv5r/WRYlm3 ZRtFn/MGFxWotpzexPfwZyd+nrfXuxRfGPcXQGdO2jc+wXzD899nsZ98HqKnyBCqm7rR ujOt/UcuSc7P9FOdnHGpuqp+/nmQ0FGpbJVtEWwQBQaVJBC2MjwpDMUHqyYPE3qLJXXE Ui/D/om/9YDi15MQGB+9Y4gayWN1aREE34Eybi34bMdHRwhb6idFIDHwvY1ir9ezXKGt NhVA== X-Gm-Message-State: AC+VfDxyr5ksLIYWHIFQERvyGybogLKCKiwRzYBoiam6pkkvlFdOiqBn g3BNPuKjS0G9slMg9TjVkef/VJy+j5FbMcE1+Cc= X-Google-Smtp-Source: ACHHUZ4xKN0f7JqMrh1IEzy0H4o82lqC/ALyHPnlqrA3OgdlwRvbNmk0x6sLjC9O4DQ8bTkd4P6pNyXjvH2zoN9ACgY= X-Received: by 2002:a17:907:3e29:b0:971:485:206 with SMTP id hp41-20020a1709073e2900b0097104850206mr1223144ejc.54.1685011858109; Thu, 25 May 2023 03:50:58 -0700 (PDT) MIME-Version: 1.0 References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> <83mt1snbcj.fsf@HIDDEN> <CAO48Bk-1H4MT1iZvvjVkBgiCK_S420padLbGzndyxhh6sPqWuA@HIDDEN> In-Reply-To: <CAO48Bk-1H4MT1iZvvjVkBgiCK_S420padLbGzndyxhh6sPqWuA@HIDDEN> From: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Date: Thu, 25 May 2023 12:50:31 +0200 Message-ID: <CAO48Bk-ixb5DFg+QYpNb9j_W15XzB5sA1fL2FkPVo6QSNL9E9A@HIDDEN> Subject: Re: bug#63710: use-package not working To: Eli Zaretskii <eliz@HIDDEN> Content-Type: multipart/alternative; boundary="0000000000003eb85405fc8265bb" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63710 Cc: 63710 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) --0000000000003eb85405fc8265bb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Could free up a couple CPU cycles and last working commit for me is In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-05-25 built on 66fdd82711e1 Repository revision: 1d5b164109b59559d34c545c2a163fa067ca22b2 Repository branch: HEAD Windowing system distributor 'The X.Org Foundation', version 11.0.12101004 System Description: Ubuntu 22.04.2 LTS Best, /PA On Thu, 25 May 2023 at 10:01, Pedro Andres Aranda Gutierrez < paaguti@HIDDEN> wrote: > I reverted to > > In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version > 3.24.33, cairo version 1.16.0) of 2023-05-15 built on 7d6dc64325f6 > Repository revision: ebf5e4ca1cd39d3f23c4e37d9bdfeb2bf347df6d > Repository branch: master > > and that works correctly. Time permitting, I'll try to come closer to the > breakage point. > Currently under extreme time pressure... (exam season) > > /PA > > On Thu, 25 May 2023 at 09:01, Eli Zaretskii <eliz@HIDDEN> wrote: > >> > Cc: emacs-devel@HIDDEN >> > Date: Thu, 25 May 2023 07:47:59 +0200 >> > From: Pedro A. Aranda Guti=C3=A9rrez <paaguti@HIDDEN> >> > >> > Hi, >> > >> > I compiled emacs master yesterday and use-package doesn't work anymore= . >> > >> > When I compile emacs, I delete .emacs.d/elpa and .emacs.d/eln-cache to >> > >> > I get error messages like: >> > >> > Error (use-package): Failed to install compat: Wrong type argument: >> > package-desc, nil >> > Error (use-package): Cannot load compat >> > >> > for all packages, after they are downloaded from ELPA. >> > >> > >> > Bug reports don't work either except from >> > >> > emacs -Q >> > >> > In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version >> > 3.24.33, cairo version 1.16.0) of 2023-05-24 built on ac93448f1beb >> > Repository revision: b2b2be98da5825e6bc130999ffe38f5ed615586a >> > Repository branch: master >> > Windowing system distributor 'The X.Org Foundation', version >> 11.0.12101004 >> > System Description: Ubuntu 22.04.2 LTS >> >> Thanks. I don't see any recent changes to use-package, so bisecting >> would be appreciated. >> > > > -- > Fragen sind nicht da, um beantwortet zu werden, > Fragen sind da um gestellt zu werden > Georg Kreisler > > Headaches with a Juju log: > unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should ru= n > a leader-deposed hook here, but we can't yet > > --=20 Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet --0000000000003eb85405fc8265bb Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"ltr">Could free up a couple CPU cycles and las= t working commit for me is<div><br></div><div><div>In GNU Emacs 30.0.50 (bu= ild 1, x86_64-pc-linux-gnu, GTK+ Version</div><div>=C2=A03.24.33, cairo ver= sion 1.16.0) of 2023-05-25 built on 66fdd82711e1</div><div>Repository revis= ion: 1d5b164109b59559d34c545c2a163fa067ca22b2</div><div>Repository branch: = HEAD</div><div>Windowing system distributor 'The X.Org Foundation',= version 11.0.12101004</div><div>System Description: Ubuntu 22.04.2 LTS</di= v></div><div><br></div><div>Best, /PA</div></div></div><br><div class=3D"gm= ail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Thu, 25 May 2023 at 10:= 01, Pedro Andres Aranda Gutierrez <<a href=3D"mailto:paaguti@HIDDEN">= paaguti@HIDDEN</a>> wrote:<br></div><blockquote class=3D"gmail_quote"= style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);p= adding-left:1ex"><div dir=3D"ltr"><div dir=3D"ltr">I reverted to=C2=A0<div>= <br></div><div><div>In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK= + Version</div><div>=C2=A03.24.33, cairo version 1.16.0) of 2023-05-15 buil= t on 7d6dc64325f6</div><div>Repository revision: ebf5e4ca1cd39d3f23c4e37d9b= dfeb2bf347df6d</div><div>Repository branch: master</div></div><div><br></di= v><div>and that works correctly. Time permitting, I'll try to come clos= er to the breakage point.=C2=A0</div><div>Currently under extreme time pres= sure... (exam season)</div><div><br></div><div>/PA</div></div></div><br><di= v class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Thu, 25 Ma= y 2023 at 09:01, Eli Zaretskii <<a href=3D"mailto:eliz@HIDDEN" target= =3D"_blank">eliz@HIDDEN</a>> wrote:<br></div><blockquote class=3D"gmail= _quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204= ,204);padding-left:1ex">> Cc: <a href=3D"mailto:emacs-devel@HIDDEN" tar= get=3D"_blank">emacs-devel@HIDDEN</a><br> > Date: Thu, 25 May 2023 07:47:59 +0200<br> > From: Pedro A. Aranda Guti=C3=A9rrez <<a href=3D"mailto:paaguti@gma= il.com" target=3D"_blank">paaguti@HIDDEN</a>><br> > <br> > Hi,<br> > <br> > I compiled emacs master yesterday and use-package doesn't work any= more.<br> > <br> > When I compile emacs, I delete .emacs.d/elpa and .emacs.d/eln-cache to= <br> > <br> > I get error messages like:<br> > <br> > Error (use-package): Failed to install compat: Wrong type argument: <b= r> > package-desc, nil<br> > Error (use-package): Cannot load compat<br> > <br> > for all packages, after they are downloaded from ELPA.<br> > <br> > <br> > Bug reports don't work either except from<br> > <br> > emacs -Q<br> > <br> >=C2=A0 =C2=A0In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ V= ersion<br> >=C2=A0 =C2=A03.24.33, cairo version 1.16.0) of 2023-05-24 built on ac93= 448f1beb<br> > Repository revision: b2b2be98da5825e6bc130999ffe38f5ed615586a<br> > Repository branch: master<br> > Windowing system distributor 'The X.Org Foundation', version 1= 1.0.12101004<br> > System Description: Ubuntu 22.04.2 LTS<br> <br> Thanks.=C2=A0 I don't see any recent changes to use-package, so bisecti= ng<br> would be appreciated.<br> </blockquote></div><br clear=3D"all"><div><br></div><span>-- </span><br><di= v dir=3D"ltr"><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div>Fragen sind = nicht da, um beantwortet zu werden,<br></div>Fragen sind da um gestellt zu = werden<br></div>Georg Kreisler</div><div><br></div><div>Headaches with a Ju= ju log:</div><div>unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operat= ion we should run a leader-deposed hook here, but we can't yet<br><br><= /div></div></div></div> </blockquote></div><br clear=3D"all"><div><br></div><span class=3D"gmail_si= gnature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature"><d= iv dir=3D"ltr"><div><div dir=3D"ltr"><div><div>Fragen sind nicht da, um bea= ntwortet zu werden,<br></div>Fragen sind da um gestellt zu werden<br></div>= Georg Kreisler</div><div><br></div><div>Headaches with a Juju log:</div><di= v>unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should ru= n a leader-deposed hook here, but we can't yet<br><br></div></div></div= ></div> --0000000000003eb85405fc8265bb--
bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.Received: (at 63710) by debbugs.gnu.org; 25 May 2023 08:02:27 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 25 04:02:27 2023 Received: from localhost ([127.0.0.1]:45881 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q25vW-0000Ob-Qm for submit <at> debbugs.gnu.org; Thu, 25 May 2023 04:02:27 -0400 Received: from mail-ej1-f46.google.com ([209.85.218.46]:59593) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <paaguti@HIDDEN>) id 1q25vS-0000OJ-4r for 63710 <at> debbugs.gnu.org; Thu, 25 May 2023 04:02:25 -0400 Received: by mail-ej1-f46.google.com with SMTP id a640c23a62f3a-96f50e26b8bso54274966b.2 for <63710 <at> debbugs.gnu.org>; Thu, 25 May 2023 01:02:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685001736; x=1687593736; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=lbg/7LerW40DVZlSEpI7LYR/w1h9VhKusbeuR4UqczI=; b=f84bidnnY0ZKn3sRDGB/1QjqmZFzJQmI8bFjzjCZ8RZv/UzrcThXqiO7wUUNWrxabG U2C9CUVdaxWnncg51ky9uLee6sq7wSzw4GAu6cvGFM27dZSdoadtRJBZ9zMXdrHSHtMM U5VACCUvylBxG2YUL7MIuzJuujMua4CpxK674OOypD9Tpdym+lKgyjnTmXzyPTjkXTiR xzfMjRK91ozSWbyRWHaXh3ks9dhsRGQGOj1HgURnV+agmCpSgyirAzL14GpVDn4aQSiS chPWbI+u0KmnuWfKu+sLbBeoHNtNlPWQZcDoOKG5aIcYveS3tEsJeoWMyYu+K4PjNMOb AxSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685001736; x=1687593736; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=lbg/7LerW40DVZlSEpI7LYR/w1h9VhKusbeuR4UqczI=; b=ZHVWB7MvsP5WfJPEP7vqst7eP/2rN/mFLYVc+PoAJOxs0eNCkSlqAbGnvUUHkqCjXj GNSffnn0Q/B1kBFKXgTZko6USWB3n8EAWXkZaaXTM5G1L7YndMfmmfXJcOh6HwOj0vt4 NInpkFuUftegiVaAry4OX1tNHvORJLFqUb6mdUHfbLiesTSaE0PafN7lYR8L8qITeZsq 6L4eV6VJaxiDeylWRTOOIBM/whppOWK3LKD7Z6dW9/zxmf1VX+qKn1aicJ3vFZyauihc DbwGmAdfn6FWIoTBfVyY/n0CppRWkKP6nDVQMmFD+Fv7nExdptkn8eoAxg2b+up2mRI8 weTA== X-Gm-Message-State: AC+VfDyu8nDUj5dl2rZbMsHOyh36pZKAbSXD6l3rilrQq8j3Bi9287S3 lSExeqTtm/IwOgRk1FB8v7sBvu4J6x6LnrnNaLn/C/1VNPLKyJdd X-Google-Smtp-Source: ACHHUZ6fWDvKvqnhDOGffSjt+CplnRO4ueiuEb0Th8GbWXy1MobPbS8kfPVWLLviiRMPHqrzlBS9JMNJactjJMwntQk= X-Received: by 2002:a17:907:985:b0:946:be05:ed7a with SMTP id bf5-20020a170907098500b00946be05ed7amr694122ejc.70.1685001735857; Thu, 25 May 2023 01:02:15 -0700 (PDT) MIME-Version: 1.0 References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> <83mt1snbcj.fsf@HIDDEN> In-Reply-To: <83mt1snbcj.fsf@HIDDEN> From: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Date: Thu, 25 May 2023 10:01:49 +0200 Message-ID: <CAO48Bk-1H4MT1iZvvjVkBgiCK_S420padLbGzndyxhh6sPqWuA@HIDDEN> Subject: Re: bug#63710: use-package not working To: Eli Zaretskii <eliz@HIDDEN> Content-Type: multipart/alternative; boundary="000000000000e96bba05fc8009ec" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63710 Cc: 63710 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) --000000000000e96bba05fc8009ec Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I reverted to In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-05-15 built on 7d6dc64325f6 Repository revision: ebf5e4ca1cd39d3f23c4e37d9bdfeb2bf347df6d Repository branch: master and that works correctly. Time permitting, I'll try to come closer to the breakage point. Currently under extreme time pressure... (exam season) /PA On Thu, 25 May 2023 at 09:01, Eli Zaretskii <eliz@HIDDEN> wrote: > > Cc: emacs-devel@HIDDEN > > Date: Thu, 25 May 2023 07:47:59 +0200 > > From: Pedro A. Aranda Guti=C3=A9rrez <paaguti@HIDDEN> > > > > Hi, > > > > I compiled emacs master yesterday and use-package doesn't work anymore. > > > > When I compile emacs, I delete .emacs.d/elpa and .emacs.d/eln-cache to > > > > I get error messages like: > > > > Error (use-package): Failed to install compat: Wrong type argument: > > package-desc, nil > > Error (use-package): Cannot load compat > > > > for all packages, after they are downloaded from ELPA. > > > > > > Bug reports don't work either except from > > > > emacs -Q > > > > In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version > > 3.24.33, cairo version 1.16.0) of 2023-05-24 built on ac93448f1beb > > Repository revision: b2b2be98da5825e6bc130999ffe38f5ed615586a > > Repository branch: master > > Windowing system distributor 'The X.Org Foundation', version > 11.0.12101004 > > System Description: Ubuntu 22.04.2 LTS > > Thanks. I don't see any recent changes to use-package, so bisecting > would be appreciated. > --=20 Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet --000000000000e96bba05fc8009ec Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"ltr">I reverted to=C2=A0<div><br></div><div><d= iv>In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version</div><d= iv>=C2=A03.24.33, cairo version 1.16.0) of 2023-05-15 built on 7d6dc64325f6= </div><div>Repository revision: ebf5e4ca1cd39d3f23c4e37d9bdfeb2bf347df6d</d= iv><div>Repository branch: master</div></div><div><br></div><div>and that w= orks correctly. Time permitting, I'll try to come closer to the breakag= e point.=C2=A0</div><div>Currently under extreme time pressure... (exam sea= son)</div><div><br></div><div>/PA</div></div></div><br><div class=3D"gmail_= quote"><div dir=3D"ltr" class=3D"gmail_attr">On Thu, 25 May 2023 at 09:01, = Eli Zaretskii <<a href=3D"mailto:eliz@HIDDEN">eliz@HIDDEN</a>> wrot= e:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0= .8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Cc: <a h= ref=3D"mailto:emacs-devel@HIDDEN" target=3D"_blank">emacs-devel@HIDDEN</a= ><br> > Date: Thu, 25 May 2023 07:47:59 +0200<br> > From: Pedro A. Aranda Guti=C3=A9rrez <<a href=3D"mailto:paaguti@gma= il.com" target=3D"_blank">paaguti@HIDDEN</a>><br> > <br> > Hi,<br> > <br> > I compiled emacs master yesterday and use-package doesn't work any= more.<br> > <br> > When I compile emacs, I delete .emacs.d/elpa and .emacs.d/eln-cache to= <br> > <br> > I get error messages like:<br> > <br> > Error (use-package): Failed to install compat: Wrong type argument: <b= r> > package-desc, nil<br> > Error (use-package): Cannot load compat<br> > <br> > for all packages, after they are downloaded from ELPA.<br> > <br> > <br> > Bug reports don't work either except from<br> > <br> > emacs -Q<br> > <br> >=C2=A0 =C2=A0In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ V= ersion<br> >=C2=A0 =C2=A03.24.33, cairo version 1.16.0) of 2023-05-24 built on ac93= 448f1beb<br> > Repository revision: b2b2be98da5825e6bc130999ffe38f5ed615586a<br> > Repository branch: master<br> > Windowing system distributor 'The X.Org Foundation', version 1= 1.0.12101004<br> > System Description: Ubuntu 22.04.2 LTS<br> <br> Thanks.=C2=A0 I don't see any recent changes to use-package, so bisecti= ng<br> would be appreciated.<br> </blockquote></div><br clear=3D"all"><div><br></div><span class=3D"gmail_si= gnature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature"><d= iv dir=3D"ltr"><div><div dir=3D"ltr"><div><div>Fragen sind nicht da, um bea= ntwortet zu werden,<br></div>Fragen sind da um gestellt zu werden<br></div>= Georg Kreisler</div><div><br></div><div>Headaches with a Juju log:</div><di= v>unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should ru= n a leader-deposed hook here, but we can't yet<br><br></div></div></div= ></div> --000000000000e96bba05fc8009ec--
bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.Received: (at 63710) by debbugs.gnu.org; 25 May 2023 07:01:13 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 25 03:01:12 2023 Received: from localhost ([127.0.0.1]:45787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q24yG-000722-IM for submit <at> debbugs.gnu.org; Thu, 25 May 2023 03:01:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1q24yC-00071m-GM for 63710 <at> debbugs.gnu.org; Thu, 25 May 2023 03:01:11 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1q24y7-0003Do-3o; Thu, 25 May 2023 03:01:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=D4I6dZlsThwt3+CAp+S5xr6x5npHNkPLdvjssMndocs=; b=RBMQivQDd2MuefPlfzGz /ui5Y8KpdFoZvuoCMsB76cSLoiz/mHVZjeRMgZ2lSQGNlz+Dls1S2WBfoF/oHZhqcnx5yEodA/vp6 05b+DumhJzZQN/MmayAfNyWuztqP7kKi2YvdHcknOpp0gjyn5hGQA4KaJosHNk8fGkHjnVjt8hQQ0 sV+NB/KLGPAo0CvU3y1K3c5Bu2Ih3HvNdZHRpCJqA5WvFhuUdWdy3EqRo01aiHPp4gcL9giWtmp1d YaNDVfWI2Rez0a8xUEyHx2Eq9+dpRVAgQLC8+/LVKxSTqhPhMyrwkX7WRrqyOd4Q+Na/OTeCUzN9k k3pTU4YtxqsC7A==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1q24y6-0006Qk-KO; Thu, 25 May 2023 03:01:02 -0400 Date: Thu, 25 May 2023 10:01:32 +0300 Message-Id: <83mt1snbcj.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Pedro A. Aranda =?utf-8?Q?Guti=C3=A9rrez?= <paaguti@HIDDEN> In-Reply-To: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> (message from Pedro A. Aranda =?utf-8?Q?Guti=C3=A9rrez?= on Thu, 25 May 2023 07:47:59 +0200) Subject: Re: bug#63710: use-package not working References: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63710 Cc: 63710 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > Cc: emacs-devel@HIDDEN > Date: Thu, 25 May 2023 07:47:59 +0200 > From: Pedro A. Aranda Gutiérrez <paaguti@HIDDEN> > > Hi, > > I compiled emacs master yesterday and use-package doesn't work anymore. > > When I compile emacs, I delete .emacs.d/elpa and .emacs.d/eln-cache to > > I get error messages like: > > Error (use-package): Failed to install compat: Wrong type argument: > package-desc, nil > Error (use-package): Cannot load compat > > for all packages, after they are downloaded from ELPA. > > > Bug reports don't work either except from > > emacs -Q > > In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version > 3.24.33, cairo version 1.16.0) of 2023-05-24 built on ac93448f1beb > Repository revision: b2b2be98da5825e6bc130999ffe38f5ed615586a > Repository branch: master > Windowing system distributor 'The X.Org Foundation', version 11.0.12101004 > System Description: Ubuntu 22.04.2 LTS Thanks. I don't see any recent changes to use-package, so bisecting would be appreciated.
bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.Received: (at submit) by debbugs.gnu.org; 25 May 2023 05:48:16 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu May 25 01:48:16 2023 Received: from localhost ([127.0.0.1]:45647 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1q23pf-0004gk-MU for submit <at> debbugs.gnu.org; Thu, 25 May 2023 01:48:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:50824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <paaguti@HIDDEN>) id 1q23pb-0004gH-MV for submit <at> debbugs.gnu.org; Thu, 25 May 2023 01:48:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <paaguti@HIDDEN>) id 1q23pX-0006Cz-Sq; Thu, 25 May 2023 01:48:11 -0400 Received: from mail-wm1-x336.google.com ([2a00:1450:4864:20::336]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <paaguti@HIDDEN>) id 1q23pV-0002wN-Tx; Thu, 25 May 2023 01:48:07 -0400 Received: by mail-wm1-x336.google.com with SMTP id 5b1f17b1804b1-3f6077660c6so1139875e9.0; Wed, 24 May 2023 22:48:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684993682; x=1687585682; h=content-transfer-encoding:subject:from:cc:to:content-language :user-agent:mime-version:date:message-id:from:to:cc:subject:date :message-id:reply-to; bh=EaRskVGqs+35HYYuBPlctC+wga+6q9FfmietJp3KAwA=; b=rdmUTr5WCS+T7CkKUe/7s8l1vqEQa/RGujPS2AUooxgJAb8jbHyT9Jg3yqnd9leXYs ur51BMXHgRkmCz2+PNlckvexhub4OHOyW7qGVfcOPm5kz0nxs0RQKEWdtWkN4fenY3lv yIUUxUGuni2ye+i7bOJ9es/w/vY827hiDVEBYE+y2AhApZAOjDB3DWBNXpXhdkGHqhxr TEOdYxriBYI2P3HxKlY/LQ3njQIuNlXUHTxLKZxorZZz/D3s+/KLge7kW69hDgLgwiYH s9i56mrWAdfoFx1cj5UpVBXu9oM8Jymuny896y23N2trKzuKpzoFsHBeCYLXi+KH78w8 /bjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684993682; x=1687585682; h=content-transfer-encoding:subject:from:cc:to:content-language :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=EaRskVGqs+35HYYuBPlctC+wga+6q9FfmietJp3KAwA=; b=htN2YyLBMFicxOGZKjA3Oy93EryBEFpwMFTyahowlHvCwdSXLCHnoE6k7YQB8jvhLA QbbRKxmNpHb/sdyWZ7Uop7DghMZ7m0TNevQ7K33pXDJet5xUstoH4u7lbjouDyERXCW6 bZicS5PCEbx2ufyWfarX6LaDwb+z4Zj03bFUGbvyJGx4q+EOmKyljZeKh3PjTiYHhBPX 8waEFzEifk4J98my/ayH6LBIet5GoyspEtJiywk8uDciwlCPfNB6mOAmbUZfU6ylu/Kj ufjrXvzkursc+G/1PKc8P3EVsymAzLmK06D/x6U/14iYhCv+4AQCvKVqsWQlnMvT4QxQ 8qyw== X-Gm-Message-State: AC+VfDzcp/8K6Zh61so2ZxY683Vqh8cBNny89pJChjamqLjPxip+j6BL 4Jn7O0tgHZKfyMzvrxckKu7ZnNhZyqg= X-Google-Smtp-Source: ACHHUZ7O4qh4RW7NOZ15vLP/WOZ52E0LkCpydx3jCRKvgWhAuGji0wQQYnSDCIzGbLQA/KW+lChSnA== X-Received: by 2002:a7b:c5c2:0:b0:3f6:5169:1ad5 with SMTP id n2-20020a7bc5c2000000b003f651691ad5mr1526592wmk.38.1684993681598; Wed, 24 May 2023 22:48:01 -0700 (PDT) Received: from [192.168.1.41] (173.red-79-148-70.dynamicip.rima-tde.net. [79.148.70.173]) by smtp.gmail.com with ESMTPSA id u3-20020a7bc043000000b003f17848673fsm806761wmc.27.2023.05.24.22.48.00 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 24 May 2023 22:48:01 -0700 (PDT) Message-ID: <46f1b2e2-4fd3-44ac-adc7-825729aaff24@HIDDEN> Date: Thu, 25 May 2023 07:47:59 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Content-Language: en-GB, it-IT, es-ES To: bug-gnu-emacs@HIDDEN From: =?UTF-8?Q?Pedro_A=2e_Aranda_Guti=c3=a9rrez?= <paaguti@HIDDEN> Subject: use-package not working Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a00:1450:4864:20::336; envelope-from=paaguti@HIDDEN; helo=mail-wm1-x336.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: emacs-devel@HIDDEN X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) Hi, I compiled emacs master yesterday and use-package doesn't work anymore. When I compile emacs, I delete .emacs.d/elpa and .emacs.d/eln-cache to I get error messages like: Error (use-package): Failed to install compat: Wrong type argument: package-desc, nil Error (use-package): Cannot load compat for all packages, after they are downloaded from ELPA. Bug reports don't work either except from emacs -Q In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-05-24 built on ac93448f1beb Repository revision: b2b2be98da5825e6bc130999ffe38f5ed615586a Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101004 System Description: Ubuntu 22.04.2 LTS Configured using: 'configure --prefix=/usr --program-suffix=30 --with-json --with-x --with-x-toolkit=gtk3 --with-cairo --with-compress-install --with-modules=yes --with-threads --with-included-regex --with-zlib --with-tree-sitter=no --with-native-compilation=yes 'CFLAGS=-g -O2 -ffile-prefix-map=/home/paag/emacs=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro'' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LIBSELINUX LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LC_MONETARY: es_ES.UTF-8 value of $LC_NUMERIC: es_ES.UTF-8 value of $LC_TIME: es_ES.UTF-8 value of $LANG: en_GB.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t buffer-read-only: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date cl-loaddefs comp comp-cstr warnings icons subr-x rx cl-seq cl-macs gv cl-extra help-mode bytecomp byte-compile cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit xinput2 x multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 81546 9353) (symbols 48 7199 0) (strings 32 19683 2048) (string-bytes 1 576586) (vectors 16 15754) (vector-slots 8 328868 16272) (floats 8 29 54) (intervals 56 360 0) (buffers 976 12))
Pedro A. Aranda Gutiérrez <paaguti@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#63710
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.