public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/25009]  New: Bootstrap: Failure to build doc/gcc.info
@ 2005-11-24  1:48 mckelvey at maskull dot com
  2005-11-24  3:31 ` [Bug other/25009] [4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: mckelvey at maskull dot com @ 2005-11-24  1:48 UTC (permalink / raw)
  To: gcc-bugs

Today's CVS (pardon, SVN):

gmake[3]: Entering directory `/usr/home/mckelvey/software/gcc-obj/gcc'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/home/mckelvey/software/gcc-obj/gcc'
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --no-split -I . -I ../../gcc/gcc/doc \
                -I ../../gcc/gcc/doc/include -o doc/gcc.info
../../gcc/gcc/doc/gcc.texi; \
fi
../../gcc/gcc/doc/invoke.texi:1057: @include
`@value{srcdir}/../libiberty/at-file.texi': No such file or directory.
makeinfo: Removing output file `doc/gcc.info' due to errors; use --force to
preserve.
gmake[2]: *** [doc/gcc.info] Error 2
gmake[2]: Leaving directory `/usr/home/mckelvey/software/gcc-obj/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/usr/home/mckelvey/software/gcc-obj/gcc'
gmake: *** [bootstrap] Error 2


alpha1:PD>uname -a
Linux alpha1 2.4.9-40 #1 Mon Sep 23 08:14:02 EDT 2002 alpha unknown

alpha1:PD>gcc -v
Using built-in specs.
Target: alphaev56-unknown-linux-gnu
Configured with: ../gcc/configure --verbose --enable-languages=c++
--disable-nls
Thread model: posix
gcc version 4.1.0 20050924 (experimental)



alpha1:PD>alias CONFIGURECVS
alias CONFIGURECVS='../gcc/configure --verbose --enable-languages=c++
--disable-nls >clog 2>&1 &'


alpha1:PD>alias BUILD
alias BUILD='nice gmake CFLAGS='\'''\'' BOOT_CFLAGS='\'''\''
LIBCFLAGS='\''-g'\'' LIBCXXFLAGS='\''-g'\'' bootstrap >log 2>&1 &'


-- 
           Summary: Bootstrap: Failure to build doc/gcc.info
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mckelvey at maskull dot com
 GCC build triplet: alphaev56-unknown-linux-gnu
  GCC host triplet: alphaev56-unknown-linux-gnu
GCC target triplet: alphaev56-unknown-linux-gnu


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


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

* [Bug other/25009] [4.2 Regression] Bootstrap: Failure to build doc/gcc.info
  2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
@ 2005-11-24  3:31 ` pinskia at gcc dot gnu dot org
  2005-11-24  3:34 ` [Bug bootstrap/25009] " pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-24  3:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-24 03:31 -------
Confirmed via Ben E. on IRC and there is a mailing to the GCC list about it
too.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |blocker
             Status|UNCONFIRMED                 |NEW
          Component|bootstrap                   |other
     Ever Confirmed|0                           |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-24 03:31:18
               date|                            |
            Summary|Bootstrap: Failure to build |[4.2 Regression] Bootstrap:
                   |doc/gcc.info                |Failure to build
                   |                            |doc/gcc.info
   Target Milestone|---                         |4.2.0


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


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

* [Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info
  2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
  2005-11-24  3:31 ` [Bug other/25009] [4.2 Regression] " pinskia at gcc dot gnu dot org
@ 2005-11-24  3:34 ` pinskia at gcc dot gnu dot org
  2005-11-24  3:38 ` gdr at integrable-solutions dot net
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-24  3:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-24 03:34 -------
Actually this is invalid, you need to build with a clean object directory.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
             Status|NEW                         |RESOLVED
          Component|other                       |bootstrap
           Keywords|build                       |
         Resolution|                            |INVALID
            Summary|[4.2 Regression] Bootstrap: |Bootstrap: Failure to build
                   |Failure to build            |doc/gcc.info
                   |doc/gcc.info                |
   Target Milestone|4.2.0                       |---


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


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

* [Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info
  2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
  2005-11-24  3:31 ` [Bug other/25009] [4.2 Regression] " pinskia at gcc dot gnu dot org
  2005-11-24  3:34 ` [Bug bootstrap/25009] " pinskia at gcc dot gnu dot org
@ 2005-11-24  3:38 ` gdr at integrable-solutions dot net
  2005-11-24  3:40 ` gdr at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: gdr at integrable-solutions dot net @ 2005-11-24  3:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from gdr at integrable-solutions dot net  2005-11-24 03:38 -------
Subject: Re:  Bootstrap: Failure to build doc/gcc.info

"pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| Actually this is invalid, you need to build with a clean object directory.

That is bullshit.  what about bubblestrap and the like?

-- Gaby


-- 


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


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

* [Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info
  2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
                   ` (2 preceding siblings ...)
  2005-11-24  3:38 ` gdr at integrable-solutions dot net
@ 2005-11-24  3:40 ` gdr at gcc dot gnu dot org
  2005-11-24  4:04 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-11-24  3:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from gdr at gcc dot gnu dot org  2005-11-24 03:40 -------
still does not work with bubblestrap and friends


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |


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


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

* [Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info
  2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
                   ` (3 preceding siblings ...)
  2005-11-24  3:40 ` gdr at gcc dot gnu dot org
@ 2005-11-24  4:04 ` pinskia at gcc dot gnu dot org
  2005-11-24  4:07 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-24  4:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2005-11-24 04:04 -------
(In reply to comment #4)
> still does not work with bubblestrap and friends

After a clean build?

See http://gcc.gnu.org/ml/gcc/2005-11/msg01173.html


-- 


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


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

* [Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info
  2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
                   ` (4 preceding siblings ...)
  2005-11-24  4:04 ` pinskia at gcc dot gnu dot org
@ 2005-11-24  4:07 ` pinskia at gcc dot gnu dot org
  2005-11-24  9:01 ` gdr at integrable-solutions dot net
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-24  4:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2005-11-24 04:07 -------
(In reply to comment #3)
> Subject: Re:  Bootstrap: Failure to build doc/gcc.info
> "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
> | Actually this is invalid, you need to build with a clean object directory.
> That is bullshit.  what about bubblestrap and the like?

well are you bubblestrapping in the gcc directory of the objdir or the toplevel
directory, if the latter, maybe just maybe this is a bug.


-- 


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


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

* [Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info
  2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
                   ` (5 preceding siblings ...)
  2005-11-24  4:07 ` pinskia at gcc dot gnu dot org
@ 2005-11-24  9:01 ` gdr at integrable-solutions dot net
  2005-11-24  9:03 ` gdr at integrable-solutions dot net
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: gdr at integrable-solutions dot net @ 2005-11-24  9:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from gdr at integrable-solutions dot net  2005-11-24 09:01 -------
Subject: Re:  Bootstrap: Failure to build doc/gcc.info

"pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| (In reply to comment #4)
| > still does not work with bubblestrap and friends
| 
| After a clean build?

YES.

| See http://gcc.gnu.org/ml/gcc/2005-11/msg01173.html

That does not solve the problem.  I did not experience that before.

-- Gaby


-- 


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


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

* [Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info
  2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
                   ` (6 preceding siblings ...)
  2005-11-24  9:01 ` gdr at integrable-solutions dot net
@ 2005-11-24  9:03 ` gdr at integrable-solutions dot net
  2005-11-25  2:01 ` mckelvey at maskull dot com
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: gdr at integrable-solutions dot net @ 2005-11-24  9:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from gdr at integrable-solutions dot net  2005-11-24 09:03 -------
Subject: Re:  Bootstrap: Failure to build doc/gcc.info

"pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| (In reply to comment #3)
| > Subject: Re:  Bootstrap: Failure to build doc/gcc.info
| > "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
| > | Actually this is invalid, you need to build with a clean object
directory.
| > That is bullshit.  what about bubblestrap and the like?
| 
| well are you bubblestrapping in the gcc directory of the objdir or the
toplevel
| directory, if the latter, maybe just maybe this is a bug.

the gcc directory of the builddir.

-- Gaby


-- 


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


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

* [Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info
  2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
                   ` (7 preceding siblings ...)
  2005-11-24  9:03 ` gdr at integrable-solutions dot net
@ 2005-11-25  2:01 ` mckelvey at maskull dot com
  2005-11-25 19:24 ` mmitchel at gcc dot gnu dot org
  2006-09-19 17:38 ` falk at debian dot org
  10 siblings, 0 replies; 12+ messages in thread
From: mckelvey at maskull dot com @ 2005-11-25  2:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from mckelvey at maskull dot com  2005-11-25 02:01 -------
I always build in an empty directory. After configuring, what good would a
"make clean" do?

Anyway, I noticed a complaint in the build log that makeinfo was too old. I
installed the latest texinfo and was able to build to completion.


-- 


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


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

* [Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info
  2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
                   ` (8 preceding siblings ...)
  2005-11-25  2:01 ` mckelvey at maskull dot com
@ 2005-11-25 19:24 ` mmitchel at gcc dot gnu dot org
  2006-09-19 17:38 ` falk at debian dot org
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-11-25 19:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from mmitchel at gcc dot gnu dot org  2005-11-25 19:24 -------
Is there still a problem here?

If so, please indicate what steps are required to reproduce it.

Otherwise, let's close this PR.


-- 


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


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

* [Bug bootstrap/25009] Bootstrap: Failure to build doc/gcc.info
  2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
                   ` (9 preceding siblings ...)
  2005-11-25 19:24 ` mmitchel at gcc dot gnu dot org
@ 2006-09-19 17:38 ` falk at debian dot org
  10 siblings, 0 replies; 12+ messages in thread
From: falk at debian dot org @ 2006-09-19 17:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from falk at debian dot org  2006-09-19 17:38 -------
No feedback for a long time, let's just close it.


-- 

falk at debian dot org changed:

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


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


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

end of thread, other threads:[~2006-09-19 17:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-24  1:48 [Bug bootstrap/25009] New: Bootstrap: Failure to build doc/gcc.info mckelvey at maskull dot com
2005-11-24  3:31 ` [Bug other/25009] [4.2 Regression] " pinskia at gcc dot gnu dot org
2005-11-24  3:34 ` [Bug bootstrap/25009] " pinskia at gcc dot gnu dot org
2005-11-24  3:38 ` gdr at integrable-solutions dot net
2005-11-24  3:40 ` gdr at gcc dot gnu dot org
2005-11-24  4:04 ` pinskia at gcc dot gnu dot org
2005-11-24  4:07 ` pinskia at gcc dot gnu dot org
2005-11-24  9:01 ` gdr at integrable-solutions dot net
2005-11-24  9:03 ` gdr at integrable-solutions dot net
2005-11-25  2:01 ` mckelvey at maskull dot com
2005-11-25 19:24 ` mmitchel at gcc dot gnu dot org
2006-09-19 17:38 ` falk at debian 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).