[Bug 1211] Wrong file locations prevent sucessful build for PowerPC + workaround

rtems-bugs at rtems.org rtems-bugs at rtems.org
Tue Jan 9 14:41:50 UTC 2007


http://www.rtems.org/bugzilla/show_bug.cgi?id=1211





------- Comment #15 from rsg at alum.mit.edu  2007-01-09 08:41 -------
(In reply to comment #14)
> (In reply to comment #13)
> > (In reply to comment #12)
> > Hi Ralf,
> > 
> > I did indeed have 1.9.6 of automake.  I installed 1.10 and tried your
> > instructions, but the same failures result.
> 
> Check the first couple of lines of your c/src/lib/libcpu/powerpc/Makefile.in
> if it referrs to automake-1.9.6 or automake-1.10
Okay, I tried this from a fresh untar of rtems-4.6.99.3.tar.bz2; this archive I
downloaded last month, and is dated 2006/04/24.  When I check the file you
mentioned, it does indeed have this as its first line:

# Makefile.in generated by automake 1.9.6 from Makefile.am.

So this seems to be a problem in the tarball?  Unfortunately, I don't have
access to the RTEMS CVS from here, behind the firewall, so I'm kind of stuck
with the tarball I have.  I decided to go forward, and the bootstrap procedure
give many messages I had not seen before (with automake 1.9.6); before, it was
pretty quiet.  Here are the first few lines of the output:

$ ./bootstrap
./c
./c/src/ada-tests
./c/src
/usr/share/automake-1.10/am/depend2.am: am__fastdepCCAS does not appear in
AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am:   The usual way to define
`am__fastdepCCAS' is to add `AM_PROG_AS'
/usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run `aclocal'
and `autoconf' again.
./c/src/lib/libbsp/arm/armulator
/usr/share/automake-1.10/am/depend2.am: am__fastdepCCAS does not appear in
AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am:   The usual way to define
`am__fastdepCCAS' is to add `AM_PROG_AS'
/usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run `aclocal'
and `autoconf' again.
./c/src/lib/libbsp/arm
acinclude.m4 is unchanged

In summary, I'm getting a lot of "XXX.m 4 is unchanged" and "am_fastdepCCAS
does not appear in AM_CONDITIONAL" messages.  I'm hoping this raises a flag in
your mind as to what is going on...

Thanks, Ralf!
> 
> Also make sure to have removed all autom4te.caches before running ./bootstrap
> (Running ./bootstrap -c before ./bootstrap does this).
I did that exact command.

> 
> Also start with an empty build directory.
Tried that too.


-- 
Configure bugmail: http://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
You reported the bug, or are watching the reporter.



More information about the bugs mailing list