Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 914202 - mysql-connector-odbc: FTBFS in rawhide
Summary: mysql-connector-odbc: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mysql-connector-odbc
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tom Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F19FTBFS
TreeView+ depends on / blocked
 
Reported: 2013-02-22 09:48 UTC by Dennis Gilmore
Modified: 2013-03-04 11:23 UTC (History)
2 users (show)

Fixed In Version: mysql-connector-odbc-5.1.11-3.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-04 11:23:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
This patch illustrates what types has been changed (deleted)
2013-02-22 13:14 UTC, Honza Horak
no flags Details | Diff

Description Dennis Gilmore 2013-02-22 09:48:12 UTC
Your package mysql-connector-odbc failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=4969014

Build logs:
root.log: http://kojipkgs.fedoraproject.org/work/tasks/9014/4969014/root.log
build.log: http://kojipkgs.fedoraproject.org/work/tasks/9014/4969014/build.log
state.log: http://kojipkgs.fedoraproject.org/work/tasks/9014/4969014/state.log
NOTE: build logs are cleaned up after 1 week

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Comment 1 Honza Horak 2013-02-22 13:14:11 UTC
Created attachment 701189 [details]
This patch illustrates what types has been changed

The problem is that "const" has been added to some char variables/function types in MariaDB header files. The patch attached illustrates the particular cases.

However, I don't think we should fix that in mysql-connector-odbc, but we should rather push mariadb to stay compatible with mysql in case of header files (reported as MariaDB upstream bug: https://mariadb.atlassian.net/browse/MDEV-4195).

Another thing is that there is already a new version of mysql-connector-odbc-5.2.4, so it would make sense to take a look at it if it suffers from this issue as well (but I haven't managed to build it check it yet).

Comment 2 Honza Horak 2013-03-04 11:23:51 UTC
(In reply to comment #1)
> However, I don't think we should fix that in mysql-connector-odbc, but we
> should rather push mariadb to stay compatible with mysql in case of header
> files (reported as MariaDB upstream bug:
> https://mariadb.atlassian.net/browse/MDEV-4195).

Well, the situation is a bit different -- the symbols where "const" has been added are not a part of the exported API in Fedora. Instead, they're manually extracted from mysql/mariadb source and added to mysql-connector-odbc source in order to build it successfully. So I've only added the "const" for now, which should be enough for now:

https://koji.fedoraproject.org/koji/buildinfo?buildID=399723


Note You need to log in before you can comment on or make changes to this bug.