Bug 6403 - arch32/.deps/funit-procmask.TPo: No such file or directory
Summary: arch32/.deps/funit-procmask.TPo: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2008-04-14 18:46 UTC by Andrew Cagney
Modified: 2008-04-14 21:01 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2008-04-14 18:46:20 UTC
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.
Comment 1 Andrew Cagney 2008-04-14 21:01:09 UTC
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.