public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/55790] New: Build Failure on Head Targeting x86_64 Linux
@ 2012-12-22 16:24 joel at gcc dot gnu.org
  2012-12-31 16:15 ` [Bug bootstrap/55790] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: joel at gcc dot gnu.org @ 2012-12-22 16:24 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55790
           Summary: Build Failure on Head Targeting x86_64 Linux
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: joel@gcc.gnu.org


Sat Dec 22 16:21:57 UTC 2012 (revision 194694)

Host: Fedora 16 x86_64
Native GCC: gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2)

/users/joel/test-gcc/gcc-svn/configure --disable-werror
--enable-languages=c,c++ --prefix=/users/joel/test-gcc/install-svn

Fails to build at this:

g++ -c   -g -DIN_GCC   -fno-exceptions -fno-rtti -fasynchronous-unwind-tables
-W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common 
-DHAVE_CONFIG_H -I. -I. -I/users/joel/test-gcc/gcc-svn/gcc
-I/users/joel/test-gcc/gcc-svn/gcc/.
-I/users/joel/test-gcc/gcc-svn/gcc/../include
-I/users/joel/test-gcc/gcc-svn/gcc/../libcpp/include
-I/users/joel/test-gcc/b-native/./gmp -I/users/joel/test-gcc/gcc-svn/gmp
-I/users/joel/test-gcc/b-native/./mpfr/src
-I/users/joel/test-gcc/gcc-svn/mpfr/src -I/users/joel/test-gcc/gcc-svn/mpc/src 
-I/users/joel/test-gcc/gcc-svn/gcc/../libdecnumber
-I/users/joel/test-gcc/gcc-svn/gcc/../libdecnumber/bid -I../libdecnumber
-I/users/joel/test-gcc/gcc-svn/gcc/../libbacktrace    \
  insn-preds.c -o insn-preds.o
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md: In function ‘const char*
output_762(rtx_def**, rtx)’:
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:12617:12: error:
‘ASM_BYTE’ was not declared in this scope
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:12620:10: error:
‘ASM_SHORT’ was not declared in this scope
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md: In function ‘const char*
output_763(rtx_def**, rtx)’:
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:12617:12: error:
‘ASM_BYTE’ was not declared in this scope
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:12620:10: error:
‘ASM_SHORT’ was not declared in this scope
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md: In function ‘const char*
output_967(rtx_def**, rtx)’:
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:17473:10: error:
‘ASM_SHORT’ was not declared in this scope
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:17473:20: error: expected
‘;’ before string constant
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:17473:28: warning:
statement has no effect [-Wunused-value]
/users/joel/test-gcc/gcc-svn/gcc/config/i386/i386.md:17474:1: warning: control
reaches end of non-void function [-Wreturn-type]


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

* [Bug bootstrap/55790] Build Failure on Head Targeting x86_64 Linux
  2012-12-22 16:24 [Bug bootstrap/55790] New: Build Failure on Head Targeting x86_64 Linux joel at gcc dot gnu.org
@ 2012-12-31 16:15 ` rguenth at gcc dot gnu.org
  2013-01-07 17:07 ` joel at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-12-31 16:15 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> 2012-12-31 16:15:11 UTC ---
I've seen this as well at some point - make sure your tree is clean, there
seem to be missing dependencies.


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

* [Bug bootstrap/55790] Build Failure on Head Targeting x86_64 Linux
  2012-12-22 16:24 [Bug bootstrap/55790] New: Build Failure on Head Targeting x86_64 Linux joel at gcc dot gnu.org
  2012-12-31 16:15 ` [Bug bootstrap/55790] " rguenth at gcc dot gnu.org
@ 2013-01-07 17:07 ` joel at gcc dot gnu.org
  2013-01-07 17:40 ` joel at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: joel at gcc dot gnu.org @ 2013-01-07 17:07 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Joel Sherrill <joel at gcc dot gnu.org> 2013-01-07 17:07:05 UTC ---
