public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/17494] New: boehm-gc autoconf failure on bootstrap
@ 2004-09-15  7:02 aaronavay62 at aaronwl dot com
  2004-09-15  7:36 ` [Bug java/17494] " pinskia at gcc dot gnu dot org
  2004-09-15  7:41 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: aaronavay62 at aaronwl dot com @ 2004-09-15  7:02 UTC (permalink / raw)
  To: java-prs

When bootstrapping with java enabled:

Making all in include
make[3]: Entering directory
`/aaronwl/cs/compilers/gcc/build/mingw-head/i686-pc-mingw32/boehm-gc/include'
cd ../../../../../src/cvs/head/gcc/boehm-gc && /bin/sh
/aaronwl/cs/compilers/gcc/src/cvs/head/gcc/missing --run autoheader
autoheader: warning: missing template: ALL_INTERIOR_POINTERS
autoheader: Use AC_DEFINE([ALL_INTERIOR_POINTERS], [], [Description])
autoheader: warning: missing template: ATOMIC_UNCOLLECTABLE
autoheader: warning: missing template: DATASTART_IS_ETEXT
autoheader: warning: missing template: DBG_HDRS_ALL
autoheader: warning: missing template: DGUX_THREADS
autoheader: warning: missing template: ECOS
autoheader: warning: missing template: GC_AIX_THREADS
autoheader: warning: missing template: GC_DARWIN_THREADS
autoheader: warning: missing template: GC_DGUX386_THREADS
autoheader: warning: missing template: GC_FREEBSD_THREADS
autoheader: warning: missing template: GC_GCJ_SUPPORT
autoheader: warning: missing template: GC_HPUX_THREADS
autoheader: warning: missing template: GC_IRIX_THREADS
autoheader: warning: missing template: GC_LINUX_THREADS
autoheader: warning: missing template: GC_OSF1_THREADS
autoheader: warning: missing template: GC_SOLARIS_PTHREADS
autoheader: warning: missing template: GC_SOLARIS_THREADS
autoheader: warning: missing template: GC_WIN32_THREADS
autoheader: warning: missing template: JAVA_FINALIZATION
autoheader: warning: missing template: KEEP_BACK_PTRS
autoheader: warning: missing template: MAKE_BACK_GRAPH
autoheader: warning: missing template: NO_DEBUGGING
autoheader: warning: missing template: NO_EXECUTE_PERMISSION
autoheader: warning: missing template: NO_SIGNALS
autoheader: warning: missing template: NO_SIGSET
autoheader: warning: missing template: PARALLEL_MARK
autoheader: warning: missing template: SAVE_CALL_COUNT
autoheader: warning: missing template: SILENT
autoheader: warning: missing template: SOLARIS25_PROC_VDB_BUG_FIXED
autoheader: warning: missing template: STACKBASE
autoheader: warning: missing template: SUNOS53_SHARED_LIB
autoheader: warning: missing template: THREAD_LOCAL_ALLOC
autoheader: warning: missing template: _POSIX_C_SOURCE
autoheader: warning: missing template: _REENTRANT
make[3]: *** [../../../../../src/cvs/head/gcc/boehm-gc/include/gc_config.h.in]
Error 1
make[3]: Leaving directory
`/aaronwl/cs/compilers/gcc/build/mingw-head/i686-pc-mingw32/boehm-gc/include'
make[2]: *** [all-recursive] Error 1

Not being particularly familiar with autoconf, I can't figure out why this is
happening.

autoconf 2.59
automake 1.9.1

GNU C version 4.0.0 20040914
(experimental) (i686-pc-mingw32)

../../src/cvs/head/gcc/configure --enable-languages=ada,c,c++,f95,java,objc --
with-dwarf2 --enable-libmudflap --enable-libgcj --with-win32-nlsapi=unicows --
enable-libstdcxx-allocator=mt --enable-libstdcxx-debug --
prefix=/aaronwl/cs/env/mingw-head-head-head-20040913 --enable-maintainer-mode -
-with-included-gettext --with-libiconv-
prefix=/aaronwl/cs/internat/iconv/install --with-gmp=/aaronwl/cs/env/mingw-
head-head-head-20040913 --with-mpfr=/aaronwl/cs/env/mingw-head-head-head-
20040913

i686-pc-mingw32
Windows XP SP2 Professional
Pentium 4 256MB
Cygwin Current Tue Sep 07 08:20:57 2004
binutils 2.15
mingwrt 3.5
msvcrt 7.0.2600.2180
w32api 3.1
libiconv 1.9.1

-- 
           Summary: boehm-gc autoconf failure on bootstrap
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aaronavay62 at aaronwl dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: i686-pc-mingw32
  GCC host triplet: i686-pc-mingw32
GCC target triplet: i686-pc-mingw32


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


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

* [Bug java/17494] boehm-gc autoconf failure on bootstrap
  2004-09-15  7:02 [Bug java/17494] New: boehm-gc autoconf failure on bootstrap aaronavay62 at aaronwl dot com
@ 2004-09-15  7:36 ` pinskia at gcc dot gnu dot org
  2004-09-15  7:41 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-15  7:36 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-15 07:36 -------
autoheader should not be ran at all because we already generated needed files. try using gcc_update 
when updating your source which auto touches the files.

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


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


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

* [Bug java/17494] boehm-gc autoconf failure on bootstrap
  2004-09-15  7:02 [Bug java/17494] New: boehm-gc autoconf failure on bootstrap aaronavay62 at aaronwl dot com
  2004-09-15  7:36 ` [Bug java/17494] " pinskia at gcc dot gnu dot org
@ 2004-09-15  7:41 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-15  7:41 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-15 07:41 -------
oh, I just noticed you used --enable-maintainer-mode, well don't, this is what is causing your 
bootstrap failure.  It is really not support for GCC development.

-- 


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


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

end of thread, other threads:[~2004-09-15  7:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-15  7:02 [Bug java/17494] New: boehm-gc autoconf failure on bootstrap aaronavay62 at aaronwl dot com
2004-09-15  7:36 ` [Bug java/17494] " pinskia at gcc dot gnu dot org
2004-09-15  7:41 ` 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).