First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 15630
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 15270
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Quinn <danstemporaryaccount@yahoo.ca>
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 15630 depends on: Show dependency tree
Bug 15630 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: 2003-02-13 09:28 0000
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 From Martin Holzer (RETIRED) 2003-02-13 10:05:32 0000 -------

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

First Last Prev Next    No search results available      Search page      Enter new bug