gcc -c -I. -I. -I/sw/include -O2 -D_PATH_SUDOERS=\"/sw/etc/sudoers\" -DSUDOERS_UID=0 -DSUDOERS_GID=0 -DSUDOERS_MODE=0440 ./auth/pam.c ./auth/pam.c:53:27: error: pam/pam_appl.h: No such file or directory
(and then a mile of errors resulting from not having the declarations and other things that would have come from pam_appl.h). I have /usr/include/security/pam_appl.h but no pam/ subdirectory; according to the SDKs, apple changed the location from OS X 10.5 to 10.6. I'd commit a quick-fix here, but then I saw that there is a newer version upstream, and it seems pretty important to keep a security app up-to-date. But then I remembered how much grief we had some years ago when the sudo package was updated because it changed some behaviors in a way that broke fink (I think it stopped propagating some env vars?). Some other users have reported some stability issues regarding use of sudo, so I didn't want to push anything untested that could further make a mess with this critical feature (sudo in general, not just fink:) OS X 10.6 comes with sudo-1.7.0 already and if I read the SDKs correctly our sudo package has *never* been buildable on 10.6, so should it be dist-restricted to 10.5 (where at least the headers exist to maybe make it buildable)? I don't know how the version compares to what's available on 10.5 to know if it's worth keeping there or not. dan -- Daniel Macks [email protected] ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
