public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/27843]  New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
@ 2006-05-31 18:13 kminola at eng dot umd dot edu
  2007-02-02 14:43 ` [Bug other/27843] " brett dot albertson at stratech dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: kminola at eng dot umd dot edu @ 2006-05-31 18:13 UTC (permalink / raw)
  To: gcc-bugs

For gcc-4.2-20060527(also gcc-4.2-20060520) on alphaev68-dec-osf5.1b
after

   configure --enable-languages=c
   make bootstrap
   make install

'make install' fails with

/home/kate/gcc-4.2-20060527/src/gcc-4.2-20060527/install-sh -c fixinc.sh
/home/kate/gcc-4.2-20060527/alpha-OSF1-V5/libexec/gcc/alphaev68-dec-osf5.1b/4.2.0/install-tools/fixin
c.sh
/home/kate/gcc-4.2-20060527/src/gcc-4.2-20060527/install-sh -c fixincl \
         
/home/kate/gcc-4.2-20060527/alpha-OSF1-V5/libexec/gcc/alphaev68-dec-osf5.1b/4.2.0/install-tools/fixincl
                >
/home/kate/gcc-4.2-20060527/alpha-OSF1-V5/lib/gcc/alphaev68-dec-osf5.1b/4.2.0/install-tools/mkheaders.conf
/bin/sh: : cannot execute
sed: Function s,[ cannot be parsed.
/bin/sh: /]*/../,, -e ta: not found
make[2]: *** [install-mkheaders] Error 1


-- 
           Summary: gcc-4.2-20060527 make install fails on alphaev68-dec-
                    osf5.1b
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kminola at eng dot umd dot edu
 GCC build triplet: alphaev68-dec-osf5.1b
  GCC host triplet: alphaev68-dec-osf5.1b
GCC target triplet: alphaev68-dec-osf5.1b


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
@ 2007-02-02 14:43 ` brett dot albertson at stratech dot com
  2007-02-02 15:36 ` bonzini at gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: brett dot albertson at stratech dot com @ 2007-02-02 14:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from brett dot albertson at stratech dot com  2007-02-02 14:43 -------
I had the same thing on Solaris, and it ended up being CONFIG_SHELL needed to
be set.  See my comment from the other PR:

---------------------------------

I figured it out.  I have been using /bin/bash as my shell and not setting
CONFIG_SHELL for the past year.  It has been working until now, but apparently
setting CONFIG_SHELL to /bin/ksh (as per documentation) is now required.  I'm
setting the case to resolved invalid.

Brett 


-- 


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
  2007-02-02 14:43 ` [Bug other/27843] " brett dot albertson at stratech dot com
@ 2007-02-02 15:36 ` bonzini at gnu dot org
  2007-02-02 16:22 ` ebotcazou at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bonzini at gnu dot org @ 2007-02-02 15:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bonzini at gnu dot org  2007-02-02 15:35 -------
Adding Eric to the CC list, he probably knows what's going on for Solaris.


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bonzini at gnu dot org,
                   |                            |ebotcazou at gcc dot gnu dot
                   |                            |org


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
  2007-02-02 14:43 ` [Bug other/27843] " brett dot albertson at stratech dot com
  2007-02-02 15:36 ` bonzini at gnu dot org
@ 2007-02-02 16:22 ` ebotcazou at gcc dot gnu dot org
  2007-02-02 16:36 ` bonzini at gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-02-02 16:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ebotcazou at gcc dot gnu dot org  2007-02-02 16:22 -------
> Adding Eric to the CC list, he probably knows what's going on for Solaris.

Nothing to add after Brett's answer.


-- 


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
                   ` (2 preceding siblings ...)
  2007-02-02 16:22 ` ebotcazou at gcc dot gnu dot org
@ 2007-02-02 16:36 ` bonzini at gnu dot org
  2007-02-02 16:40 ` ebotcazou at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bonzini at gnu dot org @ 2007-02-02 16:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from bonzini at gnu dot org  2007-02-02 16:35 -------
Thanks.  Should we close the bug?  Is there anything to update in the
documentation?


-- 


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
                   ` (3 preceding siblings ...)
  2007-02-02 16:36 ` bonzini at gnu dot org
@ 2007-02-02 16:40 ` ebotcazou at gcc dot gnu dot org
  2007-02-05 16:51 ` Ralf dot Wildenhues at gmx dot de
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-02-02 16:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ebotcazou at gcc dot gnu dot org  2007-02-02 16:40 -------
> Thanks.  Should we close the bug?

Probably no, this one is not about Solaris.

> Is there anything to update in the documentation?

Yes, I guess I could make the Solaris wording stronger now.


-- 


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
                   ` (4 preceding siblings ...)
  2007-02-02 16:40 ` ebotcazou at gcc dot gnu dot org
@ 2007-02-05 16:51 ` Ralf dot Wildenhues at gmx dot de
  2007-02-16  8:54 ` bonzini at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Ralf dot Wildenhues at gmx dot de @ 2007-02-05 16:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from Ralf dot Wildenhues at gmx dot de  2007-02-05 16:51 -------
