Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 452536 Details for
Bug 599068
dev-perl/DBD-mysql-4.38.0 : mysql.xs:919:29: error: ‘MYSQL_OPT_NET_BUFFER_LENGTH’ undeclared (first use in this function)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-perl:DBD-mysql-4.38.0:20161106-144828.log
dev-perl:DBD-mysql-4.38.0:20161106-144828.log (text/plain), 5.31 KB, created by
Toralf Förster
on 2016-11-06 15:31:09 UTC
(
hide
)
Description:
dev-perl:DBD-mysql-4.38.0:20161106-144828.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-11-06 15:31:09 UTC
Size:
5.31 KB
patch
obsolete
> * Package: dev-perl/DBD-mysql-4.38.0 > * Repository: gentoo > * Maintainer: perl@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ssl userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking DBD-mysql-4.038.tar.gz to /var/tmp/portage/dev-perl/DBD-mysql-4.38.0/work >>>> Source unpacked in /var/tmp/portage/dev-perl/DBD-mysql-4.38.0/work >>>> Preparing source in /var/tmp/portage/dev-perl/DBD-mysql-4.38.0/work/DBD-mysql-4.038 ... > * Applying DBD-mysql-print_embedded_options.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-perl/DBD-mysql-4.38.0/work/DBD-mysql-4.038 ... > * Using ExtUtils::MakeMaker > * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/DBD-mysql-4.38.0/image/ --ssl > > >PLEASE NOTE: > >For 'make test' to run properly, you must ensure that the >database user '' can connect to your MySQL server >and has the proper privileges that these tests require such >as 'drop table', 'create table', 'drop procedure', 'create procedure' >as well as others. > >mysql> grant all privileges on test.* to ''@'localhost' identified by 's3kr1t'; > >You can also optionally set the user to run 'make test' with: > >perl Makefile.PL --testuser=username > >I will use the following settings for compiling and testing: > > cflags (mysql_config) = -I/usr/include/mysql -I/usr/include/mysql/.. > embedded (guessed ) = > ldflags (mysql_config) = > libs (mysql_config) = -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -ldl -lbfd -lssl -lcrypto > mysql_config (guessed ) = mysql_config > nocatchstderr (default ) = 0 > nofoundrows (default ) = 0 > nossl (default ) = 0 > testdb (default ) = test > testhost (default ) = > testpassword (default ) = > testport (default ) = > testsocket (default ) = > testuser (guessed ) = > >To change these settings, see 'perl Makefile.PL --help' and >'perldoc DBD::mysql::INSTALL'. > >Checking if your kit is complete... >Looks good >Using DBI 1.634 (for perl 5.024000 on x86_64-linux) installed in /usr/lib64/perl5/vendor_perl/5.24.0/x86_64-linux/auto/DBI/ >Generating a Unix-style Makefile >Writing Makefile for DBD::mysql >Writing MYMETA.yml and MYMETA.json >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-perl/DBD-mysql-4.38.0/work/DBD-mysql-4.038 ... > * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed >make -j1 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed' >cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm >cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm >cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm >cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod >Running Mkbootstrap for DBD::mysql () >chmod 644 "mysql.bs" >x86_64-pc-linux-gnu-gcc -c -I/usr/lib64/perl5/vendor_perl/5.24.0/x86_64-linux/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/.. -DDBD_MYSQL_WITH_SSL -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=native -O2 -pipe -DVERSION=\"4.038\" -DXS_VERSION=\"4.038\" -fPIC "-I/usr/lib64/perl5/5.24.0/x86_64-linux/CORE" dbdimp.c >"/usr/bin/perl" -p -e "s/~DRIVER~/mysql/g" /usr/lib64/perl5/vendor_perl/5.24.0/x86_64-linux/auto/DBI/Driver.xst > mysql.xsi >"/usr/bin/perl" "/usr/lib64/perl5/5.24.0/ExtUtils/xsubpp" -typemap "/usr/lib64/perl5/5.24.0/ExtUtils/typemap" mysql.xs > mysql.xsc && mv mysql.xsc mysql.c >Warning: duplicate function definition 'do' detected in mysql.xs, line 247 >Warning: duplicate function definition 'rows' detected in mysql.xs, line 764 >x86_64-pc-linux-gnu-gcc -c -I/usr/lib64/perl5/vendor_perl/5.24.0/x86_64-linux/auto/DBI -I/usr/include/mysql -I/usr/include/mysql/.. -DDBD_MYSQL_WITH_SSL -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=native -O2 -pipe -DVERSION=\"4.038\" -DXS_VERSION=\"4.038\" -fPIC "-I/usr/lib64/perl5/5.24.0/x86_64-linux/CORE" mysql.c >mysql.xs: In function âXS_DBD__mysql__GetInfo_dbd_mysql_get_infoâ: >mysql.xs:919:6: warning: implicit declaration of function âmysql_get_optionâ [-Wimplicit-function-declaration] > mysql_get_option(NULL, MYSQL_OPT_NET_BUFFER_LENGTH, &buffer_len); > ^ >mysql.xs:919:29: error: âMYSQL_OPT_NET_BUFFER_LENGTHâ undeclared (first use in this function) > mysql_get_option(NULL, MYSQL_OPT_NET_BUFFER_LENGTH, &buffer_len); > ^ >mysql.xs:919:29: note: each undeclared identifier is reported only once for each function it appears in >make: *** [Makefile:360: mysql.o] Error 1 > * ERROR: dev-perl/DBD-mysql-4.38.0::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-perl/DBD-mysql-4.38.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-perl/DBD-mysql-4.38.0::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-perl:DBD-mysql-4.38.0:20161106-144828.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-perl/DBD-mysql-4.38.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-perl/DBD-mysql-4.38.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-perl/DBD-mysql-4.38.0/work/DBD-mysql-4.038' > * S: '/var/tmp/portage/dev-perl/DBD-mysql-4.38.0/work/DBD-mysql-4.038'
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 599068
: 452536 |
452538
|
452540