Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39433 - XFree seems to need PAM but dosn't depend on it
Summary: XFree seems to need PAM but dosn't depend on it
Status: RESOLVED DUPLICATE of bug 35468
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-26 01:23 UTC by Jan Brezina
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Brezina 2004-01-26 01:23:15 UTC
During "emerge system", XFree build has failed:

-----------------------------------------
gcc -c -O2 -O2 -O2 -O2 -march=athlon-xp -pipe -ansi -pedantic -Wno-return-type -w     -I../.. -I../../exports/include   -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE  -D_GNU_SOURCE   -DFUNCPROTO=15 -DNARROWPROTO   -DBINDIR=\"/usr/X11R6/bin\" -DXDMDIR=\"/etc/X11/xdm\" 		   		   		-DUSESHADOW -DUSE_PAM -DUNIXCONN -DTCPCONN -DHAS_STICKY_DIR_BIT -DHAS_FCHOWN 		-DGREET_USER_STATIC   -DFRAGILE_DEV_MEM  		-DOSMAJORVERSION=2 		-DOSMINORVERSION=4 		  		-DXPM -DUSE_XINERAMA    auth.c
In file included from auth.c:44:
dm.h:105:31: security/pam_appl.h: No such file or directory
In file included from auth.c:44:
dm.h:418: parse error before '*' token
dm.h:418: ISO C forbids data definition with no type or storage class
dm.h:419: parse error before '*' token
dm.h:419: ISO C forbids data definition with no type or storage class
make[4]: *** [auth.o] Error 1 
---------------------------------------
Lot of other errors has followed, but many of them are surely become from this one. File "security/pam_appl.h" can't be found, because PAM package hasn't been compiled yet. So I have tried to build PAM at first ("emerge PAM"), but it has started building XFree, so I'm in circle.

My USE:

USE="-3dfx 3dnow aalib acpi -afs alsa -altivec apm -arts atlas avi -bidi bonobo -canna cdr -cjk crypt curl -debug -dedicated dga directfb doc -dvb -dvd -dvdr emacs encode esd -ethereal -ev6 evo flac flash -freewnn gb gd gif gnome -gphoto2 gpm -gps gtk gtk2 gtkhtml imap imagemagick imlib jack java jikes -joystick jpeg -kde -kerberos -ystick -krb4 lcms ldap -libg++ libgda -lirc  mad  -matrox   mikmod memlimit mmx motif  mozilla mpeg -mpi -mule mysql -nas ncurses   nls -nocardbus nocd -oci8  oggvorbis opengl  pam -pcmcia -pda ppds pdflib perl plotutils png -pnp -postgres   python qt quicktime readline ruby samba  -scanner       speex spell -sse ssl   svga tcltk tcpd tetex tiff truetype -trusted unicode usb  -voodoo3 -wavelan wmf  X   -xinerama  xml xml2 xmms xv   zlib "
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2004-01-26 09:15:21 UTC

*** This bug has been marked as a duplicate of 35468 ***