The gcc dependencies are reminding me of the pre-egcs days. I hope we don't
return there. :(

Anyway.. These are the sources I have linked into today's gcc-svn. This is what
I had been using over the holidays to test using Centos 6.x. But this isn't
working on a Fedora host. 

$ ls -l | grep " -> "
lrwxrwxrwx  1 joel rtems      33 Jan  7 10:03 cloog ->
/users/joel/test-gcc/cloog-0.17.0
lrwxrwxrwx  1 joel rtems      29 Dec 22 10:15 gmp ->
/home/joel/test-gcc/gmp-5.1.0
lrwxrwxrwx  1 joel rtems      28 Dec 22 10:16 isl ->
/home/joel/test-gcc/isl-0.10
lrwxrwxrwx  1 joel rtems      44 Oct 28  2011 libgloss ->
/users/joel/test-gcc/newlib-cvs/src/libgloss
lrwxrwxrwx  1 joel rtems      29 Dec 22 10:14 mpc ->
/home/joel/test-gcc/mpc-1.0.1
lrwxrwxrwx  1 joel rtems      30 Dec 22 10:13 mpfr ->
/home/joel/test-gcc/mpfr-3.1.1
lrwxrwxrwx  1 joel rtems      42 Oct 28  2011 newlib ->
/users/joel/test-gcc/newlib-cvs/src/newlib

Do you have to use any special configure option when using these sources inside
the gcc tree?


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

* [Bug bootstrap/55790] Build Failure on Head Targeting x86_64 Linux
  2012-12-22 16:24 [Bug bootstrap/55790] New: Build Failure on Head Targeting x86_64 Linux joel at gcc dot gnu.org
  2012-12-31 16:15 ` [Bug bootstrap/55790] " rguenth at gcc dot gnu.org
  2013-01-07 17:07 ` joel at gcc dot gnu.org
@ 2013-01-07 17:40 ` joel at gcc dot gnu.org
  2013-01-08  9:58 ` rguenth at gcc dot gnu.org
  2013-01-08 20:33 ` joel at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: joel at gcc dot gnu.org @ 2013-01-07 17:40 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Joel Sherrill <joel at gcc dot gnu.org> 2013-01-07 17:39:59 UTC ---
I don't see where att.h or bsd.h is being included. I grep'ed gcc/*.h in the
build tree and source tree and don't see any includes for them. Is it possible
that tm_file is being reset and losing it?

tm_defines=' LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 DEFAULT_LIBC=LIBC_GLIBC
ANDROID_DEFAULT=0'
tm_file_list='options.h $(srcdir)/config/vxworks-dummy.h
$(srcdir)/config/i386/biarch64.h $(srcdir)/config/i386/i386.h
$(srcdir)/config/linux-android.h $(srcdir)/config/initfini-array.h
$(srcdir)/defaults.h'
tm_include_list='options.h insn-constants.h config/vxworks-dummy.h
config/i386/biarch64.h config/i386/i386.h config/linux-android.h
config/initfini-array.h defaults.h'
tm_p_file_list=' $(srcdir)/config/i386/i386-protos.h tm-preds.h'
tm_p_include_list=' config/i386/i386-protos.h tm-preds.h'
tmake_file=' $(srcdir)/config/t-slibgcc $(srcdir)/config/t-glibc'

I tried --disable-multilib but that didn't help.


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

* [Bug bootstrap/55790] Build Failure on Head Targeting x86_64 Linux
  2012-12-22 16:24 [Bug bootstrap/55790] New: Build Failure on Head Targeting x86_64 Linux joel at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-01-07 17:40 ` joel at gcc dot gnu.org
@ 2013-01-08  9:58 ` rguenth at gcc dot gnu.org
  2013-01-08 20:33 ` joel at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-01-08  9:58 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-01-08
     Ever Confirmed|0                           |1

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-08 09:58:26 UTC ---
ASM_BYTE is supposed to be included from config/i386/att.h via the generated
file tm.h.

You should look at preprocessed source with -dD to see why it is missing
for you.


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

* [Bug bootstrap/55790] Build Failure on Head Targeting x86_64 Linux
  2012-12-22 16:24 [Bug bootstrap/55790] New: Build Failure on Head Targeting x86_64 Linux joel at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-01-08  9:58 ` rguenth at gcc dot gnu.org
@ 2013-01-08 20:33 ` joel at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: joel at gcc dot gnu.org @ 2013-01-08 20:33 UTC (permalink / raw)
  To: gcc-bugs


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

Joel Sherrill <joel at gcc dot gnu.org> changed:

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

--- Comment #5 from Joel Sherrill <joel at gcc dot gnu.org> 2013-01-08 20:32:45 UTC ---
I noticed that a file had a conflict. The conflict notice was buried in streams
of svn up output until today when only a few files updated. I wonder if the
output of "svn up" reflects there was a conflict and if gcc_update could report
it.

After a fresh checkout, all appears to be OK. Closing.

Sorry for the PR. Now back to testing cross compilers.


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

end of thread, other threads:[~2013-01-08 20:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-22 16:24 [Bug bootstrap/55790] New: Build Failure on Head Targeting x86_64 Linux joel at gcc dot gnu.org
2012-12-31 16:15 ` [Bug bootstrap/55790] " rguenth at gcc dot gnu.org
2013-01-07 17:07 ` joel at gcc dot gnu.org
2013-01-07 17:40 ` joel at gcc dot gnu.org
2013-01-08  9:58 ` rguenth at gcc dot gnu.org
2013-01-08 20:33 ` joel at gcc dot gnu.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).