<!--
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Sun May 26 01:58:46 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.couchbase.com/issues/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+RCBC+AND+fixVersion+%3D+%221.2.0.z.beta2%22&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://www.couchbase.com/issues/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Couchbase</title>
        <link>http://www.couchbase.com/issues/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+RCBC+AND+fixVersion+%3D+%221.2.0.z.beta2%22</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="1" total="1"/>
                <build-info>
            <version>5.2.4</version>
            <build-number>845</build-number>
            <build-date>26-12-2012</build-date>
        </build-info>
<item>
            <title>[RCBC-82] gem install couchbase --pre on OSX 10.8.1 with Ruby 1.9.3-p194</title>
                <link>http://www.couchbase.com/issues/browse/RCBC-82</link>
                <project id="10048" key="RCBC">Couchbase Ruby client library</project>
                        <description>brew install &lt;a href=&quot;https://raw.github.com/couchbase/homebrew/preview/Library/Formula/libcouchbase.rb&quot;&gt;https://raw.github.com/couchbase/homebrew/preview/Library/Formula/libcouchbase.rb&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
patrick$ gem install couchbase --pre&lt;br/&gt;
Building native extensions.  This could take a while...&lt;br/&gt;
ERROR:  Error installing couchbase:&lt;br/&gt;
	ERROR: Failed to build gem native extension.&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/Users/patrick/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb&lt;br/&gt;
extconf.rb:25:in `block in &amp;lt;main&amp;gt;&amp;#39;: uninitialized constant RbConfig::ARCHFLAGS (NameError)&lt;br/&gt;
	from extconf.rb:24:in `each&amp;#39;&lt;br/&gt;
	from extconf.rb:24:in `&amp;lt;main&amp;gt;&amp;#39;&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Gem files will remain installed in /Users/patrick/.rvm/gems/ruby-1.9.3-p194/gems/couchbase-1.2.0.z.beta for inspection.&lt;br/&gt;
Results logged to /Users/patrick/.rvm/gems/ruby-1.9.3-p194/gems/couchbase-1.2.0.z.beta/ext/couchbase_ext/gem_make.out</description>
                <environment>ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin12.1.0]&lt;br/&gt;
Rails 3.2.6&lt;br/&gt;
Mac OS X 10.8.1</environment>
            <key id="19831">RCBC-82</key>
            <summary>gem install couchbase --pre on OSX 10.8.1 with Ruby 1.9.3-p194</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="1" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/blocker.png">Blocker</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="avsej">Sergey Avseyev</assignee>
                                <reporter username="Pathe">Patrick</reporter>
                        <labels>
                    </labels>
                <created>Wed, 19 Sep 2012 10:22:00 -0500</created>
                <updated>Tue, 13 Nov 2012 04:24:15 -0600</updated>
                    <resolved>Wed, 19 Sep 2012 11:10:03 -0500</resolved>
                            <version>1.2.0.dp6</version>
                                <fixVersion>1.2.0.z.beta2</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="39294" author="avsej" created="Wed, 19 Sep 2012 10:26:32 -0500"  >Could you attach your rbconfig.rb from your ruby installation?</comment>
                    <comment id="39295" author="avsej" created="Wed, 19 Sep 2012 10:29:44 -0500"  >I guess I know that the problem in that the RVM doesn&amp;#39;t build fat binary for ruby, there fore I should check for defined?(RbConfig::ARCHFLAGS) in the extconf.rb. But I&amp;#39;d like to make sure</comment>
                    <comment id="39296" author="avsej" created="Wed, 19 Sep 2012 10:37:27 -0500"  >The fix &lt;a href=&quot;http://review.couchbase.org/20959&quot;&gt;http://review.couchbase.org/20959&lt;/a&gt; &lt;br/&gt;
&lt;br/&gt;
Patrick, could you verify all is working?&lt;br/&gt;
&lt;br/&gt;
cd /Users/patrick/.rvm/gems/ruby-1.9.3-p194/gems/couchbase-1.2.0.z.beta/ext/couchbase_ext&lt;br/&gt;
ruby extconf.rb&lt;br/&gt;
make&lt;br/&gt;
&lt;br/&gt;
it should build without errors, if so just let me know and I will roll another version</comment>
                    <comment id="39297" author="avsej" created="Wed, 19 Sep 2012 10:38:11 -0500"  >Of course you should make this change before running ruby extconf.rb&lt;br/&gt;
&lt;br/&gt;
&lt;a href=&quot;http://review.couchbase.org/#/c/20959/1/ext/couchbase_ext/extconf.rb&quot;&gt;http://review.couchbase.org/#/c/20959/1/ext/couchbase_ext/extconf.rb&lt;/a&gt;</comment>
                    <comment id="39298" author="Pathe" created="Wed, 19 Sep 2012 11:01:13 -0500"  >ruby extconf.rb executes correctly. Just trying to install the gem.</comment>
                    <comment id="39299" author="Pathe" created="Wed, 19 Sep 2012 11:07:47 -0500"  >Gem installed. Everything good! Thanks a lot!</comment>
                </comments>
                <issuelinks>
                        <issuelinktype id="10001">
                <name>Duplicate</name>
                                                <inwardlinks description="is duplicated by">
                            <issuelink>
            <issuekey id="19832">RCBC-83</issuekey>
        </issuelink>
                    </inwardlinks>
                            </issuelinktype>
                    </issuelinks>
                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9599</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>
</channel>
</rss>