Do *not* strip the data file. This can cause segfault because some C functions used to read the file assume there are some spaces after the data. See for example: src/syrthes-kernel/src/manip_chaine.c:rep_listint() . We fix this function anyway, but there might be other cases. ===================================================================
fix printf format warnings. These warnings generate false positives when grepping log files for 'ERROR'. ===================================================================