public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12752] New: irix bootstrap failure - genmultilib
@ 2003-10-24  6:02 billingd at gcc dot gnu dot org
  2003-10-29 22:34 ` [Bug bootstrap/12752] " ro at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: billingd at gcc dot gnu dot org @ 2003-10-24  6:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: irix bootstrap failure - genmultilib
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: billingd at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5

irix6.5 bootstrap of mainline fails with in stage1 on target s-mlib.

cru300:60%make s-mlib
if test yes = yes \
   || test -n "mabi=32 . mabi=64"; then \
  /bin/sh /disk4/billingd/src/gcc/gcc/genmultilib \
    "mabi=32/mabi=n32/mabi=64" \
    "" \
    "" \
    "" \
    "" \
    "" \
    "mabi=32 . mabi=64" \
    "yes" \
    > tmp-mlib.h; \
else \
  /bin/sh /disk4/billingd/src/gcc/gcc/genmultilib '' '' '' '' '' '' '' no \
    > tmp-mlib.h; \
fi
/disk4/billingd/src/gcc/gcc/genmultilib[258]: shift: bad number
make: *** [s-mlib] Error 1

Last successful bootstrap was: Tue Oct 21 09:05:48 GMT 2003
http://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00934.html
First failure was approx 24 hours later.

The most likely cause is:

2003-10-22  Phil Edwards  <phil@codesourcery.com>

	* config.gcc:  Update *-*-vxworks* generic hook and comments.
	(arm-wrs-vxworks, i[4567]86-wrs-vxworks, mips-wrs-vxworks,
	mips-wrs-windiss, sh-wrs-vxworks):  New stanzas.
	* genmultilib:  Allow the MULTILIB_OSDIRNAMES to be mapped directly.


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

* [Bug bootstrap/12752] irix bootstrap failure - genmultilib
  2003-10-24  6:02 [Bug bootstrap/12752] New: irix bootstrap failure - genmultilib billingd at gcc dot gnu dot org
@ 2003-10-29 22:34 ` ro at gcc dot gnu dot org
  2003-10-29 22:50 ` ro at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ro at gcc dot gnu dot org @ 2003-10-29 22:34 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


ro at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-29 22:32:27
               date|                            |


------- Additional Comments From ro at gcc dot gnu dot org  2003-10-29 22:32 -------
Confirmed on IRIX 6.[25], Tru64 UNIX V4.0F/V5.1B, and Solaris 8 with /bin/sh,
/bin/ksh.  You get this error when trying to shift with $# = 0.

This is definitely Phil's patch.  Please fix asap since this breaks IRIX 6
bootstrap and is wrong everywhere else as well.


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

* [Bug bootstrap/12752] irix bootstrap failure - genmultilib
  2003-10-24  6:02 [Bug bootstrap/12752] New: irix bootstrap failure - genmultilib billingd at gcc dot gnu dot org
  2003-10-29 22:34 ` [Bug bootstrap/12752] " ro at gcc dot gnu dot org
@ 2003-10-29 22:50 ` ro at gcc dot gnu dot org
  2003-11-08 19:43 ` [Bug bootstrap/12752] [3.4 regression] " dhazeghi at yahoo dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ro at gcc dot gnu dot org @ 2003-10-29 22:50 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


ro at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pme at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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

* [Bug bootstrap/12752] [3.4 regression] irix bootstrap failure - genmultilib
  2003-10-24  6:02 [Bug bootstrap/12752] New: irix bootstrap failure - genmultilib billingd at gcc dot gnu dot org
  2003-10-29 22:34 ` [Bug bootstrap/12752] " ro at gcc dot gnu dot org
  2003-10-29 22:50 ` ro at gcc dot gnu dot org
@ 2003-11-08 19:43 ` dhazeghi at yahoo dot com
  2003-11-12 23:04 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-11-08 19:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2003-11-08 19:43 -------
Confirmed to still be there. Also, next time this file is updated, make sure to
update the copyright notices.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
           Keywords|                            |build
            Summary|irix bootstrap failure -    |[3.4 regression] irix
                   |genmultilib                 |bootstrap failure -
                   |                            |genmultilib


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


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

* [Bug bootstrap/12752] [3.4 regression] irix bootstrap failure - genmultilib
  2003-10-24  6:02 [Bug bootstrap/12752] New: irix bootstrap failure - genmultilib billingd at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-11-08 19:43 ` [Bug bootstrap/12752] [3.4 regression] " dhazeghi at yahoo dot com
@ 2003-11-12 23:04 ` cvs-commit at gcc dot gnu dot org
  2003-11-12 23:17 ` billingd at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-11-12 23:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-11-12 23:04 -------
Subject: Bug 12752

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rsandifo@gcc.gnu.org	2003-11-12 23:03:56

Modified files:
	gcc            : ChangeLog 
	gcc/config/mips: t-iris6 

Log message:
	PR bootstrap/12752
	* config/mips/t-iris6 (MULTILIB_OPTIONS): Put -mabi=n32 first.
	(MULTILIB_OSDIRNAMES): Reorder accordingly.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1728&r2=2.1729
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/t-iris6.diff?cvsroot=gcc&r1=1.19&r2=1.20



-- 


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


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

* [Bug bootstrap/12752] [3.4 regression] irix bootstrap failure - genmultilib
  2003-10-24  6:02 [Bug bootstrap/12752] New: irix bootstrap failure - genmultilib billingd at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2003-11-12 23:04 ` cvs-commit at gcc dot gnu dot org
@ 2003-11-12 23:17 ` billingd at gcc dot gnu dot org
  2003-11-12 23:46 ` pme at gcc dot gnu dot org
  2003-12-04  9:48 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: billingd at gcc dot gnu dot org @ 2003-11-12 23:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From billingd at gcc dot gnu dot org  2003-11-12 23:17 -------
Bootstrap into stage2

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


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


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

* [Bug bootstrap/12752] [3.4 regression] irix bootstrap failure - genmultilib
  2003-10-24  6:02 [Bug bootstrap/12752] New: irix bootstrap failure - genmultilib billingd at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2003-11-12 23:17 ` billingd at gcc dot gnu dot org
@ 2003-11-12 23:46 ` pme at gcc dot gnu dot org
  2003-12-04  9:48 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pme at gcc dot gnu dot org @ 2003-11-12 23:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pme at gcc dot gnu dot org  2003-11-12 23:46 -------
Weird.  This bug went from cradle to grave, and I only just now learned that it
a) existed, and b) was mine.  Odd.

Um, well, er, sorry about the trouble, and glad that it's working now...

-- 


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


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

* [Bug bootstrap/12752] [3.4 regression] irix bootstrap failure - genmultilib
  2003-10-24  6:02 [Bug bootstrap/12752] New: irix bootstrap failure - genmultilib billingd at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2003-11-12 23:46 ` pme at gcc dot gnu dot org
@ 2003-12-04  9:48 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-04  9:48 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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


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

end of thread, other threads:[~2003-12-04  9:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-24  6:02 [Bug bootstrap/12752] New: irix bootstrap failure - genmultilib billingd at gcc dot gnu dot org
2003-10-29 22:34 ` [Bug bootstrap/12752] " ro at gcc dot gnu dot org
2003-10-29 22:50 ` ro at gcc dot gnu dot org
2003-11-08 19:43 ` [Bug bootstrap/12752] [3.4 regression] " dhazeghi at yahoo dot com
2003-11-12 23:04 ` cvs-commit at gcc dot gnu dot org
2003-11-12 23:17 ` billingd at gcc dot gnu dot org
2003-11-12 23:46 ` pme at gcc dot gnu dot org
2003-12-04  9:48 ` 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).