>>> Completed installing into /var/tmp/portage/vim-6.1-r12/image/ usr/ usr/bin/ usr/bin/vim usr/bin/vimdiff usr/share/ usr/share/vim/ usr/share/vim/vimrc >>> Done. --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/tmp/sandbox-vim-6.1-r12-954.log" chmod: /dev/pty/s0 --------------------------------------------------------------------------------
oh, and I'm on gcc 2.95.3 / Gentoo 1.2 ... if it helps :)
see bug number 5766. I think this resolved now. roy
If this hasn't been resolved, please reopen this bug
umm.... >>> Completed installing into /var/tmp/portage/vim-6.1-r13/image/ --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/tmp/sandbox-vim-6.1-r13-27108.log" chmod: /dev/pty/s0 -------------------------------------------------------------------------------- # > cat /tmp/sandbox-vim-6.1-r13-27108.log chmod: /dev/pty/s0
Question: Are you logged onto the local console, or through an SSH connection - or some other remote terminal?
I get the following error when trying to emerge vim-core: >>> Completed installing into /tmp/portage/vim-core-6.1-r2/image/ --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/tmp/sandbox-vim-core-6.1-r2-8821.log" chmod: /dev/pty/s0 --------------------------------------------------------------------------------
Can you try -r3? thanks
I was able to merge -r12, thanks Ryan. Aniruddha Shankar Bangalore, India
Additional info I think you might want : I had suffered some filesystem corruption which I repaired manually. aniruddha shankar bangalore, india
nope, -r3 gives the same error.
try setting the pty permission to rw... chmod ugo+rw /dev/pty/s* If you want to change the permissions back, make sure to note what the permissions were on the dev devices before you change them.
This has worked for me, thanks!