This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


I'm building gcc 3.4.0-20040406 with pjr's patch for pr gcc/14893.
'make install' fails here:

 /house/chastain/source/gcc-3.4.0-20040406/install-sh -c -m 644 grepjar.1
/tmp/chastain/install/hppa2.0w-hp-hpux11.11/vanilla/target/native/gcc-3.4.0-20040406-as-2.14-ld-vendor/man/man1/grepjar.1
/house/chastain/source/gcc-3.4.0-20040406/install-sh: grepjar.1 does not exist
make[2]: *** [install-man1] Error 1
make[2]: Leaving directory
`/tmp/chastain/build/hppa2.0w-hp-hpux11.11/vanilla/target/native/gcc-3.4.0-20040406-as-2.14-ld-vendor/fastjar'
make[1]: *** [install-am] Error 2
rm jar.pod grepjar.pod
make[1]: Leaving directory
`/tmp/chastain/build/hppa2.0w-hp-hpux11.11/vanilla/target/native/gcc-3.4.0-20040406-as-2.14-ld-vendor/fastjar'
make: *** [install-fastjar] Error 2

The problem is that doc/grepjar.1 is not included in the release tarball.

If perl is available, then 'make bootstrap' will build doc/grepjar.1 from
grepjar.pod.  That's why you don't see this problem on a typical development
system.  If you build gcc 3.4.0-20040406 and look in the build log and search
for 'perl', you can see perl getting executed.  doc/install.texi says that perl
is required for modifying gcc, but not for building gcc.

(Of course I have perl for hpux11.11; but I intentionally bootstrap gcc with a
$PATH that does not include perl).

-- 
           Summary: 'make install' fails on grepjar.1, not included in
                    tarball
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P1
         Component: bootstrap
        AssignedTo: mark at codesourcery dot com
        ReportedBy: mec dot gnu at mindspring dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: native hppa2.0w-hp-hpux11.11
  GCC host triplet: native hppa2.0w-hp-hpux11.11
GCC target triplet: native hppa2.0w-hp-hpux11.11


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]