On Mon, Feb 01, 2010, Doug Henry wrote:

> I have an interesting problem on my solaris 10 box I thought someone may be
> able to help with.  The libxml package builds and installs but it does not
> install all the files, since the build doesn't fail it probably makes it
> difficult to notice this failure during testing.  Doing rpm -ql libxml I get
> the following listing, which is not even close to a complete libxml install.
>
> /tools/sparc10/bin/xml2-config
> /tools/sparc10/bin/xmlcatalog
> /tools/sparc10/bin/xmllint
> /tools/sparc10/include/libxml2
> /tools/sparc10/include/libxml2/libxml
> /tools/sparc10/include/libxml2/libxml/SAX.h
> /tools/sparc10/include/libxml2/libxml/SAX2.h
> /tools/sparc10/lib/libxml2.a
> /tools/sparc10/lib/libxml2.la
> /tools/sparc10/lib/pkgconfig
> /tools/sparc10/lib/pkgconfig/libxml-2.0.pc
> /tools/sparc10/lib/xml2Conf.sh
> /tools/sparc10/man/man1/xml2-config.1
> /tools/sparc10/man/man1/xmllint.1
> /tools/sparc10/man/man3/libxml.3
> /tools/sparc10/share/aclocal
> /tools/sparc10/share/aclocal/libxml.m4
>
> I did a rpm -bb and checked in the RPM/TMP folder and poked around with the
> build, if I run make install I notice the following error during install, 
> which
> I believe somehow causes the other files to not be installed (I don't see this
> error on my linux box).
>
> /bin/bash ../../mkinstalldirs /tools/sparc10/share/doc/libxml2-2.7.6/html
> ../.././install-sh -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /tools/
> sparc10/share/doc/libxml2-2.7.6/html
> install:  ./*.html does not exist
> make[3]: [install-data-local] Error 1 (ignored)
>
> I noticed the configure/makefile system has a /usr/bin/genhtml program listed,
> but that executable does not exist on the solaris 10 box, probably has
> something to do with it.  I anyone has any info on what might be causing this
> problem, please shot me a note.  Thanks.

Hmmm.... I've currently no recent Solaris 10 box at hand myself, but the
genhtml also does not exist on e.g. FreeBSD and there libxml builds just
fine. Can you check for the actual build error, because what you see
here is already during installation. There has to be also an error
earlier during %build...

                                       Ralf S. Engelschall
                                       r...@engelschall.com
                                       www.engelschall.com

______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to