On 12/22/2015 06:23 PM, Ken Moffat wrote:
On Tue, Dec 22, 2015 at 05:12:20PM -0600, [email protected] wrote:
On 12/22/2015 02:59 PM, Ken Moffat wrote:
On Tue, Dec 22, 2015 at 01:36:49PM -0600, [email protected] wrote:
I receive "No package 'libxml-2.0' found" when compiling GConf-3.2.6.  I
assume the problem lies with libxml2-2.9.2 but see neither errors during
compiling nor libxml-2.0 in the documentation.  Is libxml-development
necessary?
No, -development packages are provided by distros which do not
always install full packages, and typically contain headers.  We do
not split packages like that.

It looks like libxml2 is referenced in DEPENDENT_WITH_XML by GConf,
and that is a pkgconfig call for "DEPENDENT" (glib, gio, etc, etc)
and libxml-2.0.  Is libxml-2.0.pc not installed, or installed in an
unusual place (i.e. not /usr/lib/pkgconfig and not
/usr/share/pkgconfig) ?

ĸen
I have no libxml-2.0.pc.  I have glib-2.0.pc, gio-2.0.pc, gthread-2.0.pc,
gmodule-2.0.pc, and gobject-2.0.pc, all in /usr/lib/pkgconfig.
Your post implies, at least to me, that you have installed
libxml-2.  If that is the case, you should have the pc file.  If you
have logs, check the libxml-2 build for any odd errors and, if you
have reasonably-reliable¹ logs for what got installed, check if the
pc file did get installed (but has been lost since then), or if it
did not get installed.

Whatever, libxml-2 is needed and is supposed to install the pc file,
so I think you will need to reinstall it.

1. I say "reasonably reliable" because I've had a lot of issues with
my own logging over the years, e.g. files ignored because they were
installed as-shipped and therefore were older than the compile.

ĸen

Yes, I'd installed libxml2. I'd checked the log before posting and found no errors. However, I just reinstalled and checked for libxml-2.0.pc, running "find /usr -name libxml-2.0.pc" immediately after rebuilding. Bupkis.

However, the log states "config status: creating libxml-2.0.pc." But the following line states "config status: creating libxml-2.0-uninstalled.pc" which I don't understand. That's the sole occurence of uninstalled I see.

