DC-Build-Header: libitpp 4.2-4 / Mon Jul 09 20:41:41 +0000 2012 DC-Task: logfile:/tmp/libitpp_4.2-4_unstable_clang.log version:4.2-4 modes:clang chroot:unstable source:libitpp esttime:572 architecture:any DC-Sbuild-call: su user -c 'sbuild -n -A -s --force-orig-source --apt-update -d unstable -v --chroot-setup-commands=/tmp/switch-to-clang libitpp_4.2-4' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-15-41.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ libitpp 4.2-4 (amd64) 09 Jul 2012 20:41 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: libitpp Version: 4.2-4 Source Version: 4.2-4 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/libitpp-K_yCwt/libitpp-4.2' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/libitpp-K_yCwt' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-829047bd-ef10-47b5-a2b7-2f66df2d7a30' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... NOTICE: 'libitpp' packaging is maintained in the 'Git' version control system at: git://git.debian.org/git/collab-maint/libitpp.git Need to get 1337 kB of source archives. Get:1 http://localhost/debian/ unstable/main libitpp 4.2-4 (dsc) [1898 B] Get:2 http://localhost/debian/ unstable/main libitpp 4.2-4 (tar) [1328 kB] Get:3 http://localhost/debian/ unstable/main libitpp 4.2-4 (diff) [7001 B] Fetched 1337 kB in 0s (4247 kB/s) Download complete and in download only mode Check arch ────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Chroot Setup Commands │ └──────────────────────────────────────────────────────────────────────────────┘ /tmp/switch-to-clang ──────────────────── + echo 'Entering customization script...' Entering customization script... + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 0s (30.2 MB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11729 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + dpkg --set-selections + echo 'gcc-4.6 hold' + dpkg --set-selections + echo 'cpp-4.6 hold' + dpkg --set-selections + echo 'g++-4.6 hold' + dpkg --set-selections + echo 'gcc-4.7 hold' + dpkg --set-selections + echo 'cpp-4.7 hold' + dpkg --set-selections + echo 'g++-4.7 hold' + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + grep clang + gcc --version I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-msNn5M/apt_archive/sbuild-build-depends-core-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install core build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sbuild-build-depends-core-dummy debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/708 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11809 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 5), doxygen (>= 1.5.1), libblas-dev, libfftw3-dev, doxygen-latex, ghostscript, liblapack-dev, gfortran Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 5), doxygen (>= 1.5.1), libblas-dev, libfftw3-dev, doxygen-latex, ghostscript, liblapack-dev, gfortran dpkg-deb: building package `sbuild-build-depends-libitpp-dummy' in `/«BUILDDIR»/resolver-2dM0vm/apt_archive/sbuild-build-depends-libitpp-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install libitpp build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: bsdmainutils debhelper doxygen doxygen-latex ed file fontconfig-config gettext gettext-base gfortran gfortran-4.7 ghostscript groff-base gsfonts html2text intltool-debian latex-xcolor libasprintf0c2 libavahi-client3 libavahi-common-data libavahi-common3 libblas-dev libblas3 libcroco3 libcups2 libcupsimage2 libdbus-1-3 libexpat1 libfftw3-3 libfftw3-bin libfftw3-dev libfontconfig1 libfreetype6 libgcrypt11 libgettextpo0 libgfortran3 libglib2.0-0 libgnutls26 libgpg-error0 libgraphite3 libgs9 libgs9-common libgssapi-krb5-2 libice6 libidn11 libijs-0.35 libjasper1 libjbig0 libjbig2dec0 libjpeg8 libk5crypto3 libkeyutils1 libkpathsea6 libkrb5-3 libkrb5support0 liblapack-dev liblapack3 liblcms1 liblcms2-2 libmagic1 libncursesw5 libopenjpeg2 libp11-kit0 libpaper-utils libpaper1 libpcre3 libpipeline1 libpng12-0 libpoppler19 libptexenc1 libsm6 libsqlite3-0 libssl1.0.0 libtasn1-3 libtiff4 libunistring0 libx11-6 libx11-data libxau6 libxaw7 libxcb1 libxdmcp6 libxext6 libxml2 libxmu6 libxpm4 libxt6 luatex man-db mime-support po-debconf poppler-data preview-latex-style python python-minimal python2.7 python2.7-minimal tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-extra-utils texlive-font-utils texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-pictures ttf-dejavu-core ttf-marvosym x11-common xdg-utils Suggested packages: wamerican wordlist whois vacation dh-make doxygen-doc doxygen-gui graphviz gettext-doc gfortran-multilib gfortran-doc gfortran-4.7-multilib gfortran-4.7-doc libgfortran3-dbg ghostscript-cups ghostscript-x hpijs groff cups-common rng-tools krb5-doc krb5-user libjasper-runtime liblcms-utils liblcms2-utils less www-browser libmail-box-perl poppler-utils fonts-japanese-mincho fonts-ipafont-mincho fonts-japanese-gothic fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-unfonts-core python-doc python-tk python2.7-doc binfmt-support perl-tk xpdf-reader pdf-viewer gv postscript-viewer purifyeps chktex latexmk dvipng xindy dvidvi fragmaster lacheck latexdiff psutils t1utils libfile-which-perl dot2tex gvfs-bin Recommended packages: curl wget lynx-cur autopoint dbus libglib2.0-data shared-mime-info fonts-droid krb5-locales libgpm2 xml-core texlive-luatex libmail-sendmail-perl lmodern ruby wish ps2eps texlive-fonts-recommended-doc tex-gyre tipa texlive-latex-base-doc texlive-latex-extra-doc texlive-latex-recommended-doc latex-beamer prosper texlive-pictures-doc pgf libfile-mimeinfo-perl libnet-dbus-perl libx11-protocol-perl x11-utils x11-xserver-utils The following NEW packages will be installed: bsdmainutils debhelper doxygen doxygen-latex ed file fontconfig-config gettext gettext-base gfortran gfortran-4.7 ghostscript groff-base gsfonts html2text intltool-debian latex-xcolor libasprintf0c2 libavahi-client3 libavahi-common-data libavahi-common3 libblas-dev libblas3 libcroco3 libcups2 libcupsimage2 libdbus-1-3 libexpat1 libfftw3-3 libfftw3-bin libfftw3-dev libfontconfig1 libfreetype6 libgcrypt11 libgettextpo0 libgfortran3 libglib2.0-0 libgnutls26 libgpg-error0 libgraphite3 libgs9 libgs9-common libgssapi-krb5-2 libice6 libidn11 libijs-0.35 libjasper1 libjbig0 libjbig2dec0 libjpeg8 libk5crypto3 libkeyutils1 libkpathsea6 libkrb5-3 libkrb5support0 liblapack-dev liblapack3 liblcms1 liblcms2-2 libmagic1 libncursesw5 libopenjpeg2 libp11-kit0 libpaper-utils libpaper1 libpcre3 libpipeline1 libpng12-0 libpoppler19 libptexenc1 libsm6 libsqlite3-0 libssl1.0.0 libtasn1-3 libtiff4 libunistring0 libx11-6 libx11-data libxau6 libxaw7 libxcb1 libxdmcp6 libxext6 libxml2 libxmu6 libxpm4 libxt6 luatex man-db mime-support po-debconf poppler-data preview-latex-style python python-minimal python2.7 python2.7-minimal sbuild-build-depends-libitpp-dummy tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-extra-utils texlive-font-utils texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-pictures ttf-dejavu-core ttf-marvosym x11-common xdg-utils 0 upgraded, 114 newly installed, 0 to remove and 0 not upgraded. Need to get 126 MB/126 MB of archives. After this operation, 353 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libncursesw5 amd64 5.9-10 [141 kB] Get:2 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:3 http://localhost/debian/ unstable/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:4 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:5 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:6 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:7 http://localhost/debian/ unstable/main libp11-kit0 amd64 0.12-3 [52.8 kB] Get:8 http://localhost/debian/ unstable/main libtasn1-3 amd64 2.13-2 [67.7 kB] Get:9 http://localhost/debian/ unstable/main libgnutls26 amd64 2.12.20-1 [616 kB] Get:10 http://localhost/debian/ unstable/main libkeyutils1 amd64 1.5.5-3 [8552 B] Get:11 http://localhost/debian/ unstable/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB] Get:12 http://localhost/debian/ unstable/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB] Get:13 http://localhost/debian/ unstable/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB] Get:14 http://localhost/debian/ unstable/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB] Get:15 http://localhost/debian/ unstable/main libidn11 amd64 1.25-2 [178 kB] Get:16 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:17 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:18 http://localhost/debian/ unstable/main libsqlite3-0 amd64 3.7.13-1 [455 kB] Get:19 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:20 http://localhost/debian/ unstable/main libavahi-common-data amd64 0.6.31-1 [134 kB] Get:21 http://localhost/debian/ unstable/main libavahi-common3 amd64 0.6.31-1 [54.3 kB] Get:22 http://localhost/debian/ unstable/main libdbus-1-3 amd64 1.6.2-2 [171 kB] Get:23 http://localhost/debian/ unstable/main libavahi-client3 amd64 0.6.31-1 [59.1 kB] Get:24 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:25 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:26 http://localhost/debian/ unstable/main libcups2 amd64 1.5.3-2 [255 kB] Get:27 http://localhost/debian/ unstable/main libjpeg8 amd64 8d-1 [134 kB] Get:28 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:29 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:30 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:31 http://localhost/debian/ unstable/main libcupsimage2 amd64 1.5.3-2 [137 kB] Get:32 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:33 http://localhost/debian/ unstable/main libfftw3-3 amd64 3.3.2-3 [2240 kB] Get:34 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:35 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:36 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:37 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:38 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:39 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:40 http://localhost/debian/ unstable/main libgfortran3 amd64 4.7.1-3 [351 kB] Get:41 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:42 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:43 http://localhost/debian/ unstable/main libjasper1 amd64 1.900.1-13 [159 kB] Get:44 http://localhost/debian/ unstable/main liblcms1 amd64 1.19.dfsg-1.1 [112 kB] Get:45 http://localhost/debian/ unstable/main liblcms2-2 amd64 2.2+git20110628-2.2 [143 kB] Get:46 http://localhost/debian/ unstable/main libopenjpeg2 amd64 1.3+dfsg-4.2 [85.4 kB] Get:47 http://localhost/debian/ unstable/main libpaper1 amd64 1.1.24+nmu2 [22.0 kB] Get:48 http://localhost/debian/ unstable/main libpoppler19 amd64 0.18.4-3 [1109 kB] Get:49 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:50 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:51 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:52 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:53 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:54 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:55 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:56 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:57 http://localhost/debian/ unstable/main libxmu6 amd64 2:1.1.1-1 [66.6 kB] Get:58 http://localhost/debian/ unstable/main libxpm4 amd64 1:3.5.10-1 [49.4 kB] Get:59 http://localhost/debian/ unstable/main libxaw7 amd64 2:1.0.10-2 [226 kB] Get:60 http://localhost/debian/ unstable/main tex-common all 3.13 [640 kB] Get:61 http://localhost/debian/ unstable/main libkpathsea6 amd64 2012.20120628-1 [163 kB] Get:62 http://localhost/debian/ unstable/main luatex amd64 0.70.1.20120524-3 [2438 kB] Get:63 http://localhost/debian/ unstable/main poppler-data all 0.4.5-8 [1490 kB] Get:64 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:65 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:66 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:67 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:68 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:69 http://localhost/debian/ unstable/main mime-support all 3.52-1 [35.5 kB] Get:70 http://localhost/debian/ unstable/main python2.7-minimal amd64 2.7.3-1 [1770 kB] Get:71 http://localhost/debian/ unstable/main python2.7 amd64 2.7.3-1 [2726 kB] Get:72 http://localhost/debian/ unstable/main python-minimal all 2.7.3-1 [42.1 kB] Get:73 http://localhost/debian/ unstable/main python all 2.7.3-1 [179 kB] Get:74 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:75 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:76 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:77 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:78 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:79 http://localhost/debian/ unstable/main doxygen amd64 1.8.1.1-1 [2561 kB] Get:80 http://localhost/debian/ unstable/main texlive-common all 2012.20120611-3 [200 kB] Get:81 http://localhost/debian/ unstable/main texlive-doc-base all 2012.20120611-1 [1651 kB] Get:82 http://localhost/debian/ unstable/main libgraphite3 amd64 1:2.3.1-0.2 [197 kB] Get:83 http://localhost/debian/ unstable/main libptexenc1 amd64 2012.20120628-1 [55.6 kB] Get:84 http://localhost/debian/ unstable/main ed amd64 1.6-2 [57.6 kB] Get:85 http://localhost/debian/ unstable/main texlive-binaries amd64 2012.20120628-1 [17.3 MB] Get:86 http://localhost/debian/ unstable/main xdg-utils all 1.1.0~rc1+git20111210-6 [83.7 kB] Get:87 http://localhost/debian/ unstable/main libpaper-utils amd64 1.1.24+nmu2 [18.3 kB] Get:88 http://localhost/debian/ unstable/main texlive-base all 2012.20120611-3 [14.2 MB] Get:89 http://localhost/debian/ unstable/main texlive-extra-utils all 2012.20120611-1 [2548 kB] Get:90 http://localhost/debian/ unstable/main preview-latex-style all 11.86-10 [311 kB] Get:91 http://localhost/debian/ unstable/main texlive-latex-base all 2012.20120611-3 [894 kB] Get:92 http://localhost/debian/ unstable/main texlive-latex-recommended all 2012.20120611-3 [6779 kB] Get:93 http://localhost/debian/ unstable/main texlive-pictures all 2012.20120611-3 [2276 kB] Get:94 http://localhost/debian/ unstable/main texlive-latex-extra all 2012.20120611-1 [6397 kB] Get:95 http://localhost/debian/ unstable/main latex-xcolor all 2.11-1.1 [610 kB] Get:96 http://localhost/debian/ unstable/main texlive-font-utils all 2012.20120611-1 [1695 kB] Get:97 http://localhost/debian/ unstable/main libijs-0.35 amd64 0.35-8 [20.4 kB] Get:98 http://localhost/debian/ unstable/main libjbig2dec0 amd64 0.11+20120125-1 [51.8 kB] Get:99 http://localhost/debian/ unstable/main libgs9-common all 9.05~dfsg-6 [2189 kB] Get:100 http://localhost/debian/ unstable/main libgs9 amd64 9.05~dfsg-6 [2316 kB] Get:101 http://localhost/debian/ unstable/main gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.2 [3364 kB] Get:102 http://localhost/debian/ unstable/main ghostscript amd64 9.05~dfsg-6 [82.1 kB] Get:103 http://localhost/debian/ unstable/main ttf-marvosym all 0.1+dfsg-2 [46.8 kB] Get:104 http://localhost/debian/ unstable/main texlive-fonts-recommended all 2012.20120611-3 [5485 kB] Get:105 http://localhost/debian/ unstable/main doxygen-latex all 1.8.1.1-1 [8672 B] Get:106 http://localhost/debian/ unstable/main gfortran-4.7 amd64 4.7.1-3 [6173 kB] Get:107 http://localhost/debian/ unstable/main gfortran amd64 4:4.7.1-1 [1136 B] Get:108 http://localhost/debian/ unstable/main libblas3 amd64 1.2.20110419-5 [293 kB] Get:109 http://localhost/debian/ unstable/main libblas-dev amd64 1.2.20110419-5 [312 kB] Get:110 http://localhost/debian/ unstable/main libfftw3-bin amd64 3.3.2-3 [235 kB] Get:111 http://localhost/debian/ unstable/main libfftw3-dev amd64 3.3.2-3 [2910 kB] Get:112 http://localhost/debian/ unstable/main liblapack3 amd64 3.4.1-5 [5036 kB] Get:113 http://localhost/debian/ unstable/main liblapack-dev amd64 3.4.1-5 [5549 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 126 MB in 8s (14.2 MB/s) Selecting previously unselected package libncursesw5:amd64. (Reading database ... 11809 files and directories currently installed.) Unpacking libncursesw5:amd64 (from .../libncursesw5_5.9-10_amd64.deb) ... Selecting previously unselected package libpipeline1:amd64. Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libssl1.0.0:amd64. Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1c-3_amd64.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libgpg-error0:amd64. Unpacking libgpg-error0:amd64 (from .../libgpg-error0_1.10-3_amd64.deb) ... Selecting previously unselected package libgcrypt11:amd64. Unpacking libgcrypt11:amd64 (from .../libgcrypt11_1.5.0-3_amd64.deb) ... Selecting previously unselected package libp11-kit0:amd64. Unpacking libp11-kit0:amd64 (from .../libp11-kit0_0.12-3_amd64.deb) ... Selecting previously unselected package libtasn1-3:amd64. Unpacking libtasn1-3:amd64 (from .../libtasn1-3_2.13-2_amd64.deb) ... Selecting previously unselected package libgnutls26:amd64. Unpacking libgnutls26:amd64 (from .../libgnutls26_2.12.20-1_amd64.deb) ... Selecting previously unselected package libkeyutils1:amd64. Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-3_amd64.deb) ... Selecting previously unselected package libkrb5support0:amd64. Unpacking libkrb5support0:amd64 (from .../libkrb5support0_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libk5crypto3:amd64. Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkrb5-3:amd64. Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Unpacking libgssapi-krb5-2:amd64 (from .../libgssapi-krb5-2_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libidn11:amd64. Unpacking libidn11:amd64 (from .../libidn11_1.25-2_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libsqlite3-0:amd64. Unpacking libsqlite3-0:amd64 (from .../libsqlite3-0_3.7.13-1_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libavahi-common-data:amd64. Unpacking libavahi-common-data:amd64 (from .../libavahi-common-data_0.6.31-1_amd64.deb) ... Selecting previously unselected package libavahi-common3:amd64. Unpacking libavahi-common3:amd64 (from .../libavahi-common3_0.6.31-1_amd64.deb) ... Selecting previously unselected package libdbus-1-3:amd64. Unpacking libdbus-1-3:amd64 (from .../libdbus-1-3_1.6.2-2_amd64.deb) ... Selecting previously unselected package libavahi-client3:amd64. Unpacking libavahi-client3:amd64 (from .../libavahi-client3_0.6.31-1_amd64.deb) ... Selecting previously unselected package libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package libcups2:amd64. Unpacking libcups2:amd64 (from .../libcups2_1.5.3-2_amd64.deb) ... Selecting previously unselected package libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package libpng12-0:amd64. Unpacking libpng12-0:amd64 (from .../libpng12-0_1.2.49-1_amd64.deb) ... Selecting previously unselected package libjbig0:amd64. Unpacking libjbig0:amd64 (from .../libjbig0_2.0-2_amd64.deb) ... Selecting previously unselected package libtiff4:amd64. Unpacking libtiff4:amd64 (from .../libtiff4_3.9.6-6_amd64.deb) ... Selecting previously unselected package libcupsimage2:amd64. Unpacking libcupsimage2:amd64 (from .../libcupsimage2_1.5.3-2_amd64.deb) ... Selecting previously unselected package libexpat1:amd64. Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1_amd64.deb) ... Selecting previously unselected package libfftw3-3:amd64. Unpacking libfftw3-3:amd64 (from .../libfftw3-3_3.3.2-3_amd64.deb) ... Selecting previously unselected package libfreetype6:amd64. Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1_amd64.deb) ... Selecting previously unselected package ttf-dejavu-core. Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2_all.deb) ... Selecting previously unselected package fontconfig-config. Unpacking fontconfig-config (from .../fontconfig-config_2.9.0-6_all.deb) ... Selecting previously unselected package libfontconfig1:amd64. Unpacking libfontconfig1:amd64 (from .../libfontconfig1_2.9.0-6_amd64.deb) ... Selecting previously unselected package libunistring0:amd64. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0:amd64. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libgfortran3:amd64. Unpacking libgfortran3:amd64 (from .../libgfortran3_4.7.1-3_amd64.deb) ... Selecting previously unselected package x11-common. Unpacking x11-common (from .../x11-common_1%3a7.7+1_all.deb) ... Selecting previously unselected package libice6:amd64. Unpacking libice6:amd64 (from .../libice6_2%3a1.0.8-2_amd64.deb) ... Selecting previously unselected package libjasper1:amd64. Unpacking libjasper1:amd64 (from .../libjasper1_1.900.1-13_amd64.deb) ... Selecting previously unselected package liblcms1:amd64. Unpacking liblcms1:amd64 (from .../liblcms1_1.19.dfsg-1.1_amd64.deb) ... Selecting previously unselected package liblcms2-2:amd64. Unpacking liblcms2-2:amd64 (from .../liblcms2-2_2.2+git20110628-2.2_amd64.deb) ... Selecting previously unselected package libopenjpeg2:amd64. Unpacking libopenjpeg2:amd64 (from .../libopenjpeg2_1.3+dfsg-4.2_amd64.deb) ... Selecting previously unselected package libpaper1:amd64. Unpacking libpaper1:amd64 (from .../libpaper1_1.1.24+nmu2_amd64.deb) ... Selecting previously unselected package libpoppler19:amd64. Unpacking libpoppler19:amd64 (from .../libpoppler19_0.18.4-3_amd64.deb) ... Selecting previously unselected package libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libxau6:amd64. Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp6:amd64. Unpacking libxdmcp6:amd64 (from .../libxdmcp6_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxcb1:amd64. Unpacking libxcb1:amd64 (from .../libxcb1_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.5.0-1_all.deb) ... Selecting previously unselected package libx11-6:amd64. Unpacking libx11-6:amd64 (from .../libx11-6_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libxext6:amd64. Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libxt6:amd64. Unpacking libxt6:amd64 (from .../libxt6_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package libxmu6:amd64. Unpacking libxmu6:amd64 (from .../libxmu6_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxpm4:amd64. Unpacking libxpm4:amd64 (from .../libxpm4_1%3a3.5.10-1_amd64.deb) ... Selecting previously unselected package libxaw7:amd64. Unpacking libxaw7:amd64 (from .../libxaw7_2%3a1.0.10-2_amd64.deb) ... Selecting previously unselected package tex-common. Unpacking tex-common (from .../tex-common_3.13_all.deb) ... Selecting previously unselected package libkpathsea6. Unpacking libkpathsea6 (from .../libkpathsea6_2012.20120628-1_amd64.deb) ... Selecting previously unselected package luatex. Unpacking luatex (from .../luatex_0.70.1.20120524-3_amd64.deb) ... Selecting previously unselected package poppler-data. Unpacking poppler-data (from .../poppler-data_0.4.5-8_all.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ... Selecting previously unselected package file. Unpacking file (from .../archives/file_5.11-2_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package mime-support. Unpacking mime-support (from .../mime-support_3.52-1_all.deb) ... Selecting previously unselected package python2.7-minimal. Unpacking python2.7-minimal (from .../python2.7-minimal_2.7.3-1_amd64.deb) ... Selecting previously unselected package python2.7. Unpacking python2.7 (from .../python2.7_2.7.3-1_amd64.deb) ... Selecting previously unselected package python-minimal. Unpacking python-minimal (from .../python-minimal_2.7.3-1_all.deb) ... Selecting previously unselected package python. Unpacking python (from .../python_2.7.3-1_all.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120608_all.deb) ... Selecting previously unselected package doxygen. Unpacking doxygen (from .../doxygen_1.8.1.1-1_amd64.deb) ... Selecting previously unselected package texlive-common. Unpacking texlive-common (from .../texlive-common_2012.20120611-3_all.deb) ... Selecting previously unselected package texlive-doc-base. Unpacking texlive-doc-base (from .../texlive-doc-base_2012.20120611-1_all.deb) ... Selecting previously unselected package libgraphite3. Unpacking libgraphite3 (from .../libgraphite3_1%3a2.3.1-0.2_amd64.deb) ... Selecting previously unselected package libptexenc1. Unpacking libptexenc1 (from .../libptexenc1_2012.20120628-1_amd64.deb) ... Selecting previously unselected package ed. Unpacking ed (from .../archives/ed_1.6-2_amd64.deb) ... Selecting previously unselected package texlive-binaries. Unpacking texlive-binaries (from .../texlive-binaries_2012.20120628-1_amd64.deb) ... Selecting previously unselected package xdg-utils. Unpacking xdg-utils (from .../xdg-utils_1.1.0~rc1+git20111210-6_all.deb) ... Selecting previously unselected package libpaper-utils. Unpacking libpaper-utils (from .../libpaper-utils_1.1.24+nmu2_amd64.deb) ... Selecting previously unselected package texlive-base. Unpacking texlive-base (from .../texlive-base_2012.20120611-3_all.deb) ... Selecting previously unselected package texlive-extra-utils. Unpacking texlive-extra-utils (from .../texlive-extra-utils_2012.20120611-1_all.deb) ... Selecting previously unselected package preview-latex-style. Unpacking preview-latex-style (from .../preview-latex-style_11.86-10_all.deb) ... Selecting previously unselected package texlive-latex-base. Unpacking texlive-latex-base (from .../texlive-latex-base_2012.20120611-3_all.deb) ... Selecting previously unselected package texlive-latex-recommended. Unpacking texlive-latex-recommended (from .../texlive-latex-recommended_2012.20120611-3_all.deb) ... Selecting previously unselected package texlive-pictures. Unpacking texlive-pictures (from .../texlive-pictures_2012.20120611-3_all.deb) ... Selecting previously unselected package texlive-latex-extra. Unpacking texlive-latex-extra (from .../texlive-latex-extra_2012.20120611-1_all.deb) ... Selecting previously unselected package latex-xcolor. Unpacking latex-xcolor (from .../latex-xcolor_2.11-1.1_all.deb) ... Selecting previously unselected package texlive-font-utils. Unpacking texlive-font-utils (from .../texlive-font-utils_2012.20120611-1_all.deb) ... Selecting previously unselected package libijs-0.35. Unpacking libijs-0.35 (from .../libijs-0.35_0.35-8_amd64.deb) ... Selecting previously unselected package libjbig2dec0. Unpacking libjbig2dec0 (from .../libjbig2dec0_0.11+20120125-1_amd64.deb) ... Selecting previously unselected package libgs9-common. Unpacking libgs9-common (from .../libgs9-common_9.05~dfsg-6_all.deb) ... Selecting previously unselected package libgs9. Unpacking libgs9 (from .../libgs9_9.05~dfsg-6_amd64.deb) ... Selecting previously unselected package gsfonts. Unpacking gsfonts (from .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2_all.deb) ... Selecting previously unselected package ghostscript. Unpacking ghostscript (from .../ghostscript_9.05~dfsg-6_amd64.deb) ... Selecting previously unselected package ttf-marvosym. Unpacking ttf-marvosym (from .../ttf-marvosym_0.1+dfsg-2_all.deb) ... Selecting previously unselected package texlive-fonts-recommended. Unpacking texlive-fonts-recommended (from .../texlive-fonts-recommended_2012.20120611-3_all.deb) ... Selecting previously unselected package doxygen-latex. Unpacking doxygen-latex (from .../doxygen-latex_1.8.1.1-1_all.deb) ... Selecting previously unselected package gfortran-4.7. Unpacking gfortran-4.7 (from .../gfortran-4.7_4.7.1-3_amd64.deb) ... Selecting previously unselected package gfortran. Unpacking gfortran (from .../gfortran_4%3a4.7.1-1_amd64.deb) ... Selecting previously unselected package libblas3. Unpacking libblas3 (from .../libblas3_1.2.20110419-5_amd64.deb) ... Selecting previously unselected package libblas-dev. Unpacking libblas-dev (from .../libblas-dev_1.2.20110419-5_amd64.deb) ... Selecting previously unselected package libfftw3-bin. Unpacking libfftw3-bin (from .../libfftw3-bin_3.3.2-3_amd64.deb) ... Selecting previously unselected package libfftw3-dev:amd64. Unpacking libfftw3-dev:amd64 (from .../libfftw3-dev_3.3.2-3_amd64.deb) ... Selecting previously unselected package liblapack3. Unpacking liblapack3 (from .../liblapack3_3.4.1-5_amd64.deb) ... Selecting previously unselected package liblapack-dev. Unpacking liblapack-dev (from .../liblapack-dev_3.4.1-5_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-libitpp-dummy. Unpacking sbuild-build-depends-libitpp-dummy (from .../sbuild-build-depends-libitpp-dummy.deb) ... Setting up libncursesw5:amd64 (5.9-10) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libssl1.0.0:amd64 (1.0.1c-3) ... Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... Setting up libgpg-error0:amd64 (1.10-3) ... Setting up libgcrypt11:amd64 (1.5.0-3) ... Setting up libp11-kit0:amd64 (0.12-3) ... Setting up libtasn1-3:amd64 (2.13-2) ... Setting up libgnutls26:amd64 (2.12.20-1) ... Setting up libkeyutils1:amd64 (1.5.5-3) ... Setting up libkrb5support0:amd64 (1.10.1+dfsg-1) ... Setting up libk5crypto3:amd64 (1.10.1+dfsg-1) ... Setting up libkrb5-3:amd64 (1.10.1+dfsg-1) ... Setting up libgssapi-krb5-2:amd64 (1.10.1+dfsg-1) ... Setting up libidn11:amd64 (1.25-2) ... Setting up libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libsqlite3-0:amd64 (3.7.13-1) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up libavahi-common-data:amd64 (0.6.31-1) ... Setting up libavahi-common3:amd64 (0.6.31-1) ... Setting up libdbus-1-3:amd64 (1.6.2-2) ... Setting up libavahi-client3:amd64 (0.6.31-1) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libcups2:amd64 (1.5.3-2) ... Setting up libjpeg8:amd64 (8d-1) ... Setting up libpng12-0:amd64 (1.2.49-1) ... Setting up libjbig0:amd64 (2.0-2) ... Setting up libtiff4:amd64 (3.9.6-6) ... Setting up libcupsimage2:amd64 (1.5.3-2) ... Setting up libexpat1:amd64 (2.1.0-1) ... Setting up libfftw3-3:amd64 (3.3.2-3) ... Setting up libfreetype6:amd64 (2.4.9-1) ... Setting up ttf-dejavu-core (2.33-2) ... Setting up fontconfig-config (2.9.0-6) ... Setting up libfontconfig1:amd64 (2.9.0-6) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up libgfortran3:amd64 (4.7.1-3) ... Setting up x11-common (1:7.7+1) ... All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libice6:amd64 (2:1.0.8-2) ... Setting up libjasper1:amd64 (1.900.1-13) ... Setting up liblcms1:amd64 (1.19.dfsg-1.1) ... Setting up liblcms2-2:amd64 (2.2+git20110628-2.2) ... Setting up libopenjpeg2:amd64 (1.3+dfsg-4.2) ... Setting up libpaper1:amd64 (1.1.24+nmu2) ... Creating config file /etc/papersize with new version Setting up libpoppler19:amd64 (0.18.4-3) ... Setting up libsm6:amd64 (2:1.2.1-2) ... Setting up libxau6:amd64 (1:1.0.7-1) ... Setting up libxdmcp6:amd64 (1:1.1.1-1) ... Setting up libxcb1:amd64 (1.8.1-1) ... Setting up libx11-data (2:1.5.0-1) ... Setting up libx11-6:amd64 (2:1.5.0-1) ... Setting up libxext6:amd64 (2:1.3.1-2) ... Setting up libxt6:amd64 (1:1.1.3-1) ... Setting up libxmu6:amd64 (2:1.1.1-1) ... Setting up libxpm4:amd64 (1:3.5.10-1) ... Setting up libxaw7:amd64 (2:1.0.10-2) ... Setting up tex-common (3.13) ... Running mktexlsr. This may take some time... done. texlive-base is not ready, delaying updmap-sys call texlive-base is not ready, skipping fmtutil-sys --all call Setting up libkpathsea6 (2012.20120628-1) ... Setting up luatex (0.70.1.20120524-3) ... texlive-base is not ready, cannot create formats Setting up poppler-data (0.4.5-8) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up mime-support (3.52-1) ... update-alternatives: using /usr/bin/see to provide /usr/bin/view (view) in auto mode Setting up python2.7-minimal (2.7.3-1) ... Setting up python2.7 (2.7.3-1) ... Setting up python-minimal (2.7.3-1) ... Setting up python (2.7.3-1) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-9) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2) ... Setting up debhelper (9.20120608) ... Setting up doxygen (1.8.1.1-1) ... Setting up texlive-common (2012.20120611-3) ... Setting up texlive-doc-base (2012.20120611-1) ... Setting up libgraphite3 (1:2.3.1-0.2) ... Setting up libptexenc1 (2012.20120628-1) ... Setting up ed (1.6-2) ... Setting up texlive-binaries (2012.20120628-1) ... update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode Building format(s) --refresh. This may take some time... done. Setting up xdg-utils (1.1.0~rc1+git20111210-6) ... Setting up libpaper-utils (1.1.24+nmu2) ... Setting up preview-latex-style (11.86-10) ... Setting up libijs-0.35 (0.35-8) ... Setting up libjbig2dec0 (0.11+20120125-1) ... Setting up libgs9-common (9.05~dfsg-6) ... Setting up libgs9 (9.05~dfsg-6) ... Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2) ... Setting up ghostscript (9.05~dfsg-6) ... Setting up ttf-marvosym (0.1+dfsg-2) ... Setting up gfortran-4.7 (4.7.1-3) ... Setting up gfortran (4:4.7.1-1) ... update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode Setting up libblas3 (1.2.20110419-5) ... update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode Setting up libblas-dev (1.2.20110419-5) ... update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode Setting up libfftw3-bin (3.3.2-3) ... Setting up libfftw3-dev:amd64 (3.3.2-3) ... Setting up liblapack3 (3.4.1-5) ... update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode Setting up liblapack-dev (3.4.1-5) ... update-alternatives: using /usr/lib/lapack/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode Processing triggers for tex-common ... Running mktexlsr. This may take some time... done. Setting up texlive-base (2012.20120611-3) ... /usr/bin/tl-paper: setting paper size for dvips to a4. /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. /usr/bin/tl-paper: setting paper size for xdvi to a4. /usr/bin/tl-paper: setting paper size for pdftex to a4. Running mktexlsr. This may take some time... done. Building format(s) --all. This may take some time... done. Processing triggers for tex-common ... Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Setting up texlive-pictures (2012.20120611-3) ... Setting up texlive-font-utils (2012.20120611-1) ... Setting up texlive-fonts-recommended (2012.20120611-3) ... Setting up texlive-extra-utils (2012.20120611-1) ... Setting up texlive-latex-base (2012.20120611-3) ... Running mktexlsr. This may take some time... done. Building format(s) --all --cnffile /etc/texmf/fmt.d/10texlive-latex-base.cnf. This may take some time... done. Processing triggers for tex-common ... Running mktexlsr. This may take some time... done. Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Setting up texlive-latex-recommended (2012.20120611-3) ... Processing triggers for tex-common ... Running mktexlsr. This may take some time... done. Setting up texlive-latex-extra (2012.20120611-1) ... Setting up latex-xcolor (2.11-1.1) ... Processing triggers for tex-common ... Running mktexlsr. This may take some time... done. Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Setting up doxygen-latex (1.8.1.1-1) ... Setting up sbuild-build-depends-libitpp-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-7 dpkg-dev_1.16.7 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-3 libc6-dev_2.13-34 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-7 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 clang_3.1-8 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-3 dash_0.5.7-3 debconf_1.5.45 debconf-i18n_1.5.45 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 diffutils_1:3.2-6 doxygen_1.8.1.1-1 doxygen-latex_1.8.1.1-1 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 ed_1.6-2 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 fontconfig-config_2.9.0-6 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.4-1 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-3 gcc-4.7-base_4.7.1-3 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 gfortran_4:4.7.1-1 gfortran-4.7_4.7.1-3 ghostscript_9.05~dfsg-6 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gsfonts_1:8.11+urwcyr1.0.7~pre44-4.2 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-4 intltool-debian_0.35.0+20060710.1 latex-xcolor_2.11-1.1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libavahi-client3_0.6.31-1 libavahi-common-data_0.6.31-1 libavahi-common3_0.6.31-1 libblas-dev_1.2.20110419-5 libblas3_1.2.20110419-5 libblkid1_2.20.1-5.1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libcups2_1.5.3-2 libcupsimage2_1.5.3-2 libdb5.1_5.1.29-5 libdbus-1-3_1.6.2-2 libdpkg-perl_1.16.7 libexpat1_2.1.0-1 libffi5_3.0.10-3 libfftw3-3_3.3.2-3 libfftw3-bin_3.3.2-3 libfftw3-dev_3.3.2-3 libfile-fcntllock-perl_0.14-2 libfontconfig1_2.9.0-6 libfreetype6_2.4.9-1 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-3 libgcrypt11_1.5.0-3 libgdbm3_1.8.3-11 libgettextpo0_0.18.1.1-9 libgfortran3_4.7.1-3 libglib2.0-0_2.32.3-1 libgmp10_2:5.0.5+dfsg-2 libgnutls26_2.12.20-1 libgomp1_4.7.1-3 libgpg-error0_1.10-3 libgraphite3_1:2.3.1-0.2 libgs9_9.05~dfsg-6 libgs9-common_9.05~dfsg-6 libgssapi-krb5-2_1.10.1+dfsg-1 libice6_2:1.0.8-2 libidn11_1.25-2 libijs-0.35_0.35-8 libitm1_4.7.1-3 libjasper1_1.900.1-13 libjbig0_2.0-2 libjbig2dec0_0.11+20120125-1 libjpeg8_8d-1 libk5crypto3_1.10.1+dfsg-1 libkeyutils1_1.5.5-3 libkpathsea6_2012.20120628-1 libkrb5-3_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 liblapack-dev_3.4.1-5 liblapack3_3.4.1-5 liblcms1_1.19.dfsg-1.1 liblcms2-2_2.2+git20110628-2.2 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libncursesw5_5.9-10 libopenjpeg2_1.3+dfsg-4.2 libp11-kit0_0.12-3 libpam-modules_1.1.3-7.1 libpam-modules-bin_1.1.3-7.1 libpam-runtime_1.1.3-7.1 libpam0g_1.1.3-7.1 libpaper-utils_1.1.24+nmu2 libpaper1_1.1.24+nmu2 libpcre3_1:8.30-5 libpipeline1_1.2.1-1 libpng12-0_1.2.49-1 libpoppler19_0.18.4-3 libptexenc1_2012.20120628-1 libquadmath0_4.7.1-3 libreadline6_6.2-8 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libslang2_2.2.4-15 libsm6_2:1.2.1-2 libsqlite3-0_3.7.13-1 libss2_1.42.4-3 libssl1.0.0_1.0.1c-3 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 libswitch-perl_2.16-2 libtasn1-3_2.13-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libtiff4_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libx11-6_2:1.5.0-1 libx11-data_2:1.5.0-1 libxau6_1:1.0.7-1 libxaw7_2:1.0.10-2 libxcb1_1.8.1-1 libxdmcp6_1:1.1.1-1 libxext6_2:1.3.1-2 libxml2_2.8.0+dfsg1-4 libxmu6_2:1.1.1-1 libxpm4_1:3.5.10-1 libxt6_1:1.1.3-1 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 luatex_0.70.1.20120524-3 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mime-support_3.52-1 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 po-debconf_1.0.16+nmu2 poppler-data_0.4.5-8 preview-latex-style_11.86-10 python_2.7.3-1 python-minimal_2.7.3-1 python2.7_2.7.3-1 python2.7-minimal_2.7.3-1 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-libitpp-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 tex-common_3.13 texlive-base_2012.20120611-3 texlive-binaries_2012.20120628-1 texlive-common_2012.20120611-3 texlive-doc-base_2012.20120611-1 texlive-extra-utils_2012.20120611-1 texlive-font-utils_2012.20120611-1 texlive-fonts-recommended_2012.20120611-3 texlive-latex-base_2012.20120611-3 texlive-latex-extra_2012.20120611-1 texlive-latex-recommended_2012.20120611-3 texlive-pictures_2012.20120611-3 ttf-dejavu-core_2.33-2 ttf-marvosym_0.1+dfsg-2 tzdata_2012c-1 ucf_3.0025+nmu3 util-linux_2.20.1-5.1 x11-common_1:7.7+1 xdg-utils_1.1.0~rc1+git20111210-6 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Sat Jul 9 15:38:19 2011 UTC using RSA key ID B63480BE gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./libitpp_4.2-4.dsc dpkg-source: info: extracting libitpp in libitpp-4.2 dpkg-source: info: unpacking libitpp_4.2.orig.tar.gz dpkg-source: info: unpacking libitpp_4.2-4.debian.tar.gz Check disc space ──────────────── Sufficient free space for build User Environment ──────────────── HOME=/sbuild-nonexistent LOGNAME=root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 SCHROOT_CHROOT_NAME=unstable-amd64-sbuild SCHROOT_COMMAND=env SCHROOT_GID=0 SCHROOT_GROUP=root SCHROOT_SESSION_ID=unstable-amd64-sbuild-829047bd-ef10-47b5-a2b7-2f66df2d7a30 SCHROOT_UID=0 SCHROOT_USER=root SHELL=/bin/sh USER=root dpkg-buildpackage ───────────────── dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: source package libitpp dpkg-buildpackage: source version 4.2-4 dpkg-buildpackage: source changed by Kumar Appaiah dpkg-source --before-build libitpp-4.2 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp config.log [ ! -f Makefile ] || /usr/bin/make distclean rm -f config.status config.sub dh_clean dpkg-source -b libitpp-4.2 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building libitpp using existing ./libitpp_4.2.orig.tar.gz dpkg-source: info: building libitpp in libitpp_4.2-4.debian.tar.gz dpkg-source: info: building libitpp in libitpp_4.2-4.dsc debian/rules build dh_testdir ./configure --build x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info CXXFLAGS="-Wall -g -DNDEBUG -pipe -O2" LDFLAGS="-Wl,-z,defs" 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... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for g++... g++ 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 g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking for gcc... gcc 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 dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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 for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether gfortran accepts -g... (cached) yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking if gfortran supports -c -o file.o... (cached) yes checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether ln -s works... yes checking for a sed that does not truncate output... (cached) /bin/sed checking whether to use explicit library dependencies... no checking for doxygen... yes checking for latex... yes checking for dvips... yes checking for gs... yes checking for perl... /usr/bin/perl checking for gdiff... no checking for gnudiff... no checking for diff... /usr/bin/diff checking whether time.h and sys/time.h may both be included... yes checking cmath usability... yes checking cmath presence... yes checking for cmath... yes checking complex usability... yes checking complex presence... yes checking for complex... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking whether signgam is declared... yes checking whether isfinite is declared... no checking whether isinf is declared... yes checking whether isnan is declared... yes checking for std::isfinite... yes checking for std::isinf... yes checking for std::isnan... yes checking for asinh... yes checking for acosh... yes checking for atanh... yes checking for cbrt... yes checking for erf... yes checking for erfc... yes checking for expm1... yes checking for finite... yes checking for fpclass... no checking for isfinite... no checking for isinf... yes checking for isnan... yes checking for lgamma... yes checking for log1p... yes checking for log2... yes checking for rint... yes checking for tgamma... yes checking how to get verbose linking output from gfortran... -v checking for Fortran 77 libraries of gfortran... -L/usr/lib/gcc/x86_64-linux-gnu/4.7 -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.7/../../.. -lgfortran -lm -lquadmath checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore checking for sgemm_ in -lmkl_core... no checking for dgemm_ in -lmkl_core... no checking for sgemm_ in -lacml... no checking for sgemm_ in -lacml_mp... no checking for dgemm_ in -lacml... no checking for dgemm_ in -lacml_mp... no checking for ATL_xerbla in -latlas... no checking for sgemm_ in -lblas... yes checking for MKLGetVersion in -lblas... no checking for acmlversion in -lblas... no checking for ATL_xerbla in -lblas... no checking for cheev_... no checking for cheev_ in -lmkl_lapack32... no checking for cheev_ in -lmkl_lapack... no checking for cheev_ in -llapack... yes checking for DftiComputeForward... no checking for zfft1dx... no checking for fftw_plan_dft_1d in -lfftw3... yes checking fftw3.h usability... yes checking fftw3.h presence... yes checking for fftw3.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating itpp/Makefile config.status: creating itpp/base/Makefile config.status: creating itpp/base/algebra/Makefile config.status: creating itpp/base/bessel/Makefile config.status: creating itpp/base/math/Makefile config.status: creating itpp/comm/Makefile config.status: creating itpp/fixed/Makefile config.status: creating itpp/optim/Makefile config.status: creating itpp/protocol/Makefile config.status: creating itpp/signal/Makefile config.status: creating itpp/srccode/Makefile config.status: creating itpp/stat/Makefile config.status: creating doc/Makefile config.status: creating doc/images/Makefile config.status: creating doc/tutorial/Makefile config.status: creating doc/tutorial/src/Makefile config.status: creating doc/local/Makefile config.status: creating doc/local/index.doc config.status: creating doc/doxygen_html.cfg config.status: creating extras/Makefile config.status: creating tests/Makefile config.status: creating win32/Makefile config.status: creating win32/itpp_acml_tests/Makefile config.status: creating win32/itpp_mkl_tests/Makefile config.status: creating itpp.pc config.status: creating itpp_debug.pc config.status: creating itpp-config config.status: creating itpp/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: displaying configuration summary ------------------------------------------------------------------------------ itpp-4.2 library configuration: ------------------------------------------------------------------------------ Directories: - prefix ......... : /usr - exec_prefix .... : ${prefix} - includedir ..... : ${prefix}/include - libdir ......... : ${exec_prefix}/lib - datarootdir .... : ${prefix}/share - docdir ......... : ${datarootdir}/doc/${PACKAGE_TARNAME} Switches: - debug .......... : no - exceptions ..... : no - html-doc ....... : yes - shared ......... : yes - static ......... : no - explicit deps .. : no Documentation tools: - doxygen ........ : yes - latex .......... : yes - dvips .......... : yes - ghostscript .... : yes Testing tools: - diff ........... : yes Optional modules: - comm ........... : yes - fixed .......... : yes - optim .......... : yes - protocol ....... : yes - signal ......... : yes - srccode ........ : yes External libs: - BLAS ........... : yes * MKL .......... : no * ACML ......... : no * ATLAS ........ : no - LAPACK ......... : yes - FFT ............ : yes * MKL .......... : no * ACML ......... : no * FFTW ......... : yes Compiler/linker flags/libs/defs: - CXX ............ : g++ - F77 ............ : gfortran - CXXFLAGS ....... : -Wall -g -DNDEBUG -pipe -O2 - CXXFLAGS_DEBUG . : -Wall -ggdb -pipe - CPPFLAGS ....... : - LDFLAGS ........ : -Wl,-z,defs - LIBS ........... : -lfftw3 -llapack -lblas ------------------------------------------------------------------------------ Now type 'make && make install' to build and install itpp-4.2 library ------------------------------------------------------------------------------ dh_testdir /usr/bin/make make[1]: Entering directory `/«PKGBUILDDIR»' Making all in itpp make[2]: Entering directory `/«PKGBUILDDIR»/itpp' /usr/bin/make all-recursive make[3]: Entering directory `/«PKGBUILDDIR»/itpp' Making all in base make[4]: Entering directory `/«PKGBUILDDIR»/itpp/base' Making all in algebra make[5]: Entering directory `/«PKGBUILDDIR»/itpp/base/algebra' /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-cholesky.lo -MD -MP -MF .deps/libalgebra_la-cholesky.Tpo -c -o libalgebra_la-cholesky.lo `test -f '../../../itpp/base/algebra/cholesky.cpp' || echo './'`../../../itpp/base/algebra/cholesky.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-cholesky.lo -MD -MP -MF .deps/libalgebra_la-cholesky.Tpo -c ../../../itpp/base/algebra/cholesky.cpp -fPIC -DPIC -o .libs/libalgebra_la-cholesky.o mv -f .deps/libalgebra_la-cholesky.Tpo .deps/libalgebra_la-cholesky.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-det.lo -MD -MP -MF .deps/libalgebra_la-det.Tpo -c -o libalgebra_la-det.lo `test -f '../../../itpp/base/algebra/det.cpp' || echo './'`../../../itpp/base/algebra/det.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-det.lo -MD -MP -MF .deps/libalgebra_la-det.Tpo -c ../../../itpp/base/algebra/det.cpp -fPIC -DPIC -o .libs/libalgebra_la-det.o mv -f .deps/libalgebra_la-det.Tpo .deps/libalgebra_la-det.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-eigen.lo -MD -MP -MF .deps/libalgebra_la-eigen.Tpo -c -o libalgebra_la-eigen.lo `test -f '../../../itpp/base/algebra/eigen.cpp' || echo './'`../../../itpp/base/algebra/eigen.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-eigen.lo -MD -MP -MF .deps/libalgebra_la-eigen.Tpo -c ../../../itpp/base/algebra/eigen.cpp -fPIC -DPIC -o .libs/libalgebra_la-eigen.o mv -f .deps/libalgebra_la-eigen.Tpo .deps/libalgebra_la-eigen.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-inv.lo -MD -MP -MF .deps/libalgebra_la-inv.Tpo -c -o libalgebra_la-inv.lo `test -f '../../../itpp/base/algebra/inv.cpp' || echo './'`../../../itpp/base/algebra/inv.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-inv.lo -MD -MP -MF .deps/libalgebra_la-inv.Tpo -c ../../../itpp/base/algebra/inv.cpp -fPIC -DPIC -o .libs/libalgebra_la-inv.o mv -f .deps/libalgebra_la-inv.Tpo .deps/libalgebra_la-inv.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-ls_solve.lo -MD -MP -MF .deps/libalgebra_la-ls_solve.Tpo -c -o libalgebra_la-ls_solve.lo `test -f '../../../itpp/base/algebra/ls_solve.cpp' || echo './'`../../../itpp/base/algebra/ls_solve.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-ls_solve.lo -MD -MP -MF .deps/libalgebra_la-ls_solve.Tpo -c ../../../itpp/base/algebra/ls_solve.cpp -fPIC -DPIC -o .libs/libalgebra_la-ls_solve.o mv -f .deps/libalgebra_la-ls_solve.Tpo .deps/libalgebra_la-ls_solve.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-lu.lo -MD -MP -MF .deps/libalgebra_la-lu.Tpo -c -o libalgebra_la-lu.lo `test -f '../../../itpp/base/algebra/lu.cpp' || echo './'`../../../itpp/base/algebra/lu.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-lu.lo -MD -MP -MF .deps/libalgebra_la-lu.Tpo -c ../../../itpp/base/algebra/lu.cpp -fPIC -DPIC -o .libs/libalgebra_la-lu.o mv -f .deps/libalgebra_la-lu.Tpo .deps/libalgebra_la-lu.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-qr.lo -MD -MP -MF .deps/libalgebra_la-qr.Tpo -c -o libalgebra_la-qr.lo `test -f '../../../itpp/base/algebra/qr.cpp' || echo './'`../../../itpp/base/algebra/qr.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-qr.lo -MD -MP -MF .deps/libalgebra_la-qr.Tpo -c ../../../itpp/base/algebra/qr.cpp -fPIC -DPIC -o .libs/libalgebra_la-qr.o mv -f .deps/libalgebra_la-qr.Tpo .deps/libalgebra_la-qr.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-schur.lo -MD -MP -MF .deps/libalgebra_la-schur.Tpo -c -o libalgebra_la-schur.lo `test -f '../../../itpp/base/algebra/schur.cpp' || echo './'`../../../itpp/base/algebra/schur.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-schur.lo -MD -MP -MF .deps/libalgebra_la-schur.Tpo -c ../../../itpp/base/algebra/schur.cpp -fPIC -DPIC -o .libs/libalgebra_la-schur.o mv -f .deps/libalgebra_la-schur.Tpo .deps/libalgebra_la-schur.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-svd.lo -MD -MP -MF .deps/libalgebra_la-svd.Tpo -c -o libalgebra_la-svd.lo `test -f '../../../itpp/base/algebra/svd.cpp' || echo './'`../../../itpp/base/algebra/svd.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libalgebra_la-svd.lo -MD -MP -MF .deps/libalgebra_la-svd.Tpo -c ../../../itpp/base/algebra/svd.cpp -fPIC -DPIC -o .libs/libalgebra_la-svd.o mv -f .deps/libalgebra_la-svd.Tpo .deps/libalgebra_la-svd.Plo /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o libalgebra.la libalgebra_la-cholesky.lo libalgebra_la-det.lo libalgebra_la-eigen.lo libalgebra_la-inv.lo libalgebra_la-ls_solve.lo libalgebra_la-lu.lo libalgebra_la-qr.lo libalgebra_la-schur.lo libalgebra_la-svd.lo -lfftw3 -llapack -lblas libtool: link: ar cru .libs/libalgebra.a .libs/libalgebra_la-cholesky.o .libs/libalgebra_la-det.o .libs/libalgebra_la-eigen.o .libs/libalgebra_la-inv.o .libs/libalgebra_la-ls_solve.o .libs/libalgebra_la-lu.o .libs/libalgebra_la-qr.o .libs/libalgebra_la-schur.o .libs/libalgebra_la-svd.o libtool: link: ranlib .libs/libalgebra.a libtool: link: ( cd ".libs" && rm -f "libalgebra.la" && ln -s "../libalgebra.la" "libalgebra.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/itpp/base/algebra' Making all in bessel make[5]: Entering directory `/«PKGBUILDDIR»/itpp/base/bessel' /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-airy.lo -MD -MP -MF .deps/libbessel_la-airy.Tpo -c -o libbessel_la-airy.lo `test -f '../../../itpp/base/bessel/airy.cpp' || echo './'`../../../itpp/base/bessel/airy.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-airy.lo -MD -MP -MF .deps/libbessel_la-airy.Tpo -c ../../../itpp/base/bessel/airy.cpp -fPIC -DPIC -o .libs/libbessel_la-airy.o mv -f .deps/libbessel_la-airy.Tpo .deps/libbessel_la-airy.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-chbevl.lo -MD -MP -MF .deps/libbessel_la-chbevl.Tpo -c -o libbessel_la-chbevl.lo `test -f '../../../itpp/base/bessel/chbevl.cpp' || echo './'`../../../itpp/base/bessel/chbevl.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-chbevl.lo -MD -MP -MF .deps/libbessel_la-chbevl.Tpo -c ../../../itpp/base/bessel/chbevl.cpp -fPIC -DPIC -o .libs/libbessel_la-chbevl.o mv -f .deps/libbessel_la-chbevl.Tpo .deps/libbessel_la-chbevl.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-gamma.lo -MD -MP -MF .deps/libbessel_la-gamma.Tpo -c -o libbessel_la-gamma.lo `test -f '../../../itpp/base/bessel/gamma.cpp' || echo './'`../../../itpp/base/bessel/gamma.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-gamma.lo -MD -MP -MF .deps/libbessel_la-gamma.Tpo -c ../../../itpp/base/bessel/gamma.cpp -fPIC -DPIC -o .libs/libbessel_la-gamma.o mv -f .deps/libbessel_la-gamma.Tpo .deps/libbessel_la-gamma.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-hyperg.lo -MD -MP -MF .deps/libbessel_la-hyperg.Tpo -c -o libbessel_la-hyperg.lo `test -f '../../../itpp/base/bessel/hyperg.cpp' || echo './'`../../../itpp/base/bessel/hyperg.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-hyperg.lo -MD -MP -MF .deps/libbessel_la-hyperg.Tpo -c ../../../itpp/base/bessel/hyperg.cpp -fPIC -DPIC -o .libs/libbessel_la-hyperg.o mv -f .deps/libbessel_la-hyperg.Tpo .deps/libbessel_la-hyperg.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-i0.lo -MD -MP -MF .deps/libbessel_la-i0.Tpo -c -o libbessel_la-i0.lo `test -f '../../../itpp/base/bessel/i0.cpp' || echo './'`../../../itpp/base/bessel/i0.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-i0.lo -MD -MP -MF .deps/libbessel_la-i0.Tpo -c ../../../itpp/base/bessel/i0.cpp -fPIC -DPIC -o .libs/libbessel_la-i0.o mv -f .deps/libbessel_la-i0.Tpo .deps/libbessel_la-i0.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-i1.lo -MD -MP -MF .deps/libbessel_la-i1.Tpo -c -o libbessel_la-i1.lo `test -f '../../../itpp/base/bessel/i1.cpp' || echo './'`../../../itpp/base/bessel/i1.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-i1.lo -MD -MP -MF .deps/libbessel_la-i1.Tpo -c ../../../itpp/base/bessel/i1.cpp -fPIC -DPIC -o .libs/libbessel_la-i1.o mv -f .deps/libbessel_la-i1.Tpo .deps/libbessel_la-i1.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-iv.lo -MD -MP -MF .deps/libbessel_la-iv.Tpo -c -o libbessel_la-iv.lo `test -f '../../../itpp/base/bessel/iv.cpp' || echo './'`../../../itpp/base/bessel/iv.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-iv.lo -MD -MP -MF .deps/libbessel_la-iv.Tpo -c ../../../itpp/base/bessel/iv.cpp -fPIC -DPIC -o .libs/libbessel_la-iv.o mv -f .deps/libbessel_la-iv.Tpo .deps/libbessel_la-iv.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-jv.lo -MD -MP -MF .deps/libbessel_la-jv.Tpo -c -o libbessel_la-jv.lo `test -f '../../../itpp/base/bessel/jv.cpp' || echo './'`../../../itpp/base/bessel/jv.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-jv.lo -MD -MP -MF .deps/libbessel_la-jv.Tpo -c ../../../itpp/base/bessel/jv.cpp -fPIC -DPIC -o .libs/libbessel_la-jv.o mv -f .deps/libbessel_la-jv.Tpo .deps/libbessel_la-jv.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-k0.lo -MD -MP -MF .deps/libbessel_la-k0.Tpo -c -o libbessel_la-k0.lo `test -f '../../../itpp/base/bessel/k0.cpp' || echo './'`../../../itpp/base/bessel/k0.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-k0.lo -MD -MP -MF .deps/libbessel_la-k0.Tpo -c ../../../itpp/base/bessel/k0.cpp -fPIC -DPIC -o .libs/libbessel_la-k0.o mv -f .deps/libbessel_la-k0.Tpo .deps/libbessel_la-k0.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-k1.lo -MD -MP -MF .deps/libbessel_la-k1.Tpo -c -o libbessel_la-k1.lo `test -f '../../../itpp/base/bessel/k1.cpp' || echo './'`../../../itpp/base/bessel/k1.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-k1.lo -MD -MP -MF .deps/libbessel_la-k1.Tpo -c ../../../itpp/base/bessel/k1.cpp -fPIC -DPIC -o .libs/libbessel_la-k1.o mv -f .deps/libbessel_la-k1.Tpo .deps/libbessel_la-k1.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-kn.lo -MD -MP -MF .deps/libbessel_la-kn.Tpo -c -o libbessel_la-kn.lo `test -f '../../../itpp/base/bessel/kn.cpp' || echo './'`../../../itpp/base/bessel/kn.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-kn.lo -MD -MP -MF .deps/libbessel_la-kn.Tpo -c ../../../itpp/base/bessel/kn.cpp -fPIC -DPIC -o .libs/libbessel_la-kn.o mv -f .deps/libbessel_la-kn.Tpo .deps/libbessel_la-kn.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-polevl.lo -MD -MP -MF .deps/libbessel_la-polevl.Tpo -c -o libbessel_la-polevl.lo `test -f '../../../itpp/base/bessel/polevl.cpp' || echo './'`../../../itpp/base/bessel/polevl.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-polevl.lo -MD -MP -MF .deps/libbessel_la-polevl.Tpo -c ../../../itpp/base/bessel/polevl.cpp -fPIC -DPIC -o .libs/libbessel_la-polevl.o mv -f .deps/libbessel_la-polevl.Tpo .deps/libbessel_la-polevl.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-struve.lo -MD -MP -MF .deps/libbessel_la-struve.Tpo -c -o libbessel_la-struve.lo `test -f '../../../itpp/base/bessel/struve.cpp' || echo './'`../../../itpp/base/bessel/struve.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbessel_la-struve.lo -MD -MP -MF .deps/libbessel_la-struve.Tpo -c ../../../itpp/base/bessel/struve.cpp -fPIC -DPIC -o .libs/libbessel_la-struve.o mv -f .deps/libbessel_la-struve.Tpo .deps/libbessel_la-struve.Plo /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o libbessel.la libbessel_la-airy.lo libbessel_la-chbevl.lo libbessel_la-gamma.lo libbessel_la-hyperg.lo libbessel_la-i0.lo libbessel_la-i1.lo libbessel_la-iv.lo libbessel_la-jv.lo libbessel_la-k0.lo libbessel_la-k1.lo libbessel_la-kn.lo libbessel_la-polevl.lo libbessel_la-struve.lo -lfftw3 -llapack -lblas libtool: link: ar cru .libs/libbessel.a .libs/libbessel_la-airy.o .libs/libbessel_la-chbevl.o .libs/libbessel_la-gamma.o .libs/libbessel_la-hyperg.o .libs/libbessel_la-i0.o .libs/libbessel_la-i1.o .libs/libbessel_la-iv.o .libs/libbessel_la-jv.o .libs/libbessel_la-k0.o .libs/libbessel_la-k1.o .libs/libbessel_la-kn.o .libs/libbessel_la-polevl.o .libs/libbessel_la-struve.o libtool: link: ranlib .libs/libbessel.a libtool: link: ( cd ".libs" && rm -f "libbessel.la" && ln -s "../libbessel.la" "libbessel.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/itpp/base/bessel' Making all in math make[5]: Entering directory `/«PKGBUILDDIR»/itpp/base/math' /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-elem_math.lo -MD -MP -MF .deps/libmath_la-elem_math.Tpo -c -o libmath_la-elem_math.lo `test -f '../../../itpp/base/math/elem_math.cpp' || echo './'`../../../itpp/base/math/elem_math.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-elem_math.lo -MD -MP -MF .deps/libmath_la-elem_math.Tpo -c ../../../itpp/base/math/elem_math.cpp -fPIC -DPIC -o .libs/libmath_la-elem_math.o mv -f .deps/libmath_la-elem_math.Tpo .deps/libmath_la-elem_math.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-error.lo -MD -MP -MF .deps/libmath_la-error.Tpo -c -o libmath_la-error.lo `test -f '../../../itpp/base/math/error.cpp' || echo './'`../../../itpp/base/math/error.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-error.lo -MD -MP -MF .deps/libmath_la-error.Tpo -c ../../../itpp/base/math/error.cpp -fPIC -DPIC -o .libs/libmath_la-error.o mv -f .deps/libmath_la-error.Tpo .deps/libmath_la-error.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-integration.lo -MD -MP -MF .deps/libmath_la-integration.Tpo -c -o libmath_la-integration.lo `test -f '../../../itpp/base/math/integration.cpp' || echo './'`../../../itpp/base/math/integration.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-integration.lo -MD -MP -MF .deps/libmath_la-integration.Tpo -c ../../../itpp/base/math/integration.cpp -fPIC -DPIC -o .libs/libmath_la-integration.o mv -f .deps/libmath_la-integration.Tpo .deps/libmath_la-integration.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-log_exp.lo -MD -MP -MF .deps/libmath_la-log_exp.Tpo -c -o libmath_la-log_exp.lo `test -f '../../../itpp/base/math/log_exp.cpp' || echo './'`../../../itpp/base/math/log_exp.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-log_exp.lo -MD -MP -MF .deps/libmath_la-log_exp.Tpo -c ../../../itpp/base/math/log_exp.cpp -fPIC -DPIC -o .libs/libmath_la-log_exp.o mv -f .deps/libmath_la-log_exp.Tpo .deps/libmath_la-log_exp.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-misc.lo -MD -MP -MF .deps/libmath_la-misc.Tpo -c -o libmath_la-misc.lo `test -f '../../../itpp/base/math/misc.cpp' || echo './'`../../../itpp/base/math/misc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-misc.lo -MD -MP -MF .deps/libmath_la-misc.Tpo -c ../../../itpp/base/math/misc.cpp -fPIC -DPIC -o .libs/libmath_la-misc.o mv -f .deps/libmath_la-misc.Tpo .deps/libmath_la-misc.Plo /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-trig_hyp.lo -MD -MP -MF .deps/libmath_la-trig_hyp.Tpo -c -o libmath_la-trig_hyp.lo `test -f '../../../itpp/base/math/trig_hyp.cpp' || echo './'`../../../itpp/base/math/trig_hyp.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT libmath_la-trig_hyp.lo -MD -MP -MF .deps/libmath_la-trig_hyp.Tpo -c ../../../itpp/base/math/trig_hyp.cpp -fPIC -DPIC -o .libs/libmath_la-trig_hyp.o mv -f .deps/libmath_la-trig_hyp.Tpo .deps/libmath_la-trig_hyp.Plo /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o libmath.la libmath_la-elem_math.lo libmath_la-error.lo libmath_la-integration.lo libmath_la-log_exp.lo libmath_la-misc.lo libmath_la-trig_hyp.lo -lfftw3 -llapack -lblas libtool: link: ar cru .libs/libmath.a .libs/libmath_la-elem_math.o .libs/libmath_la-error.o .libs/libmath_la-integration.o .libs/libmath_la-log_exp.o .libs/libmath_la-misc.o .libs/libmath_la-trig_hyp.o libtool: link: ranlib .libs/libmath.a libtool: link: ( cd ".libs" && rm -f "libmath.la" && ln -s "../libmath.la" "libmath.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/itpp/base/math' make[5]: Entering directory `/«PKGBUILDDIR»/itpp/base' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-bessel.lo -MD -MP -MF .deps/libbase_la-bessel.Tpo -c -o libbase_la-bessel.lo `test -f '../../itpp/base/bessel.cpp' || echo './'`../../itpp/base/bessel.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-bessel.lo -MD -MP -MF .deps/libbase_la-bessel.Tpo -c ../../itpp/base/bessel.cpp -fPIC -DPIC -o .libs/libbase_la-bessel.o mv -f .deps/libbase_la-bessel.Tpo .deps/libbase_la-bessel.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-binary.lo -MD -MP -MF .deps/libbase_la-binary.Tpo -c -o libbase_la-binary.lo `test -f '../../itpp/base/binary.cpp' || echo './'`../../itpp/base/binary.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-binary.lo -MD -MP -MF .deps/libbase_la-binary.Tpo -c ../../itpp/base/binary.cpp -fPIC -DPIC -o .libs/libbase_la-binary.o mv -f .deps/libbase_la-binary.Tpo .deps/libbase_la-binary.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-binfile.lo -MD -MP -MF .deps/libbase_la-binfile.Tpo -c -o libbase_la-binfile.lo `test -f '../../itpp/base/binfile.cpp' || echo './'`../../itpp/base/binfile.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-binfile.lo -MD -MP -MF .deps/libbase_la-binfile.Tpo -c ../../itpp/base/binfile.cpp -fPIC -DPIC -o .libs/libbase_la-binfile.o mv -f .deps/libbase_la-binfile.Tpo .deps/libbase_la-binfile.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-converters.lo -MD -MP -MF .deps/libbase_la-converters.Tpo -c -o libbase_la-converters.lo `test -f '../../itpp/base/converters.cpp' || echo './'`../../itpp/base/converters.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-converters.lo -MD -MP -MF .deps/libbase_la-converters.Tpo -c ../../itpp/base/converters.cpp -fPIC -DPIC -o .libs/libbase_la-converters.o mv -f .deps/libbase_la-converters.Tpo .deps/libbase_la-converters.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-copy_vector.lo -MD -MP -MF .deps/libbase_la-copy_vector.Tpo -c -o libbase_la-copy_vector.lo `test -f '../../itpp/base/copy_vector.cpp' || echo './'`../../itpp/base/copy_vector.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-copy_vector.lo -MD -MP -MF .deps/libbase_la-copy_vector.Tpo -c ../../itpp/base/copy_vector.cpp -fPIC -DPIC -o .libs/libbase_la-copy_vector.o mv -f .deps/libbase_la-copy_vector.Tpo .deps/libbase_la-copy_vector.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-fastmath.lo -MD -MP -MF .deps/libbase_la-fastmath.Tpo -c -o libbase_la-fastmath.lo `test -f '../../itpp/base/fastmath.cpp' || echo './'`../../itpp/base/fastmath.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-fastmath.lo -MD -MP -MF .deps/libbase_la-fastmath.Tpo -c ../../itpp/base/fastmath.cpp -fPIC -DPIC -o .libs/libbase_la-fastmath.o mv -f .deps/libbase_la-fastmath.Tpo .deps/libbase_la-fastmath.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-gf2mat.lo -MD -MP -MF .deps/libbase_la-gf2mat.Tpo -c -o libbase_la-gf2mat.lo `test -f '../../itpp/base/gf2mat.cpp' || echo './'`../../itpp/base/gf2mat.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-gf2mat.lo -MD -MP -MF .deps/libbase_la-gf2mat.Tpo -c ../../itpp/base/gf2mat.cpp -fPIC -DPIC -o .libs/libbase_la-gf2mat.o mv -f .deps/libbase_la-gf2mat.Tpo .deps/libbase_la-gf2mat.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-help_functions.lo -MD -MP -MF .deps/libbase_la-help_functions.Tpo -c -o libbase_la-help_functions.lo `test -f '../../itpp/base/help_functions.cpp' || echo './'`../../itpp/base/help_functions.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-help_functions.lo -MD -MP -MF .deps/libbase_la-help_functions.Tpo -c ../../itpp/base/help_functions.cpp -fPIC -DPIC -o .libs/libbase_la-help_functions.o mv -f .deps/libbase_la-help_functions.Tpo .deps/libbase_la-help_functions.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-itassert.lo -MD -MP -MF .deps/libbase_la-itassert.Tpo -c -o libbase_la-itassert.lo `test -f '../../itpp/base/itassert.cpp' || echo './'`../../itpp/base/itassert.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-itassert.lo -MD -MP -MF .deps/libbase_la-itassert.Tpo -c ../../itpp/base/itassert.cpp -fPIC -DPIC -o .libs/libbase_la-itassert.o mv -f .deps/libbase_la-itassert.Tpo .deps/libbase_la-itassert.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-itcompat.lo -MD -MP -MF .deps/libbase_la-itcompat.Tpo -c -o libbase_la-itcompat.lo `test -f '../../itpp/base/itcompat.cpp' || echo './'`../../itpp/base/itcompat.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-itcompat.lo -MD -MP -MF .deps/libbase_la-itcompat.Tpo -c ../../itpp/base/itcompat.cpp -fPIC -DPIC -o .libs/libbase_la-itcompat.o mv -f .deps/libbase_la-itcompat.Tpo .deps/libbase_la-itcompat.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-itfile.lo -MD -MP -MF .deps/libbase_la-itfile.Tpo -c -o libbase_la-itfile.lo `test -f '../../itpp/base/itfile.cpp' || echo './'`../../itpp/base/itfile.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-itfile.lo -MD -MP -MF .deps/libbase_la-itfile.Tpo -c ../../itpp/base/itfile.cpp -fPIC -DPIC -o .libs/libbase_la-itfile.o ../../itpp/base/itfile.cpp:136:18: warning: unused variable 'p' [-Wunused-variable] std::streampos p = s.tellg(); ^ 1 warning generated. mv -f .deps/libbase_la-itfile.Tpo .deps/libbase_la-itfile.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-mat.lo -MD -MP -MF .deps/libbase_la-mat.Tpo -c -o libbase_la-mat.lo `test -f '../../itpp/base/mat.cpp' || echo './'`../../itpp/base/mat.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-mat.lo -MD -MP -MF .deps/libbase_la-mat.Tpo -c ../../itpp/base/mat.cpp -fPIC -DPIC -o .libs/libbase_la-mat.o mv -f .deps/libbase_la-mat.Tpo .deps/libbase_la-mat.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-matfunc.lo -MD -MP -MF .deps/libbase_la-matfunc.Tpo -c -o libbase_la-matfunc.lo `test -f '../../itpp/base/matfunc.cpp' || echo './'`../../itpp/base/matfunc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-matfunc.lo -MD -MP -MF .deps/libbase_la-matfunc.Tpo -c ../../itpp/base/matfunc.cpp -fPIC -DPIC -o .libs/libbase_la-matfunc.o mv -f .deps/libbase_la-matfunc.Tpo .deps/libbase_la-matfunc.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-operators.lo -MD -MP -MF .deps/libbase_la-operators.Tpo -c -o libbase_la-operators.lo `test -f '../../itpp/base/operators.cpp' || echo './'`../../itpp/base/operators.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-operators.lo -MD -MP -MF .deps/libbase_la-operators.Tpo -c ../../itpp/base/operators.cpp -fPIC -DPIC -o .libs/libbase_la-operators.o mv -f .deps/libbase_la-operators.Tpo .deps/libbase_la-operators.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-parser.lo -MD -MP -MF .deps/libbase_la-parser.Tpo -c -o libbase_la-parser.lo `test -f '../../itpp/base/parser.cpp' || echo './'`../../itpp/base/parser.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-parser.lo -MD -MP -MF .deps/libbase_la-parser.Tpo -c ../../itpp/base/parser.cpp -fPIC -DPIC -o .libs/libbase_la-parser.o mv -f .deps/libbase_la-parser.Tpo .deps/libbase_la-parser.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-random.lo -MD -MP -MF .deps/libbase_la-random.Tpo -c -o libbase_la-random.lo `test -f '../../itpp/base/random.cpp' || echo './'`../../itpp/base/random.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-random.lo -MD -MP -MF .deps/libbase_la-random.Tpo -c ../../itpp/base/random.cpp -fPIC -DPIC -o .libs/libbase_la-random.o mv -f .deps/libbase_la-random.Tpo .deps/libbase_la-random.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-smat.lo -MD -MP -MF .deps/libbase_la-smat.Tpo -c -o libbase_la-smat.lo `test -f '../../itpp/base/smat.cpp' || echo './'`../../itpp/base/smat.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-smat.lo -MD -MP -MF .deps/libbase_la-smat.Tpo -c ../../itpp/base/smat.cpp -fPIC -DPIC -o .libs/libbase_la-smat.o mv -f .deps/libbase_la-smat.Tpo .deps/libbase_la-smat.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-specmat.lo -MD -MP -MF .deps/libbase_la-specmat.Tpo -c -o libbase_la-specmat.lo `test -f '../../itpp/base/specmat.cpp' || echo './'`../../itpp/base/specmat.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-specmat.lo -MD -MP -MF .deps/libbase_la-specmat.Tpo -c ../../itpp/base/specmat.cpp -fPIC -DPIC -o .libs/libbase_la-specmat.o mv -f .deps/libbase_la-specmat.Tpo .deps/libbase_la-specmat.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-svec.lo -MD -MP -MF .deps/libbase_la-svec.Tpo -c -o libbase_la-svec.lo `test -f '../../itpp/base/svec.cpp' || echo './'`../../itpp/base/svec.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-svec.lo -MD -MP -MF .deps/libbase_la-svec.Tpo -c ../../itpp/base/svec.cpp -fPIC -DPIC -o .libs/libbase_la-svec.o mv -f .deps/libbase_la-svec.Tpo .deps/libbase_la-svec.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-timing.lo -MD -MP -MF .deps/libbase_la-timing.Tpo -c -o libbase_la-timing.lo `test -f '../../itpp/base/timing.cpp' || echo './'`../../itpp/base/timing.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-timing.lo -MD -MP -MF .deps/libbase_la-timing.Tpo -c ../../itpp/base/timing.cpp -fPIC -DPIC -o .libs/libbase_la-timing.o mv -f .deps/libbase_la-timing.Tpo .deps/libbase_la-timing.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-vec.lo -MD -MP -MF .deps/libbase_la-vec.Tpo -c -o libbase_la-vec.lo `test -f '../../itpp/base/vec.cpp' || echo './'`../../itpp/base/vec.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libbase_la-vec.lo -MD -MP -MF .deps/libbase_la-vec.Tpo -c ../../itpp/base/vec.cpp -fPIC -DPIC -o .libs/libbase_la-vec.o mv -f .deps/libbase_la-vec.Tpo .deps/libbase_la-vec.Plo /bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o libbase.la libbase_la-bessel.lo libbase_la-binary.lo libbase_la-binfile.lo libbase_la-converters.lo libbase_la-copy_vector.lo libbase_la-fastmath.lo libbase_la-gf2mat.lo libbase_la-help_functions.lo libbase_la-itassert.lo libbase_la-itcompat.lo libbase_la-itfile.lo libbase_la-mat.lo libbase_la-matfunc.lo libbase_la-operators.lo libbase_la-parser.lo libbase_la-random.lo libbase_la-smat.lo libbase_la-specmat.lo libbase_la-svec.lo libbase_la-timing.lo libbase_la-vec.lo ../../itpp/base/algebra/libalgebra.la ../../itpp/base/bessel/libbessel.la ../../itpp/base/math/libmath.la -lfftw3 -llapack -lblas libtool: link: (cd .libs/libbase.lax/libalgebra.a && ar x "/«PKGBUILDDIR»/itpp/base/../../itpp/base/algebra/.libs/libalgebra.a") libtool: link: (cd .libs/libbase.lax/libbessel.a && ar x "/«PKGBUILDDIR»/itpp/base/../../itpp/base/bessel/.libs/libbessel.a") libtool: link: (cd .libs/libbase.lax/libmath.a && ar x "/«PKGBUILDDIR»/itpp/base/../../itpp/base/math/.libs/libmath.a") libtool: link: ar cru .libs/libbase.a .libs/libbase_la-bessel.o .libs/libbase_la-binary.o .libs/libbase_la-binfile.o .libs/libbase_la-converters.o .libs/libbase_la-copy_vector.o .libs/libbase_la-fastmath.o .libs/libbase_la-gf2mat.o .libs/libbase_la-help_functions.o .libs/libbase_la-itassert.o .libs/libbase_la-itcompat.o .libs/libbase_la-itfile.o .libs/libbase_la-mat.o .libs/libbase_la-matfunc.o .libs/libbase_la-operators.o .libs/libbase_la-parser.o .libs/libbase_la-random.o .libs/libbase_la-smat.o .libs/libbase_la-specmat.o .libs/libbase_la-svec.o .libs/libbase_la-timing.o .libs/libbase_la-vec.o .libs/libbase.lax/libalgebra.a/libalgebra_la-svd.o .libs/libbase.lax/libalgebra.a/libalgebra_la-schur.o .libs/libbase.lax/libalgebra.a/libalgebra_la-qr.o .libs/libbase.lax/libalgebra.a/libalgebra_la-lu.o .libs/libbase.lax/libalgebra.a/libalgebra_la-ls_solve.o .libs/libbase.lax/libalgebra.a/libalgebra_la-inv.o .libs/libbase.lax/libalgebra.a/libalgebra_la-eigen.o .libs/libbase.lax/libalgebra.a/libalgebra_la-det.o .libs/libbase.lax/libalgebra.a/libalgebra_la-cholesky.o .libs/libbase.lax/libbessel.a/libbessel_la-struve.o .libs/libbase.lax/libbessel.a/libbessel_la-polevl.o .libs/libbase.lax/libbessel.a/libbessel_la-kn.o .libs/libbase.lax/libbessel.a/libbessel_la-k1.o .libs/libbase.lax/libbessel.a/libbessel_la-k0.o .libs/libbase.lax/libbessel.a/libbessel_la-jv.o .libs/libbase.lax/libbessel.a/libbessel_la-iv.o .libs/libbase.lax/libbessel.a/libbessel_la-i1.o .libs/libbase.lax/libbessel.a/libbessel_la-i0.o .libs/libbase.lax/libbessel.a/libbessel_la-hyperg.o .libs/libbase.lax/libbessel.a/libbessel_la-gamma.o .libs/libbase.lax/libbessel.a/libbessel_la-chbevl.o .libs/libbase.lax/libbessel.a/libbessel_la-airy.o .libs/libbase.lax/libmath.a/libmath_la-trig_hyp.o .libs/libbase.lax/libmath.a/libmath_la-misc.o .libs/libbase.lax/libmath.a/libmath_la-log_exp.o .libs/libbase.lax/libmath.a/libmath_la-integration.o .libs/libbase.lax/libmath.a/libmath_la-error.o .libs/libbase.lax/libmath.a/libmath_la-elem_math.o libtool: link: ranlib .libs/libbase.a libtool: link: rm -fr .libs/libbase.lax libtool: link: ( cd ".libs" && rm -f "libbase.la" && ln -s "../libbase.la" "libbase.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/itpp/base' make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/base' Making all in stat make[4]: Entering directory `/«PKGBUILDDIR»/itpp/stat' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libstat_la-misc_stat.lo -MD -MP -MF .deps/libstat_la-misc_stat.Tpo -c -o libstat_la-misc_stat.lo `test -f '../../itpp/stat/misc_stat.cpp' || echo './'`../../itpp/stat/misc_stat.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libstat_la-misc_stat.lo -MD -MP -MF .deps/libstat_la-misc_stat.Tpo -c ../../itpp/stat/misc_stat.cpp -fPIC -DPIC -o .libs/libstat_la-misc_stat.o mv -f .deps/libstat_la-misc_stat.Tpo .deps/libstat_la-misc_stat.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libstat_la-mog_diag.lo -MD -MP -MF .deps/libstat_la-mog_diag.Tpo -c -o libstat_la-mog_diag.lo `test -f '../../itpp/stat/mog_diag.cpp' || echo './'`../../itpp/stat/mog_diag.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libstat_la-mog_diag.lo -MD -MP -MF .deps/libstat_la-mog_diag.Tpo -c ../../itpp/stat/mog_diag.cpp -fPIC -DPIC -o .libs/libstat_la-mog_diag.o In file included from ../../itpp/stat/mog_diag.cpp:30: ../../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from ../../itpp/stat/mog_diag.cpp:30: ../../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from ../../itpp/stat/mog_diag.cpp:30: ../../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from ../../itpp/stat/mog_diag.cpp:30: ../../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/libstat_la-mog_diag.Tpo .deps/libstat_la-mog_diag.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libstat_la-mog_diag_em.lo -MD -MP -MF .deps/libstat_la-mog_diag_em.Tpo -c -o libstat_la-mog_diag_em.lo `test -f '../../itpp/stat/mog_diag_em.cpp' || echo './'`../../itpp/stat/mog_diag_em.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libstat_la-mog_diag_em.lo -MD -MP -MF .deps/libstat_la-mog_diag_em.Tpo -c ../../itpp/stat/mog_diag_em.cpp -fPIC -DPIC -o .libs/libstat_la-mog_diag_em.o In file included from ../../itpp/stat/mog_diag_em.cpp:30: In file included from ../../itpp/stat/mog_diag_em.h:32: ../../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from ../../itpp/stat/mog_diag_em.cpp:30: In file included from ../../itpp/stat/mog_diag_em.h:32: ../../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from ../../itpp/stat/mog_diag_em.cpp:30: In file included from ../../itpp/stat/mog_diag_em.h:32: ../../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from ../../itpp/stat/mog_diag_em.cpp:30: In file included from ../../itpp/stat/mog_diag_em.h:32: ../../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/libstat_la-mog_diag_em.Tpo .deps/libstat_la-mog_diag_em.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libstat_la-mog_diag_kmeans.lo -MD -MP -MF .deps/libstat_la-mog_diag_kmeans.Tpo -c -o libstat_la-mog_diag_kmeans.lo `test -f '../../itpp/stat/mog_diag_kmeans.cpp' || echo './'`../../itpp/stat/mog_diag_kmeans.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libstat_la-mog_diag_kmeans.lo -MD -MP -MF .deps/libstat_la-mog_diag_kmeans.Tpo -c ../../itpp/stat/mog_diag_kmeans.cpp -fPIC -DPIC -o .libs/libstat_la-mog_diag_kmeans.o In file included from ../../itpp/stat/mog_diag_kmeans.cpp:30: In file included from ../../itpp/stat/mog_diag_kmeans.h:33: ../../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from ../../itpp/stat/mog_diag_kmeans.cpp:30: In file included from ../../itpp/stat/mog_diag_kmeans.h:33: ../../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from ../../itpp/stat/mog_diag_kmeans.cpp:30: In file included from ../../itpp/stat/mog_diag_kmeans.h:33: ../../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from ../../itpp/stat/mog_diag_kmeans.cpp:30: In file included from ../../itpp/stat/mog_diag_kmeans.h:33: ../../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/libstat_la-mog_diag_kmeans.Tpo .deps/libstat_la-mog_diag_kmeans.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libstat_la-mog_generic.lo -MD -MP -MF .deps/libstat_la-mog_generic.Tpo -c -o libstat_la-mog_generic.lo `test -f '../../itpp/stat/mog_generic.cpp' || echo './'`../../itpp/stat/mog_generic.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libstat_la-mog_generic.lo -MD -MP -MF .deps/libstat_la-mog_generic.Tpo -c ../../itpp/stat/mog_generic.cpp -fPIC -DPIC -o .libs/libstat_la-mog_generic.o mv -f .deps/libstat_la-mog_generic.Tpo .deps/libstat_la-mog_generic.Plo /bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o libstat.la libstat_la-misc_stat.lo libstat_la-mog_diag.lo libstat_la-mog_diag_em.lo libstat_la-mog_diag_kmeans.lo libstat_la-mog_generic.lo -lfftw3 -llapack -lblas libtool: link: ar cru .libs/libstat.a .libs/libstat_la-misc_stat.o .libs/libstat_la-mog_diag.o .libs/libstat_la-mog_diag_em.o .libs/libstat_la-mog_diag_kmeans.o .libs/libstat_la-mog_generic.o libtool: link: ranlib .libs/libstat.a libtool: link: ( cd ".libs" && rm -f "libstat.la" && ln -s "../libstat.la" "libstat.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/stat' Making all in comm make[4]: Entering directory `/«PKGBUILDDIR»/itpp/comm' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-bch.lo -MD -MP -MF .deps/libcomm_la-bch.Tpo -c -o libcomm_la-bch.lo `test -f '../../itpp/comm/bch.cpp' || echo './'`../../itpp/comm/bch.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-bch.lo -MD -MP -MF .deps/libcomm_la-bch.Tpo -c ../../itpp/comm/bch.cpp -fPIC -DPIC -o .libs/libcomm_la-bch.o mv -f .deps/libcomm_la-bch.Tpo .deps/libcomm_la-bch.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-channel.lo -MD -MP -MF .deps/libcomm_la-channel.Tpo -c -o libcomm_la-channel.lo `test -f '../../itpp/comm/channel.cpp' || echo './'`../../itpp/comm/channel.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-channel.lo -MD -MP -MF .deps/libcomm_la-channel.Tpo -c ../../itpp/comm/channel.cpp -fPIC -DPIC -o .libs/libcomm_la-channel.o mv -f .deps/libcomm_la-channel.Tpo .deps/libcomm_la-channel.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-commfunc.lo -MD -MP -MF .deps/libcomm_la-commfunc.Tpo -c -o libcomm_la-commfunc.lo `test -f '../../itpp/comm/commfunc.cpp' || echo './'`../../itpp/comm/commfunc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-commfunc.lo -MD -MP -MF .deps/libcomm_la-commfunc.Tpo -c ../../itpp/comm/commfunc.cpp -fPIC -DPIC -o .libs/libcomm_la-commfunc.o mv -f .deps/libcomm_la-commfunc.Tpo .deps/libcomm_la-commfunc.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-convcode.lo -MD -MP -MF .deps/libcomm_la-convcode.Tpo -c -o libcomm_la-convcode.lo `test -f '../../itpp/comm/convcode.cpp' || echo './'`../../itpp/comm/convcode.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-convcode.lo -MD -MP -MF .deps/libcomm_la-convcode.Tpo -c ../../itpp/comm/convcode.cpp -fPIC -DPIC -o .libs/libcomm_la-convcode.o mv -f .deps/libcomm_la-convcode.Tpo .deps/libcomm_la-convcode.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-crc.lo -MD -MP -MF .deps/libcomm_la-crc.Tpo -c -o libcomm_la-crc.lo `test -f '../../itpp/comm/crc.cpp' || echo './'`../../itpp/comm/crc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-crc.lo -MD -MP -MF .deps/libcomm_la-crc.Tpo -c ../../itpp/comm/crc.cpp -fPIC -DPIC -o .libs/libcomm_la-crc.o mv -f .deps/libcomm_la-crc.Tpo .deps/libcomm_la-crc.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-egolay.lo -MD -MP -MF .deps/libcomm_la-egolay.Tpo -c -o libcomm_la-egolay.lo `test -f '../../itpp/comm/egolay.cpp' || echo './'`../../itpp/comm/egolay.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-egolay.lo -MD -MP -MF .deps/libcomm_la-egolay.Tpo -c ../../itpp/comm/egolay.cpp -fPIC -DPIC -o .libs/libcomm_la-egolay.o mv -f .deps/libcomm_la-egolay.Tpo .deps/libcomm_la-egolay.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-error_counters.lo -MD -MP -MF .deps/libcomm_la-error_counters.Tpo -c -o libcomm_la-error_counters.lo `test -f '../../itpp/comm/error_counters.cpp' || echo './'`../../itpp/comm/error_counters.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-error_counters.lo -MD -MP -MF .deps/libcomm_la-error_counters.Tpo -c ../../itpp/comm/error_counters.cpp -fPIC -DPIC -o .libs/libcomm_la-error_counters.o mv -f .deps/libcomm_la-error_counters.Tpo .deps/libcomm_la-error_counters.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-exit.lo -MD -MP -MF .deps/libcomm_la-exit.Tpo -c -o libcomm_la-exit.lo `test -f '../../itpp/comm/exit.cpp' || echo './'`../../itpp/comm/exit.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-exit.lo -MD -MP -MF .deps/libcomm_la-exit.Tpo -c ../../itpp/comm/exit.cpp -fPIC -DPIC -o .libs/libcomm_la-exit.o mv -f .deps/libcomm_la-exit.Tpo .deps/libcomm_la-exit.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-galois.lo -MD -MP -MF .deps/libcomm_la-galois.Tpo -c -o libcomm_la-galois.lo `test -f '../../itpp/comm/galois.cpp' || echo './'`../../itpp/comm/galois.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-galois.lo -MD -MP -MF .deps/libcomm_la-galois.Tpo -c ../../itpp/comm/galois.cpp -fPIC -DPIC -o .libs/libcomm_la-galois.o mv -f .deps/libcomm_la-galois.Tpo .deps/libcomm_la-galois.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-hammcode.lo -MD -MP -MF .deps/libcomm_la-hammcode.Tpo -c -o libcomm_la-hammcode.lo `test -f '../../itpp/comm/hammcode.cpp' || echo './'`../../itpp/comm/hammcode.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-hammcode.lo -MD -MP -MF .deps/libcomm_la-hammcode.Tpo -c ../../itpp/comm/hammcode.cpp -fPIC -DPIC -o .libs/libcomm_la-hammcode.o mv -f .deps/libcomm_la-hammcode.Tpo .deps/libcomm_la-hammcode.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-interleave.lo -MD -MP -MF .deps/libcomm_la-interleave.Tpo -c -o libcomm_la-interleave.lo `test -f '../../itpp/comm/interleave.cpp' || echo './'`../../itpp/comm/interleave.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-interleave.lo -MD -MP -MF .deps/libcomm_la-interleave.Tpo -c ../../itpp/comm/interleave.cpp -fPIC -DPIC -o .libs/libcomm_la-interleave.o mv -f .deps/libcomm_la-interleave.Tpo .deps/libcomm_la-interleave.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-ldpc.lo -MD -MP -MF .deps/libcomm_la-ldpc.Tpo -c -o libcomm_la-ldpc.lo `test -f '../../itpp/comm/ldpc.cpp' || echo './'`../../itpp/comm/ldpc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-ldpc.lo -MD -MP -MF .deps/libcomm_la-ldpc.Tpo -c ../../itpp/comm/ldpc.cpp -fPIC -DPIC -o .libs/libcomm_la-ldpc.o mv -f .deps/libcomm_la-ldpc.Tpo .deps/libcomm_la-ldpc.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-llr.lo -MD -MP -MF .deps/libcomm_la-llr.Tpo -c -o libcomm_la-llr.lo `test -f '../../itpp/comm/llr.cpp' || echo './'`../../itpp/comm/llr.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-llr.lo -MD -MP -MF .deps/libcomm_la-llr.Tpo -c ../../itpp/comm/llr.cpp -fPIC -DPIC -o .libs/libcomm_la-llr.o mv -f .deps/libcomm_la-llr.Tpo .deps/libcomm_la-llr.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-modulator.lo -MD -MP -MF .deps/libcomm_la-modulator.Tpo -c -o libcomm_la-modulator.lo `test -f '../../itpp/comm/modulator.cpp' || echo './'`../../itpp/comm/modulator.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-modulator.lo -MD -MP -MF .deps/libcomm_la-modulator.Tpo -c ../../itpp/comm/modulator.cpp -fPIC -DPIC -o .libs/libcomm_la-modulator.o mv -f .deps/libcomm_la-modulator.Tpo .deps/libcomm_la-modulator.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-modulator_nd.lo -MD -MP -MF .deps/libcomm_la-modulator_nd.Tpo -c -o libcomm_la-modulator_nd.lo `test -f '../../itpp/comm/modulator_nd.cpp' || echo './'`../../itpp/comm/modulator_nd.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-modulator_nd.lo -MD -MP -MF .deps/libcomm_la-modulator_nd.Tpo -c ../../itpp/comm/modulator_nd.cpp -fPIC -DPIC -o .libs/libcomm_la-modulator_nd.o mv -f .deps/libcomm_la-modulator_nd.Tpo .deps/libcomm_la-modulator_nd.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-ofdm.lo -MD -MP -MF .deps/libcomm_la-ofdm.Tpo -c -o libcomm_la-ofdm.lo `test -f '../../itpp/comm/ofdm.cpp' || echo './'`../../itpp/comm/ofdm.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-ofdm.lo -MD -MP -MF .deps/libcomm_la-ofdm.Tpo -c ../../itpp/comm/ofdm.cpp -fPIC -DPIC -o .libs/libcomm_la-ofdm.o mv -f .deps/libcomm_la-ofdm.Tpo .deps/libcomm_la-ofdm.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-pulse_shape.lo -MD -MP -MF .deps/libcomm_la-pulse_shape.Tpo -c -o libcomm_la-pulse_shape.lo `test -f '../../itpp/comm/pulse_shape.cpp' || echo './'`../../itpp/comm/pulse_shape.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-pulse_shape.lo -MD -MP -MF .deps/libcomm_la-pulse_shape.Tpo -c ../../itpp/comm/pulse_shape.cpp -fPIC -DPIC -o .libs/libcomm_la-pulse_shape.o mv -f .deps/libcomm_la-pulse_shape.Tpo .deps/libcomm_la-pulse_shape.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-punct_convcode.lo -MD -MP -MF .deps/libcomm_la-punct_convcode.Tpo -c -o libcomm_la-punct_convcode.lo `test -f '../../itpp/comm/punct_convcode.cpp' || echo './'`../../itpp/comm/punct_convcode.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-punct_convcode.lo -MD -MP -MF .deps/libcomm_la-punct_convcode.Tpo -c ../../itpp/comm/punct_convcode.cpp -fPIC -DPIC -o .libs/libcomm_la-punct_convcode.o mv -f .deps/libcomm_la-punct_convcode.Tpo .deps/libcomm_la-punct_convcode.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-rec_syst_conv_code.lo -MD -MP -MF .deps/libcomm_la-rec_syst_conv_code.Tpo -c -o libcomm_la-rec_syst_conv_code.lo `test -f '../../itpp/comm/rec_syst_conv_code.cpp' || echo './'`../../itpp/comm/rec_syst_conv_code.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-rec_syst_conv_code.lo -MD -MP -MF .deps/libcomm_la-rec_syst_conv_code.Tpo -c ../../itpp/comm/rec_syst_conv_code.cpp -fPIC -DPIC -o .libs/libcomm_la-rec_syst_conv_code.o mv -f .deps/libcomm_la-rec_syst_conv_code.Tpo .deps/libcomm_la-rec_syst_conv_code.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-reedsolomon.lo -MD -MP -MF .deps/libcomm_la-reedsolomon.Tpo -c -o libcomm_la-reedsolomon.lo `test -f '../../itpp/comm/reedsolomon.cpp' || echo './'`../../itpp/comm/reedsolomon.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-reedsolomon.lo -MD -MP -MF .deps/libcomm_la-reedsolomon.Tpo -c ../../itpp/comm/reedsolomon.cpp -fPIC -DPIC -o .libs/libcomm_la-reedsolomon.o mv -f .deps/libcomm_la-reedsolomon.Tpo .deps/libcomm_la-reedsolomon.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-sequence.lo -MD -MP -MF .deps/libcomm_la-sequence.Tpo -c -o libcomm_la-sequence.lo `test -f '../../itpp/comm/sequence.cpp' || echo './'`../../itpp/comm/sequence.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-sequence.lo -MD -MP -MF .deps/libcomm_la-sequence.Tpo -c ../../itpp/comm/sequence.cpp -fPIC -DPIC -o .libs/libcomm_la-sequence.o mv -f .deps/libcomm_la-sequence.Tpo .deps/libcomm_la-sequence.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-siso_dem.lo -MD -MP -MF .deps/libcomm_la-siso_dem.Tpo -c -o libcomm_la-siso_dem.lo `test -f '../../itpp/comm/siso_dem.cpp' || echo './'`../../itpp/comm/siso_dem.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-siso_dem.lo -MD -MP -MF .deps/libcomm_la-siso_dem.Tpo -c ../../itpp/comm/siso_dem.cpp -fPIC -DPIC -o .libs/libcomm_la-siso_dem.o mv -f .deps/libcomm_la-siso_dem.Tpo .deps/libcomm_la-siso_dem.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-siso_eq.lo -MD -MP -MF .deps/libcomm_la-siso_eq.Tpo -c -o libcomm_la-siso_eq.lo `test -f '../../itpp/comm/siso_eq.cpp' || echo './'`../../itpp/comm/siso_eq.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-siso_eq.lo -MD -MP -MF .deps/libcomm_la-siso_eq.Tpo -c ../../itpp/comm/siso_eq.cpp -fPIC -DPIC -o .libs/libcomm_la-siso_eq.o ../../itpp/comm/siso_eq.cpp:60:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n,enc_mem,k,feedback,j) ^ ../../itpp/comm/siso_eq.cpp:85:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(j,index,n,k) ^ ../../itpp/comm/siso_eq.cpp:131:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n) ^ ../../itpp/comm/siso_eq.cpp:138:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel sections private(n,sum,m,k,C) ^ ../../itpp/comm/siso_eq.cpp:164:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp section ^ ../../itpp/comm/siso_eq.cpp:189:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n,sum,sumbis,m,k,nstates,C,buffer) ^ ../../itpp/comm/siso_eq.cpp:251:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel sections private(n,sum,m,k,C) ^ ../../itpp/comm/siso_eq.cpp:273:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp section ^ 8 warnings generated. mv -f .deps/libcomm_la-siso_eq.Tpo .deps/libcomm_la-siso_eq.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-siso_mud.lo -MD -MP -MF .deps/libcomm_la-siso_mud.Tpo -c -o libcomm_la-siso_mud.lo `test -f '../../itpp/comm/siso_mud.cpp' || echo './'`../../itpp/comm/siso_mud.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-siso_mud.lo -MD -MP -MF .deps/libcomm_la-siso_mud.Tpo -c ../../itpp/comm/siso_mud.cpp -fPIC -DPIC -o .libs/libcomm_la-siso_mud.o ../../itpp/comm/siso_mud.cpp:54:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n,k) ^ ../../itpp/comm/siso_mud.cpp:77:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n,l) ^ ../../itpp/comm/siso_mud.cpp:226:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n) ^ ../../itpp/comm/siso_mud.cpp:237:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel sections private(n,buffer,s,k,sp,in_chips) ^ ../../itpp/comm/siso_mud.cpp:264:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp section ^ ../../itpp/comm/siso_mud.cpp:293:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(u,n,s,k,nom,denom,in_chips,buffer) ^ ../../itpp/comm/siso_mud.cpp:396:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n,inv_cov_zeta,rec_chip,nom,denom) firstprivate(col) ^ ../../itpp/comm/siso_mud.cpp:455:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n) ^ 8 warnings generated. mv -f .deps/libcomm_la-siso_mud.Tpo .deps/libcomm_la-siso_mud.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-siso_nsc.lo -MD -MP -MF .deps/libcomm_la-siso_nsc.Tpo -c -o libcomm_la-siso_nsc.lo `test -f '../../itpp/comm/siso_nsc.cpp' || echo './'`../../itpp/comm/siso_nsc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-siso_nsc.lo -MD -MP -MF .deps/libcomm_la-siso_nsc.Tpo -c ../../itpp/comm/siso_nsc.cpp -fPIC -DPIC -o .libs/libcomm_la-siso_nsc.o ../../itpp/comm/siso_nsc.cpp:61:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n,k,j,p,enc_mem,out) ^ ../../itpp/comm/siso_nsc.cpp:90:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n,k,j,index) ^ ../../itpp/comm/siso_nsc.cpp:140:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n) ^ ../../itpp/comm/siso_nsc.cpp:147:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel sections private(n,sum,m,k,i,j,C) ^ ../../itpp/comm/siso_nsc.cpp:187:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp section ^ ../../itpp/comm/siso_nsc.cpp:226:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n,k,sum,sumbis) ^ ../../itpp/comm/siso_nsc.cpp:332:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n) ^ ../../itpp/comm/siso_nsc.cpp:340:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel sections private(n,sum,m,k,i,j,C) ^ ../../itpp/comm/siso_nsc.cpp:378:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp section ^ ../../itpp/comm/siso_nsc.cpp:416:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n,k,sum,sumbis) ^ 10 warnings generated. mv -f .deps/libcomm_la-siso_nsc.Tpo .deps/libcomm_la-siso_nsc.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-siso_rsc.lo -MD -MP -MF .deps/libcomm_la-siso_rsc.Tpo -c -o libcomm_la-siso_rsc.lo `test -f '../../itpp/comm/siso_rsc.cpp' || echo './'`../../itpp/comm/siso_rsc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-siso_rsc.lo -MD -MP -MF .deps/libcomm_la-siso_rsc.Tpo -c ../../itpp/comm/siso_rsc.cpp -fPIC -DPIC -o .libs/libcomm_la-siso_rsc.o ../../itpp/comm/siso_rsc.cpp:56:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(k, j, cases, feedback, out, buffer) ^ ../../itpp/comm/siso_rsc.cpp:115:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n) ^ ../../itpp/comm/siso_rsc.cpp:127:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n,k) ^ ../../itpp/comm/siso_rsc.cpp:205:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n, k, sum0, sum1) ^ ../../itpp/comm/siso_rsc.cpp:220:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n, k, sum0, sum1) ^ ../../itpp/comm/siso_rsc.cpp:283:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n) ^ ../../itpp/comm/siso_rsc.cpp:295:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n,k) ^ ../../itpp/comm/siso_rsc.cpp:368:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n, k, sum0, sum1) ^ ../../itpp/comm/siso_rsc.cpp:383:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma omp parallel for private(n, k, sum0, sum1) ^ 9 warnings generated. mv -f .deps/libcomm_la-siso_rsc.Tpo .deps/libcomm_la-siso_rsc.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-spread.lo -MD -MP -MF .deps/libcomm_la-spread.Tpo -c -o libcomm_la-spread.lo `test -f '../../itpp/comm/spread.cpp' || echo './'`../../itpp/comm/spread.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-spread.lo -MD -MP -MF .deps/libcomm_la-spread.Tpo -c ../../itpp/comm/spread.cpp -fPIC -DPIC -o .libs/libcomm_la-spread.o mv -f .deps/libcomm_la-spread.Tpo .deps/libcomm_la-spread.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-stc.lo -MD -MP -MF .deps/libcomm_la-stc.Tpo -c -o libcomm_la-stc.lo `test -f '../../itpp/comm/stc.cpp' || echo './'`../../itpp/comm/stc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-stc.lo -MD -MP -MF .deps/libcomm_la-stc.Tpo -c ../../itpp/comm/stc.cpp -fPIC -DPIC -o .libs/libcomm_la-stc.o mv -f .deps/libcomm_la-stc.Tpo .deps/libcomm_la-stc.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-turbo.lo -MD -MP -MF .deps/libcomm_la-turbo.Tpo -c -o libcomm_la-turbo.lo `test -f '../../itpp/comm/turbo.cpp' || echo './'`../../itpp/comm/turbo.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libcomm_la-turbo.lo -MD -MP -MF .deps/libcomm_la-turbo.Tpo -c ../../itpp/comm/turbo.cpp -fPIC -DPIC -o .libs/libcomm_la-turbo.o mv -f .deps/libcomm_la-turbo.Tpo .deps/libcomm_la-turbo.Plo /bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o libcomm.la libcomm_la-bch.lo libcomm_la-channel.lo libcomm_la-commfunc.lo libcomm_la-convcode.lo libcomm_la-crc.lo libcomm_la-egolay.lo libcomm_la-error_counters.lo libcomm_la-exit.lo libcomm_la-galois.lo libcomm_la-hammcode.lo libcomm_la-interleave.lo libcomm_la-ldpc.lo libcomm_la-llr.lo libcomm_la-modulator.lo libcomm_la-modulator_nd.lo libcomm_la-ofdm.lo libcomm_la-pulse_shape.lo libcomm_la-punct_convcode.lo libcomm_la-rec_syst_conv_code.lo libcomm_la-reedsolomon.lo libcomm_la-sequence.lo libcomm_la-siso_dem.lo libcomm_la-siso_eq.lo libcomm_la-siso_mud.lo libcomm_la-siso_nsc.lo libcomm_la-siso_rsc.lo libcomm_la-spread.lo libcomm_la-stc.lo libcomm_la-turbo.lo -lfftw3 -llapack -lblas libtool: link: ar cru .libs/libcomm.a .libs/libcomm_la-bch.o .libs/libcomm_la-channel.o .libs/libcomm_la-commfunc.o .libs/libcomm_la-convcode.o .libs/libcomm_la-crc.o .libs/libcomm_la-egolay.o .libs/libcomm_la-error_counters.o .libs/libcomm_la-exit.o .libs/libcomm_la-galois.o .libs/libcomm_la-hammcode.o .libs/libcomm_la-interleave.o .libs/libcomm_la-ldpc.o .libs/libcomm_la-llr.o .libs/libcomm_la-modulator.o .libs/libcomm_la-modulator_nd.o .libs/libcomm_la-ofdm.o .libs/libcomm_la-pulse_shape.o .libs/libcomm_la-punct_convcode.o .libs/libcomm_la-rec_syst_conv_code.o .libs/libcomm_la-reedsolomon.o .libs/libcomm_la-sequence.o .libs/libcomm_la-siso_dem.o .libs/libcomm_la-siso_eq.o .libs/libcomm_la-siso_mud.o .libs/libcomm_la-siso_nsc.o .libs/libcomm_la-siso_rsc.o .libs/libcomm_la-spread.o .libs/libcomm_la-stc.o .libs/libcomm_la-turbo.o libtool: link: ranlib .libs/libcomm.a libtool: link: ( cd ".libs" && rm -f "libcomm.la" && ln -s "../libcomm.la" "libcomm.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/comm' Making all in fixed make[4]: Entering directory `/«PKGBUILDDIR»/itpp/fixed' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-cfix.lo -MD -MP -MF .deps/libfixed_la-cfix.Tpo -c -o libfixed_la-cfix.lo `test -f '../../itpp/fixed/cfix.cpp' || echo './'`../../itpp/fixed/cfix.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-cfix.lo -MD -MP -MF .deps/libfixed_la-cfix.Tpo -c ../../itpp/fixed/cfix.cpp -fPIC -DPIC -o .libs/libfixed_la-cfix.o mv -f .deps/libfixed_la-cfix.Tpo .deps/libfixed_la-cfix.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-cfixed.lo -MD -MP -MF .deps/libfixed_la-cfixed.Tpo -c -o libfixed_la-cfixed.lo `test -f '../../itpp/fixed/cfixed.cpp' || echo './'`../../itpp/fixed/cfixed.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-cfixed.lo -MD -MP -MF .deps/libfixed_la-cfixed.Tpo -c ../../itpp/fixed/cfixed.cpp -fPIC -DPIC -o .libs/libfixed_la-cfixed.o mv -f .deps/libfixed_la-cfixed.Tpo .deps/libfixed_la-cfixed.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fix_base.lo -MD -MP -MF .deps/libfixed_la-fix_base.Tpo -c -o libfixed_la-fix_base.lo `test -f '../../itpp/fixed/fix_base.cpp' || echo './'`../../itpp/fixed/fix_base.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fix_base.lo -MD -MP -MF .deps/libfixed_la-fix_base.Tpo -c ../../itpp/fixed/fix_base.cpp -fPIC -DPIC -o .libs/libfixed_la-fix_base.o mv -f .deps/libfixed_la-fix_base.Tpo .deps/libfixed_la-fix_base.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fix.lo -MD -MP -MF .deps/libfixed_la-fix.Tpo -c -o libfixed_la-fix.lo `test -f '../../itpp/fixed/fix.cpp' || echo './'`../../itpp/fixed/fix.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fix.lo -MD -MP -MF .deps/libfixed_la-fix.Tpo -c ../../itpp/fixed/fix.cpp -fPIC -DPIC -o .libs/libfixed_la-fix.o mv -f .deps/libfixed_la-fix.Tpo .deps/libfixed_la-fix.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fixed.lo -MD -MP -MF .deps/libfixed_la-fixed.Tpo -c -o libfixed_la-fixed.lo `test -f '../../itpp/fixed/fixed.cpp' || echo './'`../../itpp/fixed/fixed.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fixed.lo -MD -MP -MF .deps/libfixed_la-fixed.Tpo -c ../../itpp/fixed/fixed.cpp -fPIC -DPIC -o .libs/libfixed_la-fixed.o mv -f .deps/libfixed_la-fixed.Tpo .deps/libfixed_la-fixed.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fix_factory.lo -MD -MP -MF .deps/libfixed_la-fix_factory.Tpo -c -o libfixed_la-fix_factory.lo `test -f '../../itpp/fixed/fix_factory.cpp' || echo './'`../../itpp/fixed/fix_factory.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fix_factory.lo -MD -MP -MF .deps/libfixed_la-fix_factory.Tpo -c ../../itpp/fixed/fix_factory.cpp -fPIC -DPIC -o .libs/libfixed_la-fix_factory.o mv -f .deps/libfixed_la-fix_factory.Tpo .deps/libfixed_la-fix_factory.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fix_functions.lo -MD -MP -MF .deps/libfixed_la-fix_functions.Tpo -c -o libfixed_la-fix_functions.lo `test -f '../../itpp/fixed/fix_functions.cpp' || echo './'`../../itpp/fixed/fix_functions.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fix_functions.lo -MD -MP -MF .deps/libfixed_la-fix_functions.Tpo -c ../../itpp/fixed/fix_functions.cpp -fPIC -DPIC -o .libs/libfixed_la-fix_functions.o mv -f .deps/libfixed_la-fix_functions.Tpo .deps/libfixed_la-fix_functions.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fix_operators.lo -MD -MP -MF .deps/libfixed_la-fix_operators.Tpo -c -o libfixed_la-fix_operators.lo `test -f '../../itpp/fixed/fix_operators.cpp' || echo './'`../../itpp/fixed/fix_operators.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libfixed_la-fix_operators.lo -MD -MP -MF .deps/libfixed_la-fix_operators.Tpo -c ../../itpp/fixed/fix_operators.cpp -fPIC -DPIC -o .libs/libfixed_la-fix_operators.o mv -f .deps/libfixed_la-fix_operators.Tpo .deps/libfixed_la-fix_operators.Plo /bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o libfixed.la libfixed_la-cfix.lo libfixed_la-cfixed.lo libfixed_la-fix_base.lo libfixed_la-fix.lo libfixed_la-fixed.lo libfixed_la-fix_factory.lo libfixed_la-fix_functions.lo libfixed_la-fix_operators.lo -lfftw3 -llapack -lblas libtool: link: ar cru .libs/libfixed.a .libs/libfixed_la-cfix.o .libs/libfixed_la-cfixed.o .libs/libfixed_la-fix_base.o .libs/libfixed_la-fix.o .libs/libfixed_la-fixed.o .libs/libfixed_la-fix_factory.o .libs/libfixed_la-fix_functions.o .libs/libfixed_la-fix_operators.o libtool: link: ranlib .libs/libfixed.a libtool: link: ( cd ".libs" && rm -f "libfixed.la" && ln -s "../libfixed.la" "libfixed.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/fixed' Making all in optim make[4]: Entering directory `/«PKGBUILDDIR»/itpp/optim' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT liboptim_la-newton_search.lo -MD -MP -MF .deps/liboptim_la-newton_search.Tpo -c -o liboptim_la-newton_search.lo `test -f '../../itpp/optim/newton_search.cpp' || echo './'`../../itpp/optim/newton_search.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT liboptim_la-newton_search.lo -MD -MP -MF .deps/liboptim_la-newton_search.Tpo -c ../../itpp/optim/newton_search.cpp -fPIC -DPIC -o .libs/liboptim_la-newton_search.o mv -f .deps/liboptim_la-newton_search.Tpo .deps/liboptim_la-newton_search.Plo /bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o liboptim.la liboptim_la-newton_search.lo -lfftw3 -llapack -lblas libtool: link: ar cru .libs/liboptim.a .libs/liboptim_la-newton_search.o libtool: link: ranlib .libs/liboptim.a libtool: link: ( cd ".libs" && rm -f "liboptim.la" && ln -s "../liboptim.la" "liboptim.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/optim' Making all in protocol make[4]: Entering directory `/«PKGBUILDDIR»/itpp/protocol' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-events.lo -MD -MP -MF .deps/libprotocol_la-events.Tpo -c -o libprotocol_la-events.lo `test -f '../../itpp/protocol/events.cpp' || echo './'`../../itpp/protocol/events.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-events.lo -MD -MP -MF .deps/libprotocol_la-events.Tpo -c ../../itpp/protocol/events.cpp -fPIC -DPIC -o .libs/libprotocol_la-events.o mv -f .deps/libprotocol_la-events.Tpo .deps/libprotocol_la-events.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-front_drop_queue.lo -MD -MP -MF .deps/libprotocol_la-front_drop_queue.Tpo -c -o libprotocol_la-front_drop_queue.lo `test -f '../../itpp/protocol/front_drop_queue.cpp' || echo './'`../../itpp/protocol/front_drop_queue.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-front_drop_queue.lo -MD -MP -MF .deps/libprotocol_la-front_drop_queue.Tpo -c ../../itpp/protocol/front_drop_queue.cpp -fPIC -DPIC -o .libs/libprotocol_la-front_drop_queue.o mv -f .deps/libprotocol_la-front_drop_queue.Tpo .deps/libprotocol_la-front_drop_queue.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-packet_channel.lo -MD -MP -MF .deps/libprotocol_la-packet_channel.Tpo -c -o libprotocol_la-packet_channel.lo `test -f '../../itpp/protocol/packet_channel.cpp' || echo './'`../../itpp/protocol/packet_channel.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-packet_channel.lo -MD -MP -MF .deps/libprotocol_la-packet_channel.Tpo -c ../../itpp/protocol/packet_channel.cpp -fPIC -DPIC -o .libs/libprotocol_la-packet_channel.o mv -f .deps/libprotocol_la-packet_channel.Tpo .deps/libprotocol_la-packet_channel.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-packet_generator.lo -MD -MP -MF .deps/libprotocol_la-packet_generator.Tpo -c -o libprotocol_la-packet_generator.lo `test -f '../../itpp/protocol/packet_generator.cpp' || echo './'`../../itpp/protocol/packet_generator.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-packet_generator.lo -MD -MP -MF .deps/libprotocol_la-packet_generator.Tpo -c ../../itpp/protocol/packet_generator.cpp -fPIC -DPIC -o .libs/libprotocol_la-packet_generator.o mv -f .deps/libprotocol_la-packet_generator.Tpo .deps/libprotocol_la-packet_generator.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-selective_repeat.lo -MD -MP -MF .deps/libprotocol_la-selective_repeat.Tpo -c -o libprotocol_la-selective_repeat.lo `test -f '../../itpp/protocol/selective_repeat.cpp' || echo './'`../../itpp/protocol/selective_repeat.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-selective_repeat.lo -MD -MP -MF .deps/libprotocol_la-selective_repeat.Tpo -c ../../itpp/protocol/selective_repeat.cpp -fPIC -DPIC -o .libs/libprotocol_la-selective_repeat.o mv -f .deps/libprotocol_la-selective_repeat.Tpo .deps/libprotocol_la-selective_repeat.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-tcp.lo -MD -MP -MF .deps/libprotocol_la-tcp.Tpo -c -o libprotocol_la-tcp.lo `test -f '../../itpp/protocol/tcp.cpp' || echo './'`../../itpp/protocol/tcp.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libprotocol_la-tcp.lo -MD -MP -MF .deps/libprotocol_la-tcp.Tpo -c ../../itpp/protocol/tcp.cpp -fPIC -DPIC -o .libs/libprotocol_la-tcp.o mv -f .deps/libprotocol_la-tcp.Tpo .deps/libprotocol_la-tcp.Plo /bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o libprotocol.la libprotocol_la-events.lo libprotocol_la-front_drop_queue.lo libprotocol_la-packet_channel.lo libprotocol_la-packet_generator.lo libprotocol_la-selective_repeat.lo libprotocol_la-tcp.lo -lfftw3 -llapack -lblas libtool: link: ar cru .libs/libprotocol.a .libs/libprotocol_la-events.o .libs/libprotocol_la-front_drop_queue.o .libs/libprotocol_la-packet_channel.o .libs/libprotocol_la-packet_generator.o .libs/libprotocol_la-selective_repeat.o .libs/libprotocol_la-tcp.o libtool: link: ranlib .libs/libprotocol.a libtool: link: ( cd ".libs" && rm -f "libprotocol.la" && ln -s "../libprotocol.la" "libprotocol.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/protocol' Making all in signal make[4]: Entering directory `/«PKGBUILDDIR»/itpp/signal' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-fastica.lo -MD -MP -MF .deps/libsignal_la-fastica.Tpo -c -o libsignal_la-fastica.lo `test -f '../../itpp/signal/fastica.cpp' || echo './'`../../itpp/signal/fastica.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-fastica.lo -MD -MP -MF .deps/libsignal_la-fastica.Tpo -c ../../itpp/signal/fastica.cpp -fPIC -DPIC -o .libs/libsignal_la-fastica.o mv -f .deps/libsignal_la-fastica.Tpo .deps/libsignal_la-fastica.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-filter_design.lo -MD -MP -MF .deps/libsignal_la-filter_design.Tpo -c -o libsignal_la-filter_design.lo `test -f '../../itpp/signal/filter_design.cpp' || echo './'`../../itpp/signal/filter_design.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-filter_design.lo -MD -MP -MF .deps/libsignal_la-filter_design.Tpo -c ../../itpp/signal/filter_design.cpp -fPIC -DPIC -o .libs/libsignal_la-filter_design.o mv -f .deps/libsignal_la-filter_design.Tpo .deps/libsignal_la-filter_design.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-filter.lo -MD -MP -MF .deps/libsignal_la-filter.Tpo -c -o libsignal_la-filter.lo `test -f '../../itpp/signal/filter.cpp' || echo './'`../../itpp/signal/filter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-filter.lo -MD -MP -MF .deps/libsignal_la-filter.Tpo -c ../../itpp/signal/filter.cpp -fPIC -DPIC -o .libs/libsignal_la-filter.o mv -f .deps/libsignal_la-filter.Tpo .deps/libsignal_la-filter.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-freq_filt.lo -MD -MP -MF .deps/libsignal_la-freq_filt.Tpo -c -o libsignal_la-freq_filt.lo `test -f '../../itpp/signal/freq_filt.cpp' || echo './'`../../itpp/signal/freq_filt.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-freq_filt.lo -MD -MP -MF .deps/libsignal_la-freq_filt.Tpo -c ../../itpp/signal/freq_filt.cpp -fPIC -DPIC -o .libs/libsignal_la-freq_filt.o mv -f .deps/libsignal_la-freq_filt.Tpo .deps/libsignal_la-freq_filt.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-poly.lo -MD -MP -MF .deps/libsignal_la-poly.Tpo -c -o libsignal_la-poly.lo `test -f '../../itpp/signal/poly.cpp' || echo './'`../../itpp/signal/poly.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-poly.lo -MD -MP -MF .deps/libsignal_la-poly.Tpo -c ../../itpp/signal/poly.cpp -fPIC -DPIC -o .libs/libsignal_la-poly.o mv -f .deps/libsignal_la-poly.Tpo .deps/libsignal_la-poly.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-resampling.lo -MD -MP -MF .deps/libsignal_la-resampling.Tpo -c -o libsignal_la-resampling.lo `test -f '../../itpp/signal/resampling.cpp' || echo './'`../../itpp/signal/resampling.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-resampling.lo -MD -MP -MF .deps/libsignal_la-resampling.Tpo -c ../../itpp/signal/resampling.cpp -fPIC -DPIC -o .libs/libsignal_la-resampling.o mv -f .deps/libsignal_la-resampling.Tpo .deps/libsignal_la-resampling.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-sigfun.lo -MD -MP -MF .deps/libsignal_la-sigfun.Tpo -c -o libsignal_la-sigfun.lo `test -f '../../itpp/signal/sigfun.cpp' || echo './'`../../itpp/signal/sigfun.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-sigfun.lo -MD -MP -MF .deps/libsignal_la-sigfun.Tpo -c ../../itpp/signal/sigfun.cpp -fPIC -DPIC -o .libs/libsignal_la-sigfun.o mv -f .deps/libsignal_la-sigfun.Tpo .deps/libsignal_la-sigfun.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-source.lo -MD -MP -MF .deps/libsignal_la-source.Tpo -c -o libsignal_la-source.lo `test -f '../../itpp/signal/source.cpp' || echo './'`../../itpp/signal/source.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-source.lo -MD -MP -MF .deps/libsignal_la-source.Tpo -c ../../itpp/signal/source.cpp -fPIC -DPIC -o .libs/libsignal_la-source.o mv -f .deps/libsignal_la-source.Tpo .deps/libsignal_la-source.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-transforms.lo -MD -MP -MF .deps/libsignal_la-transforms.Tpo -c -o libsignal_la-transforms.lo `test -f '../../itpp/signal/transforms.cpp' || echo './'`../../itpp/signal/transforms.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-transforms.lo -MD -MP -MF .deps/libsignal_la-transforms.Tpo -c ../../itpp/signal/transforms.cpp -fPIC -DPIC -o .libs/libsignal_la-transforms.o mv -f .deps/libsignal_la-transforms.Tpo .deps/libsignal_la-transforms.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-window.lo -MD -MP -MF .deps/libsignal_la-window.Tpo -c -o libsignal_la-window.lo `test -f '../../itpp/signal/window.cpp' || echo './'`../../itpp/signal/window.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsignal_la-window.lo -MD -MP -MF .deps/libsignal_la-window.Tpo -c ../../itpp/signal/window.cpp -fPIC -DPIC -o .libs/libsignal_la-window.o mv -f .deps/libsignal_la-window.Tpo .deps/libsignal_la-window.Plo /bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o libsignal.la libsignal_la-fastica.lo libsignal_la-filter_design.lo libsignal_la-filter.lo libsignal_la-freq_filt.lo libsignal_la-poly.lo libsignal_la-resampling.lo libsignal_la-sigfun.lo libsignal_la-source.lo libsignal_la-transforms.lo libsignal_la-window.lo -lfftw3 -llapack -lblas libtool: link: ar cru .libs/libsignal.a .libs/libsignal_la-fastica.o .libs/libsignal_la-filter_design.o .libs/libsignal_la-filter.o .libs/libsignal_la-freq_filt.o .libs/libsignal_la-poly.o .libs/libsignal_la-resampling.o .libs/libsignal_la-sigfun.o .libs/libsignal_la-source.o .libs/libsignal_la-transforms.o .libs/libsignal_la-window.o libtool: link: ranlib .libs/libsignal.a libtool: link: ( cd ".libs" && rm -f "libsignal.la" && ln -s "../libsignal.la" "libsignal.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/signal' Making all in srccode make[4]: Entering directory `/«PKGBUILDDIR»/itpp/srccode' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-audiofile.lo -MD -MP -MF .deps/libsrccode_la-audiofile.Tpo -c -o libsrccode_la-audiofile.lo `test -f '../../itpp/srccode/audiofile.cpp' || echo './'`../../itpp/srccode/audiofile.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-audiofile.lo -MD -MP -MF .deps/libsrccode_la-audiofile.Tpo -c ../../itpp/srccode/audiofile.cpp -fPIC -DPIC -o .libs/libsrccode_la-audiofile.o mv -f .deps/libsrccode_la-audiofile.Tpo .deps/libsrccode_la-audiofile.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-gmm.lo -MD -MP -MF .deps/libsrccode_la-gmm.Tpo -c -o libsrccode_la-gmm.lo `test -f '../../itpp/srccode/gmm.cpp' || echo './'`../../itpp/srccode/gmm.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-gmm.lo -MD -MP -MF .deps/libsrccode_la-gmm.Tpo -c ../../itpp/srccode/gmm.cpp -fPIC -DPIC -o .libs/libsrccode_la-gmm.o mv -f .deps/libsrccode_la-gmm.Tpo .deps/libsrccode_la-gmm.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-lpcfunc.lo -MD -MP -MF .deps/libsrccode_la-lpcfunc.Tpo -c -o libsrccode_la-lpcfunc.lo `test -f '../../itpp/srccode/lpcfunc.cpp' || echo './'`../../itpp/srccode/lpcfunc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-lpcfunc.lo -MD -MP -MF .deps/libsrccode_la-lpcfunc.Tpo -c ../../itpp/srccode/lpcfunc.cpp -fPIC -DPIC -o .libs/libsrccode_la-lpcfunc.o mv -f .deps/libsrccode_la-lpcfunc.Tpo .deps/libsrccode_la-lpcfunc.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-pnm.lo -MD -MP -MF .deps/libsrccode_la-pnm.Tpo -c -o libsrccode_la-pnm.lo `test -f '../../itpp/srccode/pnm.cpp' || echo './'`../../itpp/srccode/pnm.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-pnm.lo -MD -MP -MF .deps/libsrccode_la-pnm.Tpo -c ../../itpp/srccode/pnm.cpp -fPIC -DPIC -o .libs/libsrccode_la-pnm.o ../../itpp/srccode/pnm.cpp:453:27: warning: adding 'char' to a string does not append to the string [-Wstring-plus-int] err_msg += pnm_type + " instead of P" + pnm_type_required; ~~~~~~~~~^~~~~~~~~~~~~~~~~ ../../itpp/srccode/pnm.cpp:453:27: note: use array indexing to silence this warning 1 warning generated. mv -f .deps/libsrccode_la-pnm.Tpo .deps/libsrccode_la-pnm.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-vq.lo -MD -MP -MF .deps/libsrccode_la-vq.Tpo -c -o libsrccode_la-vq.lo `test -f '../../itpp/srccode/vq.cpp' || echo './'`../../itpp/srccode/vq.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-vq.lo -MD -MP -MF .deps/libsrccode_la-vq.Tpo -c ../../itpp/srccode/vq.cpp -fPIC -DPIC -o .libs/libsrccode_la-vq.o mv -f .deps/libsrccode_la-vq.Tpo .deps/libsrccode_la-vq.Plo /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-vqtrain.lo -MD -MP -MF .deps/libsrccode_la-vqtrain.Tpo -c -o libsrccode_la-vqtrain.lo `test -f '../../itpp/srccode/vqtrain.cpp' || echo './'`../../itpp/srccode/vqtrain.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../itpp -I../.. -I../.. -Wall -g -DNDEBUG -pipe -O2 -MT libsrccode_la-vqtrain.lo -MD -MP -MF .deps/libsrccode_la-vqtrain.Tpo -c ../../itpp/srccode/vqtrain.cpp -fPIC -DPIC -o .libs/libsrccode_la-vqtrain.o ../../itpp/srccode/vqtrain.cpp:74:9: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign] i = i; ~ ^ ~ ../../itpp/srccode/vqtrain.cpp:191:9: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign] i = i; ~ ^ ~ ../../itpp/srccode/vqtrain.cpp:224:9: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign] i = i; ~ ^ ~ 3 warnings generated. mv -f .deps/libsrccode_la-vqtrain.Tpo .deps/libsrccode_la-vqtrain.Plo /bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o libsrccode.la libsrccode_la-audiofile.lo libsrccode_la-gmm.lo libsrccode_la-lpcfunc.lo libsrccode_la-pnm.lo libsrccode_la-vq.lo libsrccode_la-vqtrain.lo -lfftw3 -llapack -lblas libtool: link: ar cru .libs/libsrccode.a .libs/libsrccode_la-audiofile.o .libs/libsrccode_la-gmm.o .libs/libsrccode_la-lpcfunc.o .libs/libsrccode_la-pnm.o .libs/libsrccode_la-vq.o .libs/libsrccode_la-vqtrain.o libtool: link: ranlib .libs/libsrccode.a libtool: link: ( cd ".libs" && rm -f "libsrccode.la" && ln -s "../libsrccode.la" "libsrccode.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/srccode' make[4]: Entering directory `/«PKGBUILDDIR»/itpp' /bin/bash ../libtool --tag=CXX --mode=link g++ -version-info 7:0:0 -Wl,-z,defs -o libitpp.la -rpath /usr/lib ../itpp/base/libbase.la ../itpp/stat/libstat.la ../itpp/comm/libcomm.la ../itpp/fixed/libfixed.la ../itpp/optim/liboptim.la ../itpp/protocol/libprotocol.la ../itpp/signal/libsignal.la ../itpp/srccode/libsrccode.la -lfftw3 -llapack -lblas libtool: link: g++ -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o -Wl,--whole-archive ../itpp/base/.libs/libbase.a ../itpp/stat/.libs/libstat.a ../itpp/comm/.libs/libcomm.a ../itpp/fixed/.libs/libfixed.a ../itpp/optim/.libs/liboptim.a ../itpp/protocol/.libs/libprotocol.a ../itpp/signal/.libs/libsignal.a ../itpp/srccode/.libs/libsrccode.a -Wl,--no-whole-archive -lfftw3 -llapack -lblas -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -Wl,-z -Wl,defs -Wl,-soname -Wl,libitpp.so.7 -o .libs/libitpp.so.7.0.0 libtool: link: (cd ".libs" && rm -f "libitpp.so.7" && ln -s "libitpp.so.7.0.0" "libitpp.so.7") libtool: link: (cd ".libs" && rm -f "libitpp.so" && ln -s "libitpp.so.7.0.0" "libitpp.so") libtool: link: ( cd ".libs" && rm -f "libitpp.la" && ln -s "../libitpp.la" "libitpp.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/itpp' make[3]: Leaving directory `/«PKGBUILDDIR»/itpp' make[2]: Leaving directory `/«PKGBUILDDIR»/itpp' Making all in extras make[2]: Entering directory `/«PKGBUILDDIR»/extras' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/extras' Making all in win32 make[2]: Entering directory `/«PKGBUILDDIR»/win32' Making all in itpp_acml_tests make[3]: Entering directory `/«PKGBUILDDIR»/win32/itpp_acml_tests' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/«PKGBUILDDIR»/win32/itpp_acml_tests' Making all in itpp_mkl_tests make[3]: Entering directory `/«PKGBUILDDIR»/win32/itpp_mkl_tests' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/«PKGBUILDDIR»/win32/itpp_mkl_tests' make[3]: Entering directory `/«PKGBUILDDIR»/win32' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/«PKGBUILDDIR»/win32' make[2]: Leaving directory `/«PKGBUILDDIR»/win32' Making all in doc make[2]: Entering directory `/«PKGBUILDDIR»/doc' Making all in images make[3]: Entering directory `/«PKGBUILDDIR»/doc/images' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/«PKGBUILDDIR»/doc/images' Making all in tutorial make[3]: Entering directory `/«PKGBUILDDIR»/doc/tutorial' Making all in src make[4]: Entering directory `/«PKGBUILDDIR»/doc/tutorial/src' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/doc/tutorial/src' make[4]: Entering directory `/«PKGBUILDDIR»/doc/tutorial' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/«PKGBUILDDIR»/doc/tutorial' make[3]: Leaving directory `/«PKGBUILDDIR»/doc/tutorial' Making all in local make[3]: Entering directory `/«PKGBUILDDIR»/doc/local' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/«PKGBUILDDIR»/doc/local' make[3]: Entering directory `/«PKGBUILDDIR»/doc' doxygen doxygen_html.cfg; \ if test -d html; then \ cp ./images/itpp_logo.png html; \ cp ./images/favicon.ico html; \ fi warning: Tag `USE_WINDOWS_ENCODING' at line 64 of file doxygen_html.cfg has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `DETAILS_AT_TOP' at line 156 of file doxygen_html.cfg has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `SHOW_DIRECTORIES' at line 390 of file doxygen_html.cfg has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `HTML_ALIGN_MEMBERS' at line 695 of file doxygen_html.cfg has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 1217 of file doxygen_html.cfg has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 1225 of file doxygen_html.cfg has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Searching for include files... Searching for example files... Searching for files in directory /«PKGBUILDDIR»/doc/tutorial/src Searching for files in directory /«PKGBUILDDIR»/tests Searching for images... Searching for files in directory /«PKGBUILDDIR»/doc/images Searching for dot files... Searching for msc files... Searching for files to exclude Searching for files to process... Searching for files in directory /«PKGBUILDDIR»/itpp Searching for files in directory /«PKGBUILDDIR»/itpp/base Searching for files in directory /«PKGBUILDDIR»/itpp/base/algebra Searching for files in directory /«PKGBUILDDIR»/itpp/base/math Searching for files in directory /«PKGBUILDDIR»/itpp/comm Searching for files in directory /«PKGBUILDDIR»/itpp/fixed Searching for files in directory /«PKGBUILDDIR»/itpp/optim Searching for files in directory /«PKGBUILDDIR»/itpp/protocol Searching for files in directory /«PKGBUILDDIR»/itpp/signal Searching for files in directory /«PKGBUILDDIR»/itpp/srccode Searching for files in directory /«PKGBUILDDIR»/itpp/stat Searching for files in directory /«PKGBUILDDIR»/doc/local Searching for files in directory /«PKGBUILDDIR»/doc/local Searching for files in directory /«PKGBUILDDIR»/doc/tutorial Reading and parsing tag files Preprocessing /«PKGBUILDDIR»/itpp/config.h... Parsing file /«PKGBUILDDIR»/itpp/config.h... Preprocessing /«PKGBUILDDIR»/itpp/itbase.h... Parsing file /«PKGBUILDDIR»/itpp/itbase.h... Preprocessing /«PKGBUILDDIR»/itpp/itcomm.h... Parsing file /«PKGBUILDDIR»/itpp/itcomm.h... Preprocessing /«PKGBUILDDIR»/itpp/itfixed.h... Parsing file /«PKGBUILDDIR»/itpp/itfixed.h... Preprocessing /«PKGBUILDDIR»/itpp/itmex.h... Parsing file /«PKGBUILDDIR»/itpp/itmex.h... Preprocessing /«PKGBUILDDIR»/itpp/itoptim.h... Parsing file /«PKGBUILDDIR»/itpp/itoptim.h... Preprocessing /«PKGBUILDDIR»/itpp/itprotocol.h... Parsing file /«PKGBUILDDIR»/itpp/itprotocol.h... Preprocessing /«PKGBUILDDIR»/itpp/itsignal.h... Parsing file /«PKGBUILDDIR»/itpp/itsignal.h... Preprocessing /«PKGBUILDDIR»/itpp/itsrccode.h... Parsing file /«PKGBUILDDIR»/itpp/itsrccode.h... Preprocessing /«PKGBUILDDIR»/itpp/itstat.h... Parsing file /«PKGBUILDDIR»/itpp/itstat.h... Preprocessing /«PKGBUILDDIR»/itpp/base/array.h... Parsing file /«PKGBUILDDIR»/itpp/base/array.h... Preprocessing /«PKGBUILDDIR»/itpp/base/bessel.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/bessel.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/bessel.h... Parsing file /«PKGBUILDDIR»/itpp/base/bessel.h... Preprocessing /«PKGBUILDDIR»/itpp/base/binary.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/binary.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/binary.h... Parsing file /«PKGBUILDDIR»/itpp/base/binary.h... Preprocessing /«PKGBUILDDIR»/itpp/base/binfile.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/binfile.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/binfile.h... Parsing file /«PKGBUILDDIR»/itpp/base/binfile.h... Preprocessing /«PKGBUILDDIR»/itpp/base/circular_buffer.h... Parsing file /«PKGBUILDDIR»/itpp/base/circular_buffer.h... Preprocessing /«PKGBUILDDIR»/itpp/base/converters.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/converters.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/converters.h... Parsing file /«PKGBUILDDIR»/itpp/base/converters.h... Preprocessing /«PKGBUILDDIR»/itpp/base/copy_vector.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/copy_vector.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/copy_vector.h... Parsing file /«PKGBUILDDIR»/itpp/base/copy_vector.h... Preprocessing /«PKGBUILDDIR»/itpp/base/factory.h... Parsing file /«PKGBUILDDIR»/itpp/base/factory.h... Preprocessing /«PKGBUILDDIR»/itpp/base/fastmath.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/fastmath.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/fastmath.h... Parsing file /«PKGBUILDDIR»/itpp/base/fastmath.h... Preprocessing /«PKGBUILDDIR»/itpp/base/gf2mat.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/gf2mat.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/gf2mat.h... Parsing file /«PKGBUILDDIR»/itpp/base/gf2mat.h... Preprocessing /«PKGBUILDDIR»/itpp/base/help_functions.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/help_functions.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/help_functions.h... Parsing file /«PKGBUILDDIR»/itpp/base/help_functions.h... Preprocessing /«PKGBUILDDIR»/itpp/base/itassert.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/itassert.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/itassert.h... Parsing file /«PKGBUILDDIR»/itpp/base/itassert.h... Preprocessing /«PKGBUILDDIR»/itpp/base/itcompat.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/itcompat.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/itcompat.h... Parsing file /«PKGBUILDDIR»/itpp/base/itcompat.h... Preprocessing /«PKGBUILDDIR»/itpp/base/itfile.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/itfile.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/itfile.h... Parsing file /«PKGBUILDDIR»/itpp/base/itfile.h... Preprocessing /«PKGBUILDDIR»/itpp/base/ittypes.h... Parsing file /«PKGBUILDDIR»/itpp/base/ittypes.h... Preprocessing /«PKGBUILDDIR»/itpp/base/mat.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/mat.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/mat.h... Parsing file /«PKGBUILDDIR»/itpp/base/mat.h... Preprocessing /«PKGBUILDDIR»/itpp/base/matfunc.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/matfunc.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/matfunc.h... Parsing file /«PKGBUILDDIR»/itpp/base/matfunc.h... Preprocessing /«PKGBUILDDIR»/itpp/base/operators.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/operators.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/operators.h... Parsing file /«PKGBUILDDIR»/itpp/base/operators.h... Preprocessing /«PKGBUILDDIR»/itpp/base/parser.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/parser.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/parser.h... Parsing file /«PKGBUILDDIR»/itpp/base/parser.h... Preprocessing /«PKGBUILDDIR»/itpp/base/random.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/random.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/random.h... Parsing file /«PKGBUILDDIR»/itpp/base/random.h... Preprocessing /«PKGBUILDDIR»/itpp/base/random_dsfmt.h... Parsing file /«PKGBUILDDIR»/itpp/base/random_dsfmt.h... Preprocessing /«PKGBUILDDIR»/itpp/base/smat.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/smat.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/smat.h... Parsing file /«PKGBUILDDIR»/itpp/base/smat.h... Preprocessing /«PKGBUILDDIR»/itpp/base/sort.h... Parsing file /«PKGBUILDDIR»/itpp/base/sort.h... Preprocessing /«PKGBUILDDIR»/itpp/base/specmat.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/specmat.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/specmat.h... Parsing file /«PKGBUILDDIR»/itpp/base/specmat.h... Preprocessing /«PKGBUILDDIR»/itpp/base/stack.h... Parsing file /«PKGBUILDDIR»/itpp/base/stack.h... Preprocessing /«PKGBUILDDIR»/itpp/base/svec.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/svec.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/svec.h... Parsing file /«PKGBUILDDIR»/itpp/base/svec.h... Preprocessing /«PKGBUILDDIR»/itpp/base/timing.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/timing.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/timing.h... Parsing file /«PKGBUILDDIR»/itpp/base/timing.h... Preprocessing /«PKGBUILDDIR»/itpp/base/vec.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/vec.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/vec.h... Parsing file /«PKGBUILDDIR»/itpp/base/vec.h... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/cholesky.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/cholesky.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/cholesky.h... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/cholesky.h... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/det.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/det.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/det.h... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/det.h... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/eigen.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/eigen.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/eigen.h... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/eigen.h... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/inv.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/inv.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/inv.h... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/inv.h... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/ls_solve.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/ls_solve.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/ls_solve.h... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/ls_solve.h... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/lu.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/lu.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/lu.h... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/lu.h... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/qr.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/qr.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/qr.h... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/qr.h... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/schur.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/schur.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/schur.h... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/schur.h... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/svd.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/svd.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/algebra/svd.h... Parsing file /«PKGBUILDDIR»/itpp/base/algebra/svd.h... Preprocessing /«PKGBUILDDIR»/itpp/base/math/elem_math.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/math/elem_math.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/math/elem_math.h... Parsing file /«PKGBUILDDIR»/itpp/base/math/elem_math.h... Preprocessing /«PKGBUILDDIR»/itpp/base/math/error.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/math/error.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/math/error.h... Parsing file /«PKGBUILDDIR»/itpp/base/math/error.h... Preprocessing /«PKGBUILDDIR»/itpp/base/math/integration.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/math/integration.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/math/integration.h... Parsing file /«PKGBUILDDIR»/itpp/base/math/integration.h... Preprocessing /«PKGBUILDDIR»/itpp/base/math/log_exp.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/math/log_exp.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/math/log_exp.h... Parsing file /«PKGBUILDDIR»/itpp/base/math/log_exp.h... Preprocessing /«PKGBUILDDIR»/itpp/base/math/min_max.h... Parsing file /«PKGBUILDDIR»/itpp/base/math/min_max.h... Preprocessing /«PKGBUILDDIR»/itpp/base/math/misc.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/math/misc.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/math/misc.h... Parsing file /«PKGBUILDDIR»/itpp/base/math/misc.h... Preprocessing /«PKGBUILDDIR»/itpp/base/math/trig_hyp.cpp... Parsing file /«PKGBUILDDIR»/itpp/base/math/trig_hyp.cpp... Preprocessing /«PKGBUILDDIR»/itpp/base/math/trig_hyp.h... Parsing file /«PKGBUILDDIR»/itpp/base/math/trig_hyp.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/bch.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/bch.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/bch.h... Parsing file /«PKGBUILDDIR»/itpp/comm/bch.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/channel.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/channel.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/channel.h... Parsing file /«PKGBUILDDIR»/itpp/comm/channel.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/channel_code.h... Parsing file /«PKGBUILDDIR»/itpp/comm/channel_code.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/commfunc.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/commfunc.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/commfunc.h... Parsing file /«PKGBUILDDIR»/itpp/comm/commfunc.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/convcode.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/convcode.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/convcode.h... Parsing file /«PKGBUILDDIR»/itpp/comm/convcode.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/crc.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/crc.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/crc.h... Parsing file /«PKGBUILDDIR»/itpp/comm/crc.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/egolay.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/egolay.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/egolay.h... Parsing file /«PKGBUILDDIR»/itpp/comm/egolay.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/error_counters.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/error_counters.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/error_counters.h... Parsing file /«PKGBUILDDIR»/itpp/comm/error_counters.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/exit.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/exit.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/exit.h... Parsing file /«PKGBUILDDIR»/itpp/comm/exit.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/galois.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/galois.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/galois.h... Parsing file /«PKGBUILDDIR»/itpp/comm/galois.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/hammcode.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/hammcode.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/hammcode.h... Parsing file /«PKGBUILDDIR»/itpp/comm/hammcode.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/interleave.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/interleave.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/interleave.h... Parsing file /«PKGBUILDDIR»/itpp/comm/interleave.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/ldpc.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/ldpc.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/ldpc.h... Parsing file /«PKGBUILDDIR»/itpp/comm/ldpc.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/llr.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/llr.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/llr.h... Parsing file /«PKGBUILDDIR»/itpp/comm/llr.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/modulator.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/modulator.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/modulator.h... Parsing file /«PKGBUILDDIR»/itpp/comm/modulator.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/modulator_nd.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/modulator_nd.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/modulator_nd.h... Parsing file /«PKGBUILDDIR»/itpp/comm/modulator_nd.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/ofdm.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/ofdm.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/ofdm.h... Parsing file /«PKGBUILDDIR»/itpp/comm/ofdm.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/pulse_shape.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/pulse_shape.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/pulse_shape.h... Parsing file /«PKGBUILDDIR»/itpp/comm/pulse_shape.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/punct_convcode.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/punct_convcode.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/punct_convcode.h... Parsing file /«PKGBUILDDIR»/itpp/comm/punct_convcode.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/rec_syst_conv_code.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/rec_syst_conv_code.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/rec_syst_conv_code.h... Parsing file /«PKGBUILDDIR»/itpp/comm/rec_syst_conv_code.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/reedsolomon.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/reedsolomon.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/reedsolomon.h... Parsing file /«PKGBUILDDIR»/itpp/comm/reedsolomon.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/sequence.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/sequence.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/sequence.h... Parsing file /«PKGBUILDDIR»/itpp/comm/sequence.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/siso.h... Parsing file /«PKGBUILDDIR»/itpp/comm/siso.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/siso_dem.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/siso_dem.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/siso_eq.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/siso_eq.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/siso_mud.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/siso_mud.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/siso_nsc.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/siso_nsc.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/siso_rsc.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/siso_rsc.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/spread.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/spread.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/spread.h... Parsing file /«PKGBUILDDIR»/itpp/comm/spread.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/stc.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/stc.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/stc.h... Parsing file /«PKGBUILDDIR»/itpp/comm/stc.h... Preprocessing /«PKGBUILDDIR»/itpp/comm/turbo.cpp... Parsing file /«PKGBUILDDIR»/itpp/comm/turbo.cpp... Preprocessing /«PKGBUILDDIR»/itpp/comm/turbo.h... Parsing file /«PKGBUILDDIR»/itpp/comm/turbo.h... Preprocessing /«PKGBUILDDIR»/itpp/fixed/cfix.cpp... Parsing file /«PKGBUILDDIR»/itpp/fixed/cfix.cpp... Preprocessing /«PKGBUILDDIR»/itpp/fixed/cfix.h... Parsing file /«PKGBUILDDIR»/itpp/fixed/cfix.h... Preprocessing /«PKGBUILDDIR»/itpp/fixed/cfixed.cpp... Parsing file /«PKGBUILDDIR»/itpp/fixed/cfixed.cpp... Preprocessing /«PKGBUILDDIR»/itpp/fixed/cfixed.h... Parsing file /«PKGBUILDDIR»/itpp/fixed/cfixed.h... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fix.cpp... Parsing file /«PKGBUILDDIR»/itpp/fixed/fix.cpp... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fix.h... Parsing file /«PKGBUILDDIR»/itpp/fixed/fix.h... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fix_base.cpp... Parsing file /«PKGBUILDDIR»/itpp/fixed/fix_base.cpp... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fix_base.h... Parsing file /«PKGBUILDDIR»/itpp/fixed/fix_base.h... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fix_factory.cpp... Parsing file /«PKGBUILDDIR»/itpp/fixed/fix_factory.cpp... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fix_factory.h... Parsing file /«PKGBUILDDIR»/itpp/fixed/fix_factory.h... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fix_functions.cpp... Parsing file /«PKGBUILDDIR»/itpp/fixed/fix_functions.cpp... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fix_functions.h... Parsing file /«PKGBUILDDIR»/itpp/fixed/fix_functions.h... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fix_operators.cpp... Parsing file /«PKGBUILDDIR»/itpp/fixed/fix_operators.cpp... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fix_operators.h... Parsing file /«PKGBUILDDIR»/itpp/fixed/fix_operators.h... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fixed.cpp... Parsing file /«PKGBUILDDIR»/itpp/fixed/fixed.cpp... Preprocessing /«PKGBUILDDIR»/itpp/fixed/fixed.h... Parsing file /«PKGBUILDDIR»/itpp/fixed/fixed.h... Preprocessing /«PKGBUILDDIR»/itpp/optim/newton_search.cpp... Parsing file /«PKGBUILDDIR»/itpp/optim/newton_search.cpp... Preprocessing /«PKGBUILDDIR»/itpp/optim/newton_search.h... Parsing file /«PKGBUILDDIR»/itpp/optim/newton_search.h... Preprocessing /«PKGBUILDDIR»/itpp/protocol/events.cpp... Parsing file /«PKGBUILDDIR»/itpp/protocol/events.cpp... Preprocessing /«PKGBUILDDIR»/itpp/protocol/events.h... Parsing file /«PKGBUILDDIR»/itpp/protocol/events.h... Preprocessing /«PKGBUILDDIR»/itpp/protocol/front_drop_queue.cpp... Parsing file /«PKGBUILDDIR»/itpp/protocol/front_drop_queue.cpp... Preprocessing /«PKGBUILDDIR»/itpp/protocol/front_drop_queue.h... Parsing file /«PKGBUILDDIR»/itpp/protocol/front_drop_queue.h... Preprocessing /«PKGBUILDDIR»/itpp/protocol/packet.h... Parsing file /«PKGBUILDDIR»/itpp/protocol/packet.h... Preprocessing /«PKGBUILDDIR»/itpp/protocol/packet_channel.cpp... Parsing file /«PKGBUILDDIR»/itpp/protocol/packet_channel.cpp... Preprocessing /«PKGBUILDDIR»/itpp/protocol/packet_channel.h... Parsing file /«PKGBUILDDIR»/itpp/protocol/packet_channel.h... Preprocessing /«PKGBUILDDIR»/itpp/protocol/packet_generator.cpp... Parsing file /«PKGBUILDDIR»/itpp/protocol/packet_generator.cpp... Preprocessing /«PKGBUILDDIR»/itpp/protocol/packet_generator.h... Parsing file /«PKGBUILDDIR»/itpp/protocol/packet_generator.h... Preprocessing /«PKGBUILDDIR»/itpp/protocol/selective_repeat.cpp... Parsing file /«PKGBUILDDIR»/itpp/protocol/selective_repeat.cpp... Preprocessing /«PKGBUILDDIR»/itpp/protocol/selective_repeat.h... Parsing file /«PKGBUILDDIR»/itpp/protocol/selective_repeat.h... Preprocessing /«PKGBUILDDIR»/itpp/protocol/signals_slots.h... Parsing file /«PKGBUILDDIR»/itpp/protocol/signals_slots.h... Preprocessing /«PKGBUILDDIR»/itpp/protocol/tcp.cpp... Parsing file /«PKGBUILDDIR»/itpp/protocol/tcp.cpp... Preprocessing /«PKGBUILDDIR»/itpp/protocol/tcp.h... Parsing file /«PKGBUILDDIR»/itpp/protocol/tcp.h... Preprocessing /«PKGBUILDDIR»/itpp/protocol/tcp_client_server.h... Parsing file /«PKGBUILDDIR»/itpp/protocol/tcp_client_server.h... Preprocessing /«PKGBUILDDIR»/itpp/signal/fastica.cpp... Parsing file /«PKGBUILDDIR»/itpp/signal/fastica.cpp... Preprocessing /«PKGBUILDDIR»/itpp/signal/fastica.h... Parsing file /«PKGBUILDDIR»/itpp/signal/fastica.h... Preprocessing /«PKGBUILDDIR»/itpp/signal/filter.cpp... Parsing file /«PKGBUILDDIR»/itpp/signal/filter.cpp... Preprocessing /«PKGBUILDDIR»/itpp/signal/filter.h... Parsing file /«PKGBUILDDIR»/itpp/signal/filter.h... Preprocessing /«PKGBUILDDIR»/itpp/signal/filter_design.cpp... Parsing file /«PKGBUILDDIR»/itpp/signal/filter_design.cpp... Preprocessing /«PKGBUILDDIR»/itpp/signal/filter_design.h... Parsing file /«PKGBUILDDIR»/itpp/signal/filter_design.h... Preprocessing /«PKGBUILDDIR»/itpp/signal/freq_filt.cpp... Parsing file /«PKGBUILDDIR»/itpp/signal/freq_filt.cpp... Preprocessing /«PKGBUILDDIR»/itpp/signal/freq_filt.h... Parsing file /«PKGBUILDDIR»/itpp/signal/freq_filt.h... Preprocessing /«PKGBUILDDIR»/itpp/signal/poly.cpp... Parsing file /«PKGBUILDDIR»/itpp/signal/poly.cpp... Preprocessing /«PKGBUILDDIR»/itpp/signal/poly.h... Parsing file /«PKGBUILDDIR»/itpp/signal/poly.h... Preprocessing /«PKGBUILDDIR»/itpp/signal/resampling.cpp... Parsing file /«PKGBUILDDIR»/itpp/signal/resampling.cpp... Preprocessing /«PKGBUILDDIR»/itpp/signal/resampling.h... Parsing file /«PKGBUILDDIR»/itpp/signal/resampling.h... Preprocessing /«PKGBUILDDIR»/itpp/signal/sigfun.cpp... Parsing file /«PKGBUILDDIR»/itpp/signal/sigfun.cpp... Preprocessing /«PKGBUILDDIR»/itpp/signal/sigfun.h... Parsing file /«PKGBUILDDIR»/itpp/signal/sigfun.h... Preprocessing /«PKGBUILDDIR»/itpp/signal/source.cpp... Parsing file /«PKGBUILDDIR»/itpp/signal/source.cpp... Preprocessing /«PKGBUILDDIR»/itpp/signal/source.h... Parsing file /«PKGBUILDDIR»/itpp/signal/source.h... Preprocessing /«PKGBUILDDIR»/itpp/signal/transforms.cpp... Parsing file /«PKGBUILDDIR»/itpp/signal/transforms.cpp... Preprocessing /«PKGBUILDDIR»/itpp/signal/transforms.h... Parsing file /«PKGBUILDDIR»/itpp/signal/transforms.h... Preprocessing /«PKGBUILDDIR»/itpp/signal/window.cpp... Parsing file /«PKGBUILDDIR»/itpp/signal/window.cpp... Preprocessing /«PKGBUILDDIR»/itpp/signal/window.h... Parsing file /«PKGBUILDDIR»/itpp/signal/window.h... Preprocessing /«PKGBUILDDIR»/itpp/srccode/audiofile.cpp... Parsing file /«PKGBUILDDIR»/itpp/srccode/audiofile.cpp... Preprocessing /«PKGBUILDDIR»/itpp/srccode/audiofile.h... Parsing file /«PKGBUILDDIR»/itpp/srccode/audiofile.h... Preprocessing /«PKGBUILDDIR»/itpp/srccode/gmm.cpp... Parsing file /«PKGBUILDDIR»/itpp/srccode/gmm.cpp... Preprocessing /«PKGBUILDDIR»/itpp/srccode/gmm.h... Parsing file /«PKGBUILDDIR»/itpp/srccode/gmm.h... Preprocessing /«PKGBUILDDIR»/itpp/srccode/lpcfunc.cpp... Parsing file /«PKGBUILDDIR»/itpp/srccode/lpcfunc.cpp... Preprocessing /«PKGBUILDDIR»/itpp/srccode/lpcfunc.h... Parsing file /«PKGBUILDDIR»/itpp/srccode/lpcfunc.h... Preprocessing /«PKGBUILDDIR»/itpp/srccode/pnm.cpp... Parsing file /«PKGBUILDDIR»/itpp/srccode/pnm.cpp... Preprocessing /«PKGBUILDDIR»/itpp/srccode/pnm.h... Parsing file /«PKGBUILDDIR»/itpp/srccode/pnm.h... Preprocessing /«PKGBUILDDIR»/itpp/srccode/vq.cpp... Parsing file /«PKGBUILDDIR»/itpp/srccode/vq.cpp... Preprocessing /«PKGBUILDDIR»/itpp/srccode/vq.h... Parsing file /«PKGBUILDDIR»/itpp/srccode/vq.h... Preprocessing /«PKGBUILDDIR»/itpp/srccode/vqtrain.cpp... Parsing file /«PKGBUILDDIR»/itpp/srccode/vqtrain.cpp... Preprocessing /«PKGBUILDDIR»/itpp/srccode/vqtrain.h... Parsing file /«PKGBUILDDIR»/itpp/srccode/vqtrain.h... Preprocessing /«PKGBUILDDIR»/itpp/stat/histogram.h... Parsing file /«PKGBUILDDIR»/itpp/stat/histogram.h... Preprocessing /«PKGBUILDDIR»/itpp/stat/misc_stat.cpp... Parsing file /«PKGBUILDDIR»/itpp/stat/misc_stat.cpp... Preprocessing /«PKGBUILDDIR»/itpp/stat/misc_stat.h... Parsing file /«PKGBUILDDIR»/itpp/stat/misc_stat.h... Preprocessing /«PKGBUILDDIR»/itpp/stat/mog_diag.cpp... Parsing file /«PKGBUILDDIR»/itpp/stat/mog_diag.cpp... Preprocessing /«PKGBUILDDIR»/itpp/stat/mog_diag.h... Parsing file /«PKGBUILDDIR»/itpp/stat/mog_diag.h... Preprocessing /«PKGBUILDDIR»/itpp/stat/mog_diag_em.cpp... Parsing file /«PKGBUILDDIR»/itpp/stat/mog_diag_em.cpp... Preprocessing /«PKGBUILDDIR»/itpp/stat/mog_diag_em.h... Parsing file /«PKGBUILDDIR»/itpp/stat/mog_diag_em.h... Preprocessing /«PKGBUILDDIR»/itpp/stat/mog_diag_kmeans.cpp... Parsing file /«PKGBUILDDIR»/itpp/stat/mog_diag_kmeans.cpp... Preprocessing /«PKGBUILDDIR»/itpp/stat/mog_diag_kmeans.h... Parsing file /«PKGBUILDDIR»/itpp/stat/mog_diag_kmeans.h... Preprocessing /«PKGBUILDDIR»/itpp/stat/mog_generic.cpp... Parsing file /«PKGBUILDDIR»/itpp/stat/mog_generic.cpp... Preprocessing /«PKGBUILDDIR»/itpp/stat/mog_generic.h... Parsing file /«PKGBUILDDIR»/itpp/stat/mog_generic.h... Preprocessing /«PKGBUILDDIR»/doc/local/authors.doc... Parsing file /«PKGBUILDDIR»/doc/local/authors.doc... Preprocessing /«PKGBUILDDIR»/doc/local/codingrules.doc... Parsing file /«PKGBUILDDIR»/doc/local/codingrules.doc... Preprocessing /«PKGBUILDDIR»/doc/local/copyright.doc... Parsing file /«PKGBUILDDIR»/doc/local/copyright.doc... Preprocessing /«PKGBUILDDIR»/doc/local/documentation.doc... Parsing file /«PKGBUILDDIR»/doc/local/documentation.doc... Preprocessing /«PKGBUILDDIR»/doc/local/features.doc... Parsing file /«PKGBUILDDIR»/doc/local/features.doc... Preprocessing /«PKGBUILDDIR»/doc/local/help_wanted.doc... Parsing file /«PKGBUILDDIR»/doc/local/help_wanted.doc... Preprocessing /«PKGBUILDDIR»/doc/local/index.doc... Parsing file /«PKGBUILDDIR»/doc/local/index.doc... Preprocessing /«PKGBUILDDIR»/doc/local/installation.doc... Parsing file /«PKGBUILDDIR»/doc/local/installation.doc... Preprocessing /«PKGBUILDDIR»/doc/local/linking.doc... Parsing file /«PKGBUILDDIR»/doc/local/linking.doc... Preprocessing /«PKGBUILDDIR»/doc/local/test.doc... Parsing file /«PKGBUILDDIR»/doc/local/test.doc... Preprocessing /«PKGBUILDDIR»/doc/local/users_guide.doc... Parsing file /«PKGBUILDDIR»/doc/local/users_guide.doc... Preprocessing /«PKGBUILDDIR»/doc/local/verification.doc... Parsing file /«PKGBUILDDIR»/doc/local/verification.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/bpsk.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/bpsk.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/convcode.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/convcode.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/exit_pccc.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/exit_pccc.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/interleaver.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/interleaver.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/itfile.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/itfile.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/ldpc_bersim_awgn.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/ldpc_bersim_awgn.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/ldpc_gen_codes.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/ldpc_gen_codes.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/matlab_itpp.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/matlab_itpp.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/mimoconv.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/mimoconv.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/mog.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/mog.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/pccc_bersim_awgn.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/pccc_bersim_awgn.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/qpsk_simulation.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/qpsk_simulation.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/rayleigh.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/rayleigh.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/reedsolomon.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/reedsolomon.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/sccc_bersim_awgn.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/sccc_bersim_awgn.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/spread.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/spread.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/timer.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/timer.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/turbo_equalizer_bersim_multipath.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/turbo_equalizer_bersim_multipath.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/tutorial.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/tutorial.doc... Preprocessing /«PKGBUILDDIR»/doc/tutorial/vector_and_matrix.doc... Parsing file /«PKGBUILDDIR»/doc/tutorial/vector_and_matrix.doc... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Associating documentation with classes... Computing nesting relations for classes... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Creating members for template instances... Computing class relations... Add enum values to enums... Searching for member function documentation... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Freeing entry tree Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Distributing member group documentation. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Computing dependencies between directories... Generating citations page... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Combining using relations... Adding members to index pages... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Parsing code for file doc/local/authors.doc... Parsing code for file doc/local/codingrules.doc... Parsing code for file doc/local/copyright.doc... Parsing code for file doc/local/documentation.doc... Parsing code for file doc/local/features.doc... Parsing code for file doc/local/help_wanted.doc... Parsing code for file doc/local/index.doc... Parsing code for file doc/local/installation.doc... Parsing code for file doc/local/linking.doc... Parsing code for file doc/local/test.doc... Parsing code for file doc/local/users_guide.doc... Parsing code for file doc/local/verification.doc... Parsing code for file doc/tutorial/bpsk.doc... Parsing code for file doc/tutorial/convcode.doc... Parsing code for file doc/tutorial/exit_pccc.doc... Parsing code for file doc/tutorial/interleaver.doc... Parsing code for file doc/tutorial/itfile.doc... Parsing code for file doc/tutorial/ldpc_bersim_awgn.doc... Parsing code for file doc/tutorial/ldpc_gen_codes.doc... Parsing code for file doc/tutorial/matlab_itpp.doc... Parsing code for file doc/tutorial/mimoconv.doc... Parsing code for file doc/tutorial/mog.doc... Parsing code for file doc/tutorial/pccc_bersim_awgn.doc... Parsing code for file doc/tutorial/qpsk_simulation.doc... Parsing code for file doc/tutorial/rayleigh.doc... Parsing code for file doc/tutorial/reedsolomon.doc... Parsing code for file doc/tutorial/sccc_bersim_awgn.doc... Parsing code for file doc/tutorial/spread.doc... Parsing code for file doc/tutorial/timer.doc... Parsing code for file doc/tutorial/turbo_equalizer_bersim_multipath.doc... Parsing code for file doc/tutorial/tutorial.doc... Parsing code for file doc/tutorial/vector_and_matrix.doc... Generating code for file itpp/base/algebra/cholesky.cpp... Generating code for file itpp/base/algebra/cholesky.h... Generating code for file itpp/base/algebra/det.cpp... Generating code for file itpp/base/algebra/det.h... Generating code for file itpp/base/algebra/eigen.cpp... Generating code for file itpp/base/algebra/eigen.h... Generating code for file itpp/base/algebra/inv.cpp... Generating code for file itpp/base/algebra/inv.h... Generating code for file itpp/base/algebra/ls_solve.cpp... Generating code for file itpp/base/algebra/ls_solve.h... Generating code for file itpp/base/algebra/lu.cpp... Generating code for file itpp/base/algebra/lu.h... Generating code for file itpp/base/algebra/qr.cpp... Generating code for file itpp/base/algebra/qr.h... Generating code for file itpp/base/algebra/schur.cpp... Generating code for file itpp/base/algebra/schur.h... Generating code for file itpp/base/algebra/svd.cpp... Generating code for file itpp/base/algebra/svd.h... Generating code for file itpp/base/array.h... Generating code for file itpp/base/bessel.cpp... Generating code for file itpp/base/bessel.h... Generating code for file itpp/base/binary.cpp... Generating code for file itpp/base/binary.h... Generating code for file itpp/base/binfile.cpp... Generating code for file itpp/base/binfile.h... Generating code for file itpp/base/circular_buffer.h... Generating code for file itpp/base/converters.cpp... Generating code for file itpp/base/converters.h... Generating code for file itpp/base/copy_vector.cpp... Generating code for file itpp/base/copy_vector.h... Generating code for file itpp/base/factory.h... Generating code for file itpp/base/fastmath.cpp... Generating code for file itpp/base/fastmath.h... Generating code for file itpp/base/gf2mat.cpp... Generating code for file itpp/base/gf2mat.h... Generating code for file itpp/base/help_functions.cpp... Generating code for file itpp/base/help_functions.h... Generating code for file itpp/base/itassert.cpp... Generating code for file itpp/base/itassert.h... Generating code for file itpp/base/itcompat.cpp... Generating code for file itpp/base/itcompat.h... Generating code for file itpp/base/itfile.cpp... Generating code for file itpp/base/itfile.h... Generating code for file itpp/base/ittypes.h... Generating code for file itpp/base/mat.cpp... Generating code for file itpp/base/mat.h... Generating code for file itpp/base/matfunc.cpp... Generating code for file itpp/base/matfunc.h... Generating code for file itpp/base/math/elem_math.cpp... Generating code for file itpp/base/math/elem_math.h... Generating code for file itpp/base/math/error.cpp... Generating code for file itpp/base/math/error.h... Generating code for file itpp/base/math/integration.cpp... Generating code for file itpp/base/math/integration.h... Generating code for file itpp/base/math/log_exp.cpp... Generating code for file itpp/base/math/log_exp.h... Generating code for file itpp/base/math/min_max.h... Generating code for file itpp/base/math/misc.cpp... Generating code for file itpp/base/math/misc.h... Generating code for file itpp/base/math/trig_hyp.cpp... Generating code for file itpp/base/math/trig_hyp.h... Generating code for file itpp/base/operators.cpp... Generating code for file itpp/base/operators.h... Generating code for file itpp/base/parser.cpp... Generating code for file itpp/base/parser.h... Generating code for file itpp/base/random.cpp... Generating code for file itpp/base/random.h... Generating code for file itpp/base/random_dsfmt.h... Generating code for file itpp/base/smat.cpp... Generating code for file itpp/base/smat.h... Generating code for file itpp/base/sort.h... Generating code for file itpp/base/specmat.cpp... Generating code for file itpp/base/specmat.h... Generating code for file itpp/base/stack.h... Generating code for file itpp/base/svec.cpp... Generating code for file itpp/base/svec.h... Generating code for file itpp/base/timing.cpp... Generating code for file itpp/base/timing.h... Generating code for file itpp/base/vec.cpp... Generating code for file itpp/base/vec.h... Generating code for file itpp/comm/bch.cpp... Generating code for file itpp/comm/bch.h... Generating code for file itpp/comm/channel.cpp... Generating code for file itpp/comm/channel.h... Generating code for file itpp/comm/channel_code.h... Generating code for file itpp/comm/commfunc.cpp... Generating code for file itpp/comm/commfunc.h... Generating code for file itpp/comm/convcode.cpp... Generating code for file itpp/comm/convcode.h... Generating code for file itpp/comm/crc.cpp... Generating code for file itpp/comm/crc.h... Generating code for file itpp/comm/egolay.cpp... Generating code for file itpp/comm/egolay.h... Generating code for file itpp/comm/error_counters.cpp... Generating code for file itpp/comm/error_counters.h... Generating code for file itpp/comm/exit.cpp... Generating code for file itpp/comm/exit.h... Generating code for file itpp/comm/galois.cpp... Generating code for file itpp/comm/galois.h... Generating code for file itpp/comm/hammcode.cpp... Generating code for file itpp/comm/hammcode.h... Generating code for file itpp/comm/interleave.cpp... Generating code for file itpp/comm/interleave.h... Generating code for file itpp/comm/ldpc.cpp... Generating code for file itpp/comm/ldpc.h... Generating code for file itpp/comm/llr.cpp... Generating code for file itpp/comm/llr.h... Generating code for file itpp/comm/modulator.cpp... Generating code for file itpp/comm/modulator.h... Generating code for file itpp/comm/modulator_nd.cpp... Generating code for file itpp/comm/modulator_nd.h... Generating code for file itpp/comm/ofdm.cpp... Generating code for file itpp/comm/ofdm.h... Generating code for file itpp/comm/pulse_shape.cpp... Generating code for file itpp/comm/pulse_shape.h... Generating code for file itpp/comm/punct_convcode.cpp... Generating code for file itpp/comm/punct_convcode.h... Generating code for file itpp/comm/rec_syst_conv_code.cpp... Generating code for file itpp/comm/rec_syst_conv_code.h... Generating code for file itpp/comm/reedsolomon.cpp... Generating code for file itpp/comm/reedsolomon.h... Generating code for file itpp/comm/sequence.cpp... Generating code for file itpp/comm/sequence.h... Generating code for file itpp/comm/siso.h... Generating code for file itpp/comm/siso_dem.cpp... Generating code for file itpp/comm/siso_eq.cpp... Generating code for file itpp/comm/siso_mud.cpp... Generating code for file itpp/comm/siso_nsc.cpp... Generating code for file itpp/comm/siso_rsc.cpp... Generating code for file itpp/comm/spread.cpp... Generating code for file itpp/comm/spread.h... Generating code for file itpp/comm/stc.cpp... Generating code for file itpp/comm/stc.h... Generating code for file itpp/comm/turbo.cpp... Generating code for file itpp/comm/turbo.h... Generating code for file itpp/config.h... Generating code for file itpp/fixed/cfix.cpp... Generating code for file itpp/fixed/cfix.h... Generating code for file itpp/fixed/cfixed.cpp... Generating code for file itpp/fixed/cfixed.h... Generating code for file itpp/fixed/fix.cpp... Generating code for file itpp/fixed/fix.h... Generating code for file itpp/fixed/fix_base.cpp... Generating code for file itpp/fixed/fix_base.h... Generating code for file itpp/fixed/fix_factory.cpp... Generating code for file itpp/fixed/fix_factory.h... Generating code for file itpp/fixed/fix_functions.cpp... Generating code for file itpp/fixed/fix_functions.h... Generating code for file itpp/fixed/fix_operators.cpp... Generating code for file itpp/fixed/fix_operators.h... Generating code for file itpp/fixed/fixed.cpp... Generating code for file itpp/fixed/fixed.h... Generating code for file itpp/itbase.h... Generating code for file itpp/itcomm.h... Generating code for file itpp/itfixed.h... Generating code for file itpp/itmex.h... Generating code for file itpp/itoptim.h... Generating code for file itpp/itprotocol.h... Generating code for file itpp/itsignal.h... Generating code for file itpp/itsrccode.h... Generating code for file itpp/itstat.h... Generating code for file itpp/optim/newton_search.cpp... Generating code for file itpp/optim/newton_search.h... Generating code for file itpp/protocol/events.cpp... Generating code for file itpp/protocol/events.h... Generating code for file itpp/protocol/front_drop_queue.cpp... Generating code for file itpp/protocol/front_drop_queue.h... Generating code for file itpp/protocol/packet.h... Generating code for file itpp/protocol/packet_channel.cpp... Generating code for file itpp/protocol/packet_channel.h... Generating code for file itpp/protocol/packet_generator.cpp... Generating code for file itpp/protocol/packet_generator.h... Generating code for file itpp/protocol/selective_repeat.cpp... Generating code for file itpp/protocol/selective_repeat.h... Generating code for file itpp/protocol/signals_slots.h... Generating code for file itpp/protocol/tcp.cpp... Generating code for file itpp/protocol/tcp.h... Generating code for file itpp/protocol/tcp_client_server.h... Generating code for file itpp/signal/fastica.cpp... Generating code for file itpp/signal/fastica.h... Generating code for file itpp/signal/filter.cpp... Generating code for file itpp/signal/filter.h... Generating code for file itpp/signal/filter_design.cpp... Generating code for file itpp/signal/filter_design.h... Generating code for file itpp/signal/freq_filt.cpp... Generating code for file itpp/signal/freq_filt.h... Generating code for file itpp/signal/poly.cpp... Generating code for file itpp/signal/poly.h... Generating code for file itpp/signal/resampling.cpp... Generating code for file itpp/signal/resampling.h... Generating code for file itpp/signal/sigfun.cpp... Generating code for file itpp/signal/sigfun.h... Generating code for file itpp/signal/source.cpp... Generating code for file itpp/signal/source.h... Generating code for file itpp/signal/transforms.cpp... Generating code for file itpp/signal/transforms.h... Generating code for file itpp/signal/window.cpp... Generating code for file itpp/signal/window.h... Generating code for file itpp/srccode/audiofile.cpp... Generating code for file itpp/srccode/audiofile.h... Generating code for file itpp/srccode/gmm.cpp... Generating code for file itpp/srccode/gmm.h... Generating code for file itpp/srccode/lpcfunc.cpp... Generating code for file itpp/srccode/lpcfunc.h... Generating code for file itpp/srccode/pnm.cpp... Generating code for file itpp/srccode/pnm.h... Generating code for file itpp/srccode/vq.cpp... Generating code for file itpp/srccode/vq.h... Generating code for file itpp/srccode/vqtrain.cpp... Generating code for file itpp/srccode/vqtrain.h... Generating code for file itpp/stat/histogram.h... Generating code for file itpp/stat/misc_stat.cpp... Generating code for file itpp/stat/misc_stat.h... Generating code for file itpp/stat/mog_diag.cpp... Generating code for file itpp/stat/mog_diag.h... Generating code for file itpp/stat/mog_diag_em.cpp... Generating code for file itpp/stat/mog_diag_em.h... Generating code for file itpp/stat/mog_diag_kmeans.cpp... Generating code for file itpp/stat/mog_diag_kmeans.h... Generating code for file itpp/stat/mog_generic.cpp... Generating code for file itpp/stat/mog_generic.h... Generating file documentation... Generating docs for file itpp/base/algebra/cholesky.cpp... Generating docs for file itpp/base/algebra/cholesky.h... Generating docs for file itpp/base/algebra/det.cpp... Generating docs for file itpp/base/algebra/det.h... Generating docs for file itpp/base/algebra/eigen.cpp... Generating docs for file itpp/base/algebra/eigen.h... Generating docs for file itpp/base/algebra/inv.cpp... Generating docs for file itpp/base/algebra/inv.h... Generating docs for file itpp/base/algebra/ls_solve.cpp... Generating docs for file itpp/base/algebra/ls_solve.h... Generating docs for file itpp/base/algebra/lu.cpp... Generating docs for file itpp/base/algebra/lu.h... Generating docs for file itpp/base/algebra/qr.cpp... Generating docs for file itpp/base/algebra/qr.h... Generating docs for file itpp/base/algebra/schur.cpp... Generating docs for file itpp/base/algebra/schur.h... Generating docs for file itpp/base/algebra/svd.cpp... Generating docs for file itpp/base/algebra/svd.h... Generating docs for file itpp/base/array.h... Generating docs for file itpp/base/bessel.cpp... Generating docs for file itpp/base/bessel.h... Generating docs for file itpp/base/binary.cpp... Generating docs for file itpp/base/binary.h... Generating docs for file itpp/base/binfile.cpp... Generating docs for file itpp/base/binfile.h... Generating docs for file itpp/base/circular_buffer.h... Generating docs for file itpp/base/converters.cpp... Generating docs for file itpp/base/converters.h... Generating docs for file itpp/base/copy_vector.cpp... Generating docs for file itpp/base/copy_vector.h... Generating docs for file itpp/base/factory.h... Generating docs for file itpp/base/fastmath.cpp... Generating docs for file itpp/base/fastmath.h... Generating docs for file itpp/base/gf2mat.cpp... Generating docs for file itpp/base/gf2mat.h... Generating docs for file itpp/base/help_functions.cpp... Generating docs for file itpp/base/help_functions.h... Generating docs for file itpp/base/itassert.cpp... Generating docs for file itpp/base/itassert.h... Generating docs for file itpp/base/itcompat.cpp... Generating docs for file itpp/base/itcompat.h... Generating docs for file itpp/base/itfile.cpp... Generating docs for file itpp/base/itfile.h... Generating docs for file itpp/base/ittypes.h... Generating docs for file itpp/base/mat.cpp... Generating docs for file itpp/base/mat.h... Generating docs for file itpp/base/matfunc.cpp... Generating docs for file itpp/base/matfunc.h... Generating docs for file itpp/base/math/elem_math.cpp... Generating docs for file itpp/base/math/elem_math.h... Generating docs for file itpp/base/math/error.cpp... Generating docs for file itpp/base/math/error.h... Generating docs for file itpp/base/math/integration.cpp... Generating docs for file itpp/base/math/integration.h... Generating docs for file itpp/base/math/log_exp.cpp... Generating docs for file itpp/base/math/log_exp.h... Generating docs for file itpp/base/math/min_max.h... Generating docs for file itpp/base/math/misc.cpp... Generating docs for file itpp/base/math/misc.h... Generating docs for file itpp/base/math/trig_hyp.cpp... Generating docs for file itpp/base/math/trig_hyp.h... Generating docs for file itpp/base/operators.cpp... Generating docs for file itpp/base/operators.h... Generating docs for file itpp/base/parser.cpp... Generating docs for file itpp/base/parser.h... Generating docs for file itpp/base/random.cpp... Generating docs for file itpp/base/random.h... Generating docs for file itpp/base/random_dsfmt.h... Generating docs for file itpp/base/smat.cpp... Generating docs for file itpp/base/smat.h... Generating docs for file itpp/base/sort.h... Generating docs for file itpp/base/specmat.cpp... Generating docs for file itpp/base/specmat.h... Generating docs for file itpp/base/stack.h... Generating docs for file itpp/base/svec.cpp... Generating docs for file itpp/base/svec.h... Generating docs for file itpp/base/timing.cpp... Generating docs for file itpp/base/timing.h... Generating docs for file itpp/base/vec.cpp... Generating docs for file itpp/base/vec.h... Generating docs for file itpp/comm/bch.cpp... Generating docs for file itpp/comm/bch.h... Generating docs for file itpp/comm/channel.cpp... Generating docs for file itpp/comm/channel.h... Generating docs for file itpp/comm/channel_code.h... Generating docs for file itpp/comm/commfunc.cpp... Generating docs for file itpp/comm/commfunc.h... Generating docs for file itpp/comm/convcode.cpp... Generating docs for file itpp/comm/convcode.h... Generating docs for file itpp/comm/crc.cpp... Generating docs for file itpp/comm/crc.h... Generating docs for file itpp/comm/egolay.cpp... Generating docs for file itpp/comm/egolay.h... Generating docs for file itpp/comm/error_counters.cpp... Generating docs for file itpp/comm/error_counters.h... Generating docs for file itpp/comm/exit.cpp... Generating docs for file itpp/comm/exit.h... Generating docs for file itpp/comm/galois.cpp... Generating docs for file itpp/comm/galois.h... Generating docs for file itpp/comm/hammcode.cpp... Generating docs for file itpp/comm/hammcode.h... Generating docs for file itpp/comm/interleave.cpp... Generating docs for file itpp/comm/interleave.h... Generating docs for file itpp/comm/ldpc.cpp... Generating docs for file itpp/comm/ldpc.h... Generating docs for file itpp/comm/llr.cpp... Generating docs for file itpp/comm/llr.h... Generating docs for file itpp/comm/modulator.cpp... Generating docs for file itpp/comm/modulator.h... Generating docs for file itpp/comm/modulator_nd.cpp... Generating docs for file itpp/comm/modulator_nd.h... Generating docs for file itpp/comm/ofdm.cpp... Generating docs for file itpp/comm/ofdm.h... Generating docs for file itpp/comm/pulse_shape.cpp... Generating docs for file itpp/comm/pulse_shape.h... Generating docs for file itpp/comm/punct_convcode.cpp... Generating docs for file itpp/comm/punct_convcode.h... Generating docs for file itpp/comm/rec_syst_conv_code.cpp... Generating docs for file itpp/comm/rec_syst_conv_code.h... Generating docs for file itpp/comm/reedsolomon.cpp... Generating docs for file itpp/comm/reedsolomon.h... Generating docs for file itpp/comm/sequence.cpp... Generating docs for file itpp/comm/sequence.h... Generating docs for file itpp/comm/siso.h... Generating docs for file itpp/comm/siso_dem.cpp... Generating docs for file itpp/comm/siso_eq.cpp... Generating docs for file itpp/comm/siso_mud.cpp... Generating docs for file itpp/comm/siso_nsc.cpp... Generating docs for file itpp/comm/siso_rsc.cpp... Generating docs for file itpp/comm/spread.cpp... Generating docs for file itpp/comm/spread.h... Generating docs for file itpp/comm/stc.cpp... Generating docs for file itpp/comm/stc.h... Generating docs for file itpp/comm/turbo.cpp... Generating docs for file itpp/comm/turbo.h... Generating docs for file itpp/fixed/cfix.cpp... Generating docs for file itpp/fixed/cfix.h... Generating docs for file itpp/fixed/cfixed.cpp... Generating docs for file itpp/fixed/cfixed.h... Generating docs for file itpp/fixed/fix.cpp... Generating docs for file itpp/fixed/fix.h... Generating docs for file itpp/fixed/fix_base.cpp... Generating docs for file itpp/fixed/fix_base.h... Generating docs for file itpp/fixed/fix_factory.cpp... Generating docs for file itpp/fixed/fix_factory.h... Generating docs for file itpp/fixed/fix_functions.cpp... Generating docs for file itpp/fixed/fix_functions.h... Generating docs for file itpp/fixed/fix_operators.cpp... Generating docs for file itpp/fixed/fix_operators.h... Generating docs for file itpp/fixed/fixed.cpp... Generating docs for file itpp/fixed/fixed.h... Generating docs for file itpp/itbase.h... Generating docs for file itpp/itcomm.h... Generating docs for file itpp/itfixed.h... Generating docs for file itpp/itmex.h... Generating docs for file itpp/itoptim.h... Generating docs for file itpp/itprotocol.h... Generating docs for file itpp/itsignal.h... Generating docs for file itpp/itsrccode.h... Generating docs for file itpp/itstat.h... Generating docs for file itpp/optim/newton_search.cpp... Generating docs for file itpp/optim/newton_search.h... Generating docs for file itpp/protocol/events.cpp... Generating docs for file itpp/protocol/events.h... Generating docs for file itpp/protocol/front_drop_queue.cpp... Generating docs for file itpp/protocol/front_drop_queue.h... Generating docs for file itpp/protocol/packet.h... Generating docs for file itpp/protocol/packet_channel.cpp... Generating docs for file itpp/protocol/packet_channel.h... Generating docs for file itpp/protocol/packet_generator.cpp... Generating docs for file itpp/protocol/packet_generator.h... Generating docs for file itpp/protocol/selective_repeat.cpp... Generating docs for file itpp/protocol/selective_repeat.h... Generating docs for file itpp/protocol/signals_slots.h... Generating docs for file itpp/protocol/tcp.cpp... Generating docs for file itpp/protocol/tcp.h... Generating docs for file itpp/protocol/tcp_client_server.h... Generating docs for file itpp/signal/fastica.cpp... Generating docs for file itpp/signal/fastica.h... Generating docs for file itpp/signal/filter.cpp... Generating docs for file itpp/signal/filter.h... Generating docs for file itpp/signal/filter_design.cpp... Generating docs for file itpp/signal/filter_design.h... Generating docs for file itpp/signal/freq_filt.cpp... Generating docs for file itpp/signal/freq_filt.h... Generating docs for file itpp/signal/poly.cpp... Generating docs for file itpp/signal/poly.h... Generating docs for file itpp/signal/resampling.cpp... Generating docs for file itpp/signal/resampling.h... Generating docs for file itpp/signal/sigfun.cpp... Generating docs for file itpp/signal/sigfun.h... Generating docs for file itpp/signal/source.cpp... Generating docs for file itpp/signal/source.h... Generating docs for file itpp/signal/transforms.cpp... Generating docs for file itpp/signal/transforms.h... Generating docs for file itpp/signal/window.cpp... Generating docs for file itpp/signal/window.h... Generating docs for file itpp/srccode/audiofile.cpp... Generating docs for file itpp/srccode/audiofile.h... Generating docs for file itpp/srccode/gmm.cpp... Generating docs for file itpp/srccode/gmm.h... Generating docs for file itpp/srccode/lpcfunc.cpp... Generating docs for file itpp/srccode/lpcfunc.h... Generating docs for file itpp/srccode/pnm.cpp... Generating docs for file itpp/srccode/pnm.h... Generating docs for file itpp/srccode/vq.cpp... Generating docs for file itpp/srccode/vq.h... Generating docs for file itpp/srccode/vqtrain.cpp... Generating docs for file itpp/srccode/vqtrain.h... Generating docs for file itpp/stat/histogram.h... Generating docs for file itpp/stat/misc_stat.cpp... Generating docs for file itpp/stat/misc_stat.h... Generating docs for file itpp/stat/mog_diag.cpp... Generating docs for file itpp/stat/mog_diag.h... Generating docs for file itpp/stat/mog_diag_em.cpp... Generating docs for file itpp/stat/mog_diag_em.h... Generating docs for file itpp/stat/mog_diag_kmeans.cpp... Generating docs for file itpp/stat/mog_diag_kmeans.h... Generating docs for file itpp/stat/mog_generic.cpp... Generating docs for file itpp/stat/mog_generic.h... Generating page documentation... Generating docs for page authors... Generating docs for page codingrules... Generating docs for page copyright... Generating docs for page documentation... Generating docs for page features... Generating docs for page help_wanted... Generating docs for page installation... Generating docs for page linking... Generating docs for page test... Generating docs for page users_guide... Generating docs for page verification... Generating docs for page bpsk... Generating docs for page convcode... Generating docs for page exit_pccc... Generating docs for page interleaver... Generating docs for page itfile... Generating docs for page ldpc_bersim_awgn... Generating docs for page ldpc_gen_codes... Generating docs for page matlab_itpp... Generating docs for page mimoconv... Generating docs for page mog... Generating docs for page pccc_bersim_awgn... Generating docs for page qpsk_simulation... Generating docs for page rayleigh... Generating docs for page reedsolomon... Generating docs for page sccc_bersim_awgn... Generating docs for page spread... Generating docs for page timer... Generating docs for page turbo_equalizer_bersim_multipath... Generating docs for page tutorial... Generating docs for page vector_and_matrix... Generating group documentation... Generating class documentation... Generating namespace index... Generating docs for namespace itpp Generating docs for compound itpp::Array... Generating docs for compound itpp::bin... Generating docs for compound itpp::bfstream_base... Generating docs for compound itpp::bofstream... Generating docs for compound itpp::bifstream... Generating docs for compound itpp::bfstream... Generating docs for compound itpp::Circular_Buffer... Generating docs for compound itpp::Factory... Generating docs for compound itpp::GF2mat_sparse_alist... Generating docs for compound itpp::GF2mat... Generating docs for compound itpp::it_file_base... Generating docs for nested compound itpp::it_file_base::data_header... Generating docs for nested compound itpp::it_file_base::file_header... Generating docs for compound itpp::it_ifile... Generating docs for compound itpp::it_file... Generating docs for compound itpp::Name... Generating docs for compound itpp::it_file_base_old... Generating docs for nested compound itpp::it_file_base_old::data_header... Generating docs for nested compound itpp::it_file_base_old::file_header... Generating docs for compound itpp::it_ifile_old... Generating docs for compound itpp::it_file_old... Generating docs for compound itpp::Mat... Generating docs for compound itpp::Parser... Generating docs for compound itpp::Bernoulli_RNG... Generating docs for compound itpp::I_Uniform_RNG... Generating docs for compound itpp::Uniform_RNG... Generating docs for compound itpp::Exponential_RNG... Generating docs for compound itpp::Normal_RNG... Generating docs for compound itpp::Gamma_RNG... Generating docs for compound itpp::Laplace_RNG... Generating docs for compound itpp::Complex_Normal_RNG... Generating docs for compound itpp::AR1_Normal_RNG... Generating docs for compound itpp::Weibull_RNG... Generating docs for compound itpp::Rayleigh_RNG... Generating docs for compound itpp::Rice_RNG... Generating docs for compound itpp::DSFMT... Generating docs for compound itpp::Sparse_Mat... Generating docs for compound itpp::Sort... Generating docs for compound itpp::Stack... Generating docs for compound itpp::Sparse_Vec... Generating docs for compound itpp::Timer... Generating docs for compound itpp::CPU_Timer... Generating docs for compound itpp::Real_Timer... Generating docs for compound itpp::Vec... Generating docs for compound itpp::BCH... Generating docs for compound itpp::Fading_Generator... Generating docs for compound itpp::Independent_Fading_Generator... Generating docs for compound itpp::Static_Fading_Generator... Generating docs for compound itpp::Correlated_Fading_Generator... Generating docs for compound itpp::Rice_Fading_Generator... Generating docs for compound itpp::FIR_Fading_Generator... Generating docs for compound itpp::IFFT_Fading_Generator... Generating docs for compound itpp::Channel_Specification... Generating docs for compound itpp::TDL_Channel... Generating docs for compound itpp::BSC... Generating docs for compound itpp::AWGN_Channel... Generating docs for compound itpp::Channel_Code... Generating docs for compound itpp::Dummy_Code... Generating docs for compound itpp::Convolutional_Code... Generating docs for compound itpp::CRC_Code... Generating docs for compound itpp::Extended_Golay... Generating docs for compound itpp::BERC... Generating docs for compound itpp::BLERC... Generating docs for compound itpp::EXIT... Generating docs for compound itpp::GF... Generating docs for compound itpp::GFX... Generating docs for compound itpp::Hamming_Code... Generating docs for compound itpp::Block_Interleaver... Generating docs for compound itpp::Cross_Interleaver... Generating docs for compound itpp::Sequence_Interleaver... Generating docs for compound itpp::LDPC_Parity... Generating docs for compound itpp::LDPC_Parity_Unstructured... Generating docs for compound itpp::LDPC_Parity_Irregular... Generating docs for compound itpp::LDPC_Parity_Regular... Generating docs for compound itpp::BLDPC_Parity... Generating docs for compound itpp::LDPC_Generator... Generating docs for compound itpp::LDPC_Generator_Systematic... Generating docs for compound itpp::BLDPC_Generator... Generating docs for compound itpp::LDPC_Code... Generating docs for compound itpp::LLR_calc_unit... Generating docs for compound itpp::Modulator... Generating docs for compound itpp::QAM... Generating docs for compound itpp::PSK... Generating docs for compound itpp::QPSK... Generating docs for compound itpp::BPSK_c... Generating docs for compound itpp::BPSK... Generating docs for compound itpp::PAM_c... Generating docs for compound itpp::PAM... Generating docs for compound itpp::Modulator_ND... Generating docs for compound itpp::Modulator_NRD... Generating docs for compound itpp::Modulator_NCD... Generating docs for compound itpp::ND_UPAM... Generating docs for compound itpp::ND_UQAM... Generating docs for compound itpp::ND_UPSK... Generating docs for compound itpp::OFDM... Generating docs for compound itpp::Pulse_Shape... Generating docs for compound itpp::Raised_Cosine... Generating docs for compound itpp::Root_Raised_Cosine... Generating docs for compound itpp::Punctured_Convolutional_Code... Generating docs for compound itpp::Rec_Syst_Conv_Code... Generating docs for compound itpp::Reed_Solomon... Generating docs for compound itpp::LFSR... Generating docs for compound itpp::Gold... Generating docs for compound itpp::SISO... Generating docs for compound itpp::Spread_1d... Generating docs for compound itpp::Spread_2d... Generating docs for compound itpp::Multicode_Spread_1d... Generating docs for compound itpp::Multicode_Spread_2d... Generating docs for compound itpp::STC... Generating docs for compound itpp::Turbo_Codec... Generating docs for compound itpp::CFix... Generating docs for compound itpp::CFixed... Generating docs for compound itpp::Fix... Generating docs for compound itpp::Fix_Base... Generating docs for compound itpp::Fix_Factory... Generating docs for compound itpp::Fixed... Generating docs for compound itpp::Newton_Search... Generating docs for compound itpp::Line_Search... Generating docs for compound itpp::Base_Event... Generating docs for compound itpp::Compare_Base_Event_Times... Generating docs for compound itpp::Event_Queue... Generating docs for compound itpp::Event... Generating docs for compound itpp::Data_Event... Generating docs for compound itpp::Front_Drop_Queue... Generating docs for compound itpp::Packet... Generating docs for compound itpp::L3_Packet_Info... Generating docs for compound itpp::Link_Packet... Generating docs for compound itpp::ACK... Generating docs for compound itpp::Packet_Channel... Generating docs for compound itpp::ACK_Channel... Generating docs for compound itpp::Packet_Generator... Generating docs for compound itpp::Poisson_Packet_Generator... Generating docs for compound itpp::Constant_Rate_Packet_Generator... Generating docs for compound itpp::Burst_WWW_Packet_Generator... Generating docs for compound itpp::Sink... Generating docs for compound itpp::Selective_Repeat_ARQ_Sender... Generating docs for compound itpp::Selective_Repeat_ARQ_Receiver... Generating docs for compound itpp::Signal... Generating docs for compound itpp::Base_Slot... Generating docs for compound itpp::Slot... Generating docs for compound itpp::TTimer... Generating docs for compound itpp::Sequence_Number... Generating docs for compound itpp::TCP_Segment... Generating docs for compound itpp::TCP_Packet... Generating docs for nested compound itpp::TCP_Packet::TDebugInfo... Generating docs for compound itpp::TCP_Sender... Generating docs for compound itpp::TCP_ReThis is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian) restricted \write18 enabled. entering extended mode (./_formulas.tex LaTeX2e <2011/06/27> Babel and hyphenation patterns for english, dumylang, nohyphenation, lo aded. (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2007/10/19 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/epsfig.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def)))) No file _formulas.aux. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] Overfull \hbox (70.30307pt too wide) detected at line 725 \OML/cmm/m/it/10 a\OT1/cmr/m/n/10 (0) \OMS/cmsy/m/n/10 ^^C \OML/cmm/m/it/10 y\O T1/cmr/m/n/10 (\OML/cmm/m/it/10 n\OT1/cmr/m/n/10 ) = \OML/cmm/m/it/10 b\OT1/cmr /m/n/10 (0) \OMS/cmsy/m/n/10 ^^C \OML/cmm/m/it/10 x\OT1/cmr/m/n/10 (\OML/cmm/m/ it/10 n\OT1/cmr/m/n/10 ) + \OML/cmm/m/it/10 b\OT1/cmr/m/n/10 (1) \OMS/cmsy/m/n/ 10 ^^C \OML/cmm/m/it/10 x\OT1/cmr/m/n/10 (\OML/cmm/m/it/10 n \OMS/cmsy/m/n/10 ^ ^@ \OT1/cmr/m/n/10 1) + [] + \OML/cmm/m/it/10 b\OT1/cmr/m/n/10 (\OML/cmm/m/it/1 0 N[]\OT1/cmr/m/n/10 ) \OMS/cmsy/m/n/10 ^^C \OML/cmm/m/it/10 x\OT1/cmr/m/n/10 ( \OML/cmm/m/it/10 n \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 N[]\OT1/cmr/m/n/10 ) \ OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 a\OT1/cmr/m/n/10 (1) \OMS/cmsy/m/n/10 ^^C \OML/cmm/m/it/10 y\OT1/cmr/m/n/10 (\OML/cmm/m/it/10 n \OMS/cmsy/m/n/10 ^^@ \OT1 /cmr/m/n/10 1) \OMS/cmsy/m/n/10 ^^@ [] ^^@ \OML/cmm/m/it/10 a\OT1/cmr/m/n/10 (\ OML/cmm/m/it/10 N[]\OT1/cmr/m/n/10 ) \OMS/cmsy/m/n/10 ^^C \OML/cmm/m/it/10 y\OT 1/cmr/m/n/10 (\OML/cmm/m/it/10 n \OMS/cmsy/m/n/10 ^^@ \OML/cmm/m/it/10 N[]\OT1/ cmr/m/n/10 ) [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] (./_formulas.aux) ) (see the transcript file for additional information) Output written on _formulas.dvi (301 pages, 41452 bytes). Transcript written on _formulas.log. ceiver_Buffer... Generating docs for compound itpp::TCP_Receiver... Generating docs for compound itpp::TCP_Server_Application... Generating docs for compound itpp::TCP_Client_Application... Generating docs for compound itpp::Fast_ICA... Generating docs for compound itpp::Filter... Generating docs for compound itpp::MA_Filter... Generating docs for compound itpp::AR_Filter... Generating docs for compound itpp::ARMA_Filter... Generating docs for compound itpp::Freq_Filt... Generating docs for compound itpp::Sine_Source... Generating docs for compound itpp::Square_Source... Generating docs for compound itpp::Triangle_Source... Generating docs for compound itpp::Sawtooth_Source... Generating docs for compound itpp::Impulse_Source... Generating docs for compound itpp::Pattern_Source... Generating docs for compound itpp::Audio_File... Generating docs for compound itpp::SND_Format... Generating docs for compound itpp::SND_In_File... Generating docs for compound itpp::SND_Out_File... Generating docs for compound itpp::SND_IO_File... Generating docs for compound itpp::Vector_Quantizer... Generating docs for compound itpp::Scalar_Quantizer... Generating docs for compound itpp::Histogram... Generating docs for compound itpp::Stat... Generating docs for compound itpp::MOG_diag... Generating docs for compound itpp::MOG_diag_EM_sup... Generating docs for compound itpp::MOG_diag_kmeans_sup... Generating docs for compound itpp::MOG_generic... Generating graph info page... Generating directory documentation... Generating bitmaps for formulas in HTML... Generating image form_0.png for formula Generating image form_1.png for formula Generating image form_2.png for formula Generating image form_3.png for formula Generating image form_4.png for formula Generating image form_5.png for formula Generating image form_6.png for formula Generating image form_7.png for formula Generating image form_8.png for formula Generating image form_9.png for formula Generating image form_10.png for formula Generating image form_11.png for formula Generating image form_12.png for formula Generating image form_13.png for formula Generating image form_14.png for formula Generating image form_15.png for formula Generating image form_16.png for formula Generating image form_17.png for formula Generating image form_18.png for formula Generating image form_19.png for formula Generating image form_20.png for formula Generating image form_21.png for formula Generating image form_22.png for formula Generating image form_23.png for formula Generating image form_24.png for formula Generating image form_25.png for formula Generating image form_26.png for formula Generating image form_27.png for formula Generating image form_28.png for formula Generating image form_29.png for formula Generating image form_30.png for formula Generating image form_31.png for formula Generating image form_32.png for formula Generating image form_33.png for formula Generating image form_34.png for formula Generating image form_35.png for formula Generating image form_36.png for formula Generating image form_37.png for formula Generating image form_38.png for formula Generating image form_39.png for formula Generating image form_40.png for formula Generating image form_41.png for formula Generating image form_42.png for formula Generating image form_43.png for formula Generating image form_44.png for formula Generating image form_45.png for formula Generating image form_46.png for formula Generating image form_47.png for formula Generating image form_48.png for formula Generating image form_49.png for formula Generating image form_50.png for formula Generating image form_51.png for formula Generating image form_52.png for formula Generating image form_53.png for formula Generating image form_54.png for formula Generating image form_55.png for formula Generating image form_56.png for formula Generating image form_57.png for formula Generating image form_58.png for formula Generating image form_59.png for formula Generating image form_60.png for formula Generating image form_61.png for formula Generating image form_62.png for formula Generating image form_63.png for formula Generating image form_64.png for formula Generating image form_65.png for formula Generating image form_66.png for formula Generating image form_67.png for formula Generating image form_68.png for formula Generating image form_69.png for formula Generating image form_70.png for formula Generating image form_71.png for formula Generating image form_72.png for formula Generating image form_73.png for formula Generating image form_74.png for formula Generating image form_75.png for formula Generating image form_76.png for formula Generating image form_77.png for formula Generating image form_78.png for formula Generating image form_79.png for formula Generating image form_80.png for formula Generating image form_81.png for formula Generating image form_82.png for formula Generating image form_83.png for formula Generating image form_84.png for formula Generating image form_85.png for formula Generating image form_86.png for formula Generating image form_87.png for formula Generating image form_88.png for formula Generating image form_89.png for formula Generating image form_90.png for formula Generating image form_91.png for formula Generating image form_92.png for formula Generating image form_93.png for formula Generating image form_94.png for formula Generating image form_95.png for formula Generating image form_96.png for formula Generating image form_97.png for formula Generating image form_98.png for formula Generating image form_99.png for formula Generating image form_100.png for formula Generating image form_101.png for formula Generating image form_102.png for formula Generating image form_103.png for formula Generating image form_104.png for formula Generating image form_105.png for formula Generating image form_106.png for formula Generating image form_107.png for formula Generating image form_108.png for formula Generating image form_109.png for formula Generating image form_110.png for formula Generating image form_111.png for formula Generating image form_112.png for formula Generating image form_113.png for formula Generating image form_114.png for formula Generating image form_115.png for formula Generating image form_116.png for formula Generating image form_117.png for formula Generating image form_118.png for formula Generating image form_119.png for formula Generating image form_120.png for formula Generating image form_121.png for formula Generating image form_122.png for formula Generating image form_123.png for formula Generating image form_124.png for formula Generating image form_125.png for formula Generating image form_126.png for formula Generating image form_127.png for formula Generating image form_128.png for formula Generating image form_129.png for formula Generating image form_130.png for formula Generating image form_131.png for formula Generating image form_132.png for formula Generating image form_133.png for formula Generating image form_134.png for formula Generating image form_135.png for formula Generating image form_136.png for formula Generating image form_137.png for formula Generating image form_138.png for formula Generating image form_139.png for formula Generating image form_140.png for formula Generating image form_141.png for formula Generating image form_142.png for formula Generating image form_143.png for formula Generating image form_144.png for formula Generating image form_145.png for formula Generating image form_146.png for formula Generating image form_147.png for formula Generating image form_148.png for formula Generating image form_149.png for formula Generating image form_150.png for formula Generating image form_151.png for formula Generating image form_152.png for formula Generating image form_153.png for formula Generating image form_154.png for formula Generating image form_155.png for formula Generating image form_156.png for formula Generating image form_157.png for formula Generating image form_158.png for formula Generating image form_159.png for formula Generating image form_160.png for formula Generating image form_161.png for formula Generating image form_162.png for formula Generating image form_163.png for formula Generating image form_164.png for formula Generating image form_165.png for formula Generating image form_166.png for formula Generating image form_167.png for formula Generating image form_168.png for formula Generating image form_169.png for formula Generating image form_170.png for formula Generating image form_171.png for formula Generating image form_172.png for formula Generating image form_173.png for formula Generating image form_174.png for formula Generating image form_175.png for formula Generating image form_176.png for formula Generating image form_177.png for formula Generating image form_178.png for formula Generating image form_179.png for formula Generating image form_180.png for formula Generating image form_181.png for formula Generating image form_182.png for formula Generating image form_183.png for formula Generating image form_184.png for formula Generating image form_185.png for formula Generating image form_186.png for formula Generating image form_187.png for formula Generating image form_188.png for formula Generating image form_189.png for formula Generating image form_190.png for formula Generating image form_191.png for formula Generating image form_192.png for formula Generating image form_193.png for formula Generating image form_194.png for formula Generating image form_195.png for formula Generating image form_196.png for formula Generating image form_197.png for formula Generating image form_198.png for formula Generating image form_199.png for formula Generating image form_200.png for formula Generating image form_201.png for formula Generating image form_202.png for formula Generating image form_203.png for formula Generating image form_204.png for formula Generating image form_205.png for formula Generating image form_206.png for formula Generating image form_207.png for formula Generating image form_208.png for formula Generating image form_209.png for formula Generating image form_210.png for formula Generating image form_211.png for formula Generating image form_212.png for formula Generating image form_213.png for formula Generating image form_214.png for formula Generating image form_215.png for formula Generating image form_216.png for formula Generating image form_217.png for formula Generating image form_218.png for formula Generating image form_219.png for formula Generating image form_220.png for formula Generating image form_221.png for formula Generating image form_222.png for formula Generating image form_223.png for formula Generating image form_224.png for formula Generating image form_225.png for formula Generating image form_226.png for formula Generating image form_227.png for formula Generating image form_228.png for formula Generating image form_229.png for formula Generating image form_230.png for formula Generating image form_231.png for formula Generating image form_232.png for formula Generating image form_233.png for formula Generating image form_234.png for formula Generating image form_235.png for formula Generating image form_236.png for formula Generating image form_237.png for formula Generating image form_238.png for formula Generating image form_239.png for formula Generating image form_240.png for formula Generating image form_241.png for formula Generating image form_242.png for formula Generating image form_243.png for formula Generating image form_244.png for formula Generating image form_245.png for formula Generating image form_246.png for formula Generating image form_247.png for formula Generating image form_248.png for formula Generating image form_249.png for formula Generating image form_250.png for formula Generating image form_251.png for formula Generating image form_252.png for formula Generating image form_253.png for formula Generating image form_254.png for formula Generating image form_255.png for formula Generating image form_256.png for formula Generating image form_257.png for formula Generating image form_258.png for formula Generating image form_259.png for formula Generating image form_260.png for formula Generating image form_261.png for formula Generating image form_262.png for formula Generating image form_263.png for formula Generating image form_264.png for formula Generating image form_265.png for formula Generating image form_266.png for formula Generating image form_267.png for formula Generating image form_268.png for formula Generating image form_269.png for formula Generating image form_270.png for formula Generating image form_271.png for formula Generating image form_272.png for formula Generating image form_273.png for formula Generating image form_274.png for formula Generating image form_275.png for formula Generating image form_276.png for formula Generating image form_277.png for formula Generating image form_278.png for formula Generating image form_279.png for formula Generating image form_280.png for formula Generating image form_281.png for formula Generating image form_282.png for formula Generating image form_283.png for formula Generating image form_284.png for formula Generating image form_285.png for formula Generating image form_286.png for formula Generating image form_287.png for formula Generating image form_288.png for formula Generating image form_289.png for formula Generating image form_290.png for formula Generating image form_291.png for formula Generating image form_292.png for formula Generating image form_293.png for formula Generating image form_294.png for formula Generating image form_295.png for formula Generating image form_296.png for formula Generating image form_297.png for formula Generating image form_298.png for formula Generating image form_299.png for formula Generating image form_300.png for formula Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... symbol cache used 13528/65536 hits=2094527 misses=13528 lookup cache used 8146/65536 hits=194530 misses=9055 finished... make[3]: Leaving directory `/«PKGBUILDDIR»/doc' make[2]: Leaving directory `/«PKGBUILDDIR»/doc' Making all in tests make[2]: Entering directory `/«PKGBUILDDIR»/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/«PKGBUILDDIR»/tests' make[2]: Entering directory `/«PKGBUILDDIR»' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' /usr/bin/make check make[1]: Entering directory `/«PKGBUILDDIR»' Making check in itpp make[2]: Entering directory `/«PKGBUILDDIR»/itpp' Making check in base make[3]: Entering directory `/«PKGBUILDDIR»/itpp/base' Making check in algebra make[4]: Entering directory `/«PKGBUILDDIR»/itpp/base/algebra' make[4]: Nothing to be done for `check'. make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/base/algebra' Making check in bessel make[4]: Entering directory `/«PKGBUILDDIR»/itpp/base/bessel' make[4]: Nothing to be done for `check'. make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/base/bessel' Making check in math make[4]: Entering directory `/«PKGBUILDDIR»/itpp/base/math' make[4]: Nothing to be done for `check'. make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/base/math' make[4]: Entering directory `/«PKGBUILDDIR»/itpp/base' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/«PKGBUILDDIR»/itpp/base' make[3]: Leaving directory `/«PKGBUILDDIR»/itpp/base' Making check in stat make[3]: Entering directory `/«PKGBUILDDIR»/itpp/stat' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/itpp/stat' Making check in comm make[3]: Entering directory `/«PKGBUILDDIR»/itpp/comm' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/itpp/comm' Making check in fixed make[3]: Entering directory `/«PKGBUILDDIR»/itpp/fixed' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/itpp/fixed' Making check in optim make[3]: Entering directory `/«PKGBUILDDIR»/itpp/optim' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/itpp/optim' Making check in protocol make[3]: Entering directory `/«PKGBUILDDIR»/itpp/protocol' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/itpp/protocol' Making check in signal make[3]: Entering directory `/«PKGBUILDDIR»/itpp/signal' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/itpp/signal' Making check in srccode make[3]: Entering directory `/«PKGBUILDDIR»/itpp/srccode' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/itpp/srccode' make[3]: Entering directory `/«PKGBUILDDIR»/itpp' make[3]: Leaving directory `/«PKGBUILDDIR»/itpp' make[2]: Leaving directory `/«PKGBUILDDIR»/itpp' Making check in extras make[2]: Entering directory `/«PKGBUILDDIR»/extras' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/«PKGBUILDDIR»/extras' Making check in win32 make[2]: Entering directory `/«PKGBUILDDIR»/win32' Making check in itpp_acml_tests make[3]: Entering directory `/«PKGBUILDDIR»/win32/itpp_acml_tests' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/win32/itpp_acml_tests' Making check in itpp_mkl_tests make[3]: Entering directory `/«PKGBUILDDIR»/win32/itpp_mkl_tests' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/win32/itpp_mkl_tests' make[3]: Entering directory `/«PKGBUILDDIR»/win32' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/«PKGBUILDDIR»/win32' make[2]: Leaving directory `/«PKGBUILDDIR»/win32' Making check in doc make[2]: Entering directory `/«PKGBUILDDIR»/doc' Making check in images make[3]: Entering directory `/«PKGBUILDDIR»/doc/images' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/doc/images' Making check in tutorial make[3]: Entering directory `/«PKGBUILDDIR»/doc/tutorial' Making check in src make[4]: Entering directory `/«PKGBUILDDIR»/doc/tutorial/src' /usr/bin/make mog_example read_it_file_example timer_example write_it_file_example vector_and_matrix_example bpsk_example convcode_example interleaver_example ldpc_gen_codes_example ldpc_bersim_awgn_example qpsk_simulation_example rayleigh_example reedsolomon_example spread_example pccc_bersim_awgn_example exit_pccc_example sccc_bersim_awgn_example turbo_equalizer_bersim_multipath_example mimoconv_example make[5]: Entering directory `/«PKGBUILDDIR»/doc/tutorial/src' g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT mog.o -MD -MP -MF .deps/mog.Tpo -c -o mog.o mog.cpp In file included from mog.cpp:1: In file included from ../../../itpp/itstat.h:68: ../../../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../../../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from mog.cpp:1: In file included from ../../../itpp/itstat.h:68: ../../../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../../../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from mog.cpp:1: In file included from ../../../itpp/itstat.h:68: ../../../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../../../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from mog.cpp:1: In file included from ../../../itpp/itstat.h:68: ../../../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../../../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/mog.Tpo .deps/mog.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o mog_example mog.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/mog_example mog.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT read_it_file.o -MD -MP -MF .deps/read_it_file.Tpo -c -o read_it_file.o read_it_file.cpp mv -f .deps/read_it_file.Tpo .deps/read_it_file.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o read_it_file_example read_it_file.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/read_it_file_example read_it_file.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o timer.cpp mv -f .deps/timer.Tpo .deps/timer.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o timer_example timer.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/timer_example timer.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT write_it_file.o -MD -MP -MF .deps/write_it_file.Tpo -c -o write_it_file.o write_it_file.cpp mv -f .deps/write_it_file.Tpo .deps/write_it_file.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o write_it_file_example write_it_file.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/write_it_file_example write_it_file.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT vector_and_matrix.o -MD -MP -MF .deps/vector_and_matrix.Tpo -c -o vector_and_matrix.o vector_and_matrix.cpp mv -f .deps/vector_and_matrix.Tpo .deps/vector_and_matrix.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o vector_and_matrix_example vector_and_matrix.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/vector_and_matrix_example vector_and_matrix.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT bpsk.o -MD -MP -MF .deps/bpsk.Tpo -c -o bpsk.o bpsk.cpp mv -f .deps/bpsk.Tpo .deps/bpsk.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o bpsk_example bpsk.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/bpsk_example bpsk.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT convcode.o -MD -MP -MF .deps/convcode.Tpo -c -o convcode.o convcode.cpp mv -f .deps/convcode.Tpo .deps/convcode.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o convcode_example convcode.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/convcode_example convcode.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT interleaver.o -MD -MP -MF .deps/interleaver.Tpo -c -o interleaver.o interleaver.cpp mv -f .deps/interleaver.Tpo .deps/interleaver.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o interleaver_example interleaver.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/interleaver_example interleaver.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT ldpc_gen_codes.o -MD -MP -MF .deps/ldpc_gen_codes.Tpo -c -o ldpc_gen_codes.o ldpc_gen_codes.cpp mv -f .deps/ldpc_gen_codes.Tpo .deps/ldpc_gen_codes.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o ldpc_gen_codes_example ldpc_gen_codes.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/ldpc_gen_codes_example ldpc_gen_codes.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT ldpc_bersim_awgn.o -MD -MP -MF .deps/ldpc_bersim_awgn.Tpo -c -o ldpc_bersim_awgn.o ldpc_bersim_awgn.cpp mv -f .deps/ldpc_bersim_awgn.Tpo .deps/ldpc_bersim_awgn.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o ldpc_bersim_awgn_example ldpc_bersim_awgn.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/ldpc_bersim_awgn_example ldpc_bersim_awgn.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT qpsk_simulation.o -MD -MP -MF .deps/qpsk_simulation.Tpo -c -o qpsk_simulation.o qpsk_simulation.cpp mv -f .deps/qpsk_simulation.Tpo .deps/qpsk_simulation.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o qpsk_simulation_example qpsk_simulation.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/qpsk_simulation_example qpsk_simulation.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT rayleigh.o -MD -MP -MF .deps/rayleigh.Tpo -c -o rayleigh.o rayleigh.cpp mv -f .deps/rayleigh.Tpo .deps/rayleigh.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o rayleigh_example rayleigh.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/rayleigh_example rayleigh.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT reedsolomon.o -MD -MP -MF .deps/reedsolomon.Tpo -c -o reedsolomon.o reedsolomon.cpp mv -f .deps/reedsolomon.Tpo .deps/reedsolomon.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o reedsolomon_example reedsolomon.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/reedsolomon_example reedsolomon.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT spread.o -MD -MP -MF .deps/spread.Tpo -c -o spread.o spread.cpp mv -f .deps/spread.Tpo .deps/spread.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o spread_example spread.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/spread_example spread.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT pccc_bersim_awgn.o -MD -MP -MF .deps/pccc_bersim_awgn.Tpo -c -o pccc_bersim_awgn.o pccc_bersim_awgn.cpp mv -f .deps/pccc_bersim_awgn.Tpo .deps/pccc_bersim_awgn.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o pccc_bersim_awgn_example pccc_bersim_awgn.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/pccc_bersim_awgn_example pccc_bersim_awgn.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT exit_pccc.o -MD -MP -MF .deps/exit_pccc.Tpo -c -o exit_pccc.o exit_pccc.cpp mv -f .deps/exit_pccc.Tpo .deps/exit_pccc.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o exit_pccc_example exit_pccc.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/exit_pccc_example exit_pccc.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT sccc_bersim_awgn.o -MD -MP -MF .deps/sccc_bersim_awgn.Tpo -c -o sccc_bersim_awgn.o sccc_bersim_awgn.cpp mv -f .deps/sccc_bersim_awgn.Tpo .deps/sccc_bersim_awgn.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o sccc_bersim_awgn_example sccc_bersim_awgn.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/sccc_bersim_awgn_example sccc_bersim_awgn.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT turbo_equalizer_bersim_multipath.o -MD -MP -MF .deps/turbo_equalizer_bersim_multipath.Tpo -c -o turbo_equalizer_bersim_multipath.o turbo_equalizer_bersim_multipath.cpp mv -f .deps/turbo_equalizer_bersim_multipath.Tpo .deps/turbo_equalizer_bersim_multipath.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o turbo_equalizer_bersim_multipath_example turbo_equalizer_bersim_multipath.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/turbo_equalizer_bersim_multipath_example turbo_equalizer_bersim_multipath.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../../../itpp -I../../.. -I../../.. -Wall -g -DNDEBUG -pipe -O2 -MT mimoconv.o -MD -MP -MF .deps/mimoconv.Tpo -c -o mimoconv.o mimoconv.cpp mv -f .deps/mimoconv.Tpo .deps/mimoconv.Po /bin/bash ../../../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o mimoconv_example mimoconv.o ../../../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/mimoconv_example mimoconv.o ../../../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas make[5]: Leaving directory `/«PKGBUILDDIR»/doc/tutorial/src' make[4]: Leaving directory `/«PKGBUILDDIR»/doc/tutorial/src' make[4]: Entering directory `/«PKGBUILDDIR»/doc/tutorial' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/«PKGBUILDDIR»/doc/tutorial' make[3]: Leaving directory `/«PKGBUILDDIR»/doc/tutorial' Making check in local make[3]: Entering directory `/«PKGBUILDDIR»/doc/local' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/doc/local' make[3]: Entering directory `/«PKGBUILDDIR»/doc' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/«PKGBUILDDIR»/doc' make[2]: Leaving directory `/«PKGBUILDDIR»/doc' Making check in tests make[2]: Entering directory `/«PKGBUILDDIR»/tests' /usr/bin/make array_test bessel_test blas_test circular_buffer_test converters_test fastmath_test gf2mat_test integration_test itfile_test mat_test parser_test rand_test sort_test sparse_test specmat_test timer_test vec_test histogram_test cholesky_test det_test eigen_test inv_test ls_solve_test lu_test matfunc_test qr_test schur_test svd_test stat_test bch_test commfunc_test convcode_test error_count_test galois_test interleaver_test ldpc_test llr_test modulator_test pulse_shape_test rec_syst_conv_code_test reedsolomon_test turbo_test siso_test exit_test modulator_nd_test channel_test fix_test newton_search_test filter_test source_test window_test fastica_test poly_test freq_filt_test sigfun_test transforms_test filter_design_test make[3]: Entering directory `/«PKGBUILDDIR»/tests' g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT array_test.o -MD -MP -MF .deps/array_test.Tpo -c -o array_test.o array_test.cpp mv -f .deps/array_test.Tpo .deps/array_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o array_test array_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/array_test array_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT bessel_test.o -MD -MP -MF .deps/bessel_test.Tpo -c -o bessel_test.o bessel_test.cpp mv -f .deps/bessel_test.Tpo .deps/bessel_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o bessel_test bessel_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/bessel_test bessel_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT blas_test.o -MD -MP -MF .deps/blas_test.Tpo -c -o blas_test.o blas_test.cpp mv -f .deps/blas_test.Tpo .deps/blas_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o blas_test blas_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/blas_test blas_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT circular_buffer_test.o -MD -MP -MF .deps/circular_buffer_test.Tpo -c -o circular_buffer_test.o circular_buffer_test.cpp mv -f .deps/circular_buffer_test.Tpo .deps/circular_buffer_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o circular_buffer_test circular_buffer_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/circular_buffer_test circular_buffer_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT converters_test.o -MD -MP -MF .deps/converters_test.Tpo -c -o converters_test.o converters_test.cpp mv -f .deps/converters_test.Tpo .deps/converters_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o converters_test converters_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/converters_test converters_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT fastmath_test.o -MD -MP -MF .deps/fastmath_test.Tpo -c -o fastmath_test.o fastmath_test.cpp mv -f .deps/fastmath_test.Tpo .deps/fastmath_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o fastmath_test fastmath_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/fastmath_test fastmath_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT gf2mat_test.o -MD -MP -MF .deps/gf2mat_test.Tpo -c -o gf2mat_test.o gf2mat_test.cpp mv -f .deps/gf2mat_test.Tpo .deps/gf2mat_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o gf2mat_test gf2mat_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/gf2mat_test gf2mat_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT integration_test.o -MD -MP -MF .deps/integration_test.Tpo -c -o integration_test.o integration_test.cpp mv -f .deps/integration_test.Tpo .deps/integration_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o integration_test integration_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/integration_test integration_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -DITFILE_TEST_FILE=\"./itfile_test_data.it\" -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT itfile_test-itfile_test.o -MD -MP -MF .deps/itfile_test-itfile_test.Tpo -c -o itfile_test-itfile_test.o `test -f 'itfile_test.cpp' || echo './'`itfile_test.cpp mv -f .deps/itfile_test-itfile_test.Tpo .deps/itfile_test-itfile_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o itfile_test itfile_test-itfile_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/itfile_test itfile_test-itfile_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT mat_test.o -MD -MP -MF .deps/mat_test.Tpo -c -o mat_test.o mat_test.cpp mv -f .deps/mat_test.Tpo .deps/mat_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o mat_test mat_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/mat_test mat_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -DPARSER_TEST_FILE=\"./parser_test_data.txt\" -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT parser_test-parser_test.o -MD -MP -MF .deps/parser_test-parser_test.Tpo -c -o parser_test-parser_test.o `test -f 'parser_test.cpp' || echo './'`parser_test.cpp mv -f .deps/parser_test-parser_test.Tpo .deps/parser_test-parser_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o parser_test parser_test-parser_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/parser_test parser_test-parser_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT rand_test.o -MD -MP -MF .deps/rand_test.Tpo -c -o rand_test.o rand_test.cpp mv -f .deps/rand_test.Tpo .deps/rand_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o rand_test rand_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/rand_test rand_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT sort_test.o -MD -MP -MF .deps/sort_test.Tpo -c -o sort_test.o sort_test.cpp mv -f .deps/sort_test.Tpo .deps/sort_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o sort_test sort_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/sort_test sort_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT sparse_test.o -MD -MP -MF .deps/sparse_test.Tpo -c -o sparse_test.o sparse_test.cpp mv -f .deps/sparse_test.Tpo .deps/sparse_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o sparse_test sparse_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/sparse_test sparse_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT specmat_test.o -MD -MP -MF .deps/specmat_test.Tpo -c -o specmat_test.o specmat_test.cpp mv -f .deps/specmat_test.Tpo .deps/specmat_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o specmat_test specmat_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/specmat_test specmat_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT timer_test.o -MD -MP -MF .deps/timer_test.Tpo -c -o timer_test.o timer_test.cpp mv -f .deps/timer_test.Tpo .deps/timer_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o timer_test timer_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/timer_test timer_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT vec_test.o -MD -MP -MF .deps/vec_test.Tpo -c -o vec_test.o vec_test.cpp mv -f .deps/vec_test.Tpo .deps/vec_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o vec_test vec_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/vec_test vec_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT histogram_test.o -MD -MP -MF .deps/histogram_test.Tpo -c -o histogram_test.o histogram_test.cpp In file included from histogram_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from histogram_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from histogram_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from histogram_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/histogram_test.Tpo .deps/histogram_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o histogram_test histogram_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/histogram_test histogram_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT cholesky_test.o -MD -MP -MF .deps/cholesky_test.Tpo -c -o cholesky_test.o cholesky_test.cpp In file included from cholesky_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from cholesky_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from cholesky_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from cholesky_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/cholesky_test.Tpo .deps/cholesky_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o cholesky_test cholesky_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/cholesky_test cholesky_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT det_test.o -MD -MP -MF .deps/det_test.Tpo -c -o det_test.o det_test.cpp In file included from det_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from det_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from det_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from det_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/det_test.Tpo .deps/det_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o det_test det_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/det_test det_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT eigen_test.o -MD -MP -MF .deps/eigen_test.Tpo -c -o eigen_test.o eigen_test.cpp In file included from eigen_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from eigen_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from eigen_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from eigen_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/eigen_test.Tpo .deps/eigen_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o eigen_test eigen_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/eigen_test eigen_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT inv_test.o -MD -MP -MF .deps/inv_test.Tpo -c -o inv_test.o inv_test.cpp mv -f .deps/inv_test.Tpo .deps/inv_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o inv_test inv_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/inv_test inv_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT ls_solve_test.o -MD -MP -MF .deps/ls_solve_test.Tpo -c -o ls_solve_test.o ls_solve_test.cpp mv -f .deps/ls_solve_test.Tpo .deps/ls_solve_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o ls_solve_test ls_solve_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/ls_solve_test ls_solve_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT lu_test.o -MD -MP -MF .deps/lu_test.Tpo -c -o lu_test.o lu_test.cpp In file included from lu_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from lu_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from lu_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from lu_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/lu_test.Tpo .deps/lu_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o lu_test lu_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/lu_test lu_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT matfunc_test.o -MD -MP -MF .deps/matfunc_test.Tpo -c -o matfunc_test.o matfunc_test.cpp In file included from matfunc_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from matfunc_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from matfunc_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from matfunc_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/matfunc_test.Tpo .deps/matfunc_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o matfunc_test matfunc_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/matfunc_test matfunc_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT qr_test.o -MD -MP -MF .deps/qr_test.Tpo -c -o qr_test.o qr_test.cpp In file included from qr_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from qr_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from qr_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from qr_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/qr_test.Tpo .deps/qr_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o qr_test qr_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/qr_test qr_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT schur_test.o -MD -MP -MF .deps/schur_test.Tpo -c -o schur_test.o schur_test.cpp In file included from schur_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from schur_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from schur_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from schur_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/schur_test.Tpo .deps/schur_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o schur_test schur_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/schur_test schur_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT svd_test.o -MD -MP -MF .deps/svd_test.Tpo -c -o svd_test.o svd_test.cpp In file included from svd_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from svd_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from svd_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from svd_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/svd_test.Tpo .deps/svd_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o svd_test svd_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/svd_test svd_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT stat_test.o -MD -MP -MF .deps/stat_test.Tpo -c -o stat_test.o stat_test.cpp In file included from stat_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from stat_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from stat_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from stat_test.cpp:29: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/stat_test.Tpo .deps/stat_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o stat_test stat_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/stat_test stat_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT bch_test.o -MD -MP -MF .deps/bch_test.Tpo -c -o bch_test.o bch_test.cpp mv -f .deps/bch_test.Tpo .deps/bch_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o bch_test bch_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/bch_test bch_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT commfunc_test.o -MD -MP -MF .deps/commfunc_test.Tpo -c -o commfunc_test.o commfunc_test.cpp mv -f .deps/commfunc_test.Tpo .deps/commfunc_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o commfunc_test commfunc_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/commfunc_test commfunc_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT convcode_test.o -MD -MP -MF .deps/convcode_test.Tpo -c -o convcode_test.o convcode_test.cpp mv -f .deps/convcode_test.Tpo .deps/convcode_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o convcode_test convcode_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/convcode_test convcode_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT error_count_test.o -MD -MP -MF .deps/error_count_test.Tpo -c -o error_count_test.o error_count_test.cpp mv -f .deps/error_count_test.Tpo .deps/error_count_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o error_count_test error_count_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/error_count_test error_count_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT galois_test.o -MD -MP -MF .deps/galois_test.Tpo -c -o galois_test.o galois_test.cpp mv -f .deps/galois_test.Tpo .deps/galois_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o galois_test galois_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/galois_test galois_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT interleaver_test.o -MD -MP -MF .deps/interleaver_test.Tpo -c -o interleaver_test.o interleaver_test.cpp mv -f .deps/interleaver_test.Tpo .deps/interleaver_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o interleaver_test interleaver_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/interleaver_test interleaver_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT ldpc_test.o -MD -MP -MF .deps/ldpc_test.Tpo -c -o ldpc_test.o ldpc_test.cpp mv -f .deps/ldpc_test.Tpo .deps/ldpc_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o ldpc_test ldpc_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/ldpc_test ldpc_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT llr_test.o -MD -MP -MF .deps/llr_test.Tpo -c -o llr_test.o llr_test.cpp mv -f .deps/llr_test.Tpo .deps/llr_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o llr_test llr_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/llr_test llr_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT modulator_test.o -MD -MP -MF .deps/modulator_test.Tpo -c -o modulator_test.o modulator_test.cpp mv -f .deps/modulator_test.Tpo .deps/modulator_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o modulator_test modulator_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/modulator_test modulator_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT pulse_shape_test.o -MD -MP -MF .deps/pulse_shape_test.Tpo -c -o pulse_shape_test.o pulse_shape_test.cpp mv -f .deps/pulse_shape_test.Tpo .deps/pulse_shape_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o pulse_shape_test pulse_shape_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/pulse_shape_test pulse_shape_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT rec_syst_conv_code_test.o -MD -MP -MF .deps/rec_syst_conv_code_test.Tpo -c -o rec_syst_conv_code_test.o rec_syst_conv_code_test.cpp mv -f .deps/rec_syst_conv_code_test.Tpo .deps/rec_syst_conv_code_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o rec_syst_conv_code_test rec_syst_conv_code_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/rec_syst_conv_code_test rec_syst_conv_code_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT reedsolomon_test.o -MD -MP -MF .deps/reedsolomon_test.Tpo -c -o reedsolomon_test.o reedsolomon_test.cpp mv -f .deps/reedsolomon_test.Tpo .deps/reedsolomon_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o reedsolomon_test reedsolomon_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/reedsolomon_test reedsolomon_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT turbo_test.o -MD -MP -MF .deps/turbo_test.Tpo -c -o turbo_test.o turbo_test.cpp mv -f .deps/turbo_test.Tpo .deps/turbo_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o turbo_test turbo_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/turbo_test turbo_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT siso_test.o -MD -MP -MF .deps/siso_test.Tpo -c -o siso_test.o siso_test.cpp mv -f .deps/siso_test.Tpo .deps/siso_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o siso_test siso_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/siso_test siso_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT exit_test.o -MD -MP -MF .deps/exit_test.Tpo -c -o exit_test.o exit_test.cpp mv -f .deps/exit_test.Tpo .deps/exit_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o exit_test exit_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/exit_test exit_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT modulator_nd_test.o -MD -MP -MF .deps/modulator_nd_test.Tpo -c -o modulator_nd_test.o modulator_nd_test.cpp mv -f .deps/modulator_nd_test.Tpo .deps/modulator_nd_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o modulator_nd_test modulator_nd_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/modulator_nd_test modulator_nd_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT channel_test.o -MD -MP -MF .deps/channel_test.Tpo -c -o channel_test.o channel_test.cpp mv -f .deps/channel_test.Tpo .deps/channel_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o channel_test channel_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/channel_test channel_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT fix_test.o -MD -MP -MF .deps/fix_test.Tpo -c -o fix_test.o fix_test.cpp mv -f .deps/fix_test.Tpo .deps/fix_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o fix_test fix_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/fix_test fix_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT newton_search_test.o -MD -MP -MF .deps/newton_search_test.Tpo -c -o newton_search_test.o newton_search_test.cpp mv -f .deps/newton_search_test.Tpo .deps/newton_search_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o newton_search_test newton_search_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/newton_search_test newton_search_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT filter_test.o -MD -MP -MF .deps/filter_test.Tpo -c -o filter_test.o filter_test.cpp mv -f .deps/filter_test.Tpo .deps/filter_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o filter_test filter_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/filter_test filter_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT source_test.o -MD -MP -MF .deps/source_test.Tpo -c -o source_test.o source_test.cpp In file included from source_test.cpp:30: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:123:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from source_test.cpp:30: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:126:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:265:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus' declared here virtual double log_lhood_single_gaus(const vec &x_in, const int k); ^ In file included from source_test.cpp:30: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:154:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const double * c_x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ In file included from source_test.cpp:30: In file included from ../itpp/itstat.h:68: ../itpp/stat/mog_diag.h:156:10: warning: 'itpp::MOG_diag::log_lhood_single_gaus_internal' hides overloaded virtual function [-Woverloaded-virtual] double log_lhood_single_gaus_internal(const vec &x_in, const int k) const; ^ ../itpp/stat/mog_generic.h:372:18: note: hidden overloaded virtual function 'itpp::MOG_generic::log_lhood_single_gaus_internal' declared here virtual double log_lhood_single_gaus_internal(const vec &x_in, const int k); ^ 4 warnings generated. mv -f .deps/source_test.Tpo .deps/source_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o source_test source_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/source_test source_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT window_test.o -MD -MP -MF .deps/window_test.Tpo -c -o window_test.o window_test.cpp mv -f .deps/window_test.Tpo .deps/window_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o window_test window_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/window_test window_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -DFASTICA_TEST_FILE=\"./fastica_test_data.txt\" -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT fastica_test-fastica_test.o -MD -MP -MF .deps/fastica_test-fastica_test.Tpo -c -o fastica_test-fastica_test.o `test -f 'fastica_test.cpp' || echo './'`fastica_test.cpp mv -f .deps/fastica_test-fastica_test.Tpo .deps/fastica_test-fastica_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o fastica_test fastica_test-fastica_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/fastica_test fastica_test-fastica_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT poly_test.o -MD -MP -MF .deps/poly_test.Tpo -c -o poly_test.o poly_test.cpp mv -f .deps/poly_test.Tpo .deps/poly_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o poly_test poly_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/poly_test poly_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT freq_filt_test.o -MD -MP -MF .deps/freq_filt_test.Tpo -c -o freq_filt_test.o freq_filt_test.cpp mv -f .deps/freq_filt_test.Tpo .deps/freq_filt_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o freq_filt_test freq_filt_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/freq_filt_test freq_filt_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT sigfun_test.o -MD -MP -MF .deps/sigfun_test.Tpo -c -o sigfun_test.o sigfun_test.cpp mv -f .deps/sigfun_test.Tpo .deps/sigfun_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o sigfun_test sigfun_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/sigfun_test sigfun_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT transforms_test.o -MD -MP -MF .deps/transforms_test.Tpo -c -o transforms_test.o transforms_test.cpp mv -f .deps/transforms_test.Tpo .deps/transforms_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o transforms_test transforms_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/transforms_test transforms_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas g++ -DHAVE_CONFIG_H -I. -I../itpp -I.. -I.. -Wall -g -DNDEBUG -pipe -O2 -MT filter_design_test.o -MD -MP -MF .deps/filter_design_test.Tpo -c -o filter_design_test.o filter_design_test.cpp mv -f .deps/filter_design_test.Tpo .deps/filter_design_test.Po /bin/bash ../libtool --tag=CXX --mode=link g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z,defs -o filter_design_test filter_design_test.o ../itpp/libitpp.la -lfftw3 -llapack -lblas libtool: link: g++ -Wall -g -DNDEBUG -pipe -O2 -Wl,-z -Wl,defs -o .libs/filter_design_test filter_design_test.o ../itpp/.libs/libitpp.so -lfftw3 -llapack -lblas make[3]: Leaving directory `/«PKGBUILDDIR»/tests' /usr/bin/make check-local make[3]: Entering directory `/«PKGBUILDDIR»/tests' ------------------------------------------------------------------------------ Test `array_test' PASSED. ------------------------------------------------------------------------------ Test `bessel_test' PASSED. ------------------------------------------------------------------------------ Test `blas_test' FAILED!!! ------------------------------------------------------------------------------ Test `circular_buffer_test' PASSED. ------------------------------------------------------------------------------ Test `converters_test' PASSED. ------------------------------------------------------------------------------ Test `fastmath_test' PASSED. ------------------------------------------------------------------------------ Test `gf2mat_test' PASSED. ------------------------------------------------------------------------------ Test `integration_test' PASSED. ------------------------------------------------------------------------------ Test `itfile_test' PASSED. ------------------------------------------------------------------------------ Test `mat_test' PASSED. ------------------------------------------------------------------------------ Test `parser_test' PASSED. ------------------------------------------------------------------------------ Test `rand_test' PASSED. ------------------------------------------------------------------------------ Test `sort_test' PASSED. ------------------------------------------------------------------------------ Test `sparse_test' PASSED. ------------------------------------------------------------------------------ Test `specmat_test' PASSED. ------------------------------------------------------------------------------ Test `timer_test' PASSED. ------------------------------------------------------------------------------ Test `vec_test' PASSED. ------------------------------------------------------------------------------ Test `histogram_test' PASSED. ------------------------------------------------------------------------------ Test `cholesky_test' PASSED. ------------------------------------------------------------------------------ Test `det_test' PASSED. ------------------------------------------------------------------------------ Test `eigen_test' PASSED. ------------------------------------------------------------------------------ Test `inv_test' PASSED. ------------------------------------------------------------------------------ Test `ls_solve_test' PASSED. ------------------------------------------------------------------------------ Test `lu_test' PASSED. ------------------------------------------------------------------------------ Test `matfunc_test' PASSED. ------------------------------------------------------------------------------ Test `qr_test' PASSED. ------------------------------------------------------------------------------ Test `schur_test' PASSED. ------------------------------------------------------------------------------ Test `svd_test' PASSED. ------------------------------------------------------------------------------ Test `stat_test' PASSED. ------------------------------------------------------------------------------ Test `bch_test' PASSED. ------------------------------------------------------------------------------ Test `commfunc_test' PASSED. ------------------------------------------------------------------------------ Test `convcode_test' PASSED. ------------------------------------------------------------------------------ Test `error_count_test' PASSED. ------------------------------------------------------------------------------ Test `galois_test' PASSED. ------------------------------------------------------------------------------ Test `interleaver_test' PASSED. ------------------------------------------------------------------------------ Test `ldpc_test' PASSED. ------------------------------------------------------------------------------ Test `llr_test' PASSED. ------------------------------------------------------------------------------ Test `modulator_test' PASSED. ------------------------------------------------------------------------------ Test `pulse_shape_test' PASSED. ------------------------------------------------------------------------------ Test `rec_syst_conv_code_test' PASSED. ------------------------------------------------------------------------------ Test `reedsolomon_test' PASSED. ------------------------------------------------------------------------------ Test `turbo_test' PASSED. ------------------------------------------------------------------------------ Test `siso_test' PASSED. ------------------------------------------------------------------------------ Test `exit_test' PASSED. ------------------------------------------------------------------------------ Test `modulator_nd_test' PASSED. ------------------------------------------------------------------------------ Test `channel_test' PASSED. ------------------------------------------------------------------------------ Test `fix_test' PASSED. ------------------------------------------------------------------------------ Test `newton_search_test' PASSED. ------------------------------------------------------------------------------ Test `filter_test' PASSED. ------------------------------------------------------------------------------ Test `source_test' PASSED. ------------------------------------------------------------------------------ Test `window_test' PASSED. ------------------------------------------------------------------------------ Test `fastica_test' PASSED. ------------------------------------------------------------------------------ Test `poly_test' PASSED. ------------------------------------------------------------------------------ Test `freq_filt_test' PASSED. ------------------------------------------------------------------------------ Test `sigfun_test' PASSED. ------------------------------------------------------------------------------ Test `transforms_test' PASSED. ------------------------------------------------------------------------------ Test `filter_design_test' PASSED. ------------------------------------------------------------------------------ ****************************************************************************** *** ERROR: 1/57 tests failed!!! ****************************************************************************** make[3]: *** [check-local] Error 1 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 make[3]: Leaving directory `/«PKGBUILDDIR»/tests' make[2]: Leaving directory `/«PKGBUILDDIR»/tests' make[1]: Leaving directory `/«PKGBUILDDIR»' ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2049 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 241112 Build-Time: 411 Distribution: unstable Fail-Stage: build Install-Time: 48 Job: libitpp_4.2-4 Package: libitpp Package-Time: 479 Source-Version: 4.2-4 Space: 241112 Status: attempted Version: 4.2-4 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2049 Build needed 00:07:59, 241112k disc space DC-Status: Failed 480.403662s