Bug 1296915

Summary: c++: 编译器内部错误:已杀死(程序 cc1plus)
Product: Red Hat Enterprise Linux 4 Reporter: septnn <septnn>
Component: makeAssignee: Patsy Griffin <pfrankli>
Status: CLOSED WONTFIX QA Contact: qe-baseos-tools-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.8   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-22 19:53:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description septnn 2016-01-08 12:37:04 UTC
Description of problem:
make mysql5.7

Version-Release number of selected component (if applicable):
Linux version 3.10.0-229.el7.x86_64 (builder.centos.org) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Fri Mar 6 11:36:42 UTC 2015

How reproducible:


Steps to Reproduce:
# wget http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.10.tar.gz
# tar xvf
# cd
# yum install cmake ncurses-devel gcc-c++ bison -y
# useradd mysql
# cmake .    -DDOWNLOAD_BOOST=1 -DWITH_BOOST=/usr/local/boost
# make

Actual results:
[ 56%] Building CXX object sql/CMakeFiles/sql.dir/item_geofunc.cc.o
c++: 编译器内部错误:已杀死(程序 cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[2]: *** [sql/CMakeFiles/sql.dir/item_geofunc.cc.o] 错误 4
make[1]: *** [sql/CMakeFiles/sql.dir/all] 错误 2
make: *** [all] 错误 2

Expected results:
is ok

Additional info:
# centos 7.0