Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 117069 Details for
Bug 175678
DBD-mysql-4.00.4-r1 fails to compile on Gentoo/FreeBSD 6.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Log of emerge DBD-mysql
DBD-mysql-4.00.4-r1.log (text/plain), 26.10 KB, created by
Bjarke Istrup Pedersen (RETIRED)
on 2007-04-23 10:19:30 UTC
(
hide
)
Description:
Log of emerge DBD-mysql
Filename:
MIME Type:
Creator:
Bjarke Istrup Pedersen (RETIRED)
Created:
2007-04-23 10:19:30 UTC
Size:
26.10 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking DBD-mysql-4.004.tar.gz to /var/tmp/portage/dev-perl/DBD-mysql-4.00.4-r1/work > [32;01m*[0m Applying sqlstate-purge.patch ... >[A[92C [34;01m[ [32;01mok[34;01m ][0m >>>> Source unpacked. >>>> Compiling source in /var/tmp/portage/dev-perl/DBD-mysql-4.00.4-r1/work/DBD-mysql-4.004 ... >/var/tmp/portage/dev-perl/DBD-mysql-4.00.4-r1/work/DBD-mysql-4.004 > [32;01m*[0m Using ExtUtils::MakeMaker >I will use the following settings for compiling and testing: > > cflags (mysql_config) = -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 > embedded (mysql_config) = > libs (mysql_config) = -L/usr/lib/mysql/mysql -lmysqlclient -lz -lcrypt -lm -L/usr/lib -lssl -lcrypto > mysql_config (guessed ) = mysql_config > nocatchstderr (default ) = 0 > nofoundrows (default ) = 0 > ssl (guessed ) = 1 > testdb (default ) = test > testhost (default ) = > testpassword (default ) = > testsocket (default ) = > testuser (default ) = > >To change these settings, see 'perl Makefile.PL --help' and >'perldoc INSTALL'. > >Checking if your kit is complete... >Looks good >Using DBI 1.51 (for perl 5.008008 on i686-freebsd) installed in /usr/lib/perl5/vendor_perl/5.8.8/i686-freebsd/auto/DBI/ >Writing Makefile for DBD::mysql >cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm >cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm >cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod >cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm >i686-gentoo-freebsd6.2-gcc -c -I/usr/lib/perl5/vendor_perl/5.8.8/i686-freebsd/auto/DBI -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -DDBD_MYSQL_WITH_SSL -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -march=pentium2 -O2 -pipe -DVERSION=\"4.004\" -DXS_VERSION=\"4.004\" -DPIC -fPIC "-I/usr/lib/perl5/5.8.8/i686-freebsd/CORE" dbdimp.c >In file included from dbdimp.c:20: >dbdimp.h:22:49: error: mysql.h: No such file or directory >dbdimp.h:23:45: error: mysqld_error.h: No such file or directory >dbdimp.h:24:49: error: errmsg.h: No such file or directory >In file included from dbdimp.c:20: >dbdimp.h:139: error: expected specifier-qualifier-list before 'MYSQL' >dbdimp.h:232: error: expected specifier-qualifier-list before 'MYSQL_RES' >In file included from dbdimp.c:20: >dbdimp.h:289: error: expected ')' before '*' token >dbdimp.h:292: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mysql_st_internal_execute' >dbdimp.h:324: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token >dbdimp.c:433: error: expected ')' before '*' token >dbdimp.c:662: error: 'FIELD_TYPE_VAR_STRING' undeclared here (not in a function) >dbdimp.c:672: error: 'FIELD_TYPE_DECIMAL' undeclared here (not in a function) >dbdimp.c:682: error: 'FIELD_TYPE_TINY' undeclared here (not in a function) >dbdimp.c:692: error: 'FIELD_TYPE_SHORT' undeclared here (not in a function) >dbdimp.c:702: error: 'FIELD_TYPE_LONG' undeclared here (not in a function) >dbdimp.c:712: error: 'FIELD_TYPE_FLOAT' undeclared here (not in a function) >dbdimp.c:722: error: 'FIELD_TYPE_DOUBLE' undeclared here (not in a function) >dbdimp.c:745: error: 'FIELD_TYPE_TIMESTAMP' undeclared here (not in a function) >dbdimp.c:755: error: 'FIELD_TYPE_LONGLONG' undeclared here (not in a function) >dbdimp.c:765: error: 'FIELD_TYPE_INT24' undeclared here (not in a function) >dbdimp.c:775: error: 'FIELD_TYPE_DATE' undeclared here (not in a function) >dbdimp.c:785: error: 'FIELD_TYPE_TIME' undeclared here (not in a function) >dbdimp.c:795: error: 'FIELD_TYPE_DATETIME' undeclared here (not in a function) >dbdimp.c:805: error: 'FIELD_TYPE_YEAR' undeclared here (not in a function) >dbdimp.c:815: error: 'FIELD_TYPE_NEWDATE' undeclared here (not in a function) >dbdimp.c:825: error: 'FIELD_TYPE_ENUM' undeclared here (not in a function) >dbdimp.c:835: error: 'FIELD_TYPE_SET' undeclared here (not in a function) >dbdimp.c:845: error: 'FIELD_TYPE_BLOB' undeclared here (not in a function) >dbdimp.c:855: error: 'FIELD_TYPE_TINY_BLOB' undeclared here (not in a function) >dbdimp.c:865: error: 'FIELD_TYPE_MEDIUM_BLOB' undeclared here (not in a function) >dbdimp.c:875: error: 'FIELD_TYPE_LONG_BLOB' undeclared here (not in a function) >dbdimp.c:885: error: 'FIELD_TYPE_STRING' undeclared here (not in a function) >dbdimp.c:1352: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token >dbdimp.c: In function 'my_login': >dbdimp.c:1783: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c: In function 'mysql_db_login': >dbdimp.c:1819: error: 'imp_dbh_t' has no member named 'stats' >dbdimp.c:1819: error: request for member 'auto_reconnects_ok' in something not a structure or union >dbdimp.c:1820: error: 'imp_dbh_t' has no member named 'stats' >dbdimp.c:1820: error: request for member 'auto_reconnects_failed' in something not a structure or union >dbdimp.c:1821: error: 'imp_dbh_t' has no member named 'bind_type_guessing' >dbdimp.c:1822: error: 'imp_dbh_t' has no member named 'has_transactions' >dbdimp.c:1824: error: 'imp_dbh_t' has no member named 'auto_reconnect' >dbdimp.c:1832: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:1833: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:1833: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast >dbdimp.c: In function 'mysql_db_commit': >dbdimp.c:1870: error: 'imp_dbh_t' has no member named 'has_transactions' >dbdimp.c:1873: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:1878: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:1878: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:1879: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast >dbdimp.c: In function 'mysql_db_rollback': >dbdimp.c:1898: error: 'imp_dbh_t' has no member named 'has_transactions' >dbdimp.c:1901: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:1906: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:1907: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:1907: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast >dbdimp.c: In function 'mysql_db_disconnect': >dbdimp.c:1943: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:1944: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c: In function 'mysql_db_destroy': >dbdimp.c:2030: error: 'imp_dbh_t' has no member named 'has_transactions' >dbdimp.c:2034: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c: In function 'mysql_db_STORE_attrib': >dbdimp.c:2079: error: 'imp_dbh_t' has no member named 'has_transactions' >dbdimp.c:2101: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2109: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2133: error: 'imp_dbh_t' has no member named 'use_mysql_use_result' >dbdimp.c:2135: error: 'imp_dbh_t' has no member named 'auto_reconnect' >dbdimp.c:2137: error: 'imp_dbh_t' has no member named 'use_server_side_prepare' >dbdimp.c:2140: error: 'imp_dbh_t' has no member named 'bind_type_guessing' >dbdimp.c: At top level: >dbdimp.c:2169: error: expected ')' before 'val' >dbdimp.c: In function 'mysql_db_FETCH_attrib': >dbdimp.c:2202: error: 'imp_dbh_t' has no member named 'has_transactions' >dbdimp.c:2219: error: 'imp_dbh_t' has no member named 'auto_reconnect' >dbdimp.c:2219: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast >dbdimp.c:2224: error: 'imp_dbh_t' has no member named 'bind_type_guessing' >dbdimp.c:2224: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast >dbdimp.c:2228: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2232: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2232: warning: initialization makes pointer from integer without a cast >dbdimp.c:2249: error: 'imp_dbh_t' has no member named 'stats' >dbdimp.c:2249: error: request for member 'auto_reconnects_ok' in something not a structure or union >dbdimp.c:2249: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast >dbdimp.c:2256: error: 'imp_dbh_t' has no member named 'stats' >dbdimp.c:2256: error: request for member 'auto_reconnects_failed' in something not a structure or union >dbdimp.c:2256: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast >dbdimp.c:2266: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2266: warning: initialization makes pointer from integer without a cast >dbdimp.c:2275: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2275: warning: initialization makes pointer from integer without a cast >dbdimp.c:2280: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2280: warning: passing argument 1 of 'Perl_sv_2mortal' makes pointer from integer without a cast >dbdimp.c:2285: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2291: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2291: warning: initialization makes pointer from integer without a cast >dbdimp.c:2296: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2298: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2298: error: request for member 'net' in something not a structure or union >dbdimp.c:2298: error: request for member 'fd' in something not a structure or union >dbdimp.c:2301: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2301: warning: initialization makes pointer from integer without a cast >dbdimp.c:2308: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:2308: warning: initialization makes pointer from integer without a cast >dbdimp.c:2313: error: 'imp_dbh_t' has no member named 'use_server_side_prepare' >dbdimp.c:2318: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c: In function 'mysql_st_prepare': >dbdimp.c:2366: error: 'MYSQL_VERSION_ID' undeclared (first use in this function) >dbdimp.c:2366: error: (Each undeclared identifier is reported only once >dbdimp.c:2366: error: for each function it appears in.) >dbdimp.c:2381: error: 'imp_sth_t' has no member named 'done_desc' >dbdimp.c:2382: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:2383: error: 'imp_sth_t' has no member named 'currow' >dbdimp.c:2387: error: 'imp_sth_t' has no member named 'use_mysql_use_result' >dbdimp.c:2388: error: 'imp_dbh_t' has no member named 'use_mysql_use_result' >dbdimp.c:2388: warning: pointer/integer type mismatch in conditional expression >dbdimp.c:2391: error: 'imp_sth_t' has no member named 'av_attr' >dbdimp.c:2391: error: assignment of read-only location >dbdimp.c:2391: error: incompatible types in assignment >dbdimp.c:2581: error: 'imp_sth_t' has no member named 'params' >dbdimp.c: In function 'mysql_st_free_result_sets': >dbdimp.c:2649: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:2651: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:2652: error: 'imp_sth_t' has no member named 'result' >dbdimp.c: At top level: >dbdimp.c:2845: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mysql_st_internal_execute' >dbdimp.c: In function 'mysql_st_execute': >dbdimp.c:3143: error: 'imp_sth_t' has no member named 'av_attr' >dbdimp.c:3143: error: used struct type value where scalar is required >dbdimp.c:3144: error: 'imp_sth_t' has no member named 'av_attr' >dbdimp.c:3144: error: cannot convert to a pointer type >dbdimp.c:3146: error: 'imp_sth_t' has no member named 'av_attr' >dbdimp.c:3146: error: assignment of read-only location >dbdimp.c:3146: error: incompatible types in assignment >dbdimp.c:3160: error: 'MYSQL_VERSION_ID' undeclared (first use in this function) >dbdimp.c:3190: error: 'imp_sth_t' has no member named 'row_num' >dbdimp.c:3195: error: 'imp_sth_t' has no member named 'params' >dbdimp.c:3196: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:3197: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:3198: error: 'imp_sth_t' has no member named 'use_mysql_use_result' >dbdimp.c:3201: error: 'imp_sth_t' has no member named 'row_num' >dbdimp.c:3201: error: 'my_ulonglong' undeclared (first use in this function) >dbdimp.c:3203: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:3204: error: 'imp_sth_t' has no member named 'insertid' >dbdimp.c:3204: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:3208: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:3210: error: 'imp_sth_t' has no member named 'done_desc' >dbdimp.c:3211: error: 'imp_sth_t' has no member named 'fetch_done' >dbdimp.c:3215: error: 'imp_sth_t' has no member named 'warning_count' >dbdimp.c:3215: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:3223: error: 'imp_sth_t' has no member named 'row_num' >dbdimp.c:3229: error: 'imp_sth_t' has no member named 'row_num' >dbdimp.c: In function 'mysql_describe': >dbdimp.c:3350: error: 'imp_sth_t' has no member named 'done_desc' >dbdimp.c: In function 'mysql_st_fetch': >dbdimp.c:3378: error: 'MYSQL_ROW' undeclared (first use in this function) >dbdimp.c:3378: error: expected ';' before 'cols' >dbdimp.c:3379: warning: ISO C90 forbids mixed declarations and code >dbdimp.c:3380: error: 'MYSQL' undeclared (first use in this function) >dbdimp.c:3380: error: 'svsock' undeclared (first use in this function) >dbdimp.c:3380: error: invalid operands to binary * >dbdimp.c:3380: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:3381: warning: ISO C90 forbids mixed declarations and code >dbdimp.c:3385: error: 'MYSQL_FIELD' undeclared (first use in this function) >dbdimp.c:3385: error: 'fields' undeclared (first use in this function) >dbdimp.c:3385: error: invalid operands to binary * >dbdimp.c:3423: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:3431: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:3431: error: request for member 'net' in something not a structure or union >dbdimp.c:3431: error: request for member 'last_errno' in something not a structure or union >dbdimp.c:3561: error: 'imp_sth_t' has no member named 'currow' >dbdimp.c:3561: error: invalid lvalue in increment >dbdimp.c:3566: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:3568: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:3570: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:3572: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:3574: error: 'imp_sth_t' has no member named 'currow' >dbdimp.c:3577: error: 'cols' undeclared (first use in this function) >dbdimp.c:3577: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:3583: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:3584: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:3585: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:3586: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast >dbdimp.c:3595: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:3596: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:3597: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:3597: warning: assignment makes pointer from integer without a cast >dbdimp.c:3637: error: incompatible types in initialization >dbdimp.c: In function 'mysql_st_finish': >dbdimp.c:3768: error: 'imp_sth_t' has no member named 'result' >dbdimp.c: In function 'mysql_st_destroy': >dbdimp.c:3809: error: 'imp_sth_t' has no member named 'params' >dbdimp.c:3809: warning: passing argument 1 of 'free_param' from incompatible pointer type >dbdimp.c:3810: error: 'imp_sth_t' has no member named 'params' >dbdimp.c:3815: error: 'imp_sth_t' has no member named 'av_attr' >dbdimp.c:3815: error: used struct type value where scalar is required >dbdimp.c:3816: error: 'imp_sth_t' has no member named 'av_attr' >dbdimp.c:3816: error: cannot convert to a pointer type >dbdimp.c:3817: error: 'imp_sth_t' has no member named 'av_attr' >dbdimp.c:3817: error: assignment of read-only location >dbdimp.c:3817: error: incompatible types in assignment >dbdimp.c: In function 'mysql_st_STORE_attrib': >dbdimp.c:3860: error: 'imp_sth_t' has no member named 'use_mysql_use_result' >dbdimp.c: At top level: >dbdimp.c:3908: error: expected declaration specifiers or '...' before 'MYSQL_RES' >dbdimp.c: In function 'mysql_st_FETCH_internal': >dbdimp.c:3914: error: 'MYSQL_FIELD' undeclared (first use in this function) >dbdimp.c:3914: error: 'curField' undeclared (first use in this function) >dbdimp.c:3914: error: invalid operands to binary * >dbdimp.c:3922: error: 'imp_sth_t' has no member named 'av_attr' >dbdimp.c:3922: error: invalid operands to binary && >dbdimp.c:3923: error: 'imp_sth_t' has no member named 'av_attr' >dbdimp.c:3923: error: incompatible types in assignment >dbdimp.c:3926: error: 'res' undeclared (first use in this function) >dbdimp.c:3941: error: 'sql_type_info_t' has no member named 'name' >dbdimp.c:3941: error: 'sql_type_info_t' has no member named 'name' >dbdimp.c:3941: warning: passing argument 1 of 'strlen' from incompatible pointer type >dbdimp.c:3941: warning: passing argument 1 of 'Perl_newSVpv' from incompatible pointer type >dbdimp.c:3945: error: 'sql_type_info_t' has no member named 'table' >dbdimp.c:3945: error: 'sql_type_info_t' has no member named 'table' >dbdimp.c:3945: warning: passing argument 1 of 'strlen' from incompatible pointer type >dbdimp.c:3945: warning: passing argument 1 of 'Perl_newSVpv' from incompatible pointer type >dbdimp.c:3949: error: 'sql_type_info_t' has no member named 'type' >dbdimp.c:3953: error: 'sql_type_info_t' has no member named 'type' >dbdimp.c:3953: warning: passing argument 1 of 'native2sql' makes integer from pointer without a cast >dbdimp.c:3956: error: 'sql_type_info_t' has no member named 'flags' >dbdimp.c:3960: error: 'sql_type_info_t' has no member named 'flags' >dbdimp.c:3964: error: 'sql_type_info_t' has no member named 'flags' >dbdimp.c:3968: error: 'sql_type_info_t' has no member named 'length' >dbdimp.c:3972: error: 'sql_type_info_t' has no member named 'type' >dbdimp.c:3972: warning: passing argument 1 of 'native2sql' makes integer from pointer without a cast >dbdimp.c:3976: error: 'sql_type_info_t' has no member named 'type' >dbdimp.c:3976: warning: passing argument 1 of 'native2sql' makes integer from pointer without a cast >dbdimp.c:3980: error: 'sql_type_info_t' has no member named 'max_length' >dbdimp.c:3992: error: 'sql_type_info_t' has no member named 'flags' >dbdimp.c:3992: error: 'PRI_KEY_FLAG' undeclared (first use in this function) >dbdimp.c:3992: error: 'UNIQUE_KEY_FLAG' undeclared (first use in this function) >dbdimp.c:3992: error: invalid operands to binary | >dbdimp.c:3992: error: 'MULTIPLE_KEY_FLAG' undeclared (first use in this function) >dbdimp.c:3992: error: invalid operands to binary | >dbdimp.c:3992: error: invalid operands to binary & >dbdimp.c:3996: error: 'sql_type_info_t' has no member named 'flags' >dbdimp.c:4000: error: 'sql_type_info_t' has no member named 'decimals' >dbdimp.c:4004: error: 'sql_type_info_t' has no member named 'length' >dbdimp.c:4004: error: 'sql_type_info_t' has no member named 'max_length' >dbdimp.c:4005: error: 'sql_type_info_t' has no member named 'length' >dbdimp.c:4005: error: 'sql_type_info_t' has no member named 'max_length' >dbdimp.c:4005: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast >dbdimp.c:4019: error: 'imp_sth_t' has no member named 'av_attr' >dbdimp.c:4019: error: assignment of read-only location >dbdimp.c:4019: error: incompatible types in assignment >dbdimp.c: In function 'mysql_st_FETCH_attrib': >dbdimp.c:4068: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4068: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4068: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4070: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4070: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4070: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4074: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4074: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4074: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4087: error: 'imp_sth_t' has no member named 'params' >dbdimp.c:4087: error: 'struct sql_type_info_s' has no member named 'value' >dbdimp.c:4087: warning: passing argument 1 of 'Perl_newSVsv' from incompatible pointer type >dbdimp.c:4095: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4095: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4095: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4099: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4099: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4099: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4105: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4105: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4105: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4109: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4109: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4109: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4113: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4113: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4113: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4115: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4115: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4115: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4117: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4117: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4117: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4119: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4123: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4123: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4123: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4130: error: 'imp_sth_t' has no member named 'insertid' >dbdimp.c:4132: error: 'imp_sth_t' has no member named 'insertid' >dbdimp.c:4132: warning: passing argument 1 of 'Perl_sv_2mortal' makes pointer from integer without a cast >dbdimp.c:4137: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4137: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4137: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4141: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4141: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4141: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4143: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4143: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4143: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c:4145: error: 'imp_sth_t' has no member named 'use_mysql_use_result' >dbdimp.c:4149: error: 'imp_sth_t' has no member named 'warning_count' >dbdimp.c:4161: error: 'imp_sth_t' has no member named 'result' >dbdimp.c:4161: warning: passing argument 3 of 'mysql_st_FETCH_internal' makes integer from pointer without a cast >dbdimp.c:4161: error: too many arguments to function 'mysql_st_FETCH_internal' >dbdimp.c: In function 'mysql_bind_ph': >dbdimp.c:4279: error: 'imp_sth_t' has no member named 'params' >dbdimp.c:4279: warning: passing argument 1 of 'bind_param' from incompatible pointer type >dbdimp.c: In function 'mysql_db_reconnect': >dbdimp.c:4398: error: 'MYSQL' undeclared (first use in this function) >dbdimp.c:4398: error: expected ';' before 'save_socket' >dbdimp.c:4408: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:4408: error: 'CR_SERVER_GONE_ERROR' undeclared (first use in this function) >dbdimp.c:4408: warning: comparison between pointer and integer >dbdimp.c:4412: error: 'imp_dbh_t' has no member named 'auto_reconnect' >dbdimp.c:4426: error: 'save_socket' undeclared (first use in this function) >dbdimp.c:4426: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:4427: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:4427: warning: passing argument 3 of 'memcpy' makes integer from pointer without a cast >dbdimp.c:4428: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:4428: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:4428: warning: passing argument 3 of 'memset' makes integer from pointer without a cast >dbdimp.c:4432: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:4432: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:4433: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast >dbdimp.c:4434: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:4434: warning: passing argument 3 of 'memcpy' makes integer from pointer without a cast >dbdimp.c:4435: error: 'imp_dbh_t' has no member named 'stats' >dbdimp.c:4435: error: request for member 'auto_reconnects_failed' in something not a structure or union >dbdimp.c:4435: error: invalid lvalue in increment >dbdimp.c:4438: error: 'imp_dbh_t' has no member named 'stats' >dbdimp.c:4438: error: request for member 'auto_reconnects_ok' in something not a structure or union >dbdimp.c:4438: error: invalid lvalue in increment >dbdimp.c: In function 'mysql_db_quote': >dbdimp.c:4595: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c: In function 'mysql_db_last_insert_id': >dbdimp.c:4610: error: 'imp_dbh_t' has no member named 'mysql' >dbdimp.c:4610: warning: passing argument 1 of 'Perl_sv_2mortal' makes pointer from integer without a cast >gmake: *** [dbdimp.o] Error 1 > >!!! ERROR: dev-perl/DBD-mysql-4.00.4-r1 failed. >Call stack: > ebuild.sh, line 1614: Called dyn_compile > ebuild.sh, line 971: Called qa_call 'src_compile' > ebuild.sh, line 44: Called src_compile > ebuild.sh, line 1304: Called perl-module_src_compile > perl-module.eclass, line 138: Called die > >!!! compilation failed >!!! If you need support, post the topmost build error, and the call stack if relevant. >!!! A complete build log is located at '/var/log/portage/dev-perl:DBD-mysql-4.00.4-r1:20070423-105829.log'. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 175678
:
117067
| 117069 |
117311