From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 520B71F453 for ; Sat, 19 Jan 2019 10:37:14 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id A5926121BAF; Sat, 19 Jan 2019 19:37:11 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 12312121B0A for ; Sat, 19 Jan 2019 19:37:08 +0900 (JST) Received: by filter0050p3mdw1.sendgrid.net with SMTP id filter0050p3mdw1-11040-5C42FDD2-2 2019-01-19 10:37:06.110035343 +0000 UTC m=+376405.218974060 Received: from herokuapp.com (ec2-54-161-218-154.compute-1.amazonaws.com [54.161.218.154]) by ismtpd0041p1mdw1.sendgrid.net (SG) with ESMTP id irdBhvhsS46AgMyJIs0VoQ for ; Sat, 19 Jan 2019 10:37:05.913 +0000 (UTC) Date: Sat, 19 Jan 2019 10:37:07 +0000 (UTC) From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 66623 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11602 X-Redmine-Issue-Author: Ruben_r X-Redmine-Issue-Assignee: kosaki X-Redmine-Sender: hsbt X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS68Q/z4cTP4/rgyQ9Kc2bmy4NCyaUVG9h4Z66 TXOf3IlsH0+056qY3uMFMFL0wLv3JZ8rSD4owaXgSKfFwbfFT6z1qz//rJJNtmDsOH1oR9BKoKJKNK 9q8L31L+9JJNEgmBOzly2Qg8Y0oKuJxfcuMKQDVsauNur6HBdahzvh4ycg== X-ML-Name: ruby-core X-Mail-Count: 91177 Subject: [ruby-core:91177] [Ruby trunk Bug#11602] Compile error on CentOS: Segmentation fault after "linking miniruby" X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11602 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Open to Rejected CentOS 5 and Ruby 2.1 are EOL. ---------------------------------------- Bug #11602: Compile error on CentOS: Segmentation fault after "linking miniruby" https://bugs.ruby-lang.org/issues/11602#change-76408 * Author: Ruben_r (Ruben Ambarcumyanc) * Status: Rejected * Priority: Normal * Assignee: kosaki (Motohiro KOSAKI) * Target version: * ruby -v: 2.1.7 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- Hi, I can't to compile Ruby 2.1.7 on the one of our servers: configure: ruby-2.1.7 # ./configure ... checking for nroff... /usr/bin/nroff .ext/include/x86_64-linux/ruby/config.h updated ruby library version = 2.1.0 configure: creating ./config.status config.status: creating GNUmakefile config.status: creating Makefile config.status: creating ruby-2.1.pc make: ruby-2.1.7 #make CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -std=iso9899:1999 XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fvisibility=hidden -DRUBY_EXPORT -fPIE CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I. DLDFLAGS = -fstack-protector -pie SOLIBS = Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-55) compiling main.c ... compiling addr2line.c compiling dmyext.c linking miniruby make: *** [.rbconfig.time] Segmentation fault (core dumped) Server OS: CentOS 5.11 x86_64 Core dump and config.log were attached. Ruby 2.1.6 compiled successfully at the same server. ---Files-------------------------------- core.30886 (532 KB) config.log (864 KB) -- https://bugs.ruby-lang.org/