Last active
November 25, 2015 15:04
-
-
Save Napsty/a9e0951c9fae33351606 to your computer and use it in GitHub Desktop.
pywbem install 20151125
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@debian-wheezy:~/src/pywbem/src# python setup.py install | |
Testing for availability if Swig in PATH... | |
Swig is not available in PATH; installing Swig | |
Installing prerequisite OS-level packages for building Swig... | |
Installing package: libpcre3 libpcre3-dev | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
libpcre3 is already the newest version. | |
libpcre3 set to manually installed. | |
The following NEW packages will be installed: | |
libpcre3-dev | |
0 upgraded, 1 newly installed, 0 to remove and 140 not upgraded. | |
Need to get 349 kB of archives. | |
After this operation, 698 kB of additional disk space will be used. | |
Get:1 http://mirror.switch.ch/ftp/mirror/debian/ wheezy/main libpcre3-dev amd64 1:8.30-5 [349 kB] | |
Fetched 349 kB in 0s (1,025 kB/s) | |
Selecting previously unselected package libpcre3-dev. | |
(Reading database ... 156955 files and directories currently installed.) | |
Unpacking libpcre3-dev (from .../libpcre3-dev_1%3a8.30-5_amd64.deb) ... | |
Processing triggers for man-db ... | |
Setting up libpcre3-dev (1:8.30-5) ... | |
Downloading, building and installing Swig version 2.0.12... | |
Downloading Swig source archive: swig-2.0.12.tar.gz | |
Unpacking Swig source archive: swig-2.0.12.tar.gz | |
Configuring Swig build process for installing to system (/usr)... | |
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 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 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 whether gcc and cc understand -c and -o together... yes | |
checking maximum warning verbosity option... -Wall -W -ansi -pedantic for C++ -Wall -W -ansi -pedantic for C | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /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 for bool... yes | |
checking for popen... yes | |
checking whether to enable PCRE support... yes | |
checking whether to use local PCRE... no | |
checking for a sed that does not truncate output... /bin/sed | |
checking for pcre-config... /usr/bin/pcre-config | |
checking whether to enable ccache-swig... yes | |
Checking packages required for SWIG developers. | |
Note : None of the following packages are required for users to compile and install SWIG from the distributed tarball | |
checking for bison... bison -y | |
checking for ranlib... ranlib | |
checking for ar... ar | |
checking for yodl2man... no | |
checking for yodl2html... no | |
Checking for installed target languages and other information in order to compile and run | |
the examples and test-suite invoked by 'make check'. | |
Note : None of the following packages are required for users to compile and install SWIG from the distributed tarball | |
checking for boostlib >= 1.20.0... yes | |
configure: ISYSTEM: -isystem | |
checking SO... .so | |
checking LDSHARED... gcc -shared | |
checking CXXSHARED... gcc -shared | |
checking TRYLINKINGWITHCXX... CXXSHARED= g++ -shared | |
checking CCSHARED... -fpic | |
checking RPATH... -Xlinker -rpath $(exec_prefix)/lib -Xlinker -rpath . | |
checking LINKFORSHARED... -Xlinker -export-dynamic | |
checking PLATFLAGS... | |
checking for dlopen in -ldl... yes | |
checking for shl_load in -ldld... no | |
checking for library containing t_open... no | |
checking for library containing gethostbyname... none required | |
checking for library containing socket... none required | |
checking for swill_init in -lswill... no | |
checking for main in -lieee... yes | |
checking for crypt in -lcrypt... yes | |
checking for X... libraries , headers | |
checking for X11 header files... | |
couldn't find any! | |
checking for Tcl configuration... no | |
checking for Tcl header files... not found | |
checking for Tcl library... not found | |
checking for python... python | |
checking for Python prefix... /usr | |
checking for Python exec-prefix... /usr | |
checking for Python version... python2.7 | |
checking for Python lib dir... lib | |
checking for Python header files... | |
checking for Python library... /usr/lib/python2.7/config | |
checking for python3... no | |
checking for python3.6... no | |
checking for python3.5... no | |
checking for python3.4... no | |
checking for python3.3... no | |
checking for python3.2... no | |
checking for python3.1... no | |
checking for python3.0... no | |
checking for perl... perl | |
checking for Perl5 header files... /usr/lib/perl/5.14/CORE | |
checking for Perl5 library... perl | |
checking for Perl5 ccflags... -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -isystem /usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 | |
checking for Perl5 ccdlflags... -Wl,-E | |
checking for Perl5 cccdlflags... -fPIC | |
checking for Perl5 ldflags... -fstack-protector -L/usr/local/lib | |
checking for octave... no | |
checking for java... no | |
checking for kaffe... no | |
checking for guavac... no | |
checking for javac... no | |
checking for java include file jni.h... not found | |
checking for gcj... no | |
checking for gcjh... no | |
checking for android... no | |
checking for adb... no | |
checking for ant... no | |
checking for ndk-build... no | |
checking for guile-config... no | |
checking for mzscheme... no | |
checking for mzc... no | |
checking for ruby... ruby | |
checking for Ruby header files... checking for Ruby library... not found... using /usr/include/ruby-1.9.1 | |
checking for php5... no | |
checking for php... no | |
checking for PHP header files... found PHP , but only PHP 5 is supported | |
checking for Ocaml DL load generator... checking for ocamldlgen... no | |
checking for Ocaml package tool... checking for ocamlfind... no | |
checking for Ocaml compiler... checking for ocamlc... no | |
checking for Ocaml interpreter... checking for ocaml... yes | |
checking for Ocaml toplevel creator... checking for ocamlmktop... no | |
checking for pike... no | |
checking for pike7.8... no | |
checking for pike7.6... no | |
checking for pike7.4... no | |
checking for pike7.2... no | |
checking for chicken... no | |
checking for csc... no | |
checking for csi... no | |
checking for mono-csc... no | |
checking for gmcs... no | |
checking for mcs... no | |
checking for cscc... no | |
checking for lua5.2... no | |
checking for lua5.1... no | |
checking for lua... no | |
checking lua.h usability... no | |
checking lua.h presence... no | |
checking for lua.h... no | |
checking for lua.h in other locations... not found | |
checking for library containing lua_close... no | |
checking for alisp... no | |
checking for clisp... no | |
checking for R... no | |
checking for go... no | |
checking for 6g... no | |
checking for 8g... no | |
checking for gccgo... no | |
checking for dmd... no | |
checking for ldmd... no | |
checking for gdmd... no | |
checking for dmd... no | |
checking for gdmd... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating swig.spec | |
config.status: creating Source/Makefile | |
config.status: creating Examples/Makefile | |
config.status: creating Examples/xml/Makefile | |
config.status: creating Examples/test-suite/chicken/Makefile | |
config.status: creating Examples/test-suite/csharp/Makefile | |
config.status: creating Examples/test-suite/d/Makefile | |
config.status: creating Examples/test-suite/guile/Makefile | |
config.status: creating Examples/test-suite/java/Makefile | |
config.status: creating Examples/test-suite/mzscheme/Makefile | |
config.status: creating Examples/test-suite/ocaml/Makefile | |
config.status: creating Examples/test-suite/octave/Makefile | |
config.status: creating Examples/test-suite/perl5/Makefile | |
config.status: creating Examples/test-suite/php/Makefile | |
config.status: creating Examples/test-suite/pike/Makefile | |
config.status: creating Examples/test-suite/python/Makefile | |
config.status: creating Examples/test-suite/ruby/Makefile | |
config.status: creating Examples/test-suite/tcl/Makefile | |
config.status: creating Examples/test-suite/lua/Makefile | |
config.status: creating Examples/test-suite/allegrocl/Makefile | |
config.status: creating Examples/test-suite/clisp/Makefile | |
config.status: creating Examples/test-suite/cffi/Makefile | |
config.status: creating Examples/test-suite/uffi/Makefile | |
config.status: creating Examples/test-suite/r/Makefile | |
config.status: creating Examples/test-suite/go/Makefile | |
config.status: creating Lib/ocaml/swigp4.ml | |
config.status: creating preinst-swig | |
config.status: creating CCache/ccache_swig_config.h | |
config.status: creating Source/Include/swigconfig.h | |
config.status: executing depfiles commands | |
=== configuring in CCache (/root/src/pywbem/src/swig-2.0.12/CCache) | |
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' --cache-file=/dev/null --srcdir=. | |
configure: Configuring ccache | |
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 how to run the C preprocessor... gcc -E | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /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 ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking for strings.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for realpath... yes | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking for vasprintf... yes | |
checking for asprintf... yes | |
checking for mkstemp... yes | |
checking for gethostname... yes | |
checking for getpwuid... yes | |
checking for utimes... yes | |
checking for compar_fn_t in stdlib.h... yes | |
checking for C99 vsnprintf... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for gzdopen in -lz... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating config.h | |
Building Swig... | |
make[1]: Entering directory `/root/src/pywbem/src/swig-2.0.12/Source' | |
make all-am | |
make[2]: Entering directory `/root/src/pywbem/src/swig-2.0.12/Source' | |
depbase=`echo CParse/cscanner.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT CParse/cscanner.o -MD -MP -MF $depbase.Tpo -c -o CParse/cscanner.o CParse/cscanner.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo CParse/parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT CParse/parser.o -MD -MP -MF $depbase.Tpo -c -o CParse/parser.o CParse/parser.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo CParse/templ.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT CParse/templ.o -MD -MP -MF $depbase.Tpo -c -o CParse/templ.o CParse/templ.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo CParse/util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT CParse/util.o -MD -MP -MF $depbase.Tpo -c -o CParse/util.o CParse/util.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo DOH/base.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT DOH/base.o -MD -MP -MF $depbase.Tpo -c -o DOH/base.o DOH/base.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo DOH/file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT DOH/file.o -MD -MP -MF $depbase.Tpo -c -o DOH/file.o DOH/file.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo DOH/fio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT DOH/fio.o -MD -MP -MF $depbase.Tpo -c -o DOH/fio.o DOH/fio.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo DOH/hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT DOH/hash.o -MD -MP -MF $depbase.Tpo -c -o DOH/hash.o DOH/hash.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo DOH/list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT DOH/list.o -MD -MP -MF $depbase.Tpo -c -o DOH/list.o DOH/list.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo DOH/memory.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT DOH/memory.o -MD -MP -MF $depbase.Tpo -c -o DOH/memory.o DOH/memory.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo DOH/string.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT DOH/string.o -MD -MP -MF $depbase.Tpo -c -o DOH/string.o DOH/string.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo DOH/void.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT DOH/void.o -MD -MP -MF $depbase.Tpo -c -o DOH/void.o DOH/void.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/allegrocl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/allegrocl.o -MD -MP -MF $depbase.Tpo -c -o Modules/allegrocl.o Modules/allegrocl.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/allocate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/allocate.o -MD -MP -MF $depbase.Tpo -c -o Modules/allocate.o Modules/allocate.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/browser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/browser.o -MD -MP -MF $depbase.Tpo -c -o Modules/browser.o Modules/browser.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/cffi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/cffi.o -MD -MP -MF $depbase.Tpo -c -o Modules/cffi.o Modules/cffi.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/chicken.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/chicken.o -MD -MP -MF $depbase.Tpo -c -o Modules/chicken.o Modules/chicken.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/clisp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/clisp.o -MD -MP -MF $depbase.Tpo -c -o Modules/clisp.o Modules/clisp.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/contract.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/contract.o -MD -MP -MF $depbase.Tpo -c -o Modules/contract.o Modules/contract.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/csharp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/csharp.o -MD -MP -MF $depbase.Tpo -c -o Modules/csharp.o Modules/csharp.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/d.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/d.o -MD -MP -MF $depbase.Tpo -c -o Modules/d.o Modules/d.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/directors.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/directors.o -MD -MP -MF $depbase.Tpo -c -o Modules/directors.o Modules/directors.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/emit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/emit.o -MD -MP -MF $depbase.Tpo -c -o Modules/emit.o Modules/emit.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/go.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/go.o -MD -MP -MF $depbase.Tpo -c -o Modules/go.o Modules/go.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/guile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/guile.o -MD -MP -MF $depbase.Tpo -c -o Modules/guile.o Modules/guile.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/java.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/java.o -MD -MP -MF $depbase.Tpo -c -o Modules/java.o Modules/java.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/lang.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/lang.o -MD -MP -MF $depbase.Tpo -c -o Modules/lang.o Modules/lang.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/lua.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/lua.o -MD -MP -MF $depbase.Tpo -c -o Modules/lua.o Modules/lua.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/main.o -MD -MP -MF $depbase.Tpo -c -o Modules/main.o Modules/main.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/modula3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/modula3.o -MD -MP -MF $depbase.Tpo -c -o Modules/modula3.o Modules/modula3.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/module.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/module.o -MD -MP -MF $depbase.Tpo -c -o Modules/module.o Modules/module.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/mzscheme.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/mzscheme.o -MD -MP -MF $depbase.Tpo -c -o Modules/mzscheme.o Modules/mzscheme.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/ocaml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/ocaml.o -MD -MP -MF $depbase.Tpo -c -o Modules/ocaml.o Modules/ocaml.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/octave.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/octave.o -MD -MP -MF $depbase.Tpo -c -o Modules/octave.o Modules/octave.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/overload.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/overload.o -MD -MP -MF $depbase.Tpo -c -o Modules/overload.o Modules/overload.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/perl5.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/perl5.o -MD -MP -MF $depbase.Tpo -c -o Modules/perl5.o Modules/perl5.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/php.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/php.o -MD -MP -MF $depbase.Tpo -c -o Modules/php.o Modules/php.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/pike.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/pike.o -MD -MP -MF $depbase.Tpo -c -o Modules/pike.o Modules/pike.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/python.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/python.o -MD -MP -MF $depbase.Tpo -c -o Modules/python.o Modules/python.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/r.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/r.o -MD -MP -MF $depbase.Tpo -c -o Modules/r.o Modules/r.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/ruby.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/ruby.o -MD -MP -MF $depbase.Tpo -c -o Modules/ruby.o Modules/ruby.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/s-exp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/s-exp.o -MD -MP -MF $depbase.Tpo -c -o Modules/s-exp.o Modules/s-exp.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/swigmain.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/swigmain.o -MD -MP -MF $depbase.Tpo -c -o Modules/swigmain.o Modules/swigmain.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/tcl8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/tcl8.o -MD -MP -MF $depbase.Tpo -c -o Modules/tcl8.o Modules/tcl8.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/typepass.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/typepass.o -MD -MP -MF $depbase.Tpo -c -o Modules/typepass.o Modules/typepass.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/uffi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/uffi.o -MD -MP -MF $depbase.Tpo -c -o Modules/uffi.o Modules/uffi.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/utils.o -MD -MP -MF $depbase.Tpo -c -o Modules/utils.o Modules/utils.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Modules/xml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Modules/xml.o -MD -MP -MF $depbase.Tpo -c -o Modules/xml.o Modules/xml.cxx &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Preprocessor/cpp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Preprocessor/cpp.o -MD -MP -MF $depbase.Tpo -c -o Preprocessor/cpp.o Preprocessor/cpp.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Preprocessor/expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Preprocessor/expr.o -MD -MP -MF $depbase.Tpo -c -o Preprocessor/expr.o Preprocessor/expr.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/cwrap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/cwrap.o -MD -MP -MF $depbase.Tpo -c -o Swig/cwrap.o Swig/cwrap.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/deprecate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/deprecate.o -MD -MP -MF $depbase.Tpo -c -o Swig/deprecate.o Swig/deprecate.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/error.o -MD -MP -MF $depbase.Tpo -c -o Swig/error.o Swig/error.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/fragment.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/fragment.o -MD -MP -MF $depbase.Tpo -c -o Swig/fragment.o Swig/fragment.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/getopt.o -MD -MP -MF $depbase.Tpo -c -o Swig/getopt.o Swig/getopt.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/include.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/include.o -MD -MP -MF $depbase.Tpo -c -o Swig/include.o Swig/include.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/misc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/misc.o -MD -MP -MF $depbase.Tpo -c -o Swig/misc.o Swig/misc.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/naming.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/naming.o -MD -MP -MF $depbase.Tpo -c -o Swig/naming.o Swig/naming.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/parms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/parms.o -MD -MP -MF $depbase.Tpo -c -o Swig/parms.o Swig/parms.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/scanner.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/scanner.o -MD -MP -MF $depbase.Tpo -c -o Swig/scanner.o Swig/scanner.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/stype.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/stype.o -MD -MP -MF $depbase.Tpo -c -o Swig/stype.o Swig/stype.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/symbol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/symbol.o -MD -MP -MF $depbase.Tpo -c -o Swig/symbol.o Swig/symbol.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/tree.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/tree.o -MD -MP -MF $depbase.Tpo -c -o Swig/tree.o Swig/tree.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/typeobj.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/typeobj.o -MD -MP -MF $depbase.Tpo -c -o Swig/typeobj.o Swig/typeobj.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/typemap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/typemap.o -MD -MP -MF $depbase.Tpo -c -o Swig/typemap.o Swig/typemap.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/typesys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/typesys.o -MD -MP -MF $depbase.Tpo -c -o Swig/typesys.o Swig/typesys.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo Swig/wrapfunc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules -g -O2 -Wall -W -ansi -pedantic -MT Swig/wrapfunc.o -MD -MP -MF $depbase.Tpo -c -o Swig/wrapfunc.o Swig/wrapfunc.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
g++ -g -O2 -Wall -W -ansi -pedantic -o eswig CParse/cscanner.o CParse/parser.o CParse/templ.o CParse/util.o DOH/base.o DOH/file.o DOH/fio.o DOH/hash.o DOH/list.o DOH/memory.o DOH/string.o DOH/void.o Modules/allegrocl.o Modules/allocate.o Modules/browser.o Modules/cffi.o Modules/chicken.o Modules/clisp.o Modules/contract.o Modules/csharp.o Modules/d.o Modules/directors.o Modules/emit.o Modules/go.o Modules/guile.o Modules/java.o Modules/lang.o Modules/lua.o Modules/main.o Modules/modula3.o Modules/module.o Modules/mzscheme.o Modules/ocaml.o Modules/octave.o Modules/overload.o Modules/perl5.o Modules/php.o Modules/pike.o Modules/python.o Modules/r.o Modules/ruby.o Modules/s-exp.o Modules/swigmain.o Modules/tcl8.o Modules/typepass.o Modules/uffi.o Modules/utils.o Modules/xml.o Preprocessor/cpp.o Preprocessor/expr.o Swig/cwrap.o Swig/deprecate.o Swig/error.o Swig/fragment.o Swig/getopt.o Swig/include.o Swig/misc.o Swig/naming.o Swig/parms.o Swig/scanner.o Swig/stype.o Swig/symbol.o Swig/tree.o Swig/typeobj.o Swig/typemap.o Swig/typesys.o Swig/wrapfunc.o -ldl -L/usr/lib/x86_64-linux-gnu -lpcre | |
cp -f ../Source/eswig ../swig | |
make[2]: Leaving directory `/root/src/pywbem/src/swig-2.0.12/Source' | |
make[1]: Leaving directory `/root/src/pywbem/src/swig-2.0.12/Source' | |
test -z "1" || (cd CCache && make) | |
make[1]: Entering directory `/root/src/pywbem/src/swig-2.0.12/CCache' | |
gcc -g -O2 -Wall -W -I. -c -o ccache.o ccache.c | |
gcc -g -O2 -Wall -W -I. -c -o mdfour.o mdfour.c | |
gcc -g -O2 -Wall -W -I. -c -o hash.o hash.c | |
gcc -g -O2 -Wall -W -I. -c -o execute.o execute.c | |
gcc -g -O2 -Wall -W -I. -c -o util.o util.c | |
gcc -g -O2 -Wall -W -I. -c -o args.o args.c | |
gcc -g -O2 -Wall -W -I. -c -o stats.o stats.c | |
gcc -g -O2 -Wall -W -I. -c -o cleanup.o cleanup.c | |
gcc -g -O2 -Wall -W -I. -c -o snprintf.o snprintf.c | |
gcc -g -O2 -Wall -W -I. -c -o unify.o unify.c | |
gcc -g -O2 -Wall -W -I. -o ccache-swig ccache.o mdfour.o hash.o execute.o util.o args.o stats.o cleanup.o snprintf.o unify.o -lz | |
make[1]: Leaving directory `/root/src/pywbem/src/swig-2.0.12/CCache' | |
DOH/base.c: In function âDohCallâ: | |
DOH/base.c:952:13: warning: ISO C forbids conversion of object pointer to function pointer type [-pedantic] | |
DOH/fio.c: In function âDohEncodingâ: | |
DOH/fio.c:51:45: warning: ISO C forbids conversion of function pointer to object pointer type [-pedantic] | |
DOH/fio.c: In function âencodeâ: | |
DOH/fio.c:75:8: warning: ISO C forbids conversion of object pointer to function pointer type [-pedantic] | |
Installing Swig to system (/usr)... | |
Installing SWIG executable | |
Installing /usr/bin/swig | |
Installing the SWIG library | |
Installing /usr/share/swig/2.0.12/attribute.i | |
Installing /usr/share/swig/2.0.12/carrays.i | |
Installing /usr/share/swig/2.0.12/cdata.i | |
Installing /usr/share/swig/2.0.12/cmalloc.i | |
Installing /usr/share/swig/2.0.12/constraints.i | |
Installing /usr/share/swig/2.0.12/cpointer.i | |
Installing /usr/share/swig/2.0.12/cstring.i | |
Installing /usr/share/swig/2.0.12/cwstring.i | |
Installing /usr/share/swig/2.0.12/exception.i | |
Installing /usr/share/swig/2.0.12/intrusive_ptr.i | |
Installing /usr/share/swig/2.0.12/inttypes.i | |
Installing /usr/share/swig/2.0.12/math.i | |
Installing /usr/share/swig/2.0.12/pointer.i | |
Installing /usr/share/swig/2.0.12/shared_ptr.i | |
Installing /usr/share/swig/2.0.12/std_except.i | |
Installing /usr/share/swig/2.0.12/stdint.i | |
Installing /usr/share/swig/2.0.12/stl.i | |
Installing /usr/share/swig/2.0.12/swigarch.i | |
Installing /usr/share/swig/2.0.12/swigrun.i | |
Installing /usr/share/swig/2.0.12/wchar.i | |
Installing /usr/share/swig/2.0.12/windows.i | |
Installing /usr/share/swig/2.0.12/allkw.swg | |
Installing /usr/share/swig/2.0.12/runtime.swg | |
Installing /usr/share/swig/2.0.12/swig.swg | |
Installing /usr/share/swig/2.0.12/swigerrors.swg | |
Installing /usr/share/swig/2.0.12/swiginit.swg | |
Installing /usr/share/swig/2.0.12/swiglabels.swg | |
Installing /usr/share/swig/2.0.12/swigrun.swg | |
Installing /usr/share/swig/2.0.12/swigwarn.swg | |
Installing /usr/share/swig/2.0.12/swigwarnings.swg | |
Installing language specific files for gcj | |
Installing /usr/share/swig/2.0.12/gcj/cni.i | |
Installing /usr/share/swig/2.0.12/gcj/javaprims.i | |
Installing /usr/share/swig/2.0.12/gcj/cni.swg | |
Installing language specific files for typemaps | |
Installing /usr/share/swig/2.0.12/typemaps/attribute.swg | |
Installing /usr/share/swig/2.0.12/typemaps/carrays.swg | |
Installing /usr/share/swig/2.0.12/typemaps/cdata.swg | |
Installing /usr/share/swig/2.0.12/typemaps/cmalloc.swg | |
Installing /usr/share/swig/2.0.12/typemaps/cpointer.swg | |
Installing /usr/share/swig/2.0.12/typemaps/cstrings.swg | |
Installing /usr/share/swig/2.0.12/typemaps/cstring.swg | |
Installing /usr/share/swig/2.0.12/typemaps/cwstring.swg | |
Installing /usr/share/swig/2.0.12/typemaps/enumint.swg | |
Installing /usr/share/swig/2.0.12/typemaps/exception.swg | |
Installing /usr/share/swig/2.0.12/typemaps/factory.swg | |
Installing /usr/share/swig/2.0.12/typemaps/fragments.swg | |
Installing /usr/share/swig/2.0.12/typemaps/implicit.swg | |
Installing /usr/share/swig/2.0.12/typemaps/inoutlist.swg | |
Installing /usr/share/swig/2.0.12/typemaps/misctypes.swg | |
Installing /usr/share/swig/2.0.12/typemaps/primtypes.swg | |
Installing /usr/share/swig/2.0.12/typemaps/ptrtypes.swg | |
Installing /usr/share/swig/2.0.12/typemaps/std_except.swg | |
Installing /usr/share/swig/2.0.12/typemaps/std_strings.swg | |
Installing /usr/share/swig/2.0.12/typemaps/std_string.swg | |
Installing /usr/share/swig/2.0.12/typemaps/std_wstring.swg | |
Installing /usr/share/swig/2.0.12/typemaps/strings.swg | |
Installing /usr/share/swig/2.0.12/typemaps/string.swg | |
Installing /usr/share/swig/2.0.12/typemaps/swigmacros.swg | |
Installing /usr/share/swig/2.0.12/typemaps/swigobject.swg | |
Installing /usr/share/swig/2.0.12/typemaps/swigtypemaps.swg | |
Installing /usr/share/swig/2.0.12/typemaps/swigtype.swg | |
Installing /usr/share/swig/2.0.12/typemaps/traits.swg | |
Installing /usr/share/swig/2.0.12/typemaps/typemaps.swg | |
Installing /usr/share/swig/2.0.12/typemaps/valtypes.swg | |
Installing /usr/share/swig/2.0.12/typemaps/void.swg | |
Installing /usr/share/swig/2.0.12/typemaps/wstring.swg | |
Installing language specific files for tcl | |
Installing /usr/share/swig/2.0.12/tcl/attribute.i | |
Installing /usr/share/swig/2.0.12/tcl/carrays.i | |
Installing /usr/share/swig/2.0.12/tcl/cdata.i | |
Installing /usr/share/swig/2.0.12/tcl/cmalloc.i | |
Installing /usr/share/swig/2.0.12/tcl/cni.i | |
Installing /usr/share/swig/2.0.12/tcl/cpointer.i | |
Installing /usr/share/swig/2.0.12/tcl/cstring.i | |
Installing /usr/share/swig/2.0.12/tcl/cwstring.i | |
Installing /usr/share/swig/2.0.12/tcl/exception.i | |
Installing /usr/share/swig/2.0.12/tcl/factory.i | |
Installing /usr/share/swig/2.0.12/tcl/jstring.i | |
Installing /usr/share/swig/2.0.12/tcl/std_common.i | |
Installing /usr/share/swig/2.0.12/tcl/std_deque.i | |
Installing /usr/share/swig/2.0.12/tcl/std_except.i | |
Installing /usr/share/swig/2.0.12/tcl/std_map.i | |
Installing /usr/share/swig/2.0.12/tcl/std_pair.i | |
Installing /usr/share/swig/2.0.12/tcl/std_string.i | |
Installing /usr/share/swig/2.0.12/tcl/std_vector.i | |
Installing /usr/share/swig/2.0.12/tcl/std_wstring.i | |
Installing /usr/share/swig/2.0.12/tcl/stl.i | |
Installing /usr/share/swig/2.0.12/tcl/tclinterp.i | |
Installing /usr/share/swig/2.0.12/tcl/tclresult.i | |
Installing /usr/share/swig/2.0.12/tcl/tclsh.i | |
Installing /usr/share/swig/2.0.12/tcl/typemaps.i | |
Installing /usr/share/swig/2.0.12/tcl/wish.i | |
Installing /usr/share/swig/2.0.12/tcl/tcl8.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclapi.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclerrors.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclfragments.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclinit.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclkw.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclmacros.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclopers.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclprimtypes.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclrun.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclruntime.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclstrings.swg | |
Installing /usr/share/swig/2.0.12/tcl/tcltypemaps.swg | |
Installing /usr/share/swig/2.0.12/tcl/tcluserdir.swg | |
Installing /usr/share/swig/2.0.12/tcl/tclwstrings.swg | |
Installing language specific files for perl5 | |
Installing /usr/share/swig/2.0.12/perl5/attribute.i | |
Installing /usr/share/swig/2.0.12/perl5/carrays.i | |
Installing /usr/share/swig/2.0.12/perl5/cdata.i | |
Installing /usr/share/swig/2.0.12/perl5/cmalloc.i | |
Installing /usr/share/swig/2.0.12/perl5/cni.i | |
Installing /usr/share/swig/2.0.12/perl5/cpointer.i | |
Installing /usr/share/swig/2.0.12/perl5/cstring.i | |
Installing /usr/share/swig/2.0.12/perl5/exception.i | |
Installing /usr/share/swig/2.0.12/perl5/factory.i | |
Installing /usr/share/swig/2.0.12/perl5/jstring.i | |
Installing /usr/share/swig/2.0.12/perl5/perlmain.i | |
Installing /usr/share/swig/2.0.12/perl5/reference.i | |
Installing /usr/share/swig/2.0.12/perl5/std_common.i | |
Installing /usr/share/swig/2.0.12/perl5/std_deque.i | |
Installing /usr/share/swig/2.0.12/perl5/std_except.i | |
Installing /usr/share/swig/2.0.12/perl5/std_list.i | |
Installing /usr/share/swig/2.0.12/perl5/std_map.i | |
Installing /usr/share/swig/2.0.12/perl5/std_pair.i | |
Installing /usr/share/swig/2.0.12/perl5/std_string.i | |
Installing /usr/share/swig/2.0.12/perl5/std_vector.i | |
Installing /usr/share/swig/2.0.12/perl5/stl.i | |
Installing /usr/share/swig/2.0.12/perl5/typemaps.i | |
Installing /usr/share/swig/2.0.12/perl5/perl5.swg | |
Installing /usr/share/swig/2.0.12/perl5/perlerrors.swg | |
Installing /usr/share/swig/2.0.12/perl5/perlfragments.swg | |
Installing /usr/share/swig/2.0.12/perl5/perlhead.swg | |
Installing /usr/share/swig/2.0.12/perl5/perlinit.swg | |
Installing /usr/share/swig/2.0.12/perl5/perlkw.swg | |
Installing /usr/share/swig/2.0.12/perl5/perlmacros.swg | |
Installing /usr/share/swig/2.0.12/perl5/perlopers.swg | |
Installing /usr/share/swig/2.0.12/perl5/perlprimtypes.swg | |
Installing /usr/share/swig/2.0.12/perl5/perlrun.swg | |
Installing /usr/share/swig/2.0.12/perl5/perlruntime.swg | |
Installing /usr/share/swig/2.0.12/perl5/perlstrings.swg | |
Installing /usr/share/swig/2.0.12/perl5/perltypemaps.swg | |
Installing /usr/share/swig/2.0.12/perl5/perluserdir.swg | |
Installing /usr/share/swig/2.0.12/perl5/Makefile.pl | |
Installing /usr/share/swig/2.0.12/perl5/noembed.h | |
Installing language specific files for python | |
Installing /usr/share/swig/2.0.12/python/argcargv.i | |
Installing /usr/share/swig/2.0.12/python/attribute.i | |
Installing /usr/share/swig/2.0.12/python/boost_shared_ptr.i | |
Installing /usr/share/swig/2.0.12/python/carrays.i | |
Installing /usr/share/swig/2.0.12/python/ccomplex.i | |
Installing /usr/share/swig/2.0.12/python/cdata.i | |
Installing /usr/share/swig/2.0.12/python/cmalloc.i | |
Installing /usr/share/swig/2.0.12/python/cni.i | |
Installing /usr/share/swig/2.0.12/python/complex.i | |
Installing /usr/share/swig/2.0.12/python/cpointer.i | |
Installing /usr/share/swig/2.0.12/python/cstring.i | |
Installing /usr/share/swig/2.0.12/python/cwstring.i | |
Installing /usr/share/swig/2.0.12/python/embed15.i | |
Installing /usr/share/swig/2.0.12/python/embed.i | |
Installing /usr/share/swig/2.0.12/python/exception.i | |
Installing /usr/share/swig/2.0.12/python/factory.i | |
Installing /usr/share/swig/2.0.12/python/file.i | |
Installing /usr/share/swig/2.0.12/python/implicit.i | |
Installing /usr/share/swig/2.0.12/python/jstring.i | |
Installing /usr/share/swig/2.0.12/python/pyabc.i | |
Installing /usr/share/swig/2.0.12/python/pybuffer.i | |
Installing /usr/share/swig/2.0.12/python/pyname_compat.i | |
Installing /usr/share/swig/2.0.12/python/std_alloc.i | |
Installing /usr/share/swig/2.0.12/python/std_basic_string.i | |
Installing /usr/share/swig/2.0.12/python/std_carray.i | |
Installing /usr/share/swig/2.0.12/python/std_char_traits.i | |
Installing /usr/share/swig/2.0.12/python/std_common.i | |
Installing /usr/share/swig/2.0.12/python/std_complex.i | |
Installing /usr/share/swig/2.0.12/python/std_container.i | |
Installing /usr/share/swig/2.0.12/python/std_deque.i | |
Installing /usr/share/swig/2.0.12/python/std_except.i | |
Installing /usr/share/swig/2.0.12/python/std_ios.i | |
Installing /usr/share/swig/2.0.12/python/std_iostream.i | |
Installing /usr/share/swig/2.0.12/python/std_list.i | |
Installing /usr/share/swig/2.0.12/python/std_map.i | |
Installing /usr/share/swig/2.0.12/python/std_multimap.i | |
Installing /usr/share/swig/2.0.12/python/std_multiset.i | |
Installing /usr/share/swig/2.0.12/python/std_pair.i | |
Installing /usr/share/swig/2.0.12/python/std_set.i | |
Installing /usr/share/swig/2.0.12/python/std_shared_ptr.i | |
Installing /usr/share/swig/2.0.12/python/std_sstream.i | |
Installing /usr/share/swig/2.0.12/python/std_streambuf.i | |
Installing /usr/share/swig/2.0.12/python/std_string.i | |
Installing /usr/share/swig/2.0.12/python/std_vectora.i | |
Installing /usr/share/swig/2.0.12/python/std_vector.i | |
Installing /usr/share/swig/2.0.12/python/std_wios.i | |
Installing /usr/share/swig/2.0.12/python/std_wiostream.i | |
Installing /usr/share/swig/2.0.12/python/std_wsstream.i | |
Installing /usr/share/swig/2.0.12/python/std_wstreambuf.i | |
Installing /usr/share/swig/2.0.12/python/std_wstring.i | |
Installing /usr/share/swig/2.0.12/python/stl.i | |
Installing /usr/share/swig/2.0.12/python/typemaps.i | |
Installing /usr/share/swig/2.0.12/python/wchar.i | |
Installing /usr/share/swig/2.0.12/python/builtin.swg | |
Installing /usr/share/swig/2.0.12/python/defarg.swg | |
Installing /usr/share/swig/2.0.12/python/director.swg | |
Installing /usr/share/swig/2.0.12/python/pyapi.swg | |
Installing /usr/share/swig/2.0.12/python/pybackward.swg | |
Installing /usr/share/swig/2.0.12/python/pyclasses.swg | |
Installing /usr/share/swig/2.0.12/python/pycomplex.swg | |
Installing /usr/share/swig/2.0.12/python/pycontainer.swg | |
Installing /usr/share/swig/2.0.12/python/pydocs.swg | |
Installing /usr/share/swig/2.0.12/python/pyerrors.swg | |
Installing /usr/share/swig/2.0.12/python/pyfragments.swg | |
Installing /usr/share/swig/2.0.12/python/pyhead.swg | |
Installing /usr/share/swig/2.0.12/python/pyinit.swg | |
Installing /usr/share/swig/2.0.12/python/pyiterators.swg | |
Installing /usr/share/swig/2.0.12/python/pymacros.swg | |
Installing /usr/share/swig/2.0.12/python/pyopers.swg | |
Installing /usr/share/swig/2.0.12/python/pyprimtypes.swg | |
Installing /usr/share/swig/2.0.12/python/pyrun.swg | |
Installing /usr/share/swig/2.0.12/python/pyruntime.swg | |
Installing /usr/share/swig/2.0.12/python/pystdcommon.swg | |
Installing /usr/share/swig/2.0.12/python/pystrings.swg | |
Installing /usr/share/swig/2.0.12/python/pythonkw.swg | |
Installing /usr/share/swig/2.0.12/python/python.swg | |
Installing /usr/share/swig/2.0.12/python/pythreads.swg | |
Installing /usr/share/swig/2.0.12/python/pytuplehlp.swg | |
Installing /usr/share/swig/2.0.12/python/pytypemaps.swg | |
Installing /usr/share/swig/2.0.12/python/pyuserdir.swg | |
Installing /usr/share/swig/2.0.12/python/pywstrings.swg | |
Installing language specific files for guile | |
Installing /usr/share/swig/2.0.12/guile/cplusplus.i | |
Installing /usr/share/swig/2.0.12/guile/guile.i | |
Installing /usr/share/swig/2.0.12/guile/guilemain.i | |
Installing /usr/share/swig/2.0.12/guile/interpreter.i | |
Installing /usr/share/swig/2.0.12/guile/list-vector.i | |
Installing /usr/share/swig/2.0.12/guile/pointer-in-out.i | |
Installing /usr/share/swig/2.0.12/guile/ports.i | |
Installing /usr/share/swig/2.0.12/guile/std_common.i | |
Installing /usr/share/swig/2.0.12/guile/std_deque.i | |
Installing /usr/share/swig/2.0.12/guile/std_except.i | |
Installing /usr/share/swig/2.0.12/guile/std_map.i | |
Installing /usr/share/swig/2.0.12/guile/std_pair.i | |
Installing /usr/share/swig/2.0.12/guile/std_string.i | |
Installing /usr/share/swig/2.0.12/guile/std_vector.i | |
Installing /usr/share/swig/2.0.12/guile/stl.i | |
Installing /usr/share/swig/2.0.12/guile/swigrun.i | |
Installing /usr/share/swig/2.0.12/guile/typemaps.i | |
Installing /usr/share/swig/2.0.12/guile/guile_scm_run.swg | |
Installing /usr/share/swig/2.0.12/guile/guile_scm.swg | |
Installing /usr/share/swig/2.0.12/guile/common.scm | |
Installing language specific files for java | |
Installing /usr/share/swig/2.0.12/java/arrays_java.i | |
Installing /usr/share/swig/2.0.12/java/boost_intrusive_ptr.i | |
Installing /usr/share/swig/2.0.12/java/boost_shared_ptr.i | |
Installing /usr/share/swig/2.0.12/java/std_common.i | |
Installing /usr/share/swig/2.0.12/java/std_deque.i | |
Installing /usr/share/swig/2.0.12/java/std_except.i | |
Installing /usr/share/swig/2.0.12/java/std_map.i | |
Installing /usr/share/swig/2.0.12/java/std_pair.i | |
Installing /usr/share/swig/2.0.12/java/std_shared_ptr.i | |
Installing /usr/share/swig/2.0.12/java/std_string.i | |
Installing /usr/share/swig/2.0.12/java/std_vector.i | |
Installing /usr/share/swig/2.0.12/java/std_wstring.i | |
Installing /usr/share/swig/2.0.12/java/stl.i | |
Installing /usr/share/swig/2.0.12/java/typemaps.i | |
Installing /usr/share/swig/2.0.12/java/various.i | |
Installing /usr/share/swig/2.0.12/java/director.swg | |
Installing /usr/share/swig/2.0.12/java/enumsimple.swg | |
Installing /usr/share/swig/2.0.12/java/enums.swg | |
Installing /usr/share/swig/2.0.12/java/enumtypesafe.swg | |
Installing /usr/share/swig/2.0.12/java/enumtypeunsafe.swg | |
Installing /usr/share/swig/2.0.12/java/javahead.swg | |
Installing /usr/share/swig/2.0.12/java/javakw.swg | |
Installing /usr/share/swig/2.0.12/java/java.swg | |
Installing language specific files for mzscheme | |
Installing /usr/share/swig/2.0.12/mzscheme/std_common.i | |
Installing /usr/share/swig/2.0.12/mzscheme/std_deque.i | |
Installing /usr/share/swig/2.0.12/mzscheme/std_map.i | |
Installing /usr/share/swig/2.0.12/mzscheme/std_pair.i | |
Installing /usr/share/swig/2.0.12/mzscheme/std_string.i | |
Installing /usr/share/swig/2.0.12/mzscheme/std_vector.i | |
Installing /usr/share/swig/2.0.12/mzscheme/stl.i | |
Installing /usr/share/swig/2.0.12/mzscheme/typemaps.i | |
Installing /usr/share/swig/2.0.12/mzscheme/mzrun.swg | |
Installing /usr/share/swig/2.0.12/mzscheme/mzscheme.swg | |
Installing language specific files for ruby | |
Installing /usr/share/swig/2.0.12/ruby/argcargv.i | |
Installing /usr/share/swig/2.0.12/ruby/attribute.i | |
Installing /usr/share/swig/2.0.12/ruby/carrays.i | |
Installing /usr/share/swig/2.0.12/ruby/cdata.i | |
Installing /usr/share/swig/2.0.12/ruby/cmalloc.i | |
Installing /usr/share/swig/2.0.12/ruby/cni.i | |
Installing /usr/share/swig/2.0.12/ruby/cpointer.i | |
Installing /usr/share/swig/2.0.12/ruby/cstring.i | |
Installing /usr/share/swig/2.0.12/ruby/embed.i | |
Installing /usr/share/swig/2.0.12/ruby/exception.i | |
Installing /usr/share/swig/2.0.12/ruby/factory.i | |
Installing /usr/share/swig/2.0.12/ruby/file.i | |
Installing /usr/share/swig/2.0.12/ruby/jstring.i | |
Installing /usr/share/swig/2.0.12/ruby/progargcargv.i | |
Installing /usr/share/swig/2.0.12/ruby/std_alloc.i | |
Installing /usr/share/swig/2.0.12/ruby/std_basic_string.i | |
Installing /usr/share/swig/2.0.12/ruby/std_char_traits.i | |
Installing /usr/share/swig/2.0.12/ruby/std_common.i | |
Installing /usr/share/swig/2.0.12/ruby/std_complex.i | |
Installing /usr/share/swig/2.0.12/ruby/std_container.i | |
Installing /usr/share/swig/2.0.12/ruby/std_deque.i | |
Installing /usr/share/swig/2.0.12/ruby/std_except.i | |
Installing /usr/share/swig/2.0.12/ruby/std_functors.i | |
Installing /usr/share/swig/2.0.12/ruby/std_ios.i | |
Installing /usr/share/swig/2.0.12/ruby/std_iostream.i | |
Installing /usr/share/swig/2.0.12/ruby/std_list.i | |
Installing /usr/share/swig/2.0.12/ruby/std_map.i | |
Installing /usr/share/swig/2.0.12/ruby/std_multimap.i | |
Installing /usr/share/swig/2.0.12/ruby/std_multiset.i | |
Installing /usr/share/swig/2.0.12/ruby/std_pair.i | |
Installing /usr/share/swig/2.0.12/ruby/std_queue.i | |
Installing /usr/share/swig/2.0.12/ruby/std_set.i | |
Installing /usr/share/swig/2.0.12/ruby/std_sstream.i | |
Installing /usr/share/swig/2.0.12/ruby/std_stack.i | |
Installing /usr/share/swig/2.0.12/ruby/std_streambuf.i | |
Installing /usr/share/swig/2.0.12/ruby/std_string.i | |
Installing /usr/share/swig/2.0.12/ruby/std_vectora.i | |
Installing /usr/share/swig/2.0.12/ruby/std_vector.i | |
Installing /usr/share/swig/2.0.12/ruby/std_wstring.i | |
Installing /usr/share/swig/2.0.12/ruby/stl.i | |
Installing /usr/share/swig/2.0.12/ruby/timeval.i | |
Installing /usr/share/swig/2.0.12/ruby/typemaps.i | |
Installing /usr/share/swig/2.0.12/ruby/director.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyapi.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyautodoc.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyclasses.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubycomplex.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubycontainer_extended.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubycontainer.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubydef.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyerrors.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyfragments.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyhead.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyinit.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyiterators.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubykw.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubymacros.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyopers.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyprimtypes.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyrun.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyruntime.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubystdautodoc.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubystdcommon.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubystdfunctors.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubystrings.swg | |
Installing /usr/share/swig/2.0.12/ruby/ruby.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubytracking.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubytypemaps.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubyuserdir.swg | |
Installing /usr/share/swig/2.0.12/ruby/rubywstrings.swg | |
Installing /usr/share/swig/2.0.12/ruby/Makefile.swig | |
Installing /usr/share/swig/2.0.12/ruby/extconf.rb | |
Installing language specific files for php | |
Installing /usr/share/swig/2.0.12/php/const.i | |
Installing /usr/share/swig/2.0.12/php/factory.i | |
Installing /usr/share/swig/2.0.12/php/globalvar.i | |
Installing /usr/share/swig/2.0.12/php/phppointers.i | |
Installing /usr/share/swig/2.0.12/php/std_common.i | |
Installing /usr/share/swig/2.0.12/php/std_deque.i | |
Installing /usr/share/swig/2.0.12/php/std_map.i | |
Installing /usr/share/swig/2.0.12/php/std_pair.i | |
Installing /usr/share/swig/2.0.12/php/std_string.i | |
Installing /usr/share/swig/2.0.12/php/std_vector.i | |
Installing /usr/share/swig/2.0.12/php/stl.i | |
Installing /usr/share/swig/2.0.12/php/typemaps.i | |
Installing /usr/share/swig/2.0.12/php/utils.i | |
Installing /usr/share/swig/2.0.12/php/director.swg | |
Installing /usr/share/swig/2.0.12/php/phpinit.swg | |
Installing /usr/share/swig/2.0.12/php/phpkw.swg | |
Installing /usr/share/swig/2.0.12/php/phprun.swg | |
Installing /usr/share/swig/2.0.12/php/php.swg | |
Installing language specific files for ocaml | |
Installing /usr/share/swig/2.0.12/ocaml/carray.i | |
Installing /usr/share/swig/2.0.12/ocaml/cstring.i | |
Installing /usr/share/swig/2.0.12/ocaml/ocaml.i | |
Installing /usr/share/swig/2.0.12/ocaml/std_common.i | |
Installing /usr/share/swig/2.0.12/ocaml/std_complex.i | |
Installing /usr/share/swig/2.0.12/ocaml/std_deque.i | |
Installing /usr/share/swig/2.0.12/ocaml/std_list.i | |
Installing /usr/share/swig/2.0.12/ocaml/std_map.i | |
Installing /usr/share/swig/2.0.12/ocaml/std_pair.i | |
Installing /usr/share/swig/2.0.12/ocaml/std_string.i | |
Installing /usr/share/swig/2.0.12/ocaml/std_vector.i | |
Installing /usr/share/swig/2.0.12/ocaml/stl.i | |
Installing /usr/share/swig/2.0.12/ocaml/typecheck.i | |
Installing /usr/share/swig/2.0.12/ocaml/typemaps.i | |
Installing /usr/share/swig/2.0.12/ocaml/class.swg | |
Installing /usr/share/swig/2.0.12/ocaml/director.swg | |
Installing /usr/share/swig/2.0.12/ocaml/ocamldec.swg | |
Installing /usr/share/swig/2.0.12/ocaml/ocamlkw.swg | |
Installing /usr/share/swig/2.0.12/ocaml/ocaml.swg | |
Installing /usr/share/swig/2.0.12/ocaml/preamble.swg | |
Installing /usr/share/swig/2.0.12/ocaml/typeregister.swg | |
Installing /usr/share/swig/2.0.12/ocaml/swigp4.ml | |
Installing /usr/share/swig/2.0.12/ocaml/swig.mli | |
Installing /usr/share/swig/2.0.12/ocaml/swig.ml | |
Installing language specific files for octave | |
Installing /usr/share/swig/2.0.12/octave/attribute.i | |
Installing /usr/share/swig/2.0.12/octave/boost_shared_ptr.i | |
Installing /usr/share/swig/2.0.12/octave/carrays.i | |
Installing /usr/share/swig/2.0.12/octave/cdata.i | |
Installing /usr/share/swig/2.0.12/octave/cmalloc.i | |
Installing /usr/share/swig/2.0.12/octave/exception.i | |
Installing /usr/share/swig/2.0.12/octave/factory.i | |
Installing /usr/share/swig/2.0.12/octave/implicit.i | |
Installing /usr/share/swig/2.0.12/octave/std_alloc.i | |
Installing /usr/share/swig/2.0.12/octave/std_basic_string.i | |
Installing /usr/share/swig/2.0.12/octave/std_carray.i | |
Installing /usr/share/swig/2.0.12/octave/std_char_traits.i | |
Installing /usr/share/swig/2.0.12/octave/std_common.i | |
Installing /usr/share/swig/2.0.12/octave/std_complex.i | |
Installing /usr/share/swig/2.0.12/octave/std_container.i | |
Installing /usr/share/swig/2.0.12/octave/std_deque.i | |
Installing /usr/share/swig/2.0.12/octave/std_except.i | |
Installing /usr/share/swig/2.0.12/octave/std_list.i | |
Installing /usr/share/swig/2.0.12/octave/std_map.i | |
Installing /usr/share/swig/2.0.12/octave/std_pair.i | |
Installing /usr/share/swig/2.0.12/octave/std_string.i | |
Installing /usr/share/swig/2.0.12/octave/std_vector.i | |
Installing /usr/share/swig/2.0.12/octave/stl.i | |
Installing /usr/share/swig/2.0.12/octave/typemaps.i | |
Installing /usr/share/swig/2.0.12/octave/director.swg | |
Installing /usr/share/swig/2.0.12/octave/octave.swg | |
Installing /usr/share/swig/2.0.12/octave/octcomplex.swg | |
Installing /usr/share/swig/2.0.12/octave/octcontainer.swg | |
Installing /usr/share/swig/2.0.12/octave/octfragments.swg | |
Installing /usr/share/swig/2.0.12/octave/octiterators.swg | |
Installing /usr/share/swig/2.0.12/octave/octopers.swg | |
Installing /usr/share/swig/2.0.12/octave/octprimtypes.swg | |
Installing /usr/share/swig/2.0.12/octave/octrun.swg | |
Installing /usr/share/swig/2.0.12/octave/octruntime.swg | |
Installing /usr/share/swig/2.0.12/octave/octstdcommon.swg | |
Installing /usr/share/swig/2.0.12/octave/octtypemaps.swg | |
Installing /usr/share/swig/2.0.12/octave/octuserdir.swg | |
Installing language specific files for pike | |
Installing /usr/share/swig/2.0.12/pike/std_string.i | |
Installing /usr/share/swig/2.0.12/pike/pikekw.swg | |
Installing /usr/share/swig/2.0.12/pike/pikerun.swg | |
Installing /usr/share/swig/2.0.12/pike/pike.swg | |
Installing language specific files for chicken | |
Installing /usr/share/swig/2.0.12/chicken/std_string.i | |
Installing /usr/share/swig/2.0.12/chicken/typemaps.i | |
Installing /usr/share/swig/2.0.12/chicken/chickenkw.swg | |
Installing /usr/share/swig/2.0.12/chicken/chickenrun.swg | |
Installing /usr/share/swig/2.0.12/chicken/chicken.swg | |
Installing /usr/share/swig/2.0.12/chicken/swigclosprefix.scm | |
Installing /usr/share/swig/2.0.12/chicken/multi-generic.scm | |
Installing /usr/share/swig/2.0.12/chicken/tinyclos-multi-generic.patch | |
Installing language specific files for csharp | |
Installing /usr/share/swig/2.0.12/csharp/arrays_csharp.i | |
Installing /usr/share/swig/2.0.12/csharp/boost_intrusive_ptr.i | |
Installing /usr/share/swig/2.0.12/csharp/boost_shared_ptr.i | |
Installing /usr/share/swig/2.0.12/csharp/std_common.i | |
Installing /usr/share/swig/2.0.12/csharp/std_deque.i | |
Installing /usr/share/swig/2.0.12/csharp/std_except.i | |
Installing /usr/share/swig/2.0.12/csharp/std_map.i | |
Installing /usr/share/swig/2.0.12/csharp/std_pair.i | |
Installing /usr/share/swig/2.0.12/csharp/std_shared_ptr.i | |
Installing /usr/share/swig/2.0.12/csharp/std_string.i | |
Installing /usr/share/swig/2.0.12/csharp/std_vector.i | |
Installing /usr/share/swig/2.0.12/csharp/std_wstring.i | |
Installing /usr/share/swig/2.0.12/csharp/stl.i | |
Installing /usr/share/swig/2.0.12/csharp/typemaps.i | |
Installing /usr/share/swig/2.0.12/csharp/wchar.i | |
Installing /usr/share/swig/2.0.12/csharp/csharphead.swg | |
Installing /usr/share/swig/2.0.12/csharp/csharpkw.swg | |
Installing /usr/share/swig/2.0.12/csharp/csharp.swg | |
Installing /usr/share/swig/2.0.12/csharp/director.swg | |
Installing /usr/share/swig/2.0.12/csharp/enumsimple.swg | |
Installing /usr/share/swig/2.0.12/csharp/enums.swg | |
Installing /usr/share/swig/2.0.12/csharp/enumtypesafe.swg | |
Installing language specific files for modula3 | |
Installing /usr/share/swig/2.0.12/modula3/typemaps.i | |
Installing /usr/share/swig/2.0.12/modula3/modula3head.swg | |
Installing /usr/share/swig/2.0.12/modula3/modula3.swg | |
Installing language specific files for allegrocl | |
Installing /usr/share/swig/2.0.12/allegrocl/inout_typemaps.i | |
Installing /usr/share/swig/2.0.12/allegrocl/longlongs.i | |
Installing /usr/share/swig/2.0.12/allegrocl/std_list.i | |
Installing /usr/share/swig/2.0.12/allegrocl/std_string.i | |
Installing /usr/share/swig/2.0.12/allegrocl/typemaps.i | |
Installing /usr/share/swig/2.0.12/allegrocl/allegrocl.swg | |
Installing language specific files for clisp | |
Installing /usr/share/swig/2.0.12/clisp/clisp.swg | |
Installing language specific files for lua | |
Installing /usr/share/swig/2.0.12/lua/carrays.i | |
Installing /usr/share/swig/2.0.12/lua/factory.i | |
Installing /usr/share/swig/2.0.12/lua/lua_fnptr.i | |
Installing /usr/share/swig/2.0.12/lua/_std_common.i | |
Installing /usr/share/swig/2.0.12/lua/std_common.i | |
Installing /usr/share/swig/2.0.12/lua/std_deque.i | |
Installing /usr/share/swig/2.0.12/lua/std_except.i | |
Installing /usr/share/swig/2.0.12/lua/std_map.i | |
Installing /usr/share/swig/2.0.12/lua/std_pair.i | |
Installing /usr/share/swig/2.0.12/lua/std_string.i | |
Installing /usr/share/swig/2.0.12/lua/std_vector.i | |
Installing /usr/share/swig/2.0.12/lua/stl.i | |
Installing /usr/share/swig/2.0.12/lua/typemaps.i | |
Installing /usr/share/swig/2.0.12/lua/wchar.i | |
Installing /usr/share/swig/2.0.12/lua/luarun.swg | |
Installing /usr/share/swig/2.0.12/lua/luaruntime.swg | |
Installing /usr/share/swig/2.0.12/lua/lua.swg | |
Installing /usr/share/swig/2.0.12/lua/luatypemaps.swg | |
Installing language specific files for cffi | |
Installing /usr/share/swig/2.0.12/cffi/cffi.swg | |
Installing language specific files for uffi | |
Installing /usr/share/swig/2.0.12/uffi/uffi.swg | |
Installing language specific files for r | |
Installing /usr/share/swig/2.0.12/r/boost_shared_ptr.i | |
Installing /usr/share/swig/2.0.12/r/cdata.i | |
Installing /usr/share/swig/2.0.12/r/exception.i | |
Installing /usr/share/swig/2.0.12/r/std_alloc.i | |
Installing /usr/share/swig/2.0.12/r/std_common.i | |
Installing /usr/share/swig/2.0.12/r/std_container.i | |
Installing /usr/share/swig/2.0.12/r/std_deque.i | |
Installing /usr/share/swig/2.0.12/r/std_except.i | |
Installing /usr/share/swig/2.0.12/r/std_list.i | |
Installing /usr/share/swig/2.0.12/r/std_map.i | |
Installing /usr/share/swig/2.0.12/r/std_pair.i | |
Installing /usr/share/swig/2.0.12/r/std_string.i | |
Installing /usr/share/swig/2.0.12/r/std_vector.i | |
Installing /usr/share/swig/2.0.12/r/stl.i | |
Installing /usr/share/swig/2.0.12/r/typemaps.i | |
Installing /usr/share/swig/2.0.12/r/rcontainer.swg | |
Installing /usr/share/swig/2.0.12/r/rfragments.swg | |
Installing /usr/share/swig/2.0.12/r/rkw.swg | |
Installing /usr/share/swig/2.0.12/r/ropers.swg | |
Installing /usr/share/swig/2.0.12/r/rrun.swg | |
Installing /usr/share/swig/2.0.12/r/rstdcommon.swg | |
Installing /usr/share/swig/2.0.12/r/r.swg | |
Installing /usr/share/swig/2.0.12/r/rtype.swg | |
Installing /usr/share/swig/2.0.12/r/srun.swg | |
Installing language specific files for go | |
Installing /usr/share/swig/2.0.12/go/cdata.i | |
Installing /usr/share/swig/2.0.12/go/exception.i | |
Installing /usr/share/swig/2.0.12/go/std_common.i | |
Installing /usr/share/swig/2.0.12/go/std_deque.i | |
Installing /usr/share/swig/2.0.12/go/std_except.i | |
Installing /usr/share/swig/2.0.12/go/std_list.i | |
Installing /usr/share/swig/2.0.12/go/std_map.i | |
Installing /usr/share/swig/2.0.12/go/std_pair.i | |
Installing /usr/share/swig/2.0.12/go/std_string.i | |
Installing /usr/share/swig/2.0.12/go/std_vector.i | |
Installing /usr/share/swig/2.0.12/go/stl.i | |
Installing /usr/share/swig/2.0.12/go/typemaps.i | |
Installing /usr/share/swig/2.0.12/go/gokw.swg | |
Installing /usr/share/swig/2.0.12/go/goruntime.swg | |
Installing /usr/share/swig/2.0.12/go/go.swg | |
Installing language specific files for d | |
Installing /usr/share/swig/2.0.12/d/boost_shared_ptr.i | |
Installing /usr/share/swig/2.0.12/d/carrays.i | |
Installing /usr/share/swig/2.0.12/d/cpointer.i | |
Installing /usr/share/swig/2.0.12/d/std_common.i | |
Installing /usr/share/swig/2.0.12/d/std_deque.i | |
Installing /usr/share/swig/2.0.12/d/std_except.i | |
Installing /usr/share/swig/2.0.12/d/std_map.i | |
Installing /usr/share/swig/2.0.12/d/std_pair.i | |
Installing /usr/share/swig/2.0.12/d/std_shared_ptr.i | |
Installing /usr/share/swig/2.0.12/d/std_string.i | |
Installing /usr/share/swig/2.0.12/d/std_vector.i | |
Installing /usr/share/swig/2.0.12/d/stl.i | |
Installing /usr/share/swig/2.0.12/d/typemaps.i | |
Installing /usr/share/swig/2.0.12/d/dclassgen.swg | |
Installing /usr/share/swig/2.0.12/d/ddirectives.swg | |
Installing /usr/share/swig/2.0.12/d/denums.swg | |
Installing /usr/share/swig/2.0.12/d/dexception.swg | |
Installing /usr/share/swig/2.0.12/d/dhead.swg | |
Installing /usr/share/swig/2.0.12/d/director.swg | |
Installing /usr/share/swig/2.0.12/d/dkw.swg | |
Installing /usr/share/swig/2.0.12/d/dmemberfunctionpointers.swg | |
Installing /usr/share/swig/2.0.12/d/doperators.swg | |
Installing /usr/share/swig/2.0.12/d/dprimitives.swg | |
Installing /usr/share/swig/2.0.12/d/dstrings.swg | |
Installing /usr/share/swig/2.0.12/d/d.swg | |
Installing /usr/share/swig/2.0.12/d/dswigtype.swg | |
Installing /usr/share/swig/2.0.12/d/dvoid.swg | |
Installing /usr/share/swig/2.0.12/d/wrapperloader.swg | |
Installing language specific files for std | |
Installing /usr/share/swig/2.0.12/std/std_alloc.i | |
Installing /usr/share/swig/2.0.12/std/std_basic_string.i | |
Installing /usr/share/swig/2.0.12/std/std_char_traits.i | |
Installing /usr/share/swig/2.0.12/std/std_common.i | |
Installing /usr/share/swig/2.0.12/std/std_container.i | |
Installing /usr/share/swig/2.0.12/std/_std_deque.i | |
Installing /usr/share/swig/2.0.12/std/std_deque.i | |
Installing /usr/share/swig/2.0.12/std/std_except.i | |
Installing /usr/share/swig/2.0.12/std/std_ios.i | |
Installing /usr/share/swig/2.0.12/std/std_iostream.i | |
Installing /usr/share/swig/2.0.12/std/std_list.i | |
Installing /usr/share/swig/2.0.12/std/std_map.i | |
Installing /usr/share/swig/2.0.12/std/std_multimap.i | |
Installing /usr/share/swig/2.0.12/std/std_multiset.i | |
Installing /usr/share/swig/2.0.12/std/std_pair.i | |
Installing /usr/share/swig/2.0.12/std/std_queue.i | |
Installing /usr/share/swig/2.0.12/std/std_set.i | |
Installing /usr/share/swig/2.0.12/std/std_sstream.i | |
Installing /usr/share/swig/2.0.12/std/std_stack.i | |
Installing /usr/share/swig/2.0.12/std/std_streambuf.i | |
Installing /usr/share/swig/2.0.12/std/std_string.i | |
Installing /usr/share/swig/2.0.12/std/std_vectora.i | |
Installing /usr/share/swig/2.0.12/std/std_vector.i | |
Installing /usr/share/swig/2.0.12/std/std_wios.i | |
Installing /usr/share/swig/2.0.12/std/std_wiostream.i | |
Installing /usr/share/swig/2.0.12/std/std_wsstream.i | |
Installing /usr/share/swig/2.0.12/std/std_wstreambuf.i | |
Installing /usr/share/swig/2.0.12/std/std_wstring.i | |
Installing /usr/share/swig/2.0.12/std/std_carray.swg | |
Installing ccache-swig | |
Installing /usr/bin/ccache-swig | |
Installing /usr/share/man/man1/ccache-swig.1 | |
Installation complete | |
Done downloading, building and installing Swig version 2.0.12 | |
Installing prerequisite OS-level packages for installing M2Crypto... | |
Installing package: libssl-dev | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
libssl1.0.0 | |
The following packages will be upgraded: | |
libssl-dev libssl1.0.0 | |
2 upgraded, 0 newly installed, 0 to remove and 217 not upgraded. | |
Need to get 3,019 kB of archives. | |
After this operation, 25.6 kB of additional disk space will be used. | |
Get:1 http://mirror.switch.ch/ftp/mirror/debian/ wheezy/main libssl-dev amd64 1.0.1e-2+deb7u17 [1,757 kB] | |
Get:2 http://mirror.switch.ch/ftp/mirror/debian/ wheezy/main libssl1.0.0 amd64 1.0.1e-2+deb7u17 [1,262 kB] | |
Preconfiguring packages ... | |
Fetched 3,019 kB in 1s (2,770 kB/s) | |
(Reading database ... 157046 files and directories currently installed.) | |
Preparing to replace libssl-dev 1.0.1e-2+deb7u4 (using .../libssl-dev_1.0.1e-2+deb7u17_amd64.deb) ... | |
Unpacking replacement libssl-dev ... | |
Preparing to replace libssl1.0.0:amd64 1.0.1e-2+deb7u4 (using .../libssl1.0.0_1.0.1e-2+deb7u17_amd64.deb) ... | |
Unpacking replacement libssl1.0.0:amd64 ... | |
Setting up libssl1.0.0:amd64 (1.0.1e-2+deb7u17) ... | |
Checking for services that may need to be restarted...done. | |
Checking for services that may need to be restarted...done. | |
Checking init scripts... | |
Restarting services possibly affected by the upgrade: | |
[....] Restarting web server: apache2 ... waiting | |
[.ok | |
[ ok ] Restarting OpenBSD Secure Shell server: sshd. | |
[ ok ] Stopping NTP server: ntpd. | |
[ ok ] Starting NTP server: ntpd. | |
[ ok ] Stopping MTA for restart: exim4_listener. | |
[ ok ] Restarting MTA: exim4. | |
Services restarted successfully. | |
Setting up libssl-dev (1.0.1e-2+deb7u17) ... | |
Reading changelogs... | |
/usr/local/lib/python2.7/dist-packages/setuptools/dist.py:285: UserWarning: Normalizing '0.8.0-rc1' to '0.8.0rc1' | |
normalized_version, | |
running install | |
running bdist_egg | |
running egg_info | |
creating pywbem.egg-info | |
writing requirements to pywbem.egg-info/requires.txt | |
writing pywbem.egg-info/PKG-INFO | |
writing top-level names to pywbem.egg-info/top_level.txt | |
writing dependency_links to pywbem.egg-info/dependency_links.txt | |
writing manifest file 'pywbem.egg-info/SOURCES.txt' | |
writing manifest file 'pywbem.egg-info/SOURCES.txt' | |
installing library code to build/bdist.linux-x86_64/egg | |
running install_lib | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-2.7 | |
creating build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/cim_provider2.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/yacc.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/lex.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/cim_types.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/mofparsetab.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/__init__.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/cimxml_parse.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/cim_xml.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/wbemcli.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/cim_operations.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/cim_provider.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/moflextab.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/tupleparse.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/tupletree.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/cim_obj.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/twisted_client.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/mof_compiler.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/cim_constants.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/cim_http.py -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/NEWS -> build/lib.linux-x86_64-2.7/pywbem | |
copying pywbem/LICENSE.txt -> build/lib.linux-x86_64-2.7/pywbem | |
creating build/bdist.linux-x86_64 | |
creating build/bdist.linux-x86_64/egg | |
creating build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/cim_provider2.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/NEWS -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/yacc.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/lex.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/cim_types.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/mofparsetab.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/__init__.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/cimxml_parse.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/cim_xml.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/wbemcli.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/cim_operations.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/LICENSE.txt -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/cim_provider.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/moflextab.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/tupleparse.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/tupletree.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/cim_obj.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/twisted_client.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/mof_compiler.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/cim_constants.py -> build/bdist.linux-x86_64/egg/pywbem | |
copying build/lib.linux-x86_64-2.7/pywbem/cim_http.py -> build/bdist.linux-x86_64/egg/pywbem | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/cim_provider2.py to cim_provider2.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/yacc.py to yacc.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/lex.py to lex.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/cim_types.py to cim_types.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/mofparsetab.py to mofparsetab.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/__init__.py to __init__.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/cimxml_parse.py to cimxml_parse.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/cim_xml.py to cim_xml.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/wbemcli.py to wbemcli.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/cim_operations.py to cim_operations.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/cim_provider.py to cim_provider.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/moflextab.py to moflextab.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/tupleparse.py to tupleparse.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/tupletree.py to tupletree.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/cim_obj.py to cim_obj.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/twisted_client.py to twisted_client.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/mof_compiler.py to mof_compiler.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/cim_constants.py to cim_constants.pyc | |
byte-compiling build/bdist.linux-x86_64/egg/pywbem/cim_http.py to cim_http.pyc | |
creating build/bdist.linux-x86_64/egg/EGG-INFO | |
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts | |
running install_scripts | |
running build_scripts | |
creating build/scripts-2.7 | |
copying and adjusting pywbem/wbemcli.py -> build/scripts-2.7 | |
copying and adjusting pywbem/mof_compiler.py -> build/scripts-2.7 | |
changing mode of build/scripts-2.7/wbemcli.py from 644 to 755 | |
changing mode of build/scripts-2.7/mof_compiler.py from 644 to 755 | |
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts | |
copying build/scripts-2.7/wbemcli.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts | |
copying build/scripts-2.7/mof_compiler.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts | |
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/wbemcli.py to 755 | |
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/mof_compiler.py to 755 | |
copying pywbem.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying pywbem.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying pywbem.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying pywbem.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
copying pywbem.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO | |
zip_safe flag not set; analyzing archive contents... | |
pywbem.cim_provider2: module references __file__ | |
pywbem.cim_provider: module references __file__ | |
creating dist | |
creating 'dist/pywbem-0.8.0rc1-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it | |
removing 'build/bdist.linux-x86_64/egg' (and everything under it) | |
Processing pywbem-0.8.0rc1-py2.7.egg | |
creating /usr/local/lib/python2.7/dist-packages/pywbem-0.8.0rc1-py2.7.egg | |
Extracting pywbem-0.8.0rc1-py2.7.egg to /usr/local/lib/python2.7/dist-packages | |
Removing pywbem 0.8.0.dev0 from easy-install.pth file | |
Adding pywbem 0.8.0rc1 to easy-install.pth file | |
Installing wbemcli.py script to /usr/local/bin | |
Installing mof_compiler.py script to /usr/local/bin | |
Installed /usr/local/lib/python2.7/dist-packages/pywbem-0.8.0rc1-py2.7.egg | |
Processing dependencies for pywbem==0.8.0rc1 | |
Searching for M2Crypto==0.21.1 | |
Best match: M2Crypto 0.21.1 | |
Adding M2Crypto 0.21.1 to easy-install.pth file | |
Using /usr/lib/python2.7/dist-packages | |
Finished processing dependencies for pywbem==0.8.0rc1 | |
root@debian-wheezy:~/src/pywbem/src# python | |
Python 2.7.3 (default, Jan 2 2013, 13:56:14) | |
[GCC 4.7.2] on linux2 | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import pywbem | |
>>> import pkg_resources | |
>>> pkg_resources.get_distribution("pywbem").version | |
'0.8.0rc1' | |
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment