Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15630 - emerging of atk-1.2.2 dies while trying to install "index.sgml"
Summary: emerging of atk-1.2.2 dies while trying to install "index.sgml"
Status: RESOLVED DUPLICATE of bug 15270
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-13 09:28 UTC by gentoo@danielquinn.org
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo@danielquinn.org 2003-02-13 09:28:00 UTC
emerging atk-1.2.2 dies here: 
 
 /bin/install -c -m 644 atkvalue.h 
/var/tmp/portage/atk-1.2.2/image//usr/include/atk-1.0/atk/atkvalue.h 
 /bin/install -c -m 644 atk-enum-types.h 
/var/tmp/portage/atk-1.2.2/image//usr/include/atk-1.0/atk/atk-enum-types.h 
make[2]: Leaving directory `/var/tmp/portage/atk-1.2.2/work/atk-1.2.2/atk' 
make[1]: Leaving directory `/var/tmp/portage/atk-1.2.2/work/atk-1.2.2/atk' 
Making install in tests 
make[1]: Entering directory `/var/tmp/portage/atk-1.2.2/work/atk-1.2.2/tests' 
make[2]: Entering directory `/var/tmp/portage/atk-1.2.2/work/atk-1.2.2/tests' 
make[2]: Nothing to be done for `install-exec-am'. 
make[2]: Nothing to be done for `install-data-am'. 
make[2]: Leaving directory `/var/tmp/portage/atk-1.2.2/work/atk-1.2.2/tests' 
make[1]: Leaving directory `/var/tmp/portage/atk-1.2.2/work/atk-1.2.2/tests' 
Making install in docs 
make[1]: Entering directory `/var/tmp/portage/atk-1.2.2/work/atk-1.2.2/docs' 
make[2]: Entering directory `/var/tmp/portage/atk-1.2.2/work/atk-1.2.2/docs' 
make[2]: Nothing to be done for `install-exec-am'. 
/bin/sh ../mkinstalldirs /var/tmp/portage/atk-1.2.2/image//usr/share/gtk-doc/html/atk 
mkdir /var/tmp/portage/atk-1.2.2/image/usr/share 
mkdir /var/tmp/portage/atk-1.2.2/image/usr/share/gtk-doc 
mkdir /var/tmp/portage/atk-1.2.2/image/usr/share/gtk-doc/html 
mkdir /var/tmp/portage/atk-1.2.2/image/usr/share/gtk-doc/html/atk 
(installfiles=`echo ./html/*`; \ 
if test "$installfiles" = './html/*'; \ 
then echo '-- Nothing to install' ; \ 
else \ 
  for i in $installfiles; do \ 
    echo '-- Installing '$i ; \ 
    /bin/install -c -m 644 $i /var/tmp/portage/atk-1.2.2/image//usr/share/gtk-doc/html/atk; \ 
  done; \ 
  echo '-- Installing ./html/index.sgml' ; \ 
  /bin/install -c -m 644 ./html/index.sgml 
/var/tmp/portage/atk-1.2.2/image//usr/share/gtk-doc/html/atk; \ 
fi) 
-- Installing ./html/home.png 
-- Installing ./html/left.png 
-- Installing ./html/right.png 
-- Installing ./html/up.png 
-- Installing ./html/index.sgml 
/bin/install: cannot stat `./html/index.sgml': No such file or directory 
make[2]: *** [install-data-local] Error 1 
make[2]: Leaving directory `/var/tmp/portage/atk-1.2.2/work/atk-1.2.2/docs' 
make[1]: *** [install-am] Error 2 
make[1]: Leaving directory `/var/tmp/portage/atk-1.2.2/work/atk-1.2.2/docs' 
make: *** [install-recursive] Error 1 
 
!!! ERROR: dev-libs/atk-1.2.2 failed. 
!!! Function einstall, Line 8, Exitcode 2 
!!! einstall failed 
 
this is only the case when USE flags include "doc".  if this is removed, atk compiles just fine. 

Reproducible: Always
Steps to Reproduce:
1. include "doc" in my use flags 
2. emerge atk 
3. 
Actual Results:  
!!! ERROR: dev-libs/atk-1.2.2 failed. 
!!! Function einstall, Line 8, Exitcode 2 
!!! einstall failed 
 

Expected Results:  
>>> original instance of package unmerged safely. 
>>> Regenerating /etc/ld.so.cache... 
>>> dev-libs/atk-1.2.2 merged. 
>>> Recording dev-libs/atk in "world" favorites file... 
 
 dev-libs/atk 
    selected: none 
   protected: 1.2.2 
     omitted: none 
 
>>> clean: No packages selected for removal. 
 
>>> Regenerating /etc/ld.so.cache... 
>>> Auto-cleaning packages ... 
 
>>> No outdated packages were found on your system. 
 
 
 * GNU info directory index is up-to-date. 
 

gentoo is cool ;-)
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-02-13 10:05:32 UTC

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