Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19096 - dev-libs/atk-1.2.2 fails to install
Summary: dev-libs/atk-1.2.2 fails to install
Status: RESOLVED DUPLICATE of bug 17448
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-10 15:07 UTC by Maik Schreiber
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

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 Maik Schreiber 2003-04-10 15:07:52 UTC
[snip]
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 287, Exitcode 2
!!! einstall failed
Comment 1 Matthew Turk (RETIRED) gentoo-dev 2003-04-10 16:21:18 UTC
Unmerge xhtml1, remerge gtk-doc, then try. 
Comment 2 Maik Schreiber 2003-04-10 16:28:52 UTC
Interestingly, xhtml1 isn't even installed on my box. I've tried to remerge gtk-doc (gtk-doc-1.0) and emerging atk-1.2.2 anyway, to no avail. It still fails with the same error message.
Comment 3 Chris Carlin 2003-04-15 03:14:03 UTC
This is probably a dupe of 17448...
Comment 4 Chris Carlin 2003-04-15 03:20:24 UTC
And the solution here doesn't work for me either :)
Comment 5 Jonas Berlin 2003-04-15 04:19:37 UTC
Chris and Maik, please look at bug #17448, I provided some
instructions over there for you (and others =) that you could try out
that could help analyze your problems.
Comment 6 foser (RETIRED) gentoo-dev 2003-04-15 06:56:29 UTC

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