reopen 382465 tags 382465 +patch thanks Hi, I could fix the FTBFS in ia64, which was caused by a segmentation fault in the command line processing, because there was missing a function prototype and gcc used a generic one which truncated a pointer. I include the patch to fix it.
Still, I have found lots of places (10+) where something similar is happening, but I don't know how much do they hurt. And I couldn't fix the alignment error in hppa/sparc yet. --- invent.c 2006-08-21 01:10:05.000000000 -0600 +++ src/tla/libarch/invent.c 2006-08-21 01:15:37.000000000 -0600 @@ -16,6 +16,7 @@ #include "hackerlab/arrays/ar.h" #include "hackerlab/fs/file-names.h" #include "hackerlab/vu/safe.h" +#include "tla/libarch/cmdutils.h" #include "tla/libarch/inode-sig.h" #include "tla/libarch/inv-ids.h" #include "tla/libarch/invent.h" -- Martín Ferrari