public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/13891] New: gmake bootstrap fails
@ 2004-01-28  4:15 han at mijncomputer dot nl
  2004-01-28  4:48 ` [Bug target/13891] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: han at mijncomputer dot nl @ 2004-01-28  4:15 UTC (permalink / raw)
  To: gcc-bugs

To reprocude the bug I did the following:
CC=egcc \
    ../gcc/configure \
    --enable-languages=c,c++,objc \
    --enable-threads=posix \
    --enable-__cxa_atexit \
    --enable-clocale=gnu \
    --enable-shared \
    --disable-nls
gmake bootstrap
nohup gmake bootstrap # to catch the output to file; see below.

egcc is (GCC) 3.3.2, the binary OpenBSD package maintained by Marc Espie.

I am trying to build gcc3.5 straight from cvs.


gmake[1]: Entering directory `/home/han/src/Gcc/build/libiberty'
gmake[2]: Entering directory `/home/han/src/Gcc/build/libiberty/testsuite'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/han/src/Gcc/build/libiberty/testsuite'
gmake[1]: Leaving directory `/home/han/src/Gcc/build/libiberty'
gmake[1]: Entering directory `/home/han/src/Gcc/build/intl'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/han/src/Gcc/build/intl'
Bootstrapping the compiler
gmake[1]: Entering directory `/home/han/src/Gcc/build/gcc'
gmake CC=" stage1/xgcc -Bstage1/ -B/usr/local/i386-unknown-openbsd3.4/bin/"
CC_FOR_BUILD=" stage1/xgcc -Bstage1/ -B/usr/local/i386-unknown-openbsd3.4/bin/" \
	 STAGE_PREFIX=stage1/ \
	 ADAFLAGS="" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)"
STRICT_WARN="-pedantic -Wno-long-long -Wold-style-definition -Werror"
libdir=/usr/local/lib LANGUAGES="c gcov gcov-dump c++ objc" MAKEINFO="makeinfo
--split-size=5000000" MAKEINFOFLAGS="--no-split" MAKEOVERRIDES=
OUTPUT_OPTION="-o \$@" \
	 CFLAGS="-g -O2" WERROR="-Werror" 
