Bug 1296915 - c++: 编译器内部错误:已杀死(程序 cc1plus)
Summary: c++: 编译器内部错误:已杀死(程序 cc1plus)
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: make
Version: 4.8
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Patsy Griffin
QA Contact: qe-baseos-tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-08 12:37 UTC by septnn
Modified: 2018-03-22 19:53 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-03-22 19:53:44 UTC
Target Upstream Version:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.