* bug#40420: 28.0.50; [feature/native-comp] referencing the build directory
@ 2020-04-03 23:47 Formbi via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-04-04 7:25 ` Andrea Corallo
0 siblings, 1 reply; 8+ messages in thread
From: Formbi via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-04-03 23:47 UTC (permalink / raw)
To: 40420
Gccemacs references the build directory in the final thing. This is a problem especially in Guix, because Guix removes the build directory after building a package and you get something like this:
emacs: /tmp/guix-build-gccemacs-28.0.50-0.00ee320.drv-0/gccemacs-28.0.50-0.00ee320-checkout/lisp/eln-x86_64-pc-linux-gnu-3542fae6089df671/custom.eln: cannot open shared object file: No such file or directory
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#40420: 28.0.50; [feature/native-comp] referencing the build directory
2020-04-03 23:47 bug#40420: 28.0.50; [feature/native-comp] referencing the build directory Formbi via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-04-04 7:25 ` Andrea Corallo
2020-04-04 9:17 ` Formbi via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 1 reply; 8+ messages in thread
From: Andrea Corallo @ 2020-04-04 7:25 UTC (permalink / raw)
To: 40420; +Cc: formbi
Hi Formbi,
does guix invoke make install or just build?
Thanks
Andrea
--
akrl@sdf.org
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#40420: 28.0.50; [feature/native-comp] referencing the build directory
2020-04-04 7:25 ` Andrea Corallo
@ 2020-04-04 9:17 ` Formbi via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-04-04 10:16 ` Andrea Corallo
0 siblings, 1 reply; 8+ messages in thread
From: Formbi via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-04-04 9:17 UTC (permalink / raw)
To: akrl, 40420
it make installs to a directory like /gnu/store/7a3gwl3k4fniggl0khx7j1sydxmin75w-gccemacs-28.0.50-0.00ee320 (that 7a(…)5w is a hash of the stuff that goes in the package)
(argh, I forgot about the list e-mail again)
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#40420: 28.0.50; [feature/native-comp] referencing the build directory
2020-04-04 9:17 ` Formbi via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-04-04 10:16 ` Andrea Corallo
2020-04-12 16:59 ` Andrea Corallo
0 siblings, 1 reply; 8+ messages in thread
From: Andrea Corallo @ 2020-04-04 10:16 UTC (permalink / raw)
To: Formbi; +Cc: 40420
Formbi <formbi@protonmail.com> writes:
> it make installs to a directory like /gnu/store/7a3gwl3k4fniggl0khx7j1sydxmin75w-gccemacs-28.0.50-0.00ee320 (that 7a(…)5w is a hash of the stuff that goes in the package)
>
>
> (argh, I forgot about the list e-mail again)
Okay I guess guix configure using a conventional --prefix.
If that's the case it should work when I make the conventional "make
install" working. Perhaps I'll get it sorted this weekend.
--
akrl@sdf.org
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#40420: 28.0.50; [feature/native-comp] referencing the build directory
2020-04-04 10:16 ` Andrea Corallo
@ 2020-04-12 16:59 ` Andrea Corallo
2020-04-12 23:07 ` Gong-Yi Liao 廖宮毅
0 siblings, 1 reply; 8+ messages in thread
From: Andrea Corallo @ 2020-04-12 16:59 UTC (permalink / raw)
To: Formbi, Gong-Yi Liao 廖宮毅; +Cc: 40420
Hi,
As of f9a1d4b3f7 the local build should be now position in indepentent
and the make install should be working properly.
Please just confim works for you too.
Andrea
--
akrl@sdf.org
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#40420: 28.0.50; [feature/native-comp] referencing the build directory
2020-04-12 16:59 ` Andrea Corallo
@ 2020-04-12 23:07 ` Gong-Yi Liao 廖宮毅
2020-04-14 7:36 ` Andrea Corallo
0 siblings, 1 reply; 8+ messages in thread
From: Gong-Yi Liao 廖宮毅 @ 2020-04-12 23:07 UTC (permalink / raw)
To: Andrea Corallo; +Cc: 40420, Formbi
[-- Attachment #1: Type: text/plain, Size: 379 bytes --]
Hi Andrea,
I confirm that native-comp branch's make install works as expected now.
Thanks,
Gong-Yi.
On Sun, Apr 12, 2020, 11:59 Andrea Corallo <akrl@sdf.org> wrote:
> Hi,
>
> As of f9a1d4b3f7 the local build should be now position in indepentent
> and the make install should be working properly.
>
> Please just confim works for you too.
>
> Andrea
>
> --
> akrl@sdf.org
>
[-- Attachment #2: Type: text/html, Size: 858 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#40420: 28.0.50; [feature/native-comp] referencing the build directory
2020-04-12 23:07 ` Gong-Yi Liao 廖宮毅
@ 2020-04-14 7:36 ` Andrea Corallo
2020-04-14 12:32 ` Gong-Yi Liao 廖宮毅
0 siblings, 1 reply; 8+ messages in thread
From: Andrea Corallo @ 2020-04-14 7:36 UTC (permalink / raw)
To: 40420-done; +Cc: Formbi, Gong-Yi Liao 廖宮毅
Gong-Yi Liao 廖宮毅 <gongyi.liao@gmail.com> writes:
> Hi Andrea,
>
> I confirm that native-comp branch's make install works as expected
> now.
>
> Thanks,
> Gong-Yi.
Thanks, closing.
Andrea
--
akrl@sdf.org
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#40420: 28.0.50; [feature/native-comp] referencing the build directory
2020-04-14 7:36 ` Andrea Corallo
@ 2020-04-14 12:32 ` Gong-Yi Liao 廖宮毅
0 siblings, 0 replies; 8+ messages in thread
From: Gong-Yi Liao 廖宮毅 @ 2020-04-14 12:32 UTC (permalink / raw)
To: Andrea Corallo; +Cc: Formbi, 40420-done
[-- Attachment #1: Type: text/plain, Size: 581 bytes --]
Hi Andrea,
Thank for the heads up.
BTW, I opened another bug report #40620 that native-comp branch seems
invalidating melpa/elpa packages' the autoloads.el that their corresponding
elc/eln are not added to load-path.
Thanks,
Gong-Yi.
On Tue, Apr 14, 2020, 02:36 Andrea Corallo <akrl@sdf.org> wrote:
> Gong-Yi Liao 廖宮毅 <gongyi.liao@gmail.com> writes:
>
> > Hi Andrea,
> >
> > I confirm that native-comp branch's make install works as expected
> > now.
> >
> > Thanks,
> > Gong-Yi.
>
> Thanks, closing.
>
> Andrea
>
> --
> akrl@sdf.org
>
[-- Attachment #2: Type: text/html, Size: 1282 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-04-14 12:32 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-03 23:47 bug#40420: 28.0.50; [feature/native-comp] referencing the build directory Formbi via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-04-04 7:25 ` Andrea Corallo
2020-04-04 9:17 ` Formbi via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-04-04 10:16 ` Andrea Corallo
2020-04-12 16:59 ` Andrea Corallo
2020-04-12 23:07 ` Gong-Yi Liao 廖宮毅
2020-04-14 7:36 ` Andrea Corallo
2020-04-14 12:32 ` Gong-Yi Liao 廖宮毅
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.