During a scratch build: ../../frysk/frysk-sys/frysk/pkglibdir/funit-procmask.c:117: fatal error: opening dependency file frysk/pkglibdir/arch32/.deps/funit-procmask.TPo: No such file or directory compilation terminated.
This gets us past the problem. automake is just unfriendly to the concept of multiple compilers. For some time deps generation hasn't being occuring (something out side of frysk) which meant a latent problems with .deps generation for arch32 files was being hidden. It recently got switched back on exposing the problem. Author: Andrew Cagney <cagney@toil.yyz.redhat.com> Date: Mon Apr 14 16:44:17 2008 -0400 Avoid .deps in arch32 compiles. frysk-common/ChangeLog 2008-04-14 Andrew Cagney <cagney@redhat.com> * Makefile.gen.sh (echo_arch32_PROGRAMS): Run the compiler directly; to avoid .deps stuff.