Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15552] New: policykit 0.96 fails to compile

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15552] New: policykit 0.96 fails to compile
  • Date: 22 Jan 2010 10:49:47 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15552

Summary: policykit 0.96 fails to compile
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: gnome2-libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: pyrobor AT ver.si
Depends on: 15427


Don't really know if this is new bug or dupe of #15427. Anyway it fails to
compile and the reason is somehow pam. Here is an error msg:

make[3]: Entering directory `/usr/src/polkit-0.96/src/programs'
CCLD libpkexec-action-lookup.la
CC pkexec-pkexec.o
pkexec.c:37:31: error: security/pam_appl.h: No such file or directory
pkexec.c:122: warning: 'struct pam_response' declared inside parameter list
pkexec.c:122: warning: its scope is only this definition or declaration, which
is probably not what you want
pkexec.c:122: warning: 'struct pam_message' declared inside parameter list
pkexec.c: In function 'pam_conversation_function':
pkexec.c:125: error: 'PAM_CONV_ERR' undeclared (first use in this function)
pkexec.c:125: error: (Each undeclared identifier is reported only once
pkexec.c:125: error: for each function it appears in.)
pkexec.c: In function 'open_session':
pkexec.c:133: error: 'pam_handle_t' undeclared (first use in this function)
pkexec.c:133: error: 'pam_h' undeclared (first use in this function)
pkexec.c:134: error: storage size of 'conversation' isn't known
pkexec.c:144: warning: implicit declaration of function 'pam_start'
pkexec.c:144: warning: nested extern declaration of 'pam_start'
pkexec.c:148: error: 'PAM_SUCCESS' undeclared (first use in this function)
pkexec.c:150: warning: implicit declaration of function 'pam_strerror'
pkexec.c:150: warning: nested extern declaration of 'pam_strerror'
pkexec.c:150: warning: format '%s' expects type 'char *', but argument 2 has
type 'int'
pkexec.c:155: warning: implicit declaration of function 'pam_open_session'
pkexec.c:155: warning: nested extern declaration of 'pam_open_session'
pkexec.c:159: warning: format '%s' expects type 'char *', but argument 2 has
type 'int'
pkexec.c:167: warning: implicit declaration of function 'pam_end'
pkexec.c:167: warning: nested extern declaration of 'pam_end'
pkexec.c:134: warning: unused variable 'conversation'
make[3]: *** [pkexec-pkexec.o] Error 1
make[3]: Leaving directory `/usr/src/polkit-0.96/src/programs'
make[2]: Leaving directory `/usr/src/polkit-0.96/src'
make[1]: Leaving directory `/usr/src/polkit-0.96'
make[2]: *** [all-recursive] Error 1

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



  • [SM-Grimoire-Bugs] [Bug 15552] New: policykit 0.96 fails to compile, bugzilla-daemon, 01/22/2010

Archive powered by MHonArc 2.6.24.

Top of Page