Opened 6 years ago

Last modified 5 years ago

#57135 closed defect

gcc8 powerpc-darwin9-apple: build fails at ../move-if-change tmp-constants.h insn-constants.h — at Initial Version

Reported by: kencu (Ken) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: kencu (Ken)
Port: gcc8

Description

I'd like to use this ticket to track the potential success of building gcc8 on powerpc leopard and Tiger.

On PPC Leopard the build proceeds a reasonable distance until:

build/genconstants /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc8/gcc8/work/gcc-8.2.0/gcc/common.md /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc8/gcc8/work/gcc-8.2.0/gcc/config/rs6000/rs6000.md \
	   > tmp-constants.h
/bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc8/gcc8/work/gcc-8.2.0/gcc/../move-if-change tmp-constants.h insn-constants.h
echo timestamp > s-constants
build/gencfn-macros -c \
	  > tmp-case-cfn-macros.h
build/gencfn-macros: DEF_INTERNAL_FLT_FN (ACOS) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (ASIN) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (ATAN) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (COS) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (EXP) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (EXP10) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (EXP2) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (EXPM1) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (LOG) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (LOG10) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (LOG1P) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (LOG2) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (LOGB) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (SIN) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (SQRT) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (TAN) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (CEIL) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (FLOOR) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (RINT) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (ROUND) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (TRUNC) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (ATAN2) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (FMOD) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (POW) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (SCALB) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (FMIN) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (FMAX) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_FLT_FN (LDEXP) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_INT_FN (CLRSB) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_INT_FN (CLZ) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_INT_FN (CTZ) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_INT_FN (FFS) has no associated built-in functions
build/gencfn-macros: DEF_INTERNAL_INT_FN (PARITY) has no associated built-in functions
make[3]: *** [s-case-cfn-macros] Error 1
make[3]: *** Waiting for unfinished jobs....

Change History (1)

Changed 6 years ago by kencu (Ken)

first build attempt gcc 8.2.0 20180915

Note: See TracTickets for help on using tickets.