public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/30899]  New: build failure with --enable-generated-files-in-srcdir
@ 2007-02-20 22:49 debian-gcc at lists dot debian dot org
  2007-03-13 18:49 ` [Bug bootstrap/30899] [4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2007-02-20 22:49 UTC (permalink / raw)
  To: gcc-bugs

trunk 20070221, configured with

  Matthias

../trunk/configure --prefix=/home/packages/gcc/svn/tst/install
--enable-languages=java --disable-static --enable-generated-files-in-srcdir

if test "xinfo" = xinfo; then \
          rm -f doc/gcj.info*; \
          makeinfo --split-size=5000000 --split-size=5000000
--split-size=5000000 --no-split -I ../../trunk/gcc/doc/include -o doc/gcj.info
../../trunk/gcc/java/gcj.texi; \
        else true; fi
cp -p doc/cpp.info doc/gcc.info doc/gccint.info
../../trunk/gcc/doc/gccinstall.info doc/cppinternals.info ../../trunk/gcc/doc
cp: `../../trunk/gcc/doc/gccinstall.info' and
`../../trunk/gcc/doc/gccinstall.info' are the same file
make[3]: [srcinfo] Error 1 (ignored)
cp -p doc/gcj.info ../../trunk/gcc/doc
cp doc/gcc.1 doc/g++.1
cp: cannot stat `doc/gcc.1': No such file or directory
make[3]: *** [doc/g++.1] Error 1
make[3]: Leaving directory `/home/packages/gcc/svn/tst/build/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/packages/gcc/svn/tst/build'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/packages/gcc/svn/tst/build'
make: *** [all] Error 2


-- 
           Summary: build failure with --enable-generated-files-in-srcdir
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


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


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

* [Bug bootstrap/30899] [4.2/4.3 Regression] build failure with --enable-generated-files-in-srcdir
  2007-02-20 22:49 [Bug bootstrap/30899] New: build failure with --enable-generated-files-in-srcdir debian-gcc at lists dot debian dot org
@ 2007-03-13 18:49 ` pinskia at gcc dot gnu dot org
  2007-03-13 23:49 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-03-13 18:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
            Summary|build failure with --enable-|[4.2/4.3 Regression] build
                   |generated-files-in-srcdir   |failure with --enable-
                   |                            |generated-files-in-srcdir
   Target Milestone|---                         |4.2.0


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


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

* [Bug bootstrap/30899] [4.2/4.3 Regression] build failure with --enable-generated-files-in-srcdir
  2007-02-20 22:49 [Bug bootstrap/30899] New: build failure with --enable-generated-files-in-srcdir debian-gcc at lists dot debian dot org
  2007-03-13 18:49 ` [Bug bootstrap/30899] [4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2007-03-13 23:49 ` mmitchel at gcc dot gnu dot org
  2007-03-13 23:50 ` mmitchel at gcc dot gnu dot org
  2007-03-13 23:51 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-03-13 23:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mmitchel at gcc dot gnu dot org  2007-03-13 23:49 -------
Subject: Bug 30899

Author: mmitchel
Date: Tue Mar 13 23:48:49 2007
New Revision: 122888

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122888
Log:
        PR bootstrap/30899
        * Make-lang.in (doc/g++.1): Use $< to specify the location from
        which to copy.

Modified:
    branches/gcc-4_2-branch/gcc/cp/ChangeLog


-- 


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


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

* [Bug bootstrap/30899] [4.2/4.3 Regression] build failure with --enable-generated-files-in-srcdir
  2007-02-20 22:49 [Bug bootstrap/30899] New: build failure with --enable-generated-files-in-srcdir debian-gcc at lists dot debian dot org
  2007-03-13 18:49 ` [Bug bootstrap/30899] [4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
  2007-03-13 23:49 ` mmitchel at gcc dot gnu dot org
@ 2007-03-13 23:50 ` mmitchel at gcc dot gnu dot org
  2007-03-13 23:51 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-03-13 23:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mmitchel at gcc dot gnu dot org  2007-03-13 23:50 -------
Fixed in 4.2.0, 4.3.0.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug bootstrap/30899] [4.2/4.3 Regression] build failure with --enable-generated-files-in-srcdir
  2007-02-20 22:49 [Bug bootstrap/30899] New: build failure with --enable-generated-files-in-srcdir debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2007-03-13 23:50 ` mmitchel at gcc dot gnu dot org
@ 2007-03-13 23:51 ` mmitchel at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-03-13 23:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mmitchel at gcc dot gnu dot org  2007-03-13 23:51 -------
Subject: Bug 30899

Author: mmitchel
Date: Tue Mar 13 23:51:07 2007
New Revision: 122890

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122890
Log:
        PR bootstrap/30899
        * Make-lang.in (doc/g++.1): Use $< to specify the location from
        which to copy.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/Make-lang.in


-- 


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


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

end of thread, other threads:[~2007-03-13 23:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-20 22:49 [Bug bootstrap/30899] New: build failure with --enable-generated-files-in-srcdir debian-gcc at lists dot debian dot org
2007-03-13 18:49 ` [Bug bootstrap/30899] [4.2/4.3 Regression] " pinskia at gcc dot gnu dot org
2007-03-13 23:49 ` mmitchel at gcc dot gnu dot org
2007-03-13 23:50 ` mmitchel at gcc dot gnu dot org
2007-03-13 23:51 ` mmitchel 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).