Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 73262

Summary: Emerging cdrdao fails as moving /usr/share/cdrdao/cdrdao.drivers to /usr/share/cdrdao/drivers is not possible
Product: Gentoo Linux Reporter: Thomas Fischer <fischer>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Fischer 2004-12-03 13:48:10 UTC
When I try to emerge "app-cdr/cdrdao-1.1.9  -debug -gnome" everthing works until the compiled files are installed into the filesystem (make install). The German error message says that mv cannot stat this file as it does not exist.

[...]
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: Aufruf von stat f
Comment 1 Thomas Fischer 2004-12-03 13:48:10 UTC
When I try to emerge "app-cdr/cdrdao-1.1.9  -debug -gnome" everthing works until the compiled files are installed into the filesystem (make install). The German error message says that mv cannot stat this file as it does not exist.

[...]
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: Aufruf von stat für ?/usr/share/cdrdao/cdrdao.drivers? nicht möglich: Datei oder Verzeichnis nicht gefunden
make[3]: *** [install-data-hook] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao'
make[2]: *** [install-data-am] Fehler 2
make[2]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao'
make[1]: *** [install-am] Fehler 2
make[1]: Leaving directory `/var/tmp/portage/cdrdao-1.1.9/work/cdrdao-1.1.9/dao'
make: *** [install-recursive] Fehler 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.


Reproducible: Always
Steps to Reproduce:
Comment 2 Joe McCann (RETIRED) gentoo-dev 2004-12-03 14:14:14 UTC
please use search

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