public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc HEAD fails to build.
@ 2001-12-08 23:12 George France
  2001-12-08 23:17 ` David Edelsohn
  0 siblings, 1 reply; 3+ messages in thread
From: George France @ 2001-12-08 23:12 UTC (permalink / raw)
  To: gcc

Greetings,

gcc from the HEAD cvs tree snapshot that I took an hour ago is failing to 
build on i686-pc-linux-gnu, as follows: 

   Bootstrap comparison failure!
   c-parse.o differs
   objc-parse.o differs
   make[1]: *** [compare] Error 1
   make[1]: Leaving directory 

It built correctly from the cvs snapshot that I took 24 hours ago.  Any Ideas 
what has changed???

Thank you in advance.

Best Regards,


--George


stage2/xgcc -Bstage2/ 
-B/home/buildsys/install/intel1/basic/native/toolchain/i686-pc-linux-gnu/bin/ 
-o c++filt -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  
\
  cxxmain.o underscore.o   ../libiberty/libiberty.a
make[2]: Leaving directory 
`/home/buildsys/build/intel1/basic/native/toolchain/gcc'
echo timestamp > stage3_build
echo stage3_build > stage_last
 
Bootstrap complete - make "quickstrap" to redo last build,
"restage1" through "restage3" to rebuild specific stages,
or "cleanstrap" to redo the bootstrap from scratch.
make[1]: Leaving directory 
`/home/buildsys/build/intel1/basic/native/toolchain/gcc'
Comparing stage2 and stage3 of the compiler
make[1]: Entering directory 
`/home/buildsys/build/intel1/basic/native/toolchain/gcc'
rm -f .bad_compare
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare 
| sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
for file in *.o; do \
  tail +16c ./$file > tmp-foo1; \
  tail +16c stage$stage/$file > tmp-foo2 \
    && (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >> 
.bad_compare) || true; \
done
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare 
| sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
for dir in tmp-foo intl cp f java objc; do \
  if [ "`echo $dir/*.o`" != "$dir/*.o" ] ; then \
    for file in $dir/*.o; do \
      tail +16c ./$file > tmp-foo1; \
      tail +16c stage$stage/$file > tmp-foo2 \
        && (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >> 
.bad_compare) || true; \
    done; \
  else true; fi; \
done
rm -f tmp-foo*
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare 
| sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
  echo "Bootstrap comparison failure!"; \
  cat .bad_compare; \
  exit 1; \
else \
  case "compare" in \
    *-lean ) rm -rf stage$stage ;; \
    *) ;; \
  esac; true; \
fi
Bootstrap comparison failure!
c-parse.o differs
objc-parse.o differs
make[1]: *** [compare] Error 1
make[1]: Leaving directory 
`/home/buildsys/build/intel1/basic/native/toolchain/gcc'
make: *** [bootstrap] Error 2
                              

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

* Re: gcc HEAD fails to build.
  2001-12-08 23:12 gcc HEAD fails to build George France
@ 2001-12-08 23:17 ` David Edelsohn
  2001-12-09  1:52   ` Aldy Hernandez
  0 siblings, 1 reply; 3+ messages in thread
From: David Edelsohn @ 2001-12-08 23:17 UTC (permalink / raw)
  To: George France; +Cc: gcc, Aldy Hernandez

>>>>> George France writes:

George> gcc from the HEAD cvs tree snapshot that I took an hour ago is failing to 
George> build on i686-pc-linux-gnu, as follows: 

George> It built correctly from the cvs snapshot that I took 24 hours ago.  Any Ideas 
George> what has changed???

	Are you sure that c-parse.in did not change between the phases?
That is exactly the files affected by Aldy's patch.  If not, you might try
reverting Aldy's patch because his report of libstdc++ build failure is
worrisome. 

David

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

* Re: gcc HEAD fails to build.
  2001-12-08 23:17 ` David Edelsohn
@ 2001-12-09  1:52   ` Aldy Hernandez
  0 siblings, 0 replies; 3+ messages in thread
From: Aldy Hernandez @ 2001-12-09  1:52 UTC (permalink / raw)
  To: David Edelsohn; +Cc: George France, gcc

On Sat, 2001-12-08 at 23:11, David Edelsohn wrote:
> >>>>> George France writes:
> 
> George> gcc from the HEAD cvs tree snapshot that I took an hour ago is failing to 
> George> build on i686-pc-linux-gnu, as follows: 
> 
> George> It built correctly from the cvs snapshot that I took 24 hours ago.  Any Ideas 
> George> what has changed???
> 
> 	Are you sure that c-parse.in did not change between the phases?
> That is exactly the files affected by Aldy's patch.  If not, you might try
> reverting Aldy's patch because his report of libstdc++ build failure is
> worrisome. 

i've been noticing that too.  i thought c-parse.in did not affect c++.

in any case, i'm going to investigate.

> 
> David
-- 
Aldy Hernandez			E-mail: aldyh@redhat.com
Professional Gypsy
Red Hat, Inc.

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

end of thread, other threads:[~2001-12-09  7:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-08 23:12 gcc HEAD fails to build George France
2001-12-08 23:17 ` David Edelsohn
2001-12-09  1:52   ` Aldy Hernandez

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).