Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 635176 - dev-db/mydumper-0.9.3: do not include /usr/include/mysql/server/*
Summary: dev-db/mydumper-0.9.3: do not include /usr/include/mysql/server/*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-23 13:09 UTC by Tomáš Mózes
Modified: 2017-10-25 18:49 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2017-10-23 13:09:52 UTC
<grknight> #if defined MARIADB_CLIENT_VERSION_STR && !defined MYSQL_SERVER_VERSION \n #define MYSQL_SERVER_VERSION MARIADB_CLIENT_VERSION_STR \n #endif
<grknight> that's a more correct patch until MYSQL_SERVER_VERSION can be removed to use MYSQL_VERSION_ID
<grknight> MYSQL_VERSION_ID integer will exist on all versions through time
Comment 1 Tomáš Mózes 2017-10-25 15:08:59 UTC
https://github.com/gentoo/gentoo/pull/6049
Comment 2 Larry the Git Cow gentoo-dev 2017-10-25 18:49:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772b80658ebe20d659319d68d521254725e37a13

commit 772b80658ebe20d659319d68d521254725e37a13
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: 2017-10-25 15:07:43 +0000
Commit:     Amy Liffey <amynka@gentoo.org>
CommitDate: 2017-10-25 18:48:40 +0000

    dev-db/mydumper: do not use mariadb server headers (bug #635176)
    
    Closes: #6049
    Closes: https://bugs.gentoo.org/635176
    Package-Manager: Portage-2.3.12, Repoman-2.3.3

 .../mydumper/files/mydumper-mariadb-define.patch   | 28 ++++++++++++++++++++++
 .../files/mydumper-mariadb-include-fix.patch       | 24 -------------------
 ...umper-0.9.3.ebuild => mydumper-0.9.3-r1.ebuild} |  2 +-
 3 files changed, 29 insertions(+), 25 deletions(-)