On Mittwoch, 25. Dezember 2013, 12:37:27 Silvio Siefke wrote: > Hello, > > On Wed, 25 Dec 2013 11:49:53 +0400 > > the <the.gu...@mail.ru> wrote: > > ls -al would be helpful > > ks3374456 tmp # ls -la > insgesamt 12 > drwxrwxrwt 3 root root 4096 25. Dez 05:49 . > drwxr-xr-x 9 root root 4096 10. Dez 07:47 .. > -rw-r--r-- 1 root root 0 10. Dez 07:47 .keep > drwsr-x--- 3 portage portage 4096 25. Dez 05:51 portage > > /mnt/gentoo/i686/var/tmp/portage/sys-apps/dbus-1.6.12/image > ks3374456 image # ls -la > insgesamt 20 > drwxr-xr-x 5 root root 4096 25. Dez 05:51 . > drwxrwxr-x 8 portage portage 4096 25. Dez 05:51 .. > drwxr-xr-x 5 root root 4096 25. Dez 05:51 etc > drwxr-xr-x 7 root root 4096 25. Dez 05:51 usr > drwxr-xr-x 4 root root 4096 25. Dez 05:51 var > > ks3374456 dbus-1.6.12 # ls -la image/usr/libexec/ > insgesamt 396 > drwxr-xr-x 2 root root 4096 25. Dez 05:51 . > drwxr-xr-x 7 root root 4096 25. Dez 05:51 .. > -rwsr-x--- 1 root messagebus 396834 25. Dez 05:51 dbus-daemon-launch-helper > > ks3374456 dbus-1.6.12 # chmod 4750 > image/usr/libexec/dbus-daemon-launch-helper chmod: Beim Setzen der > Zugriffsrechte für „image/usr/libexec/dbus-daemon-launch-helper“: Keine > Berechtigung > >
Which users are involved? I assume you are emerging as root, and you have been doing you manual modification as root as well. Just a guess: as part of the emerge-command, chmod may be called as user 'portage', who does not have the right to change modifications of this file. Just another guess: have a look at your /etc/portage/make.conf, and check the FEATURES variable. If it contains 'userpriv', remove it and try again. Best regards Alex