rb-mysql compile error
I noticed that rb-mysql5 no longer exists, from googling it appears that it got merged with rb-mysql. When trying to install rb-mysql, using ruby 1.8.5and mysql5, I get the error listed below. Has anyone else had any luck with this combo or is there a known issue? Thanks. Josh Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_ruby_rb-mysql/work/mysql- ruby-2.7.1" && make all RUBY="/opt/local/bin/ruby -rvendor-specific"" returned error 2 Command output: {standard input}:2915:symbol: "_cMysqlRowOffset" can't be undefined in a subtraction expression {standard input}:2501:non-relocatable subtraction expression, "_eMysql" minus "L00000000019$pb" {standard input}:2501:symbol: "_eMysql" can't be undefined in a subtraction expression {standard input}:2500:non-relocatable subtraction expression, "_eMysql" minus "L00000000019$pb" {standard input}:2500:symbol: "_eMysql" can't be undefined in a subtraction expression {standard input}:2363:non-relocatable subtraction expression, "_eMysql" minus "L00000000018$pb" {standard input}:2363:symbol: "_eMysql" can't be undefined in a subtraction expression {standard input}:2362:non-relocatable subtraction expression, "_eMysql" minus "L00000000018$pb" {standard input}:2362:symbol: "_eMysql" can't be undefined in a subtraction expression {standard input}:2177:non-relocatable subtraction expression, "_cMysqlStmt" minus "L00000000016$pb" {standard input}:2177:symbol: "_cMysqlStmt" can't be undefined in a subtraction expression {standard input}:2176:non-relocatable subtraction expression, "_cMysqlStmt" minus "L00000000016$pb" {standard input}:2176:symbol: "_cMysqlStmt" can't be undefined in a subtraction expression {standard input}:874:non-relocatable subtraction expression, "_eMysql" minus "L00000000008$pb" {standard input}:874:symbol: "_eMysql" can't be undefined in a subtraction expression {standard input}:873:non-relocatable subtraction expression, "_eMysql" minus "L00000000008$pb" {standard input}:873:symbol: "_eMysql" can't be undefined in a subtraction expression {standard input}:289:non-relocatable subtraction expression, "_cMysqlField" minus "L00000000004$pb" {standard input}:289:symbol: "_cMysqlField" can't be undefined in a subtraction expression {standard input}:288:non-relocatable subtraction expression, "_cMysqlField" minus "L00000000004$pb" {standard input}:288:symbol: "_cMysqlField" can't be undefined in a subtraction expression {standard input}:224:non-relocatable subtraction expression, "_cMysqlRes" minus "L00000000003$pb" {standard input}:224:symbol: "_cMysqlRes" can't be undefined in a subtraction expression {standard input}:223:non-relocatable subtraction expression, "_cMysqlRes" minus "L00000000003$pb" {standard input}:223:symbol: "_cMysqlRes" can't be undefined in a subtraction expression {standard input}:183:non-relocatable subtraction expression, "_eMysql" minus "L00000000002$pb" {standard input}:183:symbol: "_eMysql" can't be undefined in a subtraction expression {standard input}:182:non-relocatable subtraction expression, "_eMysql" minus "L00000000002$pb" {standard input}:182:symbol: "_eMysql" can't be undefined in a subtraction expression make: *** [mysql.o] Error 1
Yes, they were merged, but the problem doesn't have to do with the merge. The merged port was fine until mysql5.0.24, but was broken by 5.0.24a. http://bugs.mysql.com/bug.php?id=22227 The problem was supposed to be fixed by mysql 5.0.26, but the error morphed into the one you are experiencing and I don't know yet what the fix will be. It should probably be reported to the mysql folks. Mark
I noticed that rb-mysql5 no longer exists, from googling it appears that it got merged with rb-mysql. When trying to install rb-mysql, using ruby 1.8.5 and mysql5, I get the error listed below. Has anyone else had any luck with this combo or is there a known issue?
Thanks.
Josh
Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_ruby_rb-mysql/work/mysql- ruby-2.7.1" && make all RUBY="/opt/local/bin/ruby -rvendor-specific"" returned error 2 Command output: {standard input}:2915:symbol: "_cMysqlRowOffset" can't be undefined in a subtraction expression {standard input}:2501:non-relocatable subtraction expression, "_eMysql" minus "L00000000019$pb" {standard input}:2501:symbol: "_eMysql" can't be undefined in a subtraction expression {standard input}:2500:non-relocatable subtraction expression, "_eMysql" minus "L00000000019$pb" {standard input}:2500:symbol: "_eMysql" can't be undefined in a subtraction expression {standard input}:2363:non-relocatable subtraction expression, "_eMysql" minus "L00000000018$pb" {standard input}:2363:symbol: "_eMysql" can't be undefined in a subtraction expression {standard input}:2362:non-relocatable subtraction expression, "_eMysql" minus "L00000000018$pb"
participants (2)
-
Josh Knowles
-
Mark Duling