Proposed patch: http://gcc.gnu.org/ml/gcc/2007-02/msg00039.html


-- 

Ralf dot Wildenhues at gmx dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Ralf dot Wildenhues at gmx
                   |                            |dot de


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
                   ` (5 preceding siblings ...)
  2007-02-05 16:51 ` Ralf dot Wildenhues at gmx dot de
@ 2007-02-16  8:54 ` bonzini at gcc dot gnu dot org
  2007-02-16  9:06 ` bonzini at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2007-02-16  8:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from bonzini at gnu dot org  2007-02-16 08:54 -------
Subject: Bug 27843

Author: bonzini
Date: Fri Feb 16 08:53:51 2007
New Revision: 122032

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122032
Log:
2007-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

        PR other/27843
        * Makefile.in (SYSTEM_HEADER_DIR): Use single quotes to avoid
        nested double- and backquotes.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in


-- 


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
                   ` (6 preceding siblings ...)
  2007-02-16  8:54 ` bonzini at gcc dot gnu dot org
@ 2007-02-16  9:06 ` bonzini at gcc dot gnu dot org
  2007-02-16  9:14 ` bonzini at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2007-02-16  9:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from bonzini at gnu dot org  2007-02-16 09:06 -------
Subject: Bug 27843

Author: bonzini
Date: Fri Feb 16 09:06:05 2007
New Revision: 122033

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122033
Log:
2007-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

        PR other/27843
        * Makefile.in (SYSTEM_HEADER_DIR): Use single quotes to avoid
        nested double- and backquotes.


Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/Makefile.in


-- 


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
                   ` (7 preceding siblings ...)
  2007-02-16  9:06 ` bonzini at gcc dot gnu dot org
@ 2007-02-16  9:14 ` bonzini at gcc dot gnu dot org
  2007-02-16  9:15 ` bonzini at gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2007-02-16  9:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from bonzini at gnu dot org  2007-02-16 09:13 -------
Subject: Bug 27843

Author: bonzini
Date: Fri Feb 16 09:13:47 2007
New Revision: 122035

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122035
Log:
2007-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

        PR other/27843
        * Makefile.in (SYSTEM_HEADER_DIR): Use single quotes to avoid
        nested double- and backquotes.


Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/Makefile.in


-- 


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
                   ` (8 preceding siblings ...)
  2007-02-16  9:14 ` bonzini at gcc dot gnu dot org
@ 2007-02-16  9:15 ` bonzini at gnu dot org
  2007-02-16  9:22 ` ebotcazou at gcc dot gnu dot org
  2008-11-12 16:32 ` marc dot glisse at normalesup dot org
  11 siblings, 0 replies; 13+ messages in thread
From: bonzini at gnu dot org @ 2007-02-16  9:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from bonzini at gnu dot org  2007-02-16 09:14 -------
committed to all active branches.


-- 

bonzini at gnu dot org changed:

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


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
                   ` (9 preceding siblings ...)
  2007-02-16  9:15 ` bonzini at gnu dot org
@ 2007-02-16  9:22 ` ebotcazou at gcc dot gnu dot org
  2008-11-12 16:32 ` marc dot glisse at normalesup dot org
  11 siblings, 0 replies; 13+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-02-16  9:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from ebotcazou at gcc dot gnu dot org  2007-02-16 09:22 -------
> committed to all active branches.

Thanks to Ralf and you!


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.3


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


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

* [Bug other/27843] gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b
  2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
                   ` (10 preceding siblings ...)
  2007-02-16  9:22 ` ebotcazou at gcc dot gnu dot org
@ 2008-11-12 16:32 ` marc dot glisse at normalesup dot org
  11 siblings, 0 replies; 13+ messages in thread
From: marc dot glisse at normalesup dot org @ 2008-11-12 16:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from marc dot glisse at normalesup dot org  2008-11-12 16:30 -------
*** Bug 30083 has been marked as a duplicate of this bug. ***


-- 

marc dot glisse at normalesup dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marc dot glisse at
                   |                            |normalesup dot org


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


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

end of thread, other threads:[~2008-11-12 16:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-31 18:13 [Bug other/27843] New: gcc-4.2-20060527 make install fails on alphaev68-dec-osf5.1b kminola at eng dot umd dot edu
2007-02-02 14:43 ` [Bug other/27843] " brett dot albertson at stratech dot com
2007-02-02 15:36 ` bonzini at gnu dot org
2007-02-02 16:22 ` ebotcazou at gcc dot gnu dot org
2007-02-02 16:36 ` bonzini at gnu dot org
2007-02-02 16:40 ` ebotcazou at gcc dot gnu dot org
2007-02-05 16:51 ` Ralf dot Wildenhues at gmx dot de
2007-02-16  8:54 ` bonzini at gcc dot gnu dot org
2007-02-16  9:06 ` bonzini at gcc dot gnu dot org
2007-02-16  9:14 ` bonzini at gcc dot gnu dot org
2007-02-16  9:15 ` bonzini at gnu dot org
2007-02-16  9:22 ` ebotcazou at gcc dot gnu dot org
2008-11-12 16:32 ` marc dot glisse at normalesup 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).