From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id CDB5319C0534 for ; Tue, 1 Dec 2015 12:41:57 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 415FBB5D844 for ; Tue, 1 Dec 2015 13:13:18 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 8D3B018CC7AF for ; Tue, 1 Dec 2015 13:13:18 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id E39831204CA; Tue, 1 Dec 2015 13:13:16 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 1E42112044F for ; Tue, 1 Dec 2015 13:13:12 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=29TYMyEmWaArGIlTeEbUYPEXe2M=; b=L7fzONKqRlnQGLj9U/ 4dhQPlTjgez9rg2R/iyug9LMf0PR/jw6xa5lm7e8T7v2lXz86VupcLFn1CFwm0lr Al50rDV3zKGACFXgVj0W0qLLxhirocq5//deCQCeFULYKNPufn9+ZGB0+s1j5Sae NPHBJCl7T3UoE6pb0FQ7kjlqE= Received: by filter0424p1mdw1.sendgrid.net with SMTP id filter0424p1mdw1.20305.565D1E5549 2015-12-01 04:13:09.799468566 +0000 UTC Received: from herokuapp.com (ec2-54-196-202-29.compute-1.amazonaws.com [54.196.202.29]) by ismtpd0006p1iad1.sendgrid.net (SG) with ESMTP id q6cWb80GSNCWYX_mmY34uw for ; Tue, 01 Dec 2015 04:13:09.731 +0000 (UTC) Date: Tue, 01 Dec 2015 04:13:09 +0000 From: nobu@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 46455 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11753 X-Redmine-Issue-Author: bararchy X-Redmine-Sender: nobu 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS77G93X7RZF4bj5ZcN3N2BApbQmyqXtKhuiE9 umbrydWMdlRC1JMkCm9AWGLjiRk7qt3gpqC3NMwtBPJvs1ocZvUIFCyLkktTFs/WSVuwDp9XnIob09 cLFk4QubVAaO7394q19mGwI/L0cADq8qsNp+ X-ML-Name: ruby-core X-Mail-Count: 71768 Subject: [ruby-core:71768] [Ruby trunk - Bug #11753] [Third Party's Issue] Building ruby-git on Arch Linux eats all memory on ./configure 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: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11753 has been updated by Nobuyoshi Nakada. Status changed from Open to Third Party's Issue It's a part of standard `AC_INIT()`. Probably a bug of Arch Linux which `autoconf` does not support yet. Please report it to [Arch Linux](https://bugs.archlinux.org/) and/or [`autoconf`](http://www.gnu.org/software/autoconf/autoconf.html#bug), with exact versions of the OS and `autoconf`. ---------------------------------------- Bug #11753: Building ruby-git on Arch Linux eats all memory on ./configure https://bugs.ruby-lang.org/issues/11753#change-55178 * Author: Bar Hofesh * Status: Third Party's Issue * Priority: Normal * Assignee: * ruby -v: * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- Hi, I'm trying to build Ruby from sources. What I tried: 1) Build from git using git clone, autoconf, ./configure 2) Build with RVM versions 2.2.1, 2.2-head, 2.1.5, ruby-head All have failed when reaching the "./configure" phase. It seems that all memory is getting eat up and the system hangs unless a quick "Ctrl + C" is pressed to stop the process. Notes: * I had ruby installed and working until trying to re-build * I had a system restore which left most of /home/ with wrong permissions (was taken care of but maybe Ruby's configure needs some files with +x which don't have them right now?) * Other programs which relays on "./configure" scripts work and build without issues. -- https://bugs.ruby-lang.org/