Dan Nicholson wrote: > OK, round 2 here. I made a couple changes, some of which were just > guesses and haven't affected anything. bison, perl, vim, nscd are > still causing problems.
Looks pretty good. I'm pretty sure you'll find perl, vim and nscd are different due to timestamps embedded into the binaries. You can easily confirm this by using `strings' and `diff' eg: strings cmp/iter1/*/nscd > 1 strings cmp/iter2/*/nscd > 2 diff 1 2 On the other hand, bison is a problem which must be explained. I don't see bison differences in the DIY build. This is where keeping the build and/or src dirs is valuable in finding the root cause. One last thing, forget about .gch differences. The nature of PCH where it tries to map a data file into a suitable memory region within the OS's VM will always end up random. Regards Greg -- http://www.diy-linux.org/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page