public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux
@ 2004-04-10 22:03 joel at school dot net
  2004-04-10 22:16 ` [Bug bootstrap/14914] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: joel at school dot net @ 2004-04-10 22:03 UTC (permalink / raw)
  To: gcc-bugs

When I install GCC 3.3.3 on Linux
the "fixincl" tools seems to crash.

I am doing a typical bootstrap:

  cd  /usr/local/src/gcc-3.3.3-build
  ../gcc-3.3.3/configure
  make bootstrap

And get this error message:

  ./fixincl -v < /dev/null
  'fixincl version 1.1'
  NOTE: server restarted
  CLOSING SHELL SERVER - command failure:
        echo 'fixincl version 1.1'
  make[3]: *** [install-bin] Error 154

Running fixincl by itself gives the same error:

  #/usr/local/src/gcc-3.3.3-build/gcc/fixinc# ./fixincl -v
  'fixincl version 1.1'
  NOTE: server restarted
  CLOSING SHELL SERVER - command failure:
        echo 'fixincl version 1.1'

Setup:

  #uname -a
  Linux main.school.net 2.2.19 #25 SMP Tue Apr 1 07:24:57 PST 2003 i686 unknown


Question:

  Could this be related to the old bug 12648?

Thanks, Joel (joel@school.net)

-- 
           Summary: fixincl -v crashes during "make bootstrap" on linux
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: joel at school dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
@ 2004-04-10 22:16 ` pinskia at gcc dot gnu dot org
  2004-04-10 22:59 ` joel at school dot net
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-10 22:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-10 20:01 -------
What coreutils you have because there is a bug in newer coreutlits which makes last -10 not be 
accepted at all.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
  2004-04-10 22:16 ` [Bug bootstrap/14914] " pinskia at gcc dot gnu dot org
@ 2004-04-10 22:59 ` joel at school dot net
  2004-04-11  1:12 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: joel at school dot net @ 2004-04-10 22:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel at school dot net  2004-04-10 21:50 -------
Subject: Re:  fixincl -v crashes during "make bootstrap" on linux


> ------- Additional Comments From pinskia at gcc dot gnu dot org  
> What coreutils you have because there is a bug in newer coreutlits 
> which makes last -10 not be accepted at all.

Hi, thanks for your reply.

What command shows the version of coreutils?

Cheers, Joel
______________________________________________________________________

Joel Parker Henderson  joel@school.net  401-499-4800 


-- 


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
  2004-04-10 22:16 ` [Bug bootstrap/14914] " pinskia at gcc dot gnu dot org
  2004-04-10 22:59 ` joel at school dot net
@ 2004-04-11  1:12 ` pinskia at gcc dot gnu dot org
  2004-04-11  1:13 ` joel at school dot net
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-11  1:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-10 22:59 -------
Look at the version of tail which I had meant instead of last.

-- 


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
                   ` (2 preceding siblings ...)
  2004-04-11  1:12 ` pinskia at gcc dot gnu dot org
@ 2004-04-11  1:13 ` joel at school dot net
  2004-05-01  0:02 ` dhazeghi at yahoo dot com
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: joel at school dot net @ 2004-04-11  1:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel at school dot net  2004-04-10 23:52 -------
main:/home/joel# tail --version
tail (GNU textutils) 2.0e
Written by Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering.


-- 


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
                   ` (3 preceding siblings ...)
  2004-04-11  1:13 ` joel at school dot net
@ 2004-05-01  0:02 ` dhazeghi at yahoo dot com
  2004-05-01  4:36 ` joel at school dot net
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-05-01  0:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-05-01 00:02 -------
Can you try installing a version of GNU coreutils? textutils 2.0e is a good 3+ years old now, and it's 
conceivable that it has bugs... Thanks.

-- 


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
                   ` (4 preceding siblings ...)
  2004-05-01  0:02 ` dhazeghi at yahoo dot com
@ 2004-05-01  4:36 ` joel at school dot net
  2004-05-01  5:21 ` joel at school dot net
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: joel at school dot net @ 2004-05-01  4:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel at school dot net  2004-05-01 04:36 -------
Installed current GNU textutils as recommended.
   $  tail --version
   tail (textutils) 2.1

No change in the "fixincl" problem:

   main:/usr/local/src/gcc-3.3.3-build/gcc/fixinc# ./fixincl -v
   'fixincl version 1.1'
   NOTE: server restarted
   CLOSING SHELL SERVER - command failure:
        echo 'fixincl version 1.1'

What is fixincl supposed to be doing,
and what's the next recommendation? Thanks! -Joel


-- 


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
                   ` (5 preceding siblings ...)
  2004-05-01  4:36 ` joel at school dot net
@ 2004-05-01  5:21 ` joel at school dot net
  2004-05-13 11:13 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: joel at school dot net @ 2004-05-01  5:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel at school dot net  2004-05-01 05:21 -------
