no more SIGSEGV when trying to bootstrap Scheme48 from VCS
Ivan Shmakov <[email protected]>
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "MC" == Marcus Crestani <[email protected]> writes: >>>>> "IS" == Ivan Shmakov <[email protected]> writes: IS> The development code that crashed was built the way just like the IS> one I've used to build the development code with itself, i. e.: MS> I think I somehow got into a mind state where I believed you're MS> doing all of this on Windows: sorry about that. On what platform MS> are you doing it? IS> I do it on GNU/Linux, as of Debian Etch (amd64 port.) MC> Ivan, do you still see this problem with the current development MC> sources (5f5e619749e0)? I've just built initial.images of f6856f11c6f34 with 6ab92621cc7c, and then again, with itself -- it built just fine, with the images matching bytewise: $ sha1sum build/initial.image-* a27bb81b8ceea2fe999382e8e80d15ae60894e11 build/initial.image-32 a27bb81b8ceea2fe999382e8e80d15ae60894e11 build/initial.image-32.old 658ba49dc83a15fce804c0cab19d623d35dd2eb8 build/initial.image-64 658ba49dc83a15fce804c0cab19d623d35dd2eb8 build/initial.image-64.old $ Thanks! I still wonder, how difficult would it be to make initial.images building a part of the (IIUC, non-existing, as of yet) test suite? [...]