Bug 191159

Summary: databases/rubygem-mysql2 "don't know how to make dirsyntax"
Product: Ports & Packages Reporter: olivier.sauzet
Component: Individual Port(s)Assignee: freebsd-ruby (Nobody) <ruby>
Status: Closed Unable to Reproduce    
Severity: Affects Only Me CC: olivier.sauzet, swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description olivier.sauzet 2014-06-18 15:01:30 UTC
For a redmine installation :

When i try : 
gem install mysql2 -v '0.3.16'

I have this error :
"don't know how to make dirsyntax. Stop"

More logs here :
http://pastebin.com/nXB3L8qd


----------------------------------
The solution are :
setenv MAKE gmake
gem install mysql2 -v '0.3.16'
----------------------------------

But here (  https://github.com/brianmario/mysql2/issues/519#issuecomment-46443375 ), he say me  :

"Please file a FreeBSD pkg bug - this is a ruby bug that may have been fixed upstream already in ruby 2.1.2 (which is a bugfix release in the ruby 2.1 series; they switched to semantic versioning instead of the old patch level thing!)."


bye.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-06-25 02:23:30 UTC
Fix summary and assign.
Comment 2 Steve Wills freebsd_committer freebsd_triage 2014-08-22 18:48:49 UTC
Unable to reproduce, plus it looks like you're not even using the databases/rubygem-mysql2 port that's in the subject of this PR to install the gem, so I really can't help. But, the gem was updated to 0.3.16 in r365685. Try that.