Bug 191159 - databases/rubygem-mysql2 "don't know how to make dirsyntax"
Summary: databases/rubygem-mysql2 "don't know how to make dirsyntax"
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-18 15:01 UTC by olivier.sauzet
Modified: 2014-08-22 18:48 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.