Bug 1290517

Summary: mysql_config --libmysqld-libs includes '-laio' (and has to dependency on libaio-devel)
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: mariadbAssignee: Michal Schorm <mschorm>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: hhorak, jstanek, mmuzila
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-07 08:32:49 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:

Description Rex Dieter 2015-12-10 17:29:49 UTC
rpm -q mariadb-devel
mariadb-devel-10.1.8-3.fc24


Summary says it all, packages that build using output from 

$ mysql_config --libmysqld-libs
-L/usr/lib64/mysql  -lmysqld -lpthread -lz -lm -ldl -lssl -lcrypto -lpcre -lcrypt -laio

Fails with
/usr/bin/ld: cannot find -laio

(because of libaio-devel missing and no dependency).

Comment 1 Honza Horak 2016-02-12 11:47:27 UTC
There is the dependency in mariadb-embedded:
http://koji.fedoraproject.org/koji/rpminfo?rpmID=7386714

But was missing in mariadb-embedded-devel, which should be fixed in upcoming 1:10.1.11-7.

Comment 2 Jan Kurik 2016-02-24 14:07:42 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 3 Fedora Admin XMLRPC Client 2016-11-15 10:32:52 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Michal Schorm 2016-12-07 08:32:49 UTC
BuildRequires: libaio-devel
dependency added