On Tue, 2004-02-10 at 22:18, Jeff Smelser wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I am compiling gcc. Not sure why its looking at /proc, but out of 4 machines, > this is the first one to fail > > anyone have an answer for this? Thanks > > * This sys-libs/glibc has __guard object and __stack_smash_handler functions > * scanning the system for binaries with __guard - this may take 5-10 minutes > * Please do not press ctrl-C or ctrl-Z during this period - it will continue > > ACCESS DENIED open_wr: /proc/32506/lock > /usr/portage/sys-devel/gcc/files/scan_libgcc_linked_ssp.sh: line > 44: /proc/32506/lock: Permission denied
I do not know the answer to your problem unfortunately, but I do know why it's looking in /proc. /proc/32506 would contain information about whatever process has a process ID of 32506 (cmdline args it was called with, a link to the executable, file descripters, etc) The only reason I can think of that permission would be denied is if it is trying to open a file for a process it does not own. Sorry I could not be of more help, Aaron -- [EMAIL PROTECTED] mailing list
