Bug 44460

Summary: Build broken by undefined PK_BACKEND_SIGNAL_NONE
Product: PackageKit Reporter: Owen Taylor <otaylor>
Component: coreAssignee: Richard Hughes <richard>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: medium CC: matthias
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.