bug#48335: Emacs is broken

2021-11-20 Thread Maxim Cournoyer
Hi Xinglu, Xinglu Chen writes: > On Fri, May 21 2021, Maxim Cournoyer wrote: > >> Hi, >> >> Xinglu Chen writes: >> >>> ~/src/guix $ guix environment --ad-hoc emacs -- emacs --version >>> The following derivation will be built: >>>/gnu/store/js53a7lydr66bk3wpwkaj1j8j43mirrm-profile.drv >>> >

bug#48335: Emacs is broken

2021-07-11 Thread zimoun
Hi, On Sun, 11 Jul 2021 at 11:33, Xinglu Chen wrote: Have you tried it in a container, like so: $ guix time-machine --commit=652a03888e1609bd1a687326760436867fe2abb7 \ -- environment -C --ad-hoc emacs -- emacs --version >> >> It works for me. Well, for me Emacs is not brok

bug#48335: Emacs is broken

2021-07-11 Thread Xinglu Chen
On Sun, Jul 11 2021, zimoun wrote: > Hi, > > On Sat, 10 Jul 2021 at 17:55, Xinglu Chen wrote: > >>> Using the same commit you were using last, >>> 652a03888e1609bd1a687326760436867fe2abb7, I can obtain the same Emacs >>> (same store hash): >>> >>> $ guix time-machine --commit=652a03888e1609bd1a68

bug#48335: Emacs is broken

2021-07-11 Thread zimoun
Hi, On Sat, 10 Jul 2021 at 17:55, Xinglu Chen wrote: >> Using the same commit you were using last, >> 652a03888e1609bd1a687326760436867fe2abb7, I can obtain the same Emacs >> (same store hash): >> >> $ guix time-machine --commit=652a03888e1609bd1a687326760436867fe2abb7 -- >> environment --ad-ho

bug#48335: Emacs is broken

2021-07-10 Thread Xinglu Chen
On Thu, Jul 08 2021, Maxim Cournoyer wrote: > Hello Xinglu, > > Xinglu Chen writes: > >> On Fri, May 21 2021, Maxim Cournoyer wrote: >> >>> Hi, >>> >>> Xinglu Chen writes: >>> ~/src/guix $ guix environment --ad-hoc emacs -- emacs --version The following derivation will be built:

bug#48335: Emacs is broken

2021-07-08 Thread Maxim Cournoyer
Hello Xinglu, Xinglu Chen writes: > On Fri, May 21 2021, Maxim Cournoyer wrote: > >> Hi, >> >> Xinglu Chen writes: >> >>> ~/src/guix $ guix environment --ad-hoc emacs -- emacs --version >>> The following derivation will be built: >>>/gnu/store/js53a7lydr66bk3wpwkaj1j8j43mirrm-profile.drv >>

bug#48335: Emacs is broken

2021-05-22 Thread Xinglu Chen
On Fri, May 21 2021, Maxim Cournoyer wrote: > Hi, > > Xinglu Chen writes: > >> ~/src/guix $ guix environment --ad-hoc emacs -- emacs --version >> The following derivation will be built: >>/gnu/store/js53a7lydr66bk3wpwkaj1j8j43mirrm-profile.drv >> >> building CA certificate bundle... >> listin

bug#48335: Emacs is broken

2021-05-21 Thread Maxim Cournoyer
Hi, Xinglu Chen writes: > On Thu, May 20 2021, Maxim Cournoyer wrote: > >> Hi, >> >> Checking with a `guix build emacs` built from master: >> >> --8<---cut here---start->8--- >> $ ldd >> /gnu/store/lnwgc4ww47vkq2wv2ay3rdm0ppnmgyfy-emacs-27.2/bin/.emacs-27.2-r

bug#48335: Emacs is broken

2021-05-21 Thread Xinglu Chen
On Thu, May 20 2021, Maxim Cournoyer wrote: > Hi, > > Checking with a `guix build emacs` built from master: > > --8<---cut here---start->8--- > $ ldd > /gnu/store/lnwgc4ww47vkq2wv2ay3rdm0ppnmgyfy-emacs-27.2/bin/.emacs-27.2-real | > grep libm17n > libm1

bug#48335: Emacs is broken

2021-05-20 Thread Maxim Cournoyer
Hi, Checking with a `guix build emacs` built from master: --8<---cut here---start->8--- $ ldd /gnu/store/lnwgc4ww47vkq2wv2ay3rdm0ppnmgyfy-emacs-27.2/bin/.emacs-27.2-real | grep libm17n libm17n-core.so.0 => /gnu/store/pdwv15zmghndkqy5473v1hxgibmvzvlz-

bug#48335: Emacs is broken

2021-05-14 Thread Leo Prikler
Am Freitag, den 14.05.2021, 14:18 +0200 schrieb Xinglu Chen: > On Wed, May 12 2021, Xinglu Chen wrote: > > > > > I am now bisecting commit > > > > 5866fa558b68b3e0213b9eef93d115e6e38dcc2a, I > > > > don’t think it should be related to the changes to the > > > > ‘emacs-build-system’. > > > The wip-

bug#48335: Emacs is broken

2021-05-12 Thread Xinglu Chen
On Wed, May 12 2021, Leo Prikler wrote: >> Hmm, ldd doesn’t list any libraries for me >> >> --8<---cut here---start->8--- >> $ ldd /gnu/store/nvddirc1j6f031zhcwnkd0zrpjc10dyc-profile/bin/emacs >> not a dynamic executable >> --8<---cut here-

bug#48335: Emacs is broken

2021-05-12 Thread Leo Prikler
Am Mittwoch, den 12.05.2021, 09:55 +0200 schrieb Xinglu Chen: > Leo Prikler wrote: > > > I can't: > > > > --8<---cut here---start->8--- > > $ guix time-machine -- > > commit=87b4b0e4385149b40ee87ae2d57712679452746b > > -- \ > > environment --pure --ad-hoc

bug#48335: Emacs is broken

2021-05-12 Thread Xinglu Chen
Leo Prikler wrote: > I can't: > > --8<---cut here---start->8--- > $ guix time-machine --commit=87b4b0e4385149b40ee87ae2d57712679452746b > -- \ > environment --pure --ad-hoc emacs -- emacs --version > GNU Emacs 27.2 > Copyright (C) 2021 Free Software Founda

bug#48335: Emacs is broken

2021-05-11 Thread Ludovic Courtès
Hi, Xinglu Chen skribis: > The ‘emacs’ package seems to be broken, I can reproduce this with > > guix time-machine --commit=87b4b0e4385149b40ee87ae2d57712679452746b -- \ > environment --pure --ad-hoc emacs -- emacs --version > /gnu/store/as4fpcyq6qjngp6433w68v09x5znhh10-profile/bin/emacs: e

bug#48335: Emacs is broken

2021-05-10 Thread Leo Prikler
Hi, Am Montag, den 10.05.2021, 18:40 +0200 schrieb Xinglu Chen: > Hi, > > The ‘emacs’ package seems to be broken, I can reproduce this with > > --8<---cut here---start->8--- > guix time-machine --commit=87b4b0e4385149b40ee87ae2d57712679452746b > -- \ > en

bug#48335: Emacs is broken

2021-05-10 Thread Xinglu Chen
Hi, The ‘emacs’ package seems to be broken, I can reproduce this with --8<---cut here---start->8--- guix time-machine --commit=87b4b0e4385149b40ee87ae2d57712679452746b -- \ environment --pure --ad-hoc emacs -- emacs --version /gnu/store/as4fpcyq6qjngp6433w