[Bug bootstrap/14905] 'make install' fails on grepjar.1, not included in tarball

mec dot gnu at mindspring dot com gcc-bugzilla@gcc.gnu.org
Tue Apr 13 04:17:00 GMT 2004


------- Additional Comments From mec dot gnu at mindspring dot com  2004-04-13 02:16 -------
It works for me.

I applied the patch in comment #14 to gcc-3.4.0-20040406 and built on native
hppa2.0w-hp-hpux11.11, with no podman.  I put in fake files fastjar/jar.1 and
fastjar/grepjar.1 into the source tree (because they aren't in the first
pre-release tarball).  configure + make bootstrap + make install worked fine.  I
checked the logs and the install tree and they were fine.

Some handy notes:

try "grep -i perl *.log" after a build and see if any extra perl is sneaking in
where it shouldn't.  That doesn't totally catch the differences between cvs
versions and tarball versions though.

If you want to disable perl on a system with perl installed, you could try:

  mkdir $HOME/perl-none
  (echo '#! /bin/sh' ; echo "exit 1") > $HOME/perl-none/perl
  chmod 755 $HOME/perl-none/perl
  PATH=$HOME/perl-none/perl:$PATH
  export PATH



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14905



More information about the Gcc-bugs mailing list