This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Tonight's snapshot
- To: Jeffrey A Law <law at cygnus dot com>
- Subject: Re: Tonight's snapshot
- From: Christopher C Chimelis <chris at classnet dot med dot miami dot edu>
- Date: Thu, 15 Jul 1999 10:29:05 -0400 (EDT)
- cc: egcs at egcs dot cygnus dot com
On Wed, 14 Jul 1999, Jeffrey A Law wrote:
> I'll be spinning a new snapshot in a few minutes. The changes since the
> last snapshot (7/12).
>
> I am particularly interested in alpha tests (osf & linux), powerpc tests (aix
> and linux) and sunos4.1.x as well as ackaging problems.
I did run into one problem so far with trying to package this thing:
libiberty's Makefile.in doesn't use exec_prefix or prefix for
the install target. This caused the packaging to fail since it was trying
to install libiberty.a.n somewhere other than where it should've. Here's
the revelant portion of the log:
make[4]: Entering directory `/src/gcc-ss/gcc-snapshot-19990714/builddir/alpha-debian-linux-gnu/ieee/libiberty'
make[5]: Entering directory `/src/gcc-ss/gcc-snapshot-19990714/builddir/alpha-debian-linux-gnu/ieee/libiberty/testsuite'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/src/gcc-ss/gcc-snapshot-19990714/builddir/alpha-debian-linux-gnu/ieee/libiberty/testsuite'
install -p -m 644 libiberty.a /usr/lib/gcc-ss/lib/ieee/libiberty.a.n
install: cannot create regular file `/usr/lib/gcc-ss/lib/ieee/libiberty.a.n': No such file or directory
make[4]: *** [install_to_libdir] Error 1
make[4]: Leaving directory `/src/gcc-ss/gcc-snapshot-19990714/builddir/alpha-debian-linux-gnu/ieee/libiberty'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory `/src/gcc-ss/gcc-snapshot-19990714/builddir/alpha-debian-linux-gnu/libiberty'
make[2]: *** [install_to_libdir] Error 2
make[2]: Leaving directory `/src/gcc-ss/gcc-snapshot-19990714/builddir/alpha-debian-linux-gnu/libiberty'
make[1]: *** [install-target-libiberty] Error 2
make[1]: Leaving directory `/src/gcc-ss/gcc-snapshot-19990714/builddir'
make: *** [install-stamp] Error 2
C