Bug 44460 - Build broken by undefined PK_BACKEND_SIGNAL_NONE
Summary: Build broken by undefined PK_BACKEND_SIGNAL_NONE
Status: RESOLVED FIXED
Alias: None
Product: PackageKit
Classification: Unclassified
Component: core (show other bugs)
Version: unspecified
Hardware: Other All
: medium blocker
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-04 11:59 UTC by Owen Taylor
Modified: 2012-01-04 19:23 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Owen Taylor 2012-01-04 11:59:51 UTC
Current code in git master doesn't build:

pk-transaction.c: In function 'pk_transaction_finished_cb':
pk-transaction.c:1116:3: error: 'PK_BACKEND_SIGNAL_NONE' undeclared (first use in this function)
pk-transaction.c:1116:3: note: each undeclared identifier is reported only once for each function it appears in

Introduced by:

commit f4881d24ec9ef10b9ba58b7f9da09fb5fcaa9534
Author: Matthias Klumpp <matthias@tenstral.net>
Date:   Wed Jan 4 17:21:22 2012 +0100

    plugins: Possibility to select connected backend functions
    
    Via set_signals, backends can now select which signals
    of the backend should stay connected to the transaction.
Comment 1 Matthias Klumpp 2012-01-04 19:23:24 UTC
Hi!
Sorry for that... For some reason it still compiled on my machine after removing the SIGNAL_NONE element.
This is fixed now.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.