Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Whenever I "emerge -u cdrdao" to 1.1.9 from 1.1.8-r1 I get the following error message: mv /usr/share/cdrdao/cdrdao.drivers /usr/share/cdrdao/drivers ACCESS DENIED rename: /usr/share/cdrdao/cdrdao.drivers mv: cannot move `/usr/share/cdrdao/cdrdao.drivers' to `/usr/share/cdrdao/drivers': Permission denied make[3]: *** [install-data-hook] Error 1 make[3]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao' make[2]: *** [install-data-am] Error 2 make[2]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao' make: *** [install-recursive] Error 1 !!! ERROR: app-cdr/cdrdao-1.1.9 failed. !!! Function src_install, Line 66, Exitcode 2 !!! could not install !!! If you need support, post the topmost build error, NOT this status message. --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/tmp/sandbox-app-cdr_-_cdrdao-1.1.9-22077.log" rename: /usr/share/cdrdao/cdrdao.drivers -------------------------------------------------------------------------------- Of course I'm running emerge as root and there is no permission problem with the directory tree. Reproducible: Always Steps to Reproduce: 1. emerge -u cdrdao Actual Results: ... mv /usr/share/cdrdao/cdrdao.drivers /usr/share/cdrdao/drivers ACCESS DENIED rename: /usr/share/cdrdao/cdrdao.drivers mv: cannot move `/usr/share/cdrdao/cdrdao.drivers' to `/usr/share/cdrdao/drivers': Permission denied make[3]: *** [install-data-hook] Error 1 make[3]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao' make[2]: *** [install-data-am] Error 2 make[2]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao' make: *** [install-recursive] Error 1 !!! ERROR: app-cdr/cdrdao-1.1.9 failed. !!! Function src_install, Line 66, Exitcode 2 !!! could not install !!! If you need support, post the topmost build error, NOT this status message. --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/tmp/sandbox-app-cdr_-_cdrdao-1.1.9-22077.log" rename: /usr/share/cdrdao/cdrdao.drivers -------------------------------------------------------------------------------- Expected Results: cdrdao-1.1.9 should have been emerged!
This is the output for ls -ld of the directory tree: laptop root # ls -ld / /usr /usr/share /usr/share/cdrdao/ /usr/share/cdrdao/drivers drwxr-xr-x 21 root root 544 Oct 22 19:20 / drwxr-xr-x 18 root root 568 Nov 3 17:56 /usr drwxr-xr-x 144 root root 3848 Nov 24 18:28 /usr/share drwxr-xr-x 2 root root 104 Dec 3 08:45 /usr/share/cdrdao/ -rw-r--r-- 1 root root 12130 Nov 1 10:30 /usr/share/cdrdao/drivers
I get a similar error with cdrdao: Making install in dao make[1]: Entering directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao' make[2]: Entering directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao' test -z "/usr/bin" || mkdir -p -- . "/var/tmp/portage/cdrdao-1.1.9/image//usr/bin" /bin/install -c 'cdrdao' '/var/tmp/portage/cdrdao-1.1.9/image//usr/bin/cdrdao'test -z "/usr/share/cdrdao" || mkdir -p -- . "/var/tmp/portage/cdrdao-1.1.9/image//usr/share/cdrdao" /bin/install -c -m 644 'cdrdao.drivers' '/var/tmp/portage/cdrdao-1.1.9/image//usr/share/cdrdao/cdrdao.drivers' test -z "/usr/man/man1" || mkdir -p -- . "/var/tmp/portage/cdrdao-1.1.9/image//usr/man/man1" /bin/install -c -m 644 './cdrdao.man' '/var/tmp/portage/cdrdao-1.1.9/image//usr/man/man1/cdrdao.1' make install-data-hook make[3]: Entering directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao' mv /usr/share/cdrdao/cdrdao.drivers /usr/share/cdrdao/drivers mv: cannot stat `/usr/share/cdrdao/cdrdao.drivers': No such file or directory make[3]: *** [install-data-hook] Error 1 make[3]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao'make[2]: *** [install-data-am] Error 2 make[2]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao'make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao'make: *** [install-recursive] Error 1 !!! ERROR: app-cdr/cdrdao-1.1.9 failed. !!! Function src_install, Line 66, Exitcode 2 !!! could not install !!! If you need support, post the topmost build error, NOT this status message.
*** This bug has been marked as a duplicate of 73193 ***