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 325203 - Missing html/ directory
Missing html/ directory
Status: RESOLVED OBSOLETE
Product: libxml2
Classification: Platform
Component: general
2.6.22
Other Mac OS
: Normal minor
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-29 07:04 UTC by Daniel Macks
Modified: 2017-06-14 11:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Macks 2005-12-29 07:04:50 UTC
+++ This bug was initially created as a clone of Bug #324522 +++

'make install' reports:

Making install in doc
Making install in devhelp
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/gtk-doc/html/libxml2
mkdir -p -- /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/gtk-doc/html/libxml2
/usr/bin/install -c -m 0644 libxml2.devhelp /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/gtk-doc/html/libxml2
/usr/bin/install -c -m 0644 home.png left.png right.png up.png style.css /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/gtk-do\
c/html/libxml2
/usr/bin/install -c -m 0644 index.html general.html libxml2-c14n.html libxml2-catalog.html libxml2-chvalid.html libxml2-debugXML.html libxml2-dict.html libxml2-DOCBparser.\
html libxml2-encoding.html libxml2-entities.html libxml2-globals.html libxml2-hash.html libxml2-HTMLparser.html libxml2-HTMLtree.html libxml2-list.html libxml2-nanoftp.htm\
l libxml2-nanohttp.html libxml2-parser.html libxml2-parserInternals.html libxml2-pattern.html libxml2-relaxng.html libxml2-SAX2.html libxml2-SAX.html libxml2-schemasIntern\
als.html libxml2-schematron.html libxml2-threads.html libxml2-tree.html libxml2-uri.html libxml2-valid.html libxml2-xinclude.html libxml2-xlink.html libxml2-xmlautomata.ht\
ml libxml2-xmlerror.html libxml2-xmlexports.html libxml2-xmlIO.html libxml2-xmlmemory.html libxml2-xmlmodule.html libxml2-xmlreader.html libxml2-xmlregexp.html libxml2-xml\
save.html libxml2-xmlschemas.html libxml2-xmlschemastypes.html libxml2-xmlstring.html libxml2-xmlunicode.html libxml2-xmlversion.html libxml2-xmlwriter.html libxml2-xpath.\
html libxml2-xpathInternals.html libxml2-xpointer.html /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/gtk-doc/html/libxml2
Making install in examples
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/doc/libxml2
/usr/bin/install -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/doc/libxml2
install: ./*.html: No such file or directory
make[3]: [install-data-local] Error 71 (ignored)
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/doc/libxml2
/usr/bin/install -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.\
gif ./Libxml2-Logo-90x34.gif /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/doc/libxml2
/bin/sh ../mkinstalldirs /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/doc/libxml2/html
mkdir -p -- /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/doc/libxml2/html
/usr/bin/install -c -m 0644 ./html/*.html /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/doc/libxml2/html
/usr/bin/install -c -m 0644 ./html/*.png /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/doc/libxml2/html
/usr/bin/install -c -m 0644 ./html/index.sgml /Volumes/SandBox/fink/sw/src/fink.build/root-libxml2-2.6.22-1/Volumes/SandBox/fink/sw/share/doc/libxml2/html
install: ./html/index.sgml: No such file or directory
make[3]: [install-data-local] Error 71 (ignored)

The installation completes because those errors are ignored, but why are they occurring at all? Sure enough, there is no index.sgml or *.html in the doc/html directrory. I didn't see any messages during ./configure about missing build tools nor any warnings during the build about any files being not built for any reason.

I see the same results whether or not I have libxslt already installed in the target prefix.
Comment 1 Daniel Veillard 2006-10-20 09:26:14 UTC
You must run make before make install, it's in libxml2 FAQ, and I guess
it's why those resources are not produced (or xsltproc was missing).

Report lack context anyway, it would need a reproduceable scenario,
obviously I don't have the problem here.

Daniel
Comment 2 Daniel Macks 2006-10-20 20:35:51 UTC
Here's the complete build transcript:
  http://fink.opendarwin.org/build/2005-11-07/ppc/logs/libxml2.log
in which make is run first. There is xsltproc in /usr/bin.
Comment 3 Nick Wellnhofer 2017-06-14 11:08:29 UTC
Closing 10 year old build issue as "obsolete".