Bug 22396 - bootstrap of f95 enabled gcc fails because gfortran.1 is missing
Summary: bootstrap of f95 enabled gcc fails because gfortran.1 is missing
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.0.1
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on: 21350
Blocks:
  Show dependency treegraph
 
Reported: 2005-07-10 20:00 UTC by Ralph Rφίner
Modified: 2006-01-07 15:33 UTC (History)
3 users (show)

See Also:
Host: sparc-sun-solaris2.8
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Rφίner 2005-07-10 20:00:25 UTC
Bootstrapping gcc with --enable-languages=f95,... fails with:

gmake[2]: *** No rule to make target `doc/gfortran.1', needed by `f95.man'.  Stop.
gmake[2]: Leaving directory `/software/gcc-obj/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/software/gcc-obj/gcc'
gmake: *** [bootstrap] Error 2

configure/bootstrap lines were:

../gcc-4.0.1/configure   --prefix=/usr/local/lib/gcc --bindir=/usr/local/bin/s
parc/sunos580 --infodir=/usr/local/info --mandir=/usr/local/man --with-local-pre
fix=/nodir --enable-threads=solaris --enable-version-specific-runtime-libs --dis
able-nls --with-gmp=/usr/local --with-mpfr=/usr/local --with-gcc-version-trigger
=/software/gcc-4.0.1/gcc/version.c --enable-languages=c,c++,f95,objc
gmake bootstrap

The same is true for version 4.0.0 . Substituting any man page for the missing
gfortran.1 works around this bug.
Comment 1 Andrew Pinski 2005-07-10 20:05:58 UTC
This is related to PR 21350.
Comment 2 Eric Botcazou 2005-10-09 17:43:24 UTC
What is the status of this PR?  I've personally never run into the problem.
Comment 3 Andrew Pinski 2006-01-07 15:33:21 UTC
No feedback in 3 months (T-2 days).