Opened 19 years ago

Closed 19 years ago

#3180 closed defect (fixed)

BUG: mysql5-5.0.3-beta

Reported by: tom@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Cryptically fails to compile on selfupdated darwinports on 10.4.

---> Building mysql5 with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_databases_mysql5 /work/mysql-5.0.3-beta" && make all" returned error 2 Command output: Making all in thr make[4]: Nothing to be done for `all'. Making all in trx make[4]: Nothing to be done for `all'. Making all in usr make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. Making all in myisam make[2]: Nothing to be done for `all'. Making all in myisammrg make[2]: Nothing to be done for `all'. Making all in heap make[2]: Nothing to be done for `all'. Making all in vio make[2]: Nothing to be done for `all'. Making all in sql make all-recursive Making all in share make[4]: Nothing to be done for `all'. if g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/opt/local\"" -DDATADIR="\"/opt/local/var\"" -DSHAREDIR="\"/opt/local/share/mysql5\"" -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I../ innobase/include -I../include -I../regex -I. -I/opt/local/include -I../include -O3 -DDBUG_OFF - fno-implicit-templates -fno-exceptions -fno-rtti -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE - DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -MT item_strfunc.o -MD -MP -MF ".deps/item_strfunc.Tpo" -c -o item_strfunc.o item_strfunc.cc; \ then mv -f ".deps/item_strfunc.Tpo" ".deps/item_strfunc.Po"; else rm -f ".deps/item_strfunc.Tpo"; exit 1; fi opt_range.h: In member function `bool SQL_SELECT::check_quick(THD*, bool, ha_rows)': opt_range.h:693: warning: passing negative value '-0x00000000000000001' for converting 1 of 'Bitmap<64u>::Bitmap(uint)' item_strfunc.cc: In member function `virtual String* Item_func_encrypt::val_str(String*)': item_strfunc.cc:1466: error: 'crypt' was not declared in this scope make[4]: * [item_strfunc.o] Error 1 make[3]: * [all-recursive] Error 1 make[2]: * [all] Error 2 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Change History (2)

comment:1 Changed 19 years ago by jmpp@…

Owner: changed from darwinports-bugs@… to mww@…

comment:2 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

the update to 5.0.6-beta now builds on 10.4 (though only w/o ssl)

Note: See TracTickets for help on using tickets.