Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 73194
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 73193
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Vincenzo Romano <vincenzo.romano@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 73194 depends on: Show dependency tree
Bug 73194 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-12-02 23:44 0000
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!

------- Comment #1 From Vincenzo Romano 2004-12-02 23:46:01 0000 -------
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

------- Comment #2 From Rene Zbinden 2004-12-02 23:57:36 0000 -------
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.

------- Comment #3 From Joe McCann (RETIRED) 2004-12-03 00:08:37 0000 -------

*** This bug has been marked as a duplicate of 73193 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug