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 1FCAE19C0535 for ; Mon, 30 Nov 2015 22:56:29 +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 387B8B5D8FC for ; Mon, 30 Nov 2015 23:27:47 +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 10EA018CC7B6 for ; Mon, 30 Nov 2015 23:27:48 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id D152A1204D4; Mon, 30 Nov 2015 23:27:46 +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 71AC51204D0 for ; Mon, 30 Nov 2015 23:27:42 +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=bg0Q8Wx8X83scN70+NG33gL+e7E=; b=BmKaXQk+SIgnScDMW6 Hpif2qI4frNXJIvsgzwxk1ToYwodatVrh8ZTj9rl5sqCtmfDPGfc5R8nXPyHPeXH gGCfBJ4Kl3ChJTDaob9yP6U4pKEtFQFmOTsrBP974C3o7IDMzQDbC/9vlsQD4VNn Kyvrk6iUMXtJpgA3x3gM/8VRQ= Received: by filter0555p1mdw1.sendgrid.net with SMTP id filter0555p1mdw1.4824.565C5CD620 2015-11-30 14:27:34.499392789 +0000 UTC Received: from herokuapp.com (ec2-54-82-47-117.compute-1.amazonaws.com [54.82.47.117]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id blXRZDj5T0SUOO5hGXrSsg for ; Mon, 30 Nov 2015 14:27:34.373 +0000 (UTC) Date: Mon, 30 Nov 2015 14:27:34 +0000 From: bar.hofesh@safe-t.com 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: 46444 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11753 X-Redmine-Issue-Author: bararchy X-Redmine-Sender: bararchy 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS7o/aKOLJIxZ3jfPC2+7henoHGOXjIFem9Cdf 1QtWzx+eypbUNShW60qxTtpsXlKYgoAYQxsJdTmrATKoFPd1bJVBDWf1kZ2UcL+4SDVU0plP2bovb2 Q0jRh2DBEk6quXHLPLLuQhfD1LqaNjCEf80B X-ML-Name: ruby-core X-Mail-Count: 71757 Subject: [ruby-core:71757] [Ruby trunk - Bug #11753] [Open] 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 reported by Bar Hofesh. ---------------------------------------- Bug #11753: Building ruby-git on Arch Linux eats all memory on ./configure https://bugs.ruby-lang.org/issues/11753 * Author: Bar Hofesh * Status: Open * 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/