Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14833] New: e17 conflicts with linux-pam-headers

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 14833] New: e17 conflicts with linux-pam-headers
  • Date: 14 Oct 2008 23:04:08 -0000

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

Summary: e17 conflicts with linux-pam-headers
Product: Codex
Version: devel grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: e
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: fredrik.carlstrom AT tele2.se


When trying to install e17 with linux-pam-headers present the build fails:

...
/usr/lib/libfreetype.so -lz /usr/lib/libexpat.so -lpthread
/usr/lib/libxcb-xlib.so /usr/lib/libxcb.so /usr/lib/libXext.so
/usr/lib/libX11.so /usr/lib/libXdmcp.so /usr/lib/libXau.so
/usr/lib/libedbus.so
/usr/lib/libecore.so /usr/lib/libdbus-1.so /usr/lib/libeina.so -ldl -lrt -lm
-lpam
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -lpam
collect2: ld returned 1 exit status
make[3]: *** [enlightenment] Error 1
make[3]: Leaving directory `/usr/src/enlightenment-0.17-svn/src/bin'
make[2]: Leaving directory `/usr/src/enlightenment-0.17-svn/src'
make[1]: Leaving directory `/usr/src/enlightenment-0.17-svn'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
! Problem Detected !
...

>From config.log:

#define HAVE_FNMATCH 1
#define HAVE_SECURITY_PAM_APPL_H 1
#define HAVE_PAM 1
#define MODULE_ARCH "linux-gnu-x86_64"


Casting e17 without linux-pam-headers succeeds and the same passage in
config.log reads:

#define HAVE_FNMATCH 1
#define MODULE_ARCH "linux-gnu-x86_64"

Probably the presence of linux-pam-headers makes configure add support for
linux-pam which fails when trying to link against the nonexistent libraries.



When gazing through the config.log I also noticed:

configure:30187: WARNING: unrecognized options: --enable-fsstd

so it seams as if the --enable-fsstd option is deprecated.


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




Archive powered by MHonArc 2.6.24.

Top of Page