gmake[2]: Entering directory `/home/han/src/Gcc/build/gcc'
stage1/xgcc -Bstage1/ -B/usr/local/i386-unknown-openbsd3.4/bin/   -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wold-style-definition -Werror -fno-common  
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o genmodes \
 genmodes.o errors.o ../libiberty/libiberty.a
/usr/local/i386-unknown-openbsd3.4/bin/ld: warning: cannot find entry symbol
start; defaulting to 1c000340
/usr/lib/crt0.o(.text+0x8b): In function `___start':
: undefined reference to `__init'
/usr/lib/crt0.o(.text+0x9d): In function `___start':
: undefined reference to `main'
genmodes.o(.text+0x1c1): In function `new_mode':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:177: undefined reference to
`_htab_find'
genmodes.o(.text+0x20e):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:177:
undefined reference to `_xmalloc'
genmodes.o(.text+0x277):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:177:
undefined reference to `_htab_find_slot'
genmodes.o(.text+0x2af): In function `eq_mode':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:201: undefined reference to
`_strcmp'
genmodes.o(.text+0x36b): In function `new_adjust':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:270: undefined reference to
`_htab_find'
genmodes.o(.text+0x3a5):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:270:
undefined reference to `_xmalloc'
genmodes.o(.text+0x7db): In function `make_complex_modes':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:457: undefined reference to
`_snprintf'
genmodes.o(.text+0x7e7):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:457:
undefined reference to `_xstrdup'
genmodes.o(.text+0x82b):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:457:
undefined reference to `_strncpy'
genmodes.o(.text+0x836):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:457:
undefined reference to `_strchr'
genmodes.o(.text+0x903): In function `make_vector_modes':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:508: undefined reference to
`_snprintf'
genmodes.o(.text+0x942):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:508:
undefined reference to `_snprintf'
genmodes.o(.text+0x956):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:508:
undefined reference to `_xstrdup'
genmodes.o(.text+0xa0a): In function `make_vector_mode':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:662: undefined reference to
`_htab_find'
genmodes.o(.text+0xa63):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:662:
undefined reference to `_snprintf'
genmodes.o(.text+0xa8d):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:662:
undefined reference to `_xstrdup'
genmodes.o(.text+0xbe0): In function `calc_wider_mode':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:868: undefined reference to
`_qsort'
genmodes.o(.text+0xc5e): In function `emit_mode_name':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:882: undefined reference to
`_puts'
genmodes.o(.text+0xc80):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:882:
undefined reference to `_printf'
genmodes.o(.text+0xc9c):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:882:
undefined reference to `_puts'
genmodes.o(.text+0xd07): In function `emit_mode_class':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:942: undefined reference to
`_puts'
genmodes.o(.text+0xd32):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:942:
undefined reference to `_printf'
genmodes.o(.text+0xd4d):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:942:
undefined reference to `_printf'
genmodes.o(.text+0xd69):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:942:
undefined reference to `_puts'
genmodes.o(.text+0xdcb): In function `emit_mode_wider':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:1014: undefined reference
to `_puts'
genmodes.o(.text+0xdfc):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:1014:
undefined reference to `_printf'
genmodes.o(.text+0xe17):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:1014:
undefined reference to `_printf'
genmodes.o(.text+0xe33):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:1014:
undefined reference to `_puts'
genmodes.o(.text+0xe9a): In function `emit_class_narrowest_mode':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:1184: undefined reference
to `_puts'
genmodes.o(.text+0xec7):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:1184:
undefined reference to `_printf'
genmodes.o(.text+0xee2):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:1184:
undefined reference to `_printf'
genmodes.o(.text+0xf09):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:1184:
undefined reference to `_puts'
genmodes.o(.text+0x18a9): In function `main':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c: undefined reference to `_free'
genmodes.o(.text+0x18ae):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_xcalloc'
genmodes.o(.text+0x18c1):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_htab_create_alloc'
genmodes.o(.text+0x1df6):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x1e02):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x1e1c):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x1e45):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x1e60):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x1e81):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x1e9c):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x1ebc):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x1edd):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x1eff):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x1f1d):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x1f39):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x1f4a):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x1f67):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x1f85):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x1fa1):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x1fb6):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x1fc4):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x1feb):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x2006):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x2027):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x2042):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x2062):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x2073):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x207f):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x20a8):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x20c6):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x20e2):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x2103):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x2123):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x2141):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x215d):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x2172):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x218f):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x21ad):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x21e0):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x240d):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_abort'
genmodes.o(.text+0x2422):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x242e):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x244d):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `___sF'
genmodes.o(.text+0x2452):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_fflush'
genmodes.o(.text+0x2465):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `___sF'
genmodes.o(.text+0x246a):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_fclose'
genmodes.o(.text+0x2489):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x2495):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x24b9):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x24cb):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x24dd):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x24fe):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x2514):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x253b):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
more undefined references to `_printf' follow
genmodes.o(.text+0x2588): In function `main':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c: undefined reference to `_puts'
genmodes.o(.text+0x25a3):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x25ce):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x25ea):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x264c):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x2661):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x2682):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x26a3):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x26af):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_puts'
genmodes.o(.text+0x26f5):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x2707):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x272c):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x277c):/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:
undefined reference to `_printf'
genmodes.o(.text+0x296): In function `hash_mode':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/genmodes.c:184: undefined reference to
`_htab_hash_string'
errors.o(.text+0x23): In function `warning':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:57: undefined reference to
`___sF'
errors.o(.text+0x28):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:57:
undefined reference to `_fprintf'
errors.o(.text+0x37):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:57:
undefined reference to `___sF'
errors.o(.text+0x3c):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:57:
undefined reference to `_vfprintf'
errors.o(.text+0x43):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:57:
undefined reference to `___sF'
errors.o(.text+0x4a):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:57:
undefined reference to `_fputc'
errors.o(.text+0x6b): In function `error':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:74: undefined reference to
`___sF'
errors.o(.text+0x70):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:74:
undefined reference to `_fprintf'
errors.o(.text+0x7f):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:74:
undefined reference to `___sF'
errors.o(.text+0x84):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:74:
undefined reference to `_vfprintf'
errors.o(.text+0x8b):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:74:
undefined reference to `___sF'
errors.o(.text+0x92):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:74:
undefined reference to `_fputc'
errors.o(.text+0xbb): In function `fatal':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:89: undefined reference to
`___sF'
errors.o(.text+0xc0):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:89:
undefined reference to `_fprintf'
errors.o(.text+0xcf):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:89:
undefined reference to `___sF'
errors.o(.text+0xd4):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:89:
undefined reference to `_vfprintf'
errors.o(.text+0xdb):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:89:
undefined reference to `___sF'
errors.o(.text+0xe2):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:89:
undefined reference to `_fputc'
errors.o(.text+0x11b): In function `internal_error':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:108: undefined reference to
`___sF'
errors.o(.text+0x120):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:108:
undefined reference to `_fprintf'
errors.o(.text+0x12f):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:108:
undefined reference to `___sF'
errors.o(.text+0x134):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:108:
undefined reference to `_vfprintf'
errors.o(.text+0x13b):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:108:
undefined reference to `___sF'
errors.o(.text+0x142):/home/han/src/Gcc/build/gcc/../../gcc/gcc/errors.c:108:
undefined reference to `_fputc'
stage1/libgcc.a(__main.o)(.text+0x57): In function `__do_global_ctors':
/home/han/src/Gcc/build/gcc/../../gcc/gcc/libgcc2.c:1628: undefined reference to
`_atexit'
collect2: ld returned 1 exit status
gmake[2]: *** [genmodes] Error 1
gmake[2]: Leaving directory `/home/han/src/Gcc/build/gcc'
gmake[1]: *** [stage2_build] Error 2
gmake[1]: Leaving directory `/home/han/src/Gcc/build/gcc'
gmake: *** [bootstrap] Error 2

-- 
           Summary: gmake bootstrap fails
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: han at mijncomputer dot nl
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-openbsd3.4
  GCC host triplet: i386-unknown-openbsd3.4
GCC target triplet: i386-unknown-openbsd3.4


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


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

* [Bug target/13891] gmake bootstrap fails
  2004-01-28  4:15 [Bug bootstrap/13891] New: gmake bootstrap fails han at mijncomputer dot nl
@ 2004-01-28  4:48 ` pinskia at gcc dot gnu dot org
  2004-02-12 19:10 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-28  4:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-28 04:48 -------
