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 2F5A817C6FF3 for ; Tue, 10 Apr 2012 15:18:54 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 40DFDEA6A70 for ; Tue, 10 Apr 2012 15:01:12 +0900 (JST) Received: from localhost (localhost.nagaokaut.ac.jp [127.0.0.1]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id A60978FC21 for ; Tue, 10 Apr 2012 15:01:12 +0900 (JST) X-Virus-Scanned: amavisd-new at funfun.nagaokaut.ac.jp Received: from funfun.nagaokaut.ac.jp ([127.0.0.1]) by localhost (funfun.nagaokaut.ac.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kPcSB2-qiXCk for ; Tue, 10 Apr 2012 15:01:12 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 81F4B8FC2F for ; Tue, 10 Apr 2012 15:01:12 +0900 (JST) Received: from carbon.ruby-lang.org (unknown [221.186.184.68]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 16A7F95251F for ; Tue, 10 Apr 2012 15:01:10 +0900 (JST) Received: from beryllium.ruby-lang.org (beryllium.ruby-lang.org [127.0.0.1]) by carbon.ruby-lang.org (Postfix) with ESMTP id ED0E33C21F136; Tue, 10 Apr 2012 15:00:24 +0900 (JST) Received: from fluorine.ruby-lang.org (www.rubyist.net [210.251.121.216]) by carbon.ruby-lang.org (Postfix) with ESMTP id 1FAD13C224C7F for ; Tue, 10 Apr 2012 15:00:19 +0900 (JST) Received: from ruby-lang.org (localhost [127.0.0.1]) by fluorine.ruby-lang.org (Postfix) with ESMTP id 0A14B3ED20 for ; Tue, 10 Apr 2012 15:00:19 +0900 (JST) Delivered-To: ruby-core@ruby-lang.org Date: Tue, 10 Apr 2012 15:00:19 +0900 Posted: Tue, 10 Apr 2012 15:00:18 +0900 From: "nobu (Nobuyoshi Nakada)" Reply-To: ruby-core@ruby-lang.org Subject: [ruby-core:44252] [ruby-trunk - Bug #6275] symbol not found: _environ on Mac OS X To: ruby-core@ruby-lang.org Message-Id: References: X-ML-Name: ruby-core X-Mail-Count: 44252 X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post) X-ML-Info: If you have a question, send e-mail with the body "help" (without quotes) to the address ruby-core-ctl@ruby-lang.org; help= X-Mailer: Redmine X-Spam-Checker-Version: SpamAssassin 3.1.7-deb3 (2006-10-05) on carbon.ruby-lang.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=7.0 tests=BAYES_50,CONTENT_TYPE_PRESENT, FORGED_RCVD_HELO,X_MAILER_PRESENT autolearn=disabled version=3.1.7-deb3 X-Redmine-Issue-Author: stonep X-Redmine-Issue-Assignee: sorah X-Auto-Response-Suppress: OOF X-Redmine-Issue-Id: 6275 X-Redmine-Mailinglistintegration-Message-Ids: 14276 X-Redmine-Project: ruby-trunk Auto-Submitted: auto-generated X-Redmine-Site: Ruby Issue Tracking System X-Redmine-Host: bugs.ruby-lang.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Precedence: bulk List-Id: ruby-core.ruby-lang.org List-Software: fml [fml 4.0.3 release (20011202/4.0.3)] List-Post: List-Owner: List-Help: List-Unsubscribe: Issue #6275 has been updated by nobu (Nobuyoshi Nakada). The patch seems fine, and hash.c has similar code already. ---------------------------------------- Bug #6275: symbol not found: _environ on Mac OS X https://bugs.ruby-lang.org/issues/6275#change-25783 Author: stonep (dehui peng) Status: Assigned Priority: Normal Assignee: sorah (Shota Fukumori) Category: Target version: ruby -v: ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin10] 1. download latest ruby 2. download vim7.3 and built with ruby support 3. run vim73, and type: ruby puts "ruby" at ":" 4. Symbol not found: _environ And my patch is in the attached file. -- http://bugs.ruby-lang.org/