public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14893] New: 3.4.0-20040406, 'make install' fails on doc/gcjh.1
@ 2004-04-08 17:58 mec dot gnu at mindspring dot com
  2004-04-08 18:00 ` [Bug bootstrap/14893] " mec dot gnu at mindspring dot com
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: mec dot gnu at mindspring dot com @ 2004-04-08 17:58 UTC (permalink / raw)
  To: gcc-bugs

gcc 3.4.0-20040406 fails during 'make install'.
I'm building on native i686-pc-linux-gnu, red hat linux 8.
I'm using gcc 3.3.2 to build gcc 3.4.0-20040406.
Building gcc gcc-3_4-branch has been working fine for months.

Here is my configuration line:

  cd /berman/migchain/build/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14
  /berman/migchain/source/gcc-3.4.0-20040406/configure
--prefix=/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14
--disable-shared --with-gnu-as
--with-as=/berman/migchain/install/target/native/binutils-2.14/bin/as
--with-gnu-ld --with-ld=/berman/migchain/install/target/native/binutils-2.14/bin/ld

Followed by:

  make bootstrap
  make install

Here is the tail end of install.log:

rm -f
/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/gcj.1
/usr/bin/install -c -m 644
/berman/migchain/source/gcc-3.4.0-20040406/gcc/doc/gcj.1
/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/gcj.1
chmod a-x
/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/gcj.1
for tool in gcjh jv-scan jcf-dump \
        gij jv-convert rmic rmiregistry ; do \
  tool_transformed_name=`echo $tool|sed 's,y,y,'`; \
 
man_name=/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/${tool_transformed_name}.1;
\
  rm -f $man_name ; \
  /usr/bin/install -c -m 644 doc/${tool}.1 $man_name; \
  chmod a-x $man_name ; \
done
/usr/bin/install: cannot stat `doc/gcjh.1': No such file or directory
chmod: failed to get attributes of
`/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/gcjh.1':
No such file or directory
usr/bin/install: cannot stat `doc/jv-scan.1': No such file or directory
chmod: failed to get attributes of
`/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/jv-scan.1':
No such file or directory
/usr/bin/install: cannot stat `doc/jcf-dump.1': No such file or directory
chmod: failed to get attributes of
`/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/jcf-dump.1':
No such file or directory
/usr/bin/install: cannot stat `doc/gij.1': No such file or directory
chmod: failed to get attributes of
`/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/gij.1':
No such file or directory
/usr/bin/install: cannot stat `doc/jv-convert.1': No such file or directory
chmod: failed to get attributes of
`/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/jv-convert.1':
No such file or directory
/usr/bin/install: cannot stat `doc/rmic.1': No such file or directory
chmod: failed to get attributes of
`/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/rmic.1':
No such file or directory
/usr/bin/install: cannot stat `doc/rmiregistry.1': No such file or directory
chmod: failed to get attributes of
`/berman/migchain/install/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/man/man1/rmiregistry.1':
No such file or directory
make[1]: *** [java.install-man] Error 1
make[1]: Leaving directory
`/berman/migchain/build/target/native/gcc-3.4.0-20040406-as-2.14-ld-2.14/gcc'
make: *** [install-gcc] Error 2

I will attach the complete logs: configure.log, build.log, install.log.

-- 
           Summary: 3.4.0-20040406, 'make install' fails on doc/gcjh.1
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: critical
          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: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2004-08-05 19:35 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-08 17:58 [Bug bootstrap/14893] New: 3.4.0-20040406, 'make install' fails on doc/gcjh.1 mec dot gnu at mindspring dot com
2004-04-08 18:00 ` [Bug bootstrap/14893] " mec dot gnu at mindspring dot com
2004-04-08 18:02 ` [Bug bootstrap/14893] [3.4 Regression] " pinskia at gcc dot gnu dot org
2004-04-08 18:06 ` mec dot gnu at mindspring dot com
2004-04-08 18:07 ` mec dot gnu at mindspring dot com
2004-04-08 18:07 ` mec dot gnu at mindspring dot com
2004-04-08 19:58 ` prj-bugzilla-gcc at multivac dot cwru dot edu
2004-04-09 18:18 ` mec dot gnu at mindspring dot com
2004-04-09 18:32 ` prj at po dot cwru dot edu
2004-04-09 19:46 ` mec dot gnu at mindspring dot com
2004-04-10  2:59 ` mec dot gnu at mindspring dot com
2004-04-10  3:04 ` prj at po dot cwru dot edu
2004-04-11 20:20 ` mmitchel at gcc dot gnu dot org
2004-04-11 22:17 ` mec dot gnu at mindspring dot com
2004-04-12  8:05 ` prj at po dot cwru dot edu
2004-04-12 12:51 ` aoliva at gcc dot gnu dot org
2004-04-12 16:03 ` prj-bugzilla-gcc at multivac dot cwru dot edu
2004-04-13  4:21 ` aoliva at gcc dot gnu dot org
2004-04-13 20:11 ` mec dot gnu at mindspring dot com
2004-04-14 10:10 ` mmitchel at gcc dot gnu dot org
2004-04-14 21:14 ` cvs-commit at gcc dot gnu dot org
2004-04-14 23:20 ` [Bug bootstrap/14893] [3.5 " pinskia at gcc dot gnu dot org
2004-04-15  7:03 ` aoliva at gcc dot gnu dot org
2004-06-06  3:53 ` giovannibajo at libero dot it
2004-06-06  4:08 ` mec dot gnu at mindspring dot com
2004-08-03 22:56 ` aoliva at gcc dot gnu dot org
2004-08-05 19:29 ` cvs-commit at gcc dot gnu dot org
2004-08-05 19:35 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).