public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/21350] New: configure reports only a warning when bison is not installed
@ 2005-05-03  2:28 peter dot pirkelbauer at tamu dot edu
  2005-05-03  2:33 ` [Bug other/21350] " peter dot pirkelbauer at tamu dot edu
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: peter dot pirkelbauer at tamu dot edu @ 2005-05-03  2:28 UTC (permalink / raw)
  To: gcc-bugs

when bison is not installed, configure reports only a warning, instead of an error.

Consequently, the following make-command fails.

-- 
           Summary: configure reports only a warning when bison is not
                    installed
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: peter dot pirkelbauer at tamu dot edu
                CC: gcc-bugs at gcc dot gnu dot org,gdr at cs dot tamu dot
                    edu


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


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

* [Bug other/21350] configure reports only a warning when bison is not installed
  2005-05-03  2:28 [Bug other/21350] New: configure reports only a warning when bison is not installed peter dot pirkelbauer at tamu dot edu
@ 2005-05-03  2:33 ` peter dot pirkelbauer at tamu dot edu
  2005-05-03 14:45 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: peter dot pirkelbauer at tamu dot edu @ 2005-05-03  2:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From peter dot pirkelbauer at tamu dot edu  2005-05-03 02:33 -------
automake 1.9
autoconf 2.59a

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|                            |linux 2.6.10


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


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

* [Bug other/21350] configure reports only a warning when bison is not installed
  2005-05-03  2:28 [Bug other/21350] New: configure reports only a warning when bison is not installed peter dot pirkelbauer at tamu dot edu
  2005-05-03  2:33 ` [Bug other/21350] " peter dot pirkelbauer at tamu dot edu
@ 2005-05-03 14:45 ` pinskia at gcc dot gnu dot org
  2005-05-03 15:23   ` Gabriel Dos Reis
  2005-05-03 15:25 ` gdr at integrable-solutions dot net
                   ` (6 subsequent siblings)
  8 siblings, 1 reply; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-03 14:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-03 14:45 -------
Are you building from the source tarball or from CVS?
If from the source tarball, you don't need bison which is why it is just a warning.
Otherwise this is a bug in the release process if bison is now required (and a regression).
What is the current error you are getting building GCC?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING


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


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

* Re: [Bug other/21350] configure reports only a warning when bison is not installed
  2005-05-03 14:45 ` pinskia at gcc dot gnu dot org
@ 2005-05-03 15:23   ` Gabriel Dos Reis
  0 siblings, 0 replies; 11+ messages in thread
From: Gabriel Dos Reis @ 2005-05-03 15:23 UTC (permalink / raw)
  To: gcc-bugzilla; +Cc: gcc-bugs

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

| Are you building from the source tarball or from CVS?
| If from the source tarball, you don't need bison which is why it is just a warning.
| Otherwise this is a bug in the release process if bison is now required (and a regression).
| What is the current error you are getting building GCC?

The problem as I was able to reproduce on Peter's machine yesterday is
the following: gcc-core from release repository does not seem to
contain w pregenerated c-parse.c.  At build time, the build machiery
attempts to generate it from c-parse.in and was looking for bison
which Peter did not have. For some reasons the build did not stop for
clear and unambiguous reason, (and even sooner aat configure time).  

If we now require bison for gcc-core, then we should check that at
configure time and abort.

-- Gaby


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

* [Bug other/21350] configure reports only a warning when bison is not installed
  2005-05-03  2:28 [Bug other/21350] New: configure reports only a warning when bison is not installed peter dot pirkelbauer at tamu dot edu
  2005-05-03  2:33 ` [Bug other/21350] " peter dot pirkelbauer at tamu dot edu
  2005-05-03 14:45 ` pinskia at gcc dot gnu dot org
@ 2005-05-03 15:25 ` gdr at integrable-solutions dot net
  2005-05-03 15:27 ` [Bug other/21350] [4.0/4.1 Regression] build now requires bision pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: gdr at integrable-solutions dot net @ 2005-05-03 15:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at integrable-solutions dot net  2005-05-03 15:24 -------
Subject: Re:  configure reports only a warning when bison is not installed

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

| Are you building from the source tarball or from CVS?
| If from the source tarball, you don't need bison which is why it is just a warning.
| Otherwise this is a bug in the release process if bison is now required (and a regression).
| What is the current error you are getting building GCC?

The problem as I was able to reproduce on Peter's machine yesterday is
the following: gcc-core from release repository does not seem to
contain w pregenerated c-parse.c.  At build time, the build machiery
attempts to generate it from c-parse.in and was looking for bison
which Peter did not have. For some reasons the build did not stop for
clear and unambiguous reason, (and even sooner aat configure time).  

If we now require bison for gcc-core, then we should check that at
configure time and abort.

-- Gaby


-- 


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


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

* [Bug other/21350] [4.0/4.1 Regression] build now requires bision
  2005-05-03  2:28 [Bug other/21350] New: configure reports only a warning when bison is not installed peter dot pirkelbauer at tamu dot edu
                   ` (2 preceding siblings ...)
  2005-05-03 15:25 ` gdr at integrable-solutions dot net
@ 2005-05-03 15:27 ` pinskia at gcc dot gnu dot org
  2005-05-03 15:43 ` gdr at integrable-solutions dot net
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-03 15:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-03 15:26 -------
Ok, we don't require bison at least before, sounds like the release package is messed up.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|gdr at cs dot tamu dot edu  |gdr at gcc dot gnu dot org
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-03 15:27:00
               date|                            |
            Summary|configure reports only a    |[4.0/4.1 Regression] build
                   |warning when bison is not   |now requires bision
                   |installed                   |
   Target Milestone|---                         |4.0.1


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


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

* [Bug other/21350] [4.0/4.1 Regression] build now requires bision
  2005-05-03  2:28 [Bug other/21350] New: configure reports only a warning when bison is not installed peter dot pirkelbauer at tamu dot edu
                   ` (3 preceding siblings ...)
  2005-05-03 15:27 ` [Bug other/21350] [4.0/4.1 Regression] build now requires bision pinskia at gcc dot gnu dot org
@ 2005-05-03 15:43 ` gdr at integrable-solutions dot net
  2005-06-27  5:11 ` [Bug other/21350] [4.0/4.1 Regression] release " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: gdr at integrable-solutions dot net @ 2005-05-03 15:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at integrable-solutions dot net  2005-05-03 15:43 -------
Subject: Re:  [4.0/4.1 Regression] build now requires bision

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

|            What    |Removed                     |Added
| ----------------------------------------------------------------------------
|                  CC|gdr at cs dot tamu dot edu  |gdr at gcc dot gnu dot org

Thanks!

:-)

-- Gaby


-- 


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


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

* [Bug other/21350] [4.0/4.1 Regression] release now requires bision
  2005-05-03  2:28 [Bug other/21350] New: configure reports only a warning when bison is not installed peter dot pirkelbauer at tamu dot edu
                   ` (4 preceding siblings ...)
  2005-05-03 15:43 ` gdr at integrable-solutions dot net
@ 2005-06-27  5:11 ` pinskia at gcc dot gnu dot org
  2005-06-27 23:47 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-27  5:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-27 05:11 -------
CCing the release manager.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org


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


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

* [Bug other/21350] [4.0/4.1 Regression] release now requires bision
  2005-05-03  2:28 [Bug other/21350] New: configure reports only a warning when bison is not installed peter dot pirkelbauer at tamu dot edu
                   ` (5 preceding siblings ...)
  2005-06-27  5:11 ` [Bug other/21350] [4.0/4.1 Regression] release " pinskia at gcc dot gnu dot org
@ 2005-06-27 23:47 ` mmitchel at gcc dot gnu dot org
  2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
  2005-08-22  3:27 ` mmitchel at gcc dot gnu dot org
  8 siblings, 0 replies; 11+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-06-27 23:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-06-27 23:47 -------
I don't understand this PR.

Here is evidence that c-parse.c is in fact included:

$ tar tjf gcc-core-4.0.1-20050616.tar.bz2 | grep c-parse
gcc-4.0.1-20050616/gcc/c-parse.in
gcc-4.0.1-20050616/gcc/c-parse.y
gcc-4.0.1-20050616/gcc/c-parse.c

Andrew, are you sure that c-parse.c is not present?

-- 


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


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

* [Bug other/21350] [4.0/4.1 Regression] release now requires bision
  2005-05-03  2:28 [Bug other/21350] New: configure reports only a warning when bison is not installed peter dot pirkelbauer at tamu dot edu
                   ` (6 preceding siblings ...)
  2005-06-27 23:47 ` mmitchel at gcc dot gnu dot org
@ 2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
  2005-08-22  3:27 ` mmitchel at gcc dot gnu dot org
  8 siblings, 0 replies; 11+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-07-08  1:45 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.1                       |4.0.2


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


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

* [Bug other/21350] [4.0/4.1 Regression] release now requires bision
  2005-05-03  2:28 [Bug other/21350] New: configure reports only a warning when bison is not installed peter dot pirkelbauer at tamu dot edu
                   ` (7 preceding siblings ...)
  2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
@ 2005-08-22  3:27 ` mmitchel at gcc dot gnu dot org
  8 siblings, 0 replies; 11+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-08-22  3:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-08-22 03:27 -------
There's nothing that suggests that we can reproduce this bug, so I've closed it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME


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


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

end of thread, other threads:[~2005-08-22  3:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-03  2:28 [Bug other/21350] New: configure reports only a warning when bison is not installed peter dot pirkelbauer at tamu dot edu
2005-05-03  2:33 ` [Bug other/21350] " peter dot pirkelbauer at tamu dot edu
2005-05-03 14:45 ` pinskia at gcc dot gnu dot org
2005-05-03 15:23   ` Gabriel Dos Reis
2005-05-03 15:25 ` gdr at integrable-solutions dot net
2005-05-03 15:27 ` [Bug other/21350] [4.0/4.1 Regression] build now requires bision pinskia at gcc dot gnu dot org
2005-05-03 15:43 ` gdr at integrable-solutions dot net
2005-06-27  5:11 ` [Bug other/21350] [4.0/4.1 Regression] release " pinskia at gcc dot gnu dot org
2005-06-27 23:47 ` mmitchel at gcc dot gnu dot org
2005-07-08  1:45 ` mmitchel at gcc dot gnu dot org
2005-08-22  3:27 ` 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).