checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... sparc-slackware-linux-gnu
checking host system type... sparc-slackware-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/sparc-bobware-linux/bin/ld
checking if the linker (/usr/sparc-bobware-linux/bin/ld) is GNU ld... yes
checking for /usr/sparc-bobware-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 65536
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/sparc-bobware-linux/bin/ld) 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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/sparc-bobware-linux/bin/ld
checking if the linker (/usr/sparc-bobware-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/sparc-bobware-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/sparc-bobware-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/sparc-bobware-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XXF86VM... yes
checking whether malloc(0) returns NULL... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating xxf86vm.pc
config.status: creating src/config.h
config.status: executing depfiles commands
Making all in src
make[1]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1/src'
make  all-am
make[2]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -DMALLOC_0_RETURNS_NULL -O2 -m32 -mcpu=v8 -mtune=v9 -MT XF86VMode.lo -MD -MP -MF ".deps/XF86VMode.Tpo" -c -o XF86VMode.lo XF86VMode.c; \
	then mv -f ".deps/XF86VMode.Tpo" ".deps/XF86VMode.Plo"; else rm -f ".deps/XF86VMode.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DMALLOC_0_RETURNS_NULL -O2 -m32 -mcpu=v8 -mtune=v9 -MT XF86VMode.lo -MD -MP -MF .deps/XF86VMode.Tpo -c XF86VMode.c  -fPIC -DPIC -o .libs/XF86VMode.o
/bin/sh ../libtool --tag=CC --mode=link gcc  -DMALLOC_0_RETURNS_NULL -O2 -m32 -mcpu=v8 -mtune=v9   -o libXxf86vm.la -rpath /usr/lib -version-number 1:0:0 XF86VMode.lo -lX11 -lXext   
gcc -shared  .libs/XF86VMode.o  /usr/lib/libX11.so -L/usr/lib /usr/lib/libXext.so  -m32 -mcpu=v8 -mtune=v9 -Wl,-soname -Wl,libXxf86vm.so.1 -o .libs/libXxf86vm.so.1.0.0
(cd .libs && rm -f libXxf86vm.so.1 && ln -s libXxf86vm.so.1.0.0 libXxf86vm.so.1)
(cd .libs && rm -f libXxf86vm.so && ln -s libXxf86vm.so.1.0.0 libXxf86vm.so)
creating libXxf86vm.la
(cd .libs && rm -f libXxf86vm.la && ln -s ../libXxf86vm.la libXxf86vm.la)
make[2]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1/src'
make[1]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1/src'
Making all in man
make[1]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1/man'
rm -f XF86VidModeQueryExtension.3x XF86VidModeQueryVersion.3x XF86VidModeGetModeLine.3x XF86VidModeGetAllModeLines.3x XF86VidModeDeleteModeLine.3x XF86VidModeModModeLine.3x XF86VidModeSwitchMode.3x XF86VidModeSwitchToMode.3x XF86VidModeLockModeSwitch.3x XF86VidModeGetMonitor.3x XF86VidModeGetViewPort.3x XF86VidModeSetViewPort.3x XF86VidModeValidateModeLine.3x XF86VidModeSetClientVersion.3x XF86VidModeGetDotClocks.3x XF86VidModeGetGamma.3x XF86VidModeSetGamma.3x XF86VidModeSetGammaRamp.3x XF86VidModeGetGammaRamp.3x XF86VidModeGetGammaRampSize.3x XF86VidModeGetPermissions.3x
(for i in XF86VidModeQueryExtension.3x XF86VidModeQueryVersion.3x XF86VidModeGetModeLine.3x XF86VidModeGetAllModeLines.3x XF86VidModeDeleteModeLine.3x XF86VidModeModModeLine.3x XF86VidModeSwitchMode.3x XF86VidModeSwitchToMode.3x XF86VidModeLockModeSwitch.3x XF86VidModeGetMonitor.3x XF86VidModeGetViewPort.3x XF86VidModeSetViewPort.3x XF86VidModeValidateModeLine.3x XF86VidModeSetClientVersion.3x XF86VidModeGetDotClocks.3x XF86VidModeGetGamma.3x XF86VidModeSetGamma.3x XF86VidModeSetGammaRamp.3x XF86VidModeGetGammaRamp.3x XF86VidModeGetGammaRampSize.3x XF86VidModeGetPermissions.3x ; do \
	 echo .so man3/XF86VM.3x > $i; \
	 done)
make  all-am
make[2]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1/man'
sed -e 's/__vendorversion__/"libXxf86vm 1.0.1" "X Version 11"/' -e 's/__xservername__/Xorg/g' -e 's/__xconfigfile__/xorg.conf/g' -e 's/__appmansuffix__/1x/g' -e 's/__libmansuffix__/3x/g' -e 's/__filemansuffix__/5x/g' < XF86VM.man > XF86VM.3x
make[2]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1/man'
make[1]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1/man'
make[1]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1'
Making install in src
make[1]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1/src'
make[2]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1/src'
test -z "/usr/lib" || mkdir -p -- "/tmp/x11-build/package-libXxf86vm/usr/lib"
 /bin/sh ../libtool --mode=install /usr/bin/ginstall -c  'libXxf86vm.la' '/tmp/x11-build/package-libXxf86vm/usr/lib/libXxf86vm.la'
/usr/bin/ginstall -c .libs/libXxf86vm.so.1.0.0 /tmp/x11-build/package-libXxf86vm/usr/lib/libXxf86vm.so.1.0.0
(cd /tmp/x11-build/package-libXxf86vm/usr/lib && { ln -s -f libXxf86vm.so.1.0.0 libXxf86vm.so.1 || { rm -f libXxf86vm.so.1 && ln -s libXxf86vm.so.1.0.0 libXxf86vm.so.1; }; })
(cd /tmp/x11-build/package-libXxf86vm/usr/lib && { ln -s -f libXxf86vm.so.1.0.0 libXxf86vm.so || { rm -f libXxf86vm.so && ln -s libXxf86vm.so.1.0.0 libXxf86vm.so; }; })
/usr/bin/ginstall -c .libs/libXxf86vm.lai /tmp/x11-build/package-libXxf86vm/usr/lib/libXxf86vm.la
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1/src'
make[1]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1/src'
Making install in man
make[1]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1/man'
rm -f XF86VidModeQueryExtension.3x XF86VidModeQueryVersion.3x XF86VidModeGetModeLine.3x XF86VidModeGetAllModeLines.3x XF86VidModeDeleteModeLine.3x XF86VidModeModModeLine.3x XF86VidModeSwitchMode.3x XF86VidModeSwitchToMode.3x XF86VidModeLockModeSwitch.3x XF86VidModeGetMonitor.3x XF86VidModeGetViewPort.3x XF86VidModeSetViewPort.3x XF86VidModeValidateModeLine.3x XF86VidModeSetClientVersion.3x XF86VidModeGetDotClocks.3x XF86VidModeGetGamma.3x XF86VidModeSetGamma.3x XF86VidModeSetGammaRamp.3x XF86VidModeGetGammaRamp.3x XF86VidModeGetGammaRampSize.3x XF86VidModeGetPermissions.3x
(for i in XF86VidModeQueryExtension.3x XF86VidModeQueryVersion.3x XF86VidModeGetModeLine.3x XF86VidModeGetAllModeLines.3x XF86VidModeDeleteModeLine.3x XF86VidModeModModeLine.3x XF86VidModeSwitchMode.3x XF86VidModeSwitchToMode.3x XF86VidModeLockModeSwitch.3x XF86VidModeGetMonitor.3x XF86VidModeGetViewPort.3x XF86VidModeSetViewPort.3x XF86VidModeValidateModeLine.3x XF86VidModeSetClientVersion.3x XF86VidModeGetDotClocks.3x XF86VidModeGetGamma.3x XF86VidModeSetGamma.3x XF86VidModeSetGammaRamp.3x XF86VidModeGetGammaRamp.3x XF86VidModeGetGammaRampSize.3x XF86VidModeGetPermissions.3x ; do \
	 echo .so man3/XF86VM.3x > $i; \
	 done)
make  install-am
make[2]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1/man'
make[3]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1/man'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/man/man3" || mkdir -p -- "/tmp/x11-build/package-libXxf86vm/usr/man/man3"
 /usr/bin/ginstall -c -m 644 'XF86VM.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VM.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeQueryExtension.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeQueryExtension.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeQueryVersion.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeQueryVersion.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeGetModeLine.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeGetModeLine.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeGetAllModeLines.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeGetAllModeLines.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeDeleteModeLine.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeDeleteModeLine.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeModModeLine.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeModModeLine.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeSwitchMode.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeSwitchMode.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeSwitchToMode.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeSwitchToMode.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeLockModeSwitch.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeLockModeSwitch.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeGetMonitor.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeGetMonitor.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeGetViewPort.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeGetViewPort.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeSetViewPort.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeSetViewPort.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeValidateModeLine.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeValidateModeLine.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeSetClientVersion.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeSetClientVersion.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeGetDotClocks.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeGetDotClocks.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeGetGamma.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeGetGamma.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeSetGamma.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeSetGamma.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeSetGammaRamp.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeSetGammaRamp.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeGetGammaRamp.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeGetGammaRamp.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeGetGammaRampSize.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeGetGammaRampSize.3x'
 /usr/bin/ginstall -c -m 644 'XF86VidModeGetPermissions.3x' '/tmp/x11-build/package-libXxf86vm/usr/man/man3/XF86VidModeGetPermissions.3x'
make[3]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1/man'
make[2]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1/man'
make[1]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1/man'
make[1]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1'
make[2]: Entering directory `/tmp/x11-build/libXxf86vm-1.0.1'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/pkgconfig" || mkdir -p -- "/tmp/x11-build/package-libXxf86vm/usr/lib/pkgconfig"
 /usr/bin/ginstall -c -m 644 'xxf86vm.pc' '/tmp/x11-build/package-libXxf86vm/usr/lib/pkgconfig/xxf86vm.pc'
make[2]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1'
make[1]: Leaving directory `/tmp/x11-build/libXxf86vm-1.0.1'

Slackware package maker, version 2.1.

Searching for symbolic links:
usr/lib/libXxf86vm.so.1 -> libXxf86vm.so.1.0.0
usr/lib/libXxf86vm.so -> libXxf86vm.so.1.0.0

Making symbolic link creation script:
( cd usr/lib ; rm -rf libXxf86vm.so.1 )
( cd usr/lib ; ln -sf libXxf86vm.so.1.0.0 libXxf86vm.so.1 )
( cd usr/lib ; rm -rf libXxf86vm.so )
( cd usr/lib ; ln -sf libXxf86vm.so.1.0.0 libXxf86vm.so )

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/libXxf86vm.so.1'
removed `./usr/lib/libXxf86vm.so'

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 tar file libXxf86vm-1.0.1-sparc-1.tar...

./
usr/
usr/lib/
usr/lib/libXxf86vm.so.1.0.0
usr/lib/libXxf86vm.la
usr/lib/pkgconfig/
usr/lib/pkgconfig/xxf86vm.pc
usr/man/
usr/man/man3/
usr/man/man3/XF86VidModeQueryVersion.3x.gz
usr/man/man3/XF86VidModeSetClientVersion.3x.gz
usr/man/man3/XF86VidModeGetMonitor.3x.gz
usr/man/man3/XF86VidModeGetDotClocks.3x.gz
usr/man/man3/XF86VidModeGetGamma.3x.gz
usr/man/man3/XF86VidModeSetGamma.3x.gz
usr/man/man3/XF86VidModeValidateModeLine.3x.gz
usr/man/man3/XF86VidModeModModeLine.3x.gz
usr/man/man3/XF86VidModeLockModeSwitch.3x.gz
usr/man/man3/XF86VidModeSwitchMode.3x.gz
usr/man/man3/XF86VidModeSetGammaRamp.3x.gz
usr/man/man3/XF86VidModeGetGammaRamp.3x.gz
usr/man/man3/XF86VidModeSetViewPort.3x.gz
usr/man/man3/XF86VidModeSwitchToMode.3x.gz
usr/man/man3/XF86VidModeGetModeLine.3x.gz
usr/man/man3/XF86VidModeGetPermissions.3x.gz
usr/man/man3/XF86VidModeGetViewPort.3x.gz
usr/man/man3/XF86VM.3x.gz
usr/man/man3/XF86VidModeDeleteModeLine.3x.gz
usr/man/man3/XF86VidModeGetAllModeLines.3x.gz
usr/man/man3/XF86VidModeGetGammaRampSize.3x.gz
usr/man/man3/XF86VidModeQueryExtension.3x.gz
install/
install/slack-desc
install/doinst.sh
tar-1.13: libXxf86vm-1.0.1-sparc-1.tar is the archive; not dumped

Gzipping libXxf86vm-1.0.1-sparc-1.tar...

Renaming libXxf86vm-1.0.1-sparc-1.tar.gz to libXxf86vm-1.0.1-sparc-1.tgz...

Moving libXxf86vm-1.0.1-sparc-1.tgz to /tmp/x11-build...

Package creation complete.