Closed Earnestly closed 6 years ago
On Sat, 18 Nov 2017 15:59:52 +0000 (UTC), Earnestly notifications@github.com wrote:
- x86_64-pc-linux-gnu
- gcc 7.2.0
Initially I followed the instructions to simply run
./configure --prefix=/usr
followed bymake
but I got this message from./mbldwrap.sh
:could not find mbld: did you run "make bootstrap"?
Yep, that's expected. The first build needs to run the bootstrap script.
So I gave this a go with
make bootstrap
which seemed to do something, but resulted in some core dumps:#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x00007f8b1b0c5a01 in __GI_abort () at abort.c:79 #2 0x0000557b8e820687 in die (msg=0x557b8e83fe0d "Couldn't open %s\n") at err.c:27 #3 0x0000557b8e8202c1 in mergeuse (path=0x7ffe7df151df "lib/regex/interp.use") at muse.c:51 #4 0x0000557b8e820523 in main (argc=9, argv=0x7ffe7df14398) at muse.c:106
And that's not -- turns out that I'd forgotten to regenerate the scripts, so it wasn't compiling all the files.
Should be fixed now.
Sorry for the long output, but here it is in full:
Long output is great, no need to apologize!
-- Ori Bernstein
Ah lovely, it all appears working now.
Thanks o/
Initially I followed the instructions to simply run
./configure --prefix=/usr
followed bymake
but I got this message from./mbldwrap.sh
:So I gave this a go with
make bootstrap
which seemed to do something, but resulted in some core dumps:Sorry for the long output, but here it is in full: