The following packages will be installed: mxml Fetching README... 0%100%100%100%100%100%Done Fetching link_with_pthread.diff... 0%100%100%100%100%100%Done Fetching mxml.SlackBuild... 0%100%100%100%100%100%Done Fetching mxml.info... 0%100%100%100%100%100%Done Fetching remove_rpath.diff... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done mxml-2.8/ mxml-2.8/ANNOUNCEMENT mxml-2.8/CHANGES mxml-2.8/config.h.in mxml-2.8/configure mxml-2.8/configure.in mxml-2.8/COPYING mxml-2.8/doc/ mxml-2.8/install-sh mxml-2.8/Makefile.in mxml-2.8/mxml-attr.c mxml-2.8/mxml-entity.c mxml-2.8/mxml-file.c mxml-2.8/mxml-get.c mxml-2.8/mxml-index.c mxml-2.8/mxml-node.c mxml-2.8/mxml-private.c mxml-2.8/mxml-private.h mxml-2.8/mxml-search.c mxml-2.8/mxml-set.c mxml-2.8/mxml-string.c mxml-2.8/mxml.h mxml-2.8/mxml.list.in mxml-2.8/mxml.pc.in mxml-2.8/mxml.spec mxml-2.8/mxml.xml mxml-2.8/mxmldoc.c mxml-2.8/README mxml-2.8/test/ mxml-2.8/test.xml mxml-2.8/testmxml.c mxml-2.8/vcnet/ mxml-2.8/vcnet/config.h mxml-2.8/vcnet/mxml.sln mxml-2.8/vcnet/mxml1.def mxml-2.8/vcnet/mxml1.vcproj mxml-2.8/vcnet/mxmldoc.vcproj mxml-2.8/vcnet/testmxml.vcproj mxml-2.8/test/class.cxx mxml-2.8/test/dotest.sh mxml-2.8/test/enum.cxx mxml-2.8/test/function.cxx mxml-2.8/test/functype.cxx mxml-2.8/test/struct.cxx mxml-2.8/test/type.cxx mxml-2.8/doc/0.gif mxml-2.8/doc/1.gif mxml-2.8/doc/2.gif mxml-2.8/doc/3.gif mxml-2.8/doc/4.gif mxml-2.8/doc/5.gif mxml-2.8/doc/6.gif mxml-2.8/doc/7.gif mxml-2.8/doc/8.gif mxml-2.8/doc/9.gif mxml-2.8/doc/A.gif mxml-2.8/doc/advanced.html mxml-2.8/doc/B.gif mxml-2.8/doc/basics.html mxml-2.8/doc/C.gif mxml-2.8/doc/chapters.xcf.gz mxml-2.8/doc/D.gif mxml-2.8/doc/docset.css mxml-2.8/doc/docset.header mxml-2.8/doc/docset.intro mxml-2.8/doc/E.gif mxml-2.8/doc/F.gif mxml-2.8/doc/footer.man mxml-2.8/doc/install.html mxml-2.8/doc/intro.html mxml-2.8/doc/intro.man mxml-2.8/doc/license.html mxml-2.8/doc/logo.gif mxml-2.8/doc/logo.xcf.gz mxml-2.8/doc/makedocs.sh mxml-2.8/doc/mxml.book mxml-2.8/doc/mxml.html mxml-2.8/doc/mxmldoc.html mxml-2.8/doc/mxmldoc.man mxml-2.8/doc/mxmldoc.xsd mxml-2.8/doc/reference.heading mxml-2.8/doc/reference.html mxml-2.8/doc/relnotes.html mxml-2.8/doc/schema.html mxml-2.8/doc/title.html patching file configure Hunk #1 succeeded at 4308 with fuzz 1 (offset -407 lines). patching file Makefile.in 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 g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/ginstall -c checking for ranlib... ranlib checking for ar... /usr/bin/ar checking for cp... /usr/bin/cp checking for ln... /usr/bin/ln checking for mkdir... /usr/bin/mkdir checking for rm... /usr/bin/rm checking for inline... inline checking for strdup... yes checking for long long int... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create using -lpthreads... no checking for pthread_create using -lpthread... yes checking for shared library support... yes configure: creating ./config.status config.status: creating Makefile config.status: creating mxml.list config.status: creating mxml.pc config.status: creating config.h Compiling mxml-attr.c Compiling mxml-entity.c Compiling mxml-file.c Compiling mxml-get.c Compiling mxml-index.c Compiling mxml-node.c Compiling mxml-search.c Compiling mxml-set.c Compiling mxml-private.c Compiling mxml-string.c mxml-string.c: In function ‘_mxml_vsnprintf’: mxml-string.c:296:9: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (size == 'L') ^ Creating libmxml.so.1.5... Compiling mxmldoc.c mxmldoc.c:913:1: warning: ‘remove_directory’ defined but not used [-Wunused-function] remove_directory(const char *path) /* I - Directory to remove */ ^ Linking mxmldoc... Creating libmxml.a... a - mxml-attr.o a - mxml-entity.o a - mxml-file.o a - mxml-get.o a - mxml-index.o a - mxml-node.o a - mxml-search.o a - mxml-set.o a - mxml-private.o a - mxml-string.o Compiling testmxml.c Linking testmxml... Testing library... Stdio file test passed! String test passed! File descriptor test passed! Linking mxmldoc-static... Generating API documentation... Generating mxml(3) man page... Installing libmxml.so to /usr/src/slapt-src/libraries/mxml/package-mxml/usr/lib... Installing libmxml.a to /usr/src/slapt-src/libraries/mxml/package-mxml/usr/lib... Installing mxmldoc in /usr/src/slapt-src/libraries/mxml/package-mxml/usr/bin... Installing documentation in /usr/src/slapt-src/libraries/mxml/package-mxml/usr/doc/mxml-2.8... Installing header files in /usr/src/slapt-src/libraries/mxml/package-mxml/usr/include... Installing pkgconfig files in /usr/src/slapt-src/libraries/mxml/package-mxml/usr/lib/pkgconfig... Installing man pages in /usr/src/slapt-src/libraries/mxml/package-mxml/usr/man... Slackware package maker, version 3.141593. Searching for symbolic links: usr/lib/libmxml.so libmxml.so.1.5 usr/lib/libmxml.so.1 libmxml.so.1.5 Making symbolic link creation script: ( cd usr/lib ; rm -rf libmxml.so ) ( cd usr/lib ; ln -sf libmxml.so.1.5 libmxml.so ) ( cd usr/lib ; rm -rf libmxml.so.1 ) ( cd usr/lib ; ln -sf libmxml.so.1.5 libmxml.so.1 ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/lib/libmxml.so' removed './usr/lib/libmxml.so.1' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/libraries/mxml/mxml-2.8-i486-1salix.txz ./ usr/ usr/include/ usr/include/mxml.h usr/lib/ usr/lib/libmxml.a usr/lib/libmxml.so.1.5 usr/lib/pkgconfig/ usr/lib/pkgconfig/mxml.pc usr/bin/ usr/bin/mxmldoc usr/doc/ usr/doc/mxml-2.8/ usr/doc/mxml-2.8/README usr/doc/mxml-2.8/2.gif usr/doc/mxml-2.8/C.gif usr/doc/mxml-2.8/COPYING usr/doc/mxml-2.8/CHANGES usr/doc/mxml-2.8/B.gif usr/doc/mxml-2.8/1.gif usr/doc/mxml-2.8/4.gif usr/doc/mxml-2.8/D.gif usr/doc/mxml-2.8/mxml.html usr/doc/mxml-2.8/3.gif usr/doc/mxml-2.8/A.gif usr/doc/mxml-2.8/0.gif usr/doc/mxml-2.8/mxmldoc.xsd usr/man/ usr/man/man1/ usr/man/man1/mxmldoc.1.gz usr/man/man3/ usr/man/man3/mxml.3.gz install/ install/doinst.sh install/slack-desc Slackware package /usr/src/slapt-src/libraries/mxml/mxml-2.8-i486-1salix.txz created. Installing package mxml-2.8-i486-1salix... | mxml (Lightweight xml parsing library) | | Mini-XML is a small XML parsing library that you can use to read XML | and XML-like data files in your application without requiring large | non-standard libraries. | | Homepage: http://www.minixml.org/ | | | | | |