I'm apparently doing something wrong but am not seeing it. I'm attaching my log.

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... //bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for mv... //bin/mv
checking for tar... //bin/tar
checking for perl... /usr/bin/perl
checking for wget... /usr/bin/wget
checking for xmllint... /usr/bin/xmllint
checking for xsltproc... /usr/bin/xsltproc
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking how to print strings... printf
checking for a sed that does not truncate output... //bin/sed
checking for grep that handles long lines and -e... //bin/grep
checking for egrep... //bin/grep -E
checking for fgrep... //bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to 
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain 
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
Checking zlib
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
Checking lzma
checking for LZMA... yes
Checking headers
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ansidecl.h usability... yes
checking ansidecl.h presence... yes
checking for ansidecl.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
Checking types
checking for uint32_t... yes
Checking libraries
checking for strftime... yes
checking for strdup... yes
checking for strndup... yes
checking for strerror... yes
checking for finite... yes
checking for isnand... no
checking for fp_class... no
checking for class... no
checking for fpclass... no
checking for strftime... (cached) yes
checking for localtime... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for stat... yes
checking for _stat... no
checking for signal... yes
checking for rand... yes
checking for rand_r... yes
checking for srand... yes
checking for time... yes
checking for isascii... yes
checking for mmap... yes
checking for munmap... yes
checking for putenv... yes
checking for va_copy... yes
checking whether va_list is an array type... yes
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing connect... none required
checking for type of socket length (socklen_t)... socklen_t *
checking for const gethostbyname() argument... yes
checking for const send() second argument... yes
checking whether to enable IPv6... yes
checking struct sockaddr::ss_family... yes
checking for getaddrinfo... yes
checking for isnan... yes
checking for isinf... yes
checking for python... /usr/bin/python
Found Python version 2.7
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
Checking configuration requirements
Enabling multithreaded support
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_join in -lpthread... yes
Enabling xmllint shell history
checking for tputs in -lncurses... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for append_history in -lhistory... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for readline in -lreadline... yes
Enabled Schematron support
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking for iconv declaration... 
        extern size_t iconv (iconv_t cd,  char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
Disabling ICU support
Enabled Schemas/Relax-NG support
checking for printf... yes
checking for sprintf... yes
checking for fprintf... yes
checking for snprintf... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for sscanf... yes
Disabling code coverage for GCC
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libxml2.spec
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/libxml/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/devhelp/Makefile
config.status: creating example/Makefile
config.status: creating python/Makefile
config.status: creating python/tests/Makefile
config.status: creating xstc/Makefile
config.status: creating include/libxml/xmlversion.h
config.status: creating libxml-2.0.pc
config.status: creating libxml-2.0-uninstalled.pc
config.status: creating libxml2-config.cmake
config.status: creating python/setup.py
config.status: creating xml2-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Done configuring
make  all-recursive
make[1]: Entering directory '/sources/libxml2-2.9.2'
Making all in include
make[2]: Entering directory '/sources/libxml2-2.9.2/include'
Making all in libxml
make[3]: Entering directory '/sources/libxml2-2.9.2/include/libxml'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/sources/libxml2-2.9.2/include/libxml'
make[3]: Entering directory '/sources/libxml2-2.9.2/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/sources/libxml2-2.9.2/include'
make[2]: Leaving directory '/sources/libxml2-2.9.2/include'
Making all in .
make[2]: Entering directory '/sources/libxml2-2.9.2'
  CC       SAX.lo
  CC       entities.lo
  CC       encoding.lo
  CC       error.lo
  CC       parserInternals.lo
  CC       parser.lo
  CC       tree.lo
  CC       hash.lo
  CC       list.lo
  CC       xmlIO.lo
  CC       xmlmemory.lo
  CC       uri.lo
  CC       valid.lo
  CC       xlink.lo
  CC       HTMLparser.lo
  CC       HTMLtree.lo
  CC       debugXML.lo
  CC       xpath.lo
In file included from ./include/libxml/parser.h:18:0,
                 from ./include/libxml/globals.h:18,
                 from ./include/libxml/threads.h:35,
                 from ./include/libxml/xmlmemory.h:218,
                 from ./include/libxml/tree.h:1306,
                 from ./include/libxml/c14n.h:27,
                 from elfgcchack.h:17,
                 from libxml.h:103,
                 from xpath.c:18:
xpath.c: In function 'xmlXPathRegisterFuncNS__internal_alias':
xpath.c:4875:73: warning: ISO C forbids passing argument 4 of 
'xmlHashAddEntry2__internal_alias' between function pointer and 'void *' 
[-Wpedantic]
     return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
                                                                         ^
./include/libxml/hash.h:56:29: note: in definition of macro 'XML_CAST_FPTR'
 #define XML_CAST_FPTR(fptr) fptr
                             ^
In file included from libxml.h:103:0,
                 from xpath.c:18:
elfgcchack.h:4269:36: note: expected 'void *' but argument is of type 
'xmlXPathFunction {aka void (*)(struct _xmlXPathParserContext *, int)}'
 extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2__internal_alias 
__attribute((visibility("hidden")));
                                    ^
xpath.c: In function 'xmlXPathFunctionLookupNS__internal_alias':
xpath.c:4956:24: warning: ISO C forbids assignment between function pointer and 
'void *' [-Wpedantic]
     XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
                        ^
xpath.c: In function 'xmlXPathCompOpEval':
xpath.c:13552:41: warning: ISO C forbids assignment between function pointer 
and 'void *' [-Wpedantic]
                     XML_CAST_FPTR(func) = op->cache;
                                         ^
xpath.c:13579:31: warning: ISO C forbids assignment between function pointer 
and 'void *' [-Wpedantic]
                     op->cache = XML_CAST_FPTR(func);
                               ^
In file included from xpath.c:476:0:
xpath.c: At top level:
trionan.c:194:1: warning: 'trio_is_special_quantity' defined but not used 
[-Wunused-function]
 trio_is_special_quantity
 ^
trionan.c:218:1: warning: 'trio_is_negative' defined but not used 
[-Wunused-function]
 trio_is_negative
 ^
  CC       xpointer.lo
  CC       xinclude.lo
  CC       nanohttp.lo
  CC       nanoftp.lo
  CC       catalog.lo
  CC       globals.lo
  CC       threads.lo
threads.c:53:12: warning: redundant redeclaration of 'pthread_once' 
[-Wredundant-decls]
 extern int pthread_once (pthread_once_t *__once_control,
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:494:12: note: previous declaration of 'pthread_once' was 
here
 extern int pthread_once (pthread_once_t *__once_control,
            ^
threads.c:56:14: warning: redundant redeclaration of 'pthread_getspecific' 
[-Wredundant-decls]
 extern void *pthread_getspecific (pthread_key_t __key)
              ^
In file included from threads.c:28:0:
/usr/include/pthread.h:1119:14: note: previous declaration of 
'pthread_getspecific' was here
 extern void *pthread_getspecific (pthread_key_t __key) __THROW;
              ^
threads.c:58:12: warning: redundant redeclaration of 'pthread_setspecific' 
[-Wredundant-decls]
 extern int pthread_setspecific (pthread_key_t __key,
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:1122:12: note: previous declaration of 
'pthread_setspecific' was here
 extern int pthread_setspecific (pthread_key_t __key,
            ^
threads.c:61:12: warning: redundant redeclaration of 'pthread_key_create' 
[-Wredundant-decls]
 extern int pthread_key_create (pthread_key_t *__key,
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:1111:12: note: previous declaration of 
'pthread_key_create' was here
 extern int pthread_key_create (pthread_key_t *__key,
            ^
threads.c:64:12: warning: redundant redeclaration of 'pthread_key_delete' 
[-Wredundant-decls]
 extern int pthread_key_delete (pthread_key_t __key)
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:1116:12: note: previous declaration of 
'pthread_key_delete' was here
 extern int pthread_key_delete (pthread_key_t __key) __THROW;
            ^
threads.c:67:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:66:12: warning: redundant redeclaration of 'pthread_mutex_init' 
[-Wredundant-decls]
 extern int pthread_mutex_init ()
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:749:12: note: previous declaration of 
'pthread_mutex_init' was here
 extern int pthread_mutex_init (pthread_mutex_t *__mutex,
            ^
threads.c:69:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:68:12: warning: redundant redeclaration of 'pthread_mutex_destroy' 
[-Wredundant-decls]
 extern int pthread_mutex_destroy ()
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:754:12: note: previous declaration of 
'pthread_mutex_destroy' was here
 extern int pthread_mutex_destroy (pthread_mutex_t *__mutex)
            ^
threads.c:71:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:70:12: warning: redundant redeclaration of 'pthread_mutex_lock' 
[-Wredundant-decls]
 extern int pthread_mutex_lock ()
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:762:12: note: previous declaration of 
'pthread_mutex_lock' was here
 extern int pthread_mutex_lock (pthread_mutex_t *__mutex)
            ^
threads.c:73:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:72:12: warning: redundant redeclaration of 'pthread_mutex_unlock' 
[-Wredundant-decls]
 extern int pthread_mutex_unlock ()
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:773:12: note: previous declaration of 
'pthread_mutex_unlock' was here
 extern int pthread_mutex_unlock (pthread_mutex_t *__mutex)
            ^
threads.c:75:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:74:12: warning: redundant redeclaration of 'pthread_cond_init' 
[-Wredundant-decls]
 extern int pthread_cond_init ()
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:968:12: note: previous declaration of 
'pthread_cond_init' was here
 extern int pthread_cond_init (pthread_cond_t *__restrict __cond,
            ^
threads.c:77:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:76:12: warning: redundant redeclaration of 'pthread_cond_destroy' 
[-Wredundant-decls]
 extern int pthread_cond_destroy ()
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:973:12: note: previous declaration of 
'pthread_cond_destroy' was here
 extern int pthread_cond_destroy (pthread_cond_t *__cond)
            ^
threads.c:79:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:78:12: warning: redundant redeclaration of 'pthread_cond_wait' 
[-Wredundant-decls]
 extern int pthread_cond_wait ()
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:989:12: note: previous declaration of 
'pthread_cond_wait' was here
 extern int pthread_cond_wait (pthread_cond_t *__restrict __cond,
            ^
threads.c:81:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:80:12: warning: redundant redeclaration of 'pthread_equal' 
[-Wredundant-decls]
 extern int pthread_equal ()
            ^
In file included from /usr/include/features.h:365:0,
                 from /usr/include/stdio.h:27,
                 from libxml.h:49,
                 from threads.c:11:
/usr/include/pthread.h:1153:1: note: previous definition of 'pthread_equal' was 
here
 __NTH (pthread_equal (pthread_t __thread1, pthread_t __thread2))
 ^
threads.c:83:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:82:18: warning: redundant redeclaration of 'pthread_self' 
[-Wredundant-decls]
 extern pthread_t pthread_self ()
                  ^
In file included from threads.c:28:0:
/usr/include/pthread.h:275:18: note: previous declaration of 'pthread_self' was 
here
 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
                  ^
threads.c:85:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:84:12: warning: redundant redeclaration of 'pthread_key_create' 
[-Wredundant-decls]
 extern int pthread_key_create ()
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:1111:12: note: previous declaration of 
'pthread_key_create' was here
 extern int pthread_key_create (pthread_key_t *__key,
            ^
threads.c:87:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:86:12: warning: redundant redeclaration of 'pthread_key_delete' 
[-Wredundant-decls]
 extern int pthread_key_delete ()
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:1116:12: note: previous declaration of 
'pthread_key_delete' was here
 extern int pthread_key_delete (pthread_key_t __key) __THROW;
            ^
threads.c:89:5: warning: function declaration isn't a prototype 
[-Wstrict-prototypes]
     __attribute((weak));
     ^
threads.c:88:12: warning: redundant redeclaration of 'pthread_cond_signal' 
[-Wredundant-decls]
 extern int pthread_cond_signal ()
            ^
In file included from threads.c:28:0:
/usr/include/pthread.h:977:12: note: previous declaration of 
'pthread_cond_signal' was here
 extern int pthread_cond_signal (pthread_cond_t *__cond)
            ^
  CC       c14n.lo
  CC       xmlstring.lo
  CC       buf.lo
  CC       xmlregexp.lo
  CC       xmlschemas.lo
  CC       xmlschemastypes.lo
  CC       xmlunicode.lo
  CC       xmlreader.lo
  CC       relaxng.lo
  CC       dict.lo
  CC       SAX2.lo
  CC       xmlwriter.lo
  CC       legacy.lo
  CC       chvalid.lo
  CC       pattern.lo
  CC       xmlsave.lo
  CC       xmlmodule.lo
  CC       schematron.lo
  CC       xzlib.lo
  CC       testdso.lo
  CC       xmllint.o
  CC       xmlcatalog.o
  CC       testSchemas.o
  CC       testRelax.o
  CC       testSAX.o
  CC       testHTML.o
  CC       testXPath.o
  CC       testURI.o
  CC       testThreads.o
  CC       testC14N.o
  CC       testAutomata.o
  CC       testRegexp.o
  CC       testReader.o
  CC       testapi.o
  CC       testModule.o
  CC       runtest.o
runtest.c: In function ‘streamProcessTest’:
runtest.c:2099:65: warning: unused parameter ‘options’ [-Wunused-parameter]
                   xmlTextReaderPtr reader, const char *rng, int options) {
                                                                 ^
testapi.c:18040:25: warning: ‘gen_xmlSchematronPtr’ defined but not used 
[-Wunused-function]
 static xmlSchematronPtr gen_xmlSchematronPtr(int no ATTRIBUTE_UNUSED, int nr 
ATTRIBUTE_UNUSED) {
                         ^
testapi.c:18043:13: warning: ‘des_xmlSchematronPtr’ defined but not used 
[-Wunused-function]
 static void des_xmlSchematronPtr(int no ATTRIBUTE_UNUSED, xmlSchematronPtr val 
ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
             ^
testapi.c:18060:35: warning: ‘gen_xmlSchematronParserCtxtPtr’ defined but not 
used [-Wunused-function]
 static xmlSchematronParserCtxtPtr gen_xmlSchematronParserCtxtPtr(int no 
ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
                                   ^
testapi.c:18063:13: warning: ‘des_xmlSchematronParserCtxtPtr’ defined but not 
used [-Wunused-function]
 static void des_xmlSchematronParserCtxtPtr(int no ATTRIBUTE_UNUSED, 
xmlSchematronParserCtxtPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
             ^
testapi.c:18558:18: warning: ‘gen_const_xmlBufPtr’ defined but not used 
[-Wunused-function]
 static xmlBufPtr gen_const_xmlBufPtr(int no ATTRIBUTE_UNUSED, int nr 
ATTRIBUTE_UNUSED) {
                  ^
testapi.c:18561:13: warning: ‘des_const_xmlBufPtr’ defined but not used 
[-Wunused-function]
 static void des_const_xmlBufPtr(int no ATTRIBUTE_UNUSED, const xmlBufPtr val 
ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
             ^
testapi.c:34503:27: warning: ‘gen_xmlSAXHandlerPtr_ptr’ defined but not used 
[-Wunused-function]
 static xmlSAXHandlerPtr * gen_xmlSAXHandlerPtr_ptr(int no ATTRIBUTE_UNUSED, 
int nr ATTRIBUTE_UNUSED) {
                           ^
testapi.c:34506:13: warning: ‘des_xmlSAXHandlerPtr_ptr’ defined but not used 
[-Wunused-function]
 static void des_xmlSAXHandlerPtr_ptr(int no ATTRIBUTE_UNUSED, xmlSAXHandlerPtr 
* val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
             ^
  CC       runsuite.o
  CC       testchar.o
  CC       testdict.o
testdict.c: In function ‘run_test2’:
testdict.c:155:20: warning: variable ‘tmp’ set but not used 
[-Wunused-but-set-variable]
     const xmlChar *tmp;
                    ^
testdict.c: In function ‘run_test1’:
testdict.c:318:20: warning: variable ‘tmp’ set but not used 
[-Wunused-but-set-variable]
     const xmlChar *tmp;
                    ^
  CC       runxmlconf.o
  CC       testrecurse.o
  CC       testlimits.o
sed -e 's?\@XML_LIBDIR\@?-L/usr/lib?g' \
    -e 's?\@XML_INCLUDEDIR\@?-I/usr/include/libxml2?g' \
    -e 's?\@VERSION\@?2.9.2?g' \
    -e 's?\@XML_LIBS\@?-lxml2 -lz   -lm ?g' \
       < ./xml2Conf.sh.in > xml2Conf.tmp \
&& mv xml2Conf.tmp xml2Conf.sh
  CCLD     libxml2.la
  CCLD     testdso.la
  CCLD     xmllint
  CCLD     xmlcatalog
  CCLD     testSchemas
  CCLD     testRelax
  CCLD     testSAX
  CCLD     testHTML
  CCLD     testXPath
  CCLD     testURI
  CCLD     testThreads
  CCLD     testC14N
  CCLD     testAutomata
  CCLD     testRegexp
  CCLD     testReader
  CCLD     testModule
  CCLD     runtest
  CCLD     runsuite
  CCLD     testchar
  CCLD     testdict
  CCLD     runxmlconf
  CCLD     testrecurse
  CCLD     testlimits
  CCLD     testapi
make[2]: Leaving directory '/sources/libxml2-2.9.2'
Making all in doc
make[2]: Entering directory '/sources/libxml2-2.9.2/doc'
Making all in .
make[3]: Entering directory '/sources/libxml2-2.9.2/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/sources/libxml2-2.9.2/doc'
Making all in devhelp
make[3]: Entering directory '/sources/libxml2-2.9.2/doc/devhelp'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/sources/libxml2-2.9.2/doc/devhelp'
Making all in examples
make[3]: Entering directory '/sources/libxml2-2.9.2/doc/examples'
  CC       io1.o
  CC       io2.o
  CC       parse1.o
  CC       parse2.o
  CC       parse3.o
  CC       parse4.o
  CC       reader1.o
  CC       reader2.o
  CC       reader3.o
  CC       reader4.o
  CC       testWriter.o
  CC       tree1.o
  CC       tree2.o
tree2.c: In function ‘main’:
tree2.c:30:15: warning: variable ‘dtd’ set but not used 
[-Wunused-but-set-variable]
     xmlDtdPtr dtd = NULL;       /* DTD pointer */
               ^
  CC       xpath1.o
  CC       xpath2.o
  CCLD     io1
  CCLD     io2
  CCLD     parse1
  CCLD     parse2
  CCLD     parse3
  CCLD     parse4
  CCLD     reader1
  CCLD     reader2
  CCLD     reader3
  CCLD     reader4
  CCLD     testWriter
  CCLD     tree1
  CCLD     tree2
  CCLD     xpath1
  CCLD     xpath2
make[3]: Leaving directory '/sources/libxml2-2.9.2/doc/examples'
make[2]: Leaving directory '/sources/libxml2-2.9.2/doc'
Making all in example
make[2]: Entering directory '/sources/libxml2-2.9.2/example'
  CC       gjobread.o
  CCLD     gjobread
make[2]: Leaving directory '/sources/libxml2-2.9.2/example'
Making all in xstc
make[2]: Entering directory '/sources/libxml2-2.9.2/xstc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/sources/libxml2-2.9.2/xstc'
Making all in python
make[2]: Entering directory '/sources/libxml2-2.9.2/python'
make  all-recursive
make[3]: Entering directory '/sources/libxml2-2.9.2/python'
Making all in .
make[4]: Entering directory '/sources/libxml2-2.9.2/python'
  CC       libxml.lo
  CC       libxml2-py.lo
  CC       types.lo
  CCLD     libxml2mod.la
libtool: link: warning: `/usr/lib64/liblzma.la' seems to be moved
make[4]: Leaving directory '/sources/libxml2-2.9.2/python'
Making all in tests
make[4]: Entering directory '/sources/libxml2-2.9.2/python/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/sources/libxml2-2.9.2/python/tests'
make[3]: Leaving directory '/sources/libxml2-2.9.2/python'
make[2]: Leaving directory '/sources/libxml2-2.9.2/python'
make[1]: Leaving directory '/sources/libxml2-2.9.2'
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to