Mirko Vukovic <mirko.vukovic@...> writes:
> On Wed, Aug 15, 2012 at 11:07 AM, Stas Boukarev <stassats@...> wrote:
>> Mirko Vukovic <mirko.vukovic@...> writes:
>>
>>> On Wed, Aug 15, 2012 at 8:59 AM, Giovanni Gigante <giov@...> wrote:
>>>>
>>>> Il giorno 15/ago/2012, alle ore 14:35, Mirko Vukovic <mirko.vukovic@...> ha scritto:
>>>>
>>>>> The current version of sbcl 1.059 requires glibc2.14, but glibc on
>>>>> RedHat EL 6 is 2.12, and will remain so forever.
>>>>> How shall I deal with this restriction?
>>>>> - Compile necessary version of glibc and place it in /usr/local
>>>>> - Someone on the redhat mailing list pointed me to chroot. That would
>>>>> be uncharted territory for me.
>>>>
>>>> I had a similar problem with an old Debian machine. Solution:
>>>> 1. grab an older binary of sbcl which does not require a shiny new glibc and install it.
>>>> 2. download the latest source of sbcl and compile it (the compiler is the old sbcl you've just installed).
>>>> 3. when compiled, install it, replacing the older one.
>>>> It may sound complicated but it's actually very easy to do.
>>>>
>>>> gg
>>>>
>>>
>>> I finished compiling 1.059 and the regression tests on 64-bit AMD.
>>>
>>> The message at the end of regression tests is:
>>>
>>> Finished running tests.
>>> Status:
>>> Invalid exit status: packages.impure.lisp
>>> (3 tests skipped for this combination of platform and features)
>>> test failed, expected 104 return code, got 1
>>>
>>> What am I to make of this message?
>> Can you post the output of the tests?
>>
>> --
>> With best regards, Stas.
>
> Um, what output? Some specific files (or directory content) or
> captured screen output?
The output of running run-tests.sh.
--
With best regards, Stas.
|