Updated GNU coreutils as recommended:

  $ tail --version
  tail (coreutils) 5.2.1

Tried installing again:

  # rm config.cache
  # ../gcc-3.3.3/configure
  # make bootstrap

Same fixincl error:

  ./fixincl -v < /dev/null
  'fixincl version 1.1'
  NOTE: server restarted
  CLOSING SHELL SERVER - command failure:
        echo 'fixincl version 1.1'





-- 


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
                   ` (6 preceding siblings ...)
  2004-05-01  5:21 ` joel at school dot net
@ 2004-05-13 11:13 ` pinskia at gcc dot gnu dot org
  2004-05-13 11:52 ` joel at school dot net
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-13 11:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-12 19:07 -------
What binutils are you using (find out by doing as --version)?

-- 


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
                   ` (7 preceding siblings ...)
  2004-05-13 11:13 ` pinskia at gcc dot gnu dot org
@ 2004-05-13 11:52 ` joel at school dot net
  2004-05-26 19:56 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: joel at school dot net @ 2004-05-13 11:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel at school dot net  2004-05-13 00:09 -------
Checking binutils version...
 
  #binutils --version
  bash: binutils: command not found

Here's what I have for binutils:

  #find / | grep binutils
  /usr/info/binutils.info.gz
  /usr/share/locale/da/LC_MESSAGES/binutils.mo
  /usr/share/locale/es/LC_MESSAGES/binutils.mo
  /usr/share/locale/fr/LC_MESSAGES/binutils.mo
  /usr/share/locale/sv/LC_MESSAGES/binutils.mo
  /usr/share/locale/ja/LC_MESSAGES/binutils.mo
  /usr/share/locale/tr/LC_MESSAGES/binutils.mo
  /usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo
  /usr/doc/binutils-2.14
  /usr/doc/binutils-2.14/README.gz
  /mnt/software/system/linux/binutils
  /mnt/software/system/linux/binutils/binutils-static-2.14-1.i386.rpm

Just in case binutils was missing: 

  #cd /mnt/software/system/linux/binutils
  #rpm -i binutils-static-2.14-1.i386.rpm
  package binutils-static-2.14-1 is already installed



-- 


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
                   ` (8 preceding siblings ...)
  2004-05-13 11:52 ` joel at school dot net
@ 2004-05-26 19:56 ` pinskia at gcc dot gnu dot org
  2004-05-27 22:22 ` joel at school dot net
  2004-05-28  0:11 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 19:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-26 13:37 -------
People bootstrap on i686-pc-linux-gnu all the time, this must be a bug somewhere else.

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


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
                   ` (9 preceding siblings ...)
  2004-05-26 19:56 ` pinskia at gcc dot gnu dot org
@ 2004-05-27 22:22 ` joel at school dot net
  2004-05-28  0:11 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: joel at school dot net @ 2004-05-27 22:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel at school dot net  2004-05-27 14:02 -------
> People bootstrap on i686-pc-linux-gnu all the time, 
> this must be a bug somewhere else.

Huh? It seems clear it's a bug in fixincl:

 ./fixincl -v < /dev/null
  'fixincl version 1.1'
  NOTE: server restarted
  CLOSING SHELL SERVER - command failure:
        echo 'fixincl version 1.1

So far in this bug report there hasn't been any
diagnosis of this error nor of the fixincl tool.

I.e. do you know what is fixincl attempting to do?
And what specificially causes fixincl to restart?

What's the next step to diagnosing it?

Thanks, Joel

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


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


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

* [Bug bootstrap/14914] fixincl -v crashes during "make bootstrap" on linux
  2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
                   ` (10 preceding siblings ...)
  2004-05-27 22:22 ` joel at school dot net
@ 2004-05-28  0:11 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-28  0:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-27 14:56 -------
Still it works for me and many other people, something must be wrong with your machine.

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


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


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

end of thread, other threads:[~2004-05-27 14:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-10 22:03 [Bug bootstrap/14914] New: fixincl -v crashes during "make bootstrap" on linux joel at school dot net
2004-04-10 22:16 ` [Bug bootstrap/14914] " pinskia at gcc dot gnu dot org
2004-04-10 22:59 ` joel at school dot net
2004-04-11  1:12 ` pinskia at gcc dot gnu dot org
2004-04-11  1:13 ` joel at school dot net
2004-05-01  0:02 ` dhazeghi at yahoo dot com
2004-05-01  4:36 ` joel at school dot net
2004-05-01  5:21 ` joel at school dot net
2004-05-13 11:13 ` pinskia at gcc dot gnu dot org
2004-05-13 11:52 ` joel at school dot net
2004-05-26 19:56 ` pinskia at gcc dot gnu dot org
2004-05-27 22:22 ` joel at school dot net
2004-05-28  0:11 ` 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).