Dear reader,

I do not know where else to post the next:

One of my (server)systems is an i686 with 640MB. During checking I 
always get "FAIL: gas/i386/rept". I noticed that when running without 
any services, this error did not appear. So after some searching I found 
a file which cause this error to appear time after time.

While still on the root source, I applied the next line to reduce the 
memory reserved during the tests:

   sed -i 's@0x40000*210@0x40000*100@' gas/testsuite/i386/rept.s

After which all tests ran without errors.

Note: with *100 I am at the limit of physical memory. Around 200MB was 
pushed to swap while reserving memory. So, maybe *92 or *64 might be better.

Maybe this help others too,
regards, Frans.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to