Bug 993208

Summary: rtkit: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: rtkitAssignee: Lennart Poettering <lpoetter>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: lpoetter, selinux
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rtkit-0.11-8.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-26 00:29:01 UTC Type: ---
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: 991858    

Description Dennis Gilmore 2013-08-05 17:07:02 UTC
Your package rtkit failed to build from source in current rawhide.

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

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

Comment 1 Tom London 2013-08-10 15:50:38 UTC
Build now seems to need '-lrt' on linker command line.

Perhaps something like:

[tbl@tlondon SOURCES]$ cat rtkit-add-librt.patch 
--- Makefile.in.old	2013-08-10 08:44:16.501367327 -0700
+++ Makefile.in	2013-08-10 08:44:23.540279328 -0700
@@ -309,7 +309,7 @@
 	sd-daemon.c sd-daemon.h
 
 rtkit_daemon_LDADD = \
-	$(DBUS_LIBS)
+	$(DBUS_LIBS) -lrt
 
 rtkit_daemon_CFLAGS = \
 	$(AM_CFLAGS) \

Comment 2 Fedora End Of Life 2013-09-16 15:56:00 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 20 development cycle.
Changing version to '20'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora20

Comment 3 Fedora Update System 2014-01-10 05:20:17 UTC
rtkit-0.11-8.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/rtkit-0.11-8.fc20

Comment 4 Fedora Update System 2014-01-11 08:29:23 UTC
Package rtkit-0.11-8.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing rtkit-0.11-8.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-0592/rtkit-0.11-8.fc20
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2014-01-26 00:29:01 UTC
rtkit-0.11-8.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.