* bug#55747: 29.0.50; Building emacs-pgtk-native-comp-git from AUR, it always fails with no such file: lisp/loaddefs.el
@ 2022-06-01 7:54 Alynx Zhou
2022-06-01 15:37 ` Lars Ingebrigtsen
0 siblings, 1 reply; 5+ messages in thread
From: Alynx Zhou @ 2022-06-01 7:54 UTC (permalink / raw)
To: 55747
[-- Attachment #1: Type: text/plain, Size: 958 bytes --]
Firstly I need to say sorry for not using Emacs' report-emacs-bug since
this is not a bug of my currently running version so it will collect wrong
info and I do not use Emacs as my Email client.
I am trying to build and install latest emacs-pgtk-native-comp-git
(29.0.50.156926) from AUR (
https://aur.archlinux.org/packages/emacs-pgtk-native-comp-git), it always
fails with `No such file or directory
/home/alynx/.cache/paru/clone/emacs-pgtk-native-comp-git/src/lisp/loaddefs.el`.
I've tried: 1. remove and re-download the full makepkg directory to start
from a clean state, 2. replace `make NATIVE_FULL_AOT=1` with `make
NATIVE_FULL_AOT=1 bootstrap`, and I still got the same error.
The full building output is too long so I uploaded it to a pastebin:
https://fars.ee/L0SK
Please tell me if more info is needed. Thanks!
--
*Alynx Zhou*
*Desktop Dev in SUSE Beijing*
Member of *Arch Linux CN **Community*
*CS Graduate of **Beijing Jiaotong University*
[-- Attachment #2: Type: text/html, Size: 1949 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#55747: 29.0.50; Building emacs-pgtk-native-comp-git from AUR, it always fails with no such file: lisp/loaddefs.el
2022-06-01 7:54 bug#55747: 29.0.50; Building emacs-pgtk-native-comp-git from AUR, it always fails with no such file: lisp/loaddefs.el Alynx Zhou
@ 2022-06-01 15:37 ` Lars Ingebrigtsen
2022-06-01 15:38 ` Lars Ingebrigtsen
0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2022-06-01 15:37 UTC (permalink / raw)
To: Alynx Zhou; +Cc: 55747
Alynx Zhou <alynx.zhou@gmail.com> writes:
> I am trying to build and install latest emacs-pgtk-native-comp-git
> (29.0.50.156926) from AUR
> (https://aur.archlinux.org/packages/emacs-pgtk-native-comp-git), it
> always fails with `No such file or directory
> /home/alynx/.cache/paru/clone/emacs-pgtk-native-comp-git/src/lisp/loaddefs.el`.
Sounds like it might be a bug in archlinux? Have you reported it to the
archlinux people?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#55747: 29.0.50; Building emacs-pgtk-native-comp-git from AUR, it always fails with no such file: lisp/loaddefs.el
2022-06-01 15:37 ` Lars Ingebrigtsen
@ 2022-06-01 15:38 ` Lars Ingebrigtsen
2022-06-02 8:09 ` Alynx Zhou
0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2022-06-01 15:38 UTC (permalink / raw)
To: Alynx Zhou; +Cc: 55747
Lars Ingebrigtsen <larsi@gnus.org> writes:
> Alynx Zhou <alynx.zhou@gmail.com> writes:
>
>> I am trying to build and install latest emacs-pgtk-native-comp-git
>> (29.0.50.156926) from AUR
>> (https://aur.archlinux.org/packages/emacs-pgtk-native-comp-git), it
>> always fails with `No such file or directory
>> /home/alynx/.cache/paru/clone/emacs-pgtk-native-comp-git/src/lisp/loaddefs.el`.
>
> Sounds like it might be a bug in archlinux? Have you reported it to the
> archlinux people?
(Or it might be a loaddefs-related change that's been fixed by now --
there's been several changes in that area over the past few days.)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#55747: 29.0.50; Building emacs-pgtk-native-comp-git from AUR, it always fails with no such file: lisp/loaddefs.el
2022-06-01 15:38 ` Lars Ingebrigtsen
@ 2022-06-02 8:09 ` Alynx Zhou
2022-06-02 9:15 ` Lars Ingebrigtsen
0 siblings, 1 reply; 5+ messages in thread
From: Alynx Zhou @ 2022-06-02 8:09 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 55747
[-- Attachment #1: Type: text/plain, Size: 1386 bytes --]
Lars Ingebrigtsen <larsi@gnus.org> 于2022年6月1日周三 23:38写道:
> Lars Ingebrigtsen <larsi@gnus.org> writes:
>
> > Alynx Zhou <alynx.zhou@gmail.com> writes:
> >
> >> I am trying to build and install latest emacs-pgtk-native-comp-git
> >> (29.0.50.156926) from AUR
> >> (https://aur.archlinux.org/packages/emacs-pgtk-native-comp-git), it
> >> always fails with `No such file or directory
> >>
> /home/alynx/.cache/paru/clone/emacs-pgtk-native-comp-git/src/lisp/loaddefs.el`.
> >
> > Sounds like it might be a bug in archlinux? Have you reported it to the
> > archlinux people?
>
> (Or it might be a loaddefs-related change that's been fixed by now --
> there's been several changes in that area over the past few days.)
>
> --
> (domestic pets only, the antidote for overdose, milk.)
> bloggy blog: http://lars.ingebrigtsen.no
>
I tried to rebuild 29.0.50.155762 today, still failed, I tried another AUR
package https://aur.archlinux.org/packages/emacs-pgtk-git, this works fine,
I think the main difference is this one disabled XINPUT2 support (should be
useless if I enable PGTK?), and uses mold to link, I am not sure why it
works.
I'll report to emacs-pgtk-native-comp-git's AUR maintainer now.
--
*Alynx Zhou*
*Desktop Dev in SUSE Beijing*
Member of *Arch Linux CN **Community*
*CS Graduate of **Beijing Jiaotong University*
[-- Attachment #2: Type: text/html, Size: 2902 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#55747: 29.0.50; Building emacs-pgtk-native-comp-git from AUR, it always fails with no such file: lisp/loaddefs.el
2022-06-02 8:09 ` Alynx Zhou
@ 2022-06-02 9:15 ` Lars Ingebrigtsen
0 siblings, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2022-06-02 9:15 UTC (permalink / raw)
To: Alynx Zhou; +Cc: 55747
Alynx Zhou <alynx.zhou@gmail.com> writes:
> I'll report to emacs-pgtk-native-comp-git's AUR maintainer now.
OK; I'm closing this in the Emacs bug tracker, then.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-06-02 9:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-01 7:54 bug#55747: 29.0.50; Building emacs-pgtk-native-comp-git from AUR, it always fails with no such file: lisp/loaddefs.el Alynx Zhou
2022-06-01 15:37 ` Lars Ingebrigtsen
2022-06-01 15:38 ` Lars Ingebrigtsen
2022-06-02 8:09 ` Alynx Zhou
2022-06-02 9:15 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).