[Bug 219788] databases/p5-DBD-mysql build fails when databases/mariadb102-client installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 4 22:39:34 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219788

            Bug ID: 219788
           Summary: databases/p5-DBD-mysql build fails when
                    databases/mariadb102-client installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: fbsd98816551 at avksrv.org
                CC: brnrd at freebsd.org, perl at FreeBSD.org
                CC: brnrd at freebsd.org, perl at FreeBSD.org

Created attachment 183224
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183224&action=edit
build log

Hello!

I tried to build port databases/p5-DBD-mysql  (using poudriede)
I have defined 
DEFAULT_VERSIONS+=mysql=102m
in make.conf  for suck port set

but building process failed with error:

Running Mkbootstrap for DBD::mysql ()
chmod 644 "mysql.bs"
cc -c  -I/usr/local/lib/perl5/site_perl/mach/5.24/auto/DBI
-I/usr/local/include/mysql -I/usr/local/include/mysql/..
-DDBD_MYSQL_INSERT_ID_IS_GOOD -g  -O2 -pipe  -fstack-protector
-fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing   
-DVERSION=\"4.042\"  -DXS_VERSION=\"4.042\" -DPIC -fPIC
"-I/usr/local/lib/perl5/5.24/mach/CORE"   dbdimp.c
dbdimp.c:2158:15: error: no member named 'reconnect' in 'struct st_mysql'
      result->reconnect=0;
      ~~~~~~  ^
dbdimp.c:2994:19: error: use of undeclared identifier 'MYSQL_VERSION_ID'
                  MYSQL_VERSION_ID, statement);
                  ^
dbdimp.c:3568:19: error: use of undeclared identifier 'MYSQL_VERSION_ID'
                  MYSQL_VERSION_ID );
                  ^
3 errors generated.
*** Error code 1

full log attached

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-perl mailing list