After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 133014 - libgnomeui-2.4.0.1 broken install script
libgnomeui-2.4.0.1 broken install script
Status: RESOLVED DUPLICATE of bug 90602
Product: libgnomeui
Classification: Deprecated
Component: general
2.4.x
Other Linux
: Normal normal
: future
Assigned To: libgnomeui maintainers
libgnomeui maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-30 23:53 UTC by mmokrejs
Modified: 2005-01-06 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description mmokrejs 2004-01-30 23:53:38 UTC
I don't know how did it happen, but during make install I got:

-- Installing ./html/libgnomeui-gnome-vfs-util.html
-- Installing ./html/libgnomeui-gnome-window.html
-- Installing ./html/libgnomeui-gnometypebuiltins.html
-- Installing ./html/libgnomeui-objects.html
-- Installing ./html/miscellaneous.html
-- Installing ./html/index.sgml
/software/@sys/usr/bin/install: cannot stat `./html/index.sgml': No such
file or directory
make[3]: *** [install-data-local] Error 1
make[3]: Leaving directory
`/usr/local/scratch/libgnomeui-2.4.0.1/doc/reference'


Maybe this was related:

touch scan-build.stamp
*** Rebuilding template files ***
cd . && gtkdoc-mktmpl --module=libgnomeui
=============================================================================
WARNING: 19 unused declarations.
  These can be found in libgnomeui-unused.txt.
  They should be added to libgnomeui-sections.txt in the appropriate place.
=============================================================================
touch tmpl-build.stamp
*** Building SGML ***
cd . && \
gtkdoc-mkdb --module=libgnomeui --source-dir=../../libgnomeui
--main-sgml-file=libgnomeui-docs.sgml --output-format=xml
83% symbol docs coverage (763 symbols documented, 155 not documented)
See libgnomeui-undocumented.txt for a list of missing docs.
The doc coverage percentage doesn't include intro sections.
touch sgml-build.stamp
*** Building HTML ***
test -d ./html || mkdir ./html
cd ./html && gtkdoc-mkhtml libgnomeui ../libgnomeui-docs.sgml
warning: failed to load external entity
"file:///software/@sys/usr/share/xml/docbook/xsl-stylesheets-1.48/lib/lib.xsl"
compilation error: file
file:///software/@sys/usr/share/xml/docbook/xsl-stylesheets-1.48/html/docbook.xsl
line 25 element inc
lude
xsl:include : unable to load
file:///software/@sys/usr/share/xml/docbook/xsl-stylesheets-1.48/lib/lib.xsl
Comment 1 Ivan Noris 2004-03-29 22:02:48 UTC
Have you tried to build it without gtk-doc?
--disable-gtk-doc
Comment 2 Kjartan Maraas 2005-01-06 10:20:57 UTC

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