Bug 1166603
| Summary: | MariaDB 5.5.40 update breaks a number of packages including MySQL-python | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Robert Buchholz <rbu> | |
| Component: | mariadb | Assignee: | Honza Horak <hhorak> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | qe-baseos-daemons | |
| Severity: | high | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 7.1 | CC: | blc, cstpierr, databases-maint, fkrska, hannsj_uhl, hartsjc, hhorak, jkurik, jscotka, jsvarova, ksrot, lpol, lzachar, mattias.ellert, mnavrati, ohudlick, ovasik, pasik, perobins, psklenar, sauchter, spamfaenger, vanhoof, volker27 | |
| Target Milestone: | rc | Keywords: | EasyFix, Patch, Regression, ZStream | |
| Target Release: | 7.1 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| URL: | https://mariadb.atlassian.net/browse/MDEV-6862 | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
* Due to an incorrect check for the build environment in the MariaDB header file, packages that require the mariadb-devel packages for building failed to build with an error massage. This update fixes the check for the build environment in the mysql.h file, so that the check is applied only when expected. As a result, software that requires mariadb-devel now builds successfully.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1177836 1188317 (view as bug list) | Environment: | ||
| Last Closed: | 2015-03-10 00:52:18 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1109875, 1133060, 1155673, 1165007, 1168850, 1175624, 1177836, 1179458, 1180596, 1188317 | |||
|
Description
Robert Buchholz
2014-11-21 10:44:19 UTC
It seems this is the fix that was pushed upstream: https://bazaar.launchpad.net/~maria-captains/maria/5.5/revision/4355 Robert, thank you very much for the report and provided fix. Doc Text updated. Just for anybody who needs to get over this bug, there are couple of workarounds: * use older package to build with (other than mariadb-devel-5.5.40) * change the header file locally according to: https://bazaar.launchpad.net/~maria-captains/maria/5.5/revision/4355 * include my_config.h before features.h in the depended application php gets added to the list of breakage https://brewweb.devel.redhat.com/taskinfo?taskID=8414652 When can we expect this fix to propagate to the EPEL 7 build root? *** Bug 1180261 has been marked as a duplicate of this bug. *** *** Bug 1180466 has been marked as a duplicate of this bug. *** |