The support for openbsd 3.4 (as 3.4 changed to elf) has not be commited for 3.5.0 so this is a non 
bug, but I keeping this open as an enhancement.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |NEW
          Component|bootstrap                   |target
     Ever Confirmed|                            |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-28 04:48:37
               date|                            |
   Target Milestone|---                         |3.5.0


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


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

* [Bug target/13891] gmake bootstrap fails
  2004-01-28  4:15 [Bug bootstrap/13891] New: gmake bootstrap fails han at mijncomputer dot nl
  2004-01-28  4:48 ` [Bug target/13891] " pinskia at gcc dot gnu dot org
@ 2004-02-12 19:10 ` pinskia at gcc dot gnu dot org
  2004-09-15  5:39 ` [Bug target/13891] support for openbsd 3.4 nonexistent pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-12 19:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |---


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


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

* [Bug target/13891] support for openbsd 3.4 nonexistent
  2004-01-28  4:15 [Bug bootstrap/13891] New: gmake bootstrap fails han at mijncomputer dot nl
  2004-01-28  4:48 ` [Bug target/13891] " pinskia at gcc dot gnu dot org
  2004-02-12 19:10 ` pinskia at gcc dot gnu dot org
@ 2004-09-15  5:39 ` pinskia at gcc dot gnu dot org
  2004-09-15  5:49 ` nospam-bugzilla at uun dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-15  5:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-15 05:39 -------
*** Bug 17492 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nospam-bugzilla at uun dot
                   |                            |org


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


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

* [Bug target/13891] support for openbsd 3.4 nonexistent
  2004-01-28  4:15 [Bug bootstrap/13891] New: gmake bootstrap fails han at mijncomputer dot nl
                   ` (2 preceding siblings ...)
  2004-09-15  5:39 ` [Bug target/13891] support for openbsd 3.4 nonexistent pinskia at gcc dot gnu dot org
@ 2004-09-15  5:49 ` nospam-bugzilla at uun dot org
  2005-01-09 19:58 ` [Bug target/13891] [3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: nospam-bugzilla at uun dot org @ 2004-09-15  5:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From nospam-bugzilla at uun dot org  2004-09-15 05:49 -------
Oops.  Sorry for submitting a duplicate.  On my system, the failure looks very
different from the output of this bug report, but the root of the problem is the
same, namely missing elf support.

If you are browsing the bugs database in the hopes of a workaround, try the
patch I submitted in bug 17492:

http://gcc.gnu.org/bugzilla/attachment.cgi?id=7136&action=view

-- 


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


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

* [Bug target/13891] [3.4/4.0 Regression] support for openbsd 3.4 nonexistent
  2004-01-28  4:15 [Bug bootstrap/13891] New: gmake bootstrap fails han at mijncomputer dot nl
                   ` (3 preceding siblings ...)
  2004-09-15  5:49 ` nospam-bugzilla at uun dot org
@ 2005-01-09 19:58 ` pinskia at gcc dot gnu dot org
  2005-01-19  7:28 ` mmitchel at gcc dot gnu dot org
  2005-01-19  7:30 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-09 19:58 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |minor
            Summary|support for openbsd 3.4     |[3.4/4.0 Regression] support
                   |nonexistent                 |for openbsd 3.4 nonexistent
   Target Milestone|---                         |4.0.0


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


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

* [Bug target/13891] [3.4/4.0 Regression] support for openbsd 3.4 nonexistent
  2004-01-28  4:15 [Bug bootstrap/13891] New: gmake bootstrap fails han at mijncomputer dot nl
                   ` (4 preceding siblings ...)
  2005-01-09 19:58 ` [Bug target/13891] [3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2005-01-19  7:28 ` mmitchel at gcc dot gnu dot org
  2005-01-19  7:30 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-01-19  7:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-01-19 07:28 -------
