From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17317 invoked by alias); 30 May 2009 03:08:18 -0000 Received: (qmail 17294 invoked by uid 48); 30 May 2009 03:08:08 -0000 Date: Sat, 30 May 2009 03:08:00 -0000 Message-ID: <20090530030808.17293.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/40250] make bootstrap fails on IRIX64: ar: libbackend.a: Error reading tree-phinodes.o In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "Jay dot St dot Pierre at Colorado dot EDU" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-05/txt/msg02304.txt.bz2 ------- Comment #3 from Jay dot St dot Pierre at Colorado dot EDU 2009-05-30 03:08 ------- So first I checked to see if the files were actually different: $ cmp ./gcc/tree-phinodes.o ./prev-gcc/tree-phinodes.o $ find . -name tree-phinodes.o | xargs md5sum 3d613b2eb79551b12cd458e212a5fdb5 ./gcc/tree-phinodes.o 3d613b2eb79551b12cd458e212a5fdb5 ./prev-gcc/tree-phinodes.o ba6b7f241d8436e5685a4ecdf4bcafdb ./stage1-gcc/tree-phinodes.o Seeing as they are binary equivalents, I didn't think it would make a difference. I tried restarting the "make bootstrap" without changing anything to make sure I would get the same results as the other day. Again, the build failed in the same spot. Then I did the following: $ mv ./gcc/tree-phinodes.o ./gcc/tree-phinodes.o.bak $ cp ./prev-gcc/tree-phinodes.o ./gcc/tree-phinodes.o And did another "make bootstrap", and the build is progressing! I am completely confused. -Jay -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40250