Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628788 - dev-db/mysql-connector-c++-1.1.8 compiling fails with invalid conversion from 'const void*' to 'void*'
Summary: dev-db/mysql-connector-c++-1.1.8 compiling fails with invalid conversion from...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-24 07:02 UTC by Sven Müller
Modified: 2017-08-24 14:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,47.66 KB, text/x-log)
2017-08-24 07:02 UTC, Sven Müller
Details
emerge --info (emerge_info.txt,7.61 KB, text/plain)
2017-08-24 07:02 UTC, Sven Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Müller 2017-08-24 07:02:25 UTC
Created attachment 490378 [details]
build.log

In file included from /var/tmp/portage/dev-db/mysql-connector-c++-1.1.8/work/mysql-connector-c++-1.1.8/driver/nativeapi/mysql_client_api.cpp:79:0:                                                                                  
/var/tmp/portage/dev-db/mysql-connector-c++-1.1.8/work/mysql-connector-c++-1.1.8/driver/nativeapi/libmysql_static_proxy.cpp: In member function 'virtual int sql::mysql::NativeAPI::LibmysqlStaticProxy::get_option(MYSQL*, mysql_option, const void*)':                                     
/var/tmp/portage/dev-db/mysql-connector-c++-1.1.8/work/mysql-connector-c++-1.1.8/driver/nativeapi/libmysql_static_proxy.cpp:323:43: error: invalid conversion from 'const void*' to 'void*' [-fpermissive]                          
  if (::mysql_get_option(mysql, option, arg)) {
Comment 1 Sven Müller 2017-08-24 07:02:50 UTC
Created attachment 490380 [details]
emerge --info
Comment 2 Brian Evans (RETIRED) gentoo-dev 2017-08-24 14:44:12 UTC
commit 7f006aed315a98c65ccebc820de11131039b0dee
Author: Brian Evans <grknight@gentoo.org>
Date:   Thu Aug 24 10:02:13 2017 -0400

    dev-db/mysql-connector-c++: Version bump and fix patch wrt bug 628788

    MariaDB 10.2 no longer includes MARIADB_BASE_VERSION but uses
    MARIADB_VERSION_ID instead.

    Package-Manager: Portage-2.3.8, Repoman-2.3.3