Removing target milestone; this is not release-critical.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.0                       |---


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


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

* [Bug target/13891] [3.4/4.0 Regression] support for openbsd 3.4 nonexistent
  2004-01-28  4:15 [Bug bootstrap/13891] New: gmake bootstrap fails han at mijncomputer dot nl
                   ` (5 preceding siblings ...)
  2005-01-19  7:28 ` mmitchel at gcc dot gnu dot org
@ 2005-01-19  7:30 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-19  7:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-19 07:29 -------
(In reply to comment #4)
> Removing target milestone; this is not release-critical.

Does not matter this has now been fixed, I had forgot to close it, oops.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-01-19  7:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-28  4:15 [Bug bootstrap/13891] New: gmake bootstrap fails han at mijncomputer dot nl
2004-01-28  4:48 ` [Bug target/13891] " pinskia at gcc dot gnu dot org
2004-02-12 19:10 ` pinskia at gcc dot gnu dot org
2004-09-15  5:39 ` [Bug target/13891] support for openbsd 3.4 nonexistent pinskia at gcc dot gnu dot org
2004-09-15  5:49 ` nospam-bugzilla at uun dot org
2005-01-09 19:58 ` [Bug target/13891] [3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
2005-01-19  7:28 ` mmitchel at gcc dot gnu dot org
2005-01-19  7:30 ` 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).