Build flags (--) do not work
Reported by Chad Woolley | May 20th, 2008 @ 12:36 AM | in 1.0 Release
Summary Admin Tracker Lists News SCM Files
Bugs: Browse | Submit New | Reporting | Admin
[#20056] build flags do not work
Monitor (?) Build Task Relation
Submitted By:
Chad Woolley (thewoolleyman) Date Submitted:
2008-05-09 16:05
Data Type: (?)
Category: (?)
(Admin) Group: (?)
(Admin)
Assigned To: (?)
(Admin) Priority: (?)
State: (?)
Resolution: (?)
Summary: (?)
Detailed description
This fails from geminstaller but works from command line, on leopard:
- name: mysql
version: 2.7
<% if RUBY_PLATFORM =~ /darwin/ %>
install_options: -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
<% end %>
gem install mysql --version 2.7 -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
Comments and changes to this ticket
-
Chad Woolley May 20th, 2008 @ 12:36 AM
This is probably due to the way rubygems parses compile flags.
Haven't looked at the code yet, but I believe these are parsed
and stored off in the command line interface, somewhere above
the RubyGems public API level that GemInstaller is invoking.
-
Chad Woolley December 12th, 2008 @ 06:13 PM
- Tag set to from_rubyforge, high_priority
This is a rubygems bug:
-
Chad Woolley January 25th, 2009 @ 03:45 PM
- State changed from new to hold
This is fixed in RubyGems trunk, just waiting for release...
-
nicholas a. evans September 4th, 2009 @ 02:57 PM
Just a note for anyone who finds this page after googling for it: this was broken in rubygems 1.3.1 (which came installed with Mac OS X 10.6, IIRC) but fixed in rubygems 1.3.5 (sudo gem update --system).
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
GemInstaller
http://geminstaller.rubyforge.org
People watching this ticket
Referenced by
- 26 install_options not being passed This is a duplicate of http://thewoolleyweb.lighthousea...