DC-Build-Header: subvertpy 0.8.10-2 / Mon Jul 09 20:40:46 +0000 2012 DC-Task: logfile:/tmp/subvertpy_0.8.10-2_unstable_clang.log version:0.8.10-2 modes:clang chroot:unstable source:subvertpy esttime:104 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 subvertpy_0.8.10-2' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-4-124.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ subvertpy 0.8.10-2 (amd64) 09 Jul 2012 20:40 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: subvertpy Version: 0.8.10-2 Source Version: 0.8.10-2 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/subvertpy-noLAHD/subvertpy-0.8.10' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/subvertpy-noLAHD' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-8592e1e5-04bd-48fb-980d-96d85557a3bb' 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: 'subvertpy' packaging is maintained in the 'Bzr' version control system at: http://bzr.debian.org/users/jelmer/subvertpy/unstable Please use: bzr branch http://bzr.debian.org/users/jelmer/subvertpy/unstable to retrieve the latest (possibly unreleased) updates to the package. Need to get 109 kB of source archives. Get:1 http://localhost/debian/ unstable/main subvertpy 0.8.10-2 (dsc) [1384 B] Get:2 http://localhost/debian/ unstable/main subvertpy 0.8.10-2 (tar) [104 kB] Get:3 http://localhost/debian/ unstable/main subvertpy 0.8.10-2 (diff) [3336 B] Fetched 109 kB in 0s (436 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 (27.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-2ew4IT/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/706 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 (>= 8.1.0), libsvn-dev, python (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python-all-dev (>= 2.6.6-3), python-docutils, python-pydoctor (>= 0.3+bzr567), python-testtools 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 (>= 8.1.0), libsvn-dev, python (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python-all-dev (>= 2.6.6-3), python-docutils, python-pydoctor (>= 0.3+bzr567), python-testtools dpkg-deb: building package `sbuild-build-depends-subvertpy-dummy' in `/«BUILDDIR»/resolver-Rn7ALj/apt_archive/sbuild-build-depends-subvertpy-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install subvertpy 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 comerr-dev debhelper docutils-common file gettext gettext-base groff-base html2text intltool-debian krb5-multidev libapr1 libapr1-dev libaprutil1 libaprutil1-dev libasprintf0c2 libcroco3 libexpat1 libexpat1-dev libgcrypt11 libgettextpo0 libglib2.0-0 libgnutls26 libgpg-error0 libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkeyutils1 libkrb5-3 libkrb5-dev libkrb5support0 libldap-2.4-2 libldap2-dev libmagic1 libmysqlclient-dev libmysqlclient18 libncursesw5 libneon27-gnutls libp11-kit0 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpq-dev libpq5 libpython2.6 libpython2.7 libsasl2-2 libserf1 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.0.0 libsvn-dev libsvn1 libtasn1-3 libunistring0 libxml2 man-db mime-support mysql-common po-debconf python python-all python-all-dbg python-all-dev python-dbg python-dev python-docutils python-epydoc python-minimal python-nevow python-pkg-resources python-pydoctor python-roman python-support python-testtools python-twisted-bin python-twisted-core python-twisted-web python-zope.interface python2.6 python2.6-dbg python2.6-dev python2.6-minimal python2.7 python2.7-dbg python2.7-dev python2.7-minimal sgml-base uuid-dev xml-core zlib1g-dev Suggested packages: wamerican wordlist whois vacation doc-base dh-make gettext-doc groff krb5-doc rng-tools krb5-user postgresql-doc-9.1 sqlite3-doc libsvn-doc libneon27-gnutls-dev less www-browser libmail-box-perl python-doc python-tk texlive-latex-recommended texlive-latex-base texlive-lang-french fonts-linuxlibertine ttf-linux-libertine epydoc-doc python-profiler python-distribute python-distribute-doc python-twisted python-twisted-bin-dbg python-gtk2 python-glade2 python-qt3 python-wxgtk2.8 python2.6-doc python-gdbm-dbg python-tk-dbg binfmt-support python2.7-doc sgml-base-doc Recommended packages: curl wget lynx-cur autopoint libglib2.0-data shared-mime-info krb5-locales libgpm2 ca-certificates libsasl2-modules libssl-doc libmail-sendmail-perl python-imaging python-pygments libpaper-utils python-lxml docutils-doc ghostscript texlive-latex-extra texlive-fonts-recommended graphviz python-fixtures python-openssl python-pam python-serial The following NEW packages will be installed: bsdmainutils comerr-dev debhelper docutils-common file gettext gettext-base groff-base html2text intltool-debian krb5-multidev libapr1 libapr1-dev libaprutil1 libaprutil1-dev libasprintf0c2 libcroco3 libexpat1 libexpat1-dev libgcrypt11 libgettextpo0 libglib2.0-0 libgnutls26 libgpg-error0 libgssapi-krb5-2 libgssrpc4 libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkeyutils1 libkrb5-3 libkrb5-dev libkrb5support0 libldap-2.4-2 libldap2-dev libmagic1 libmysqlclient-dev libmysqlclient18 libncursesw5 libneon27-gnutls libp11-kit0 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpq-dev libpq5 libpython2.6 libpython2.7 libsasl2-2 libserf1 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.0.0 libsvn-dev libsvn1 libtasn1-3 libunistring0 libxml2 man-db mime-support mysql-common po-debconf python python-all python-all-dbg python-all-dev python-dbg python-dev python-docutils python-epydoc python-minimal python-nevow python-pkg-resources python-pydoctor python-roman python-support python-testtools python-twisted-bin python-twisted-core python-twisted-web python-zope.interface python2.6 python2.6-dbg python2.6-dev python2.6-minimal python2.7 python2.7-dbg python2.7-dev python2.7-minimal sbuild-build-depends-subvertpy-dummy sgml-base uuid-dev xml-core zlib1g-dev 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. Need to get 92.5 MB/92.5 MB of archives. After this operation, 258 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 libgssrpc4 amd64 1.10.1+dfsg-1 [87.3 kB] Get:16 http://localhost/debian/ unstable/main libkadm5clnt-mit8 amd64 1.10.1+dfsg-1 [67.4 kB] Get:17 http://localhost/debian/ unstable/main libkdb5-6 amd64 1.10.1+dfsg-1 [66.2 kB] Get:18 http://localhost/debian/ unstable/main libkadm5srv-mit8 amd64 1.10.1+dfsg-1 [84.4 kB] Get:19 http://localhost/debian/ unstable/main libsasl2-2 amd64 2.1.25.dfsg1-4+b1 [120 kB] Get:20 http://localhost/debian/ unstable/main libldap-2.4-2 amd64 2.4.31-1 [243 kB] Get:21 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:22 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:23 http://localhost/debian/ unstable/main libsqlite3-0 amd64 3.7.13-1 [455 kB] Get:24 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:25 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:26 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:27 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:28 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:29 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:30 http://localhost/debian/ unstable/main mysql-common all 5.5.24+dfsg-4 [75.8 kB] Get:31 http://localhost/debian/ unstable/main libmysqlclient18 amd64 5.5.24+dfsg-4 [1043 kB] Get:32 http://localhost/debian/ unstable/main libpcrecpp0 amd64 1:8.30-5 [125 kB] Get:33 http://localhost/debian/ unstable/main libapr1 amd64 1.4.6-3 [99.6 kB] Get:34 http://localhost/debian/ unstable/main libaprutil1 amd64 1.4.1-2 [89.7 kB] Get:35 http://localhost/debian/ unstable/main libserf1 amd64 1.1.0-2 [46.8 kB] Get:36 http://localhost/debian/ unstable/main libneon27-gnutls amd64 0.29.6-3 [142 kB] Get:37 http://localhost/debian/ unstable/main libsvn1 amd64 1.7.5-1 [1195 kB] Get:38 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:39 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:40 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:41 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:42 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:43 http://localhost/debian/ unstable/main mime-support all 3.52-1 [35.5 kB] Get:44 http://localhost/debian/ unstable/main python2.7-minimal amd64 2.7.3-1 [1770 kB] Get:45 http://localhost/debian/ unstable/main python2.7 amd64 2.7.3-1 [2726 kB] Get:46 http://localhost/debian/ unstable/main python-minimal all 2.7.3-1 [42.1 kB] Get:47 http://localhost/debian/ unstable/main python all 2.7.3-1 [179 kB] Get:48 http://localhost/debian/ unstable/main python-support all 1.0.15 [33.6 kB] Get:49 http://localhost/debian/ unstable/main python2.6-minimal amd64 2.6.8-0.2 [1549 kB] Get:50 http://localhost/debian/ unstable/main python2.6 amd64 2.6.8-0.2 [2507 kB] Get:51 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:52 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:53 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:54 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:55 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:56 http://localhost/debian/ unstable/main sgml-base all 1.26+nmu3 [13.5 kB] Get:57 http://localhost/debian/ unstable/main xml-core all 0.13+nmu1 [23.8 kB] Get:58 http://localhost/debian/ unstable/main docutils-common all 0.8.1-8 [200 kB] Get:59 http://localhost/debian/ unstable/main comerr-dev amd64 2.1-1.42.4-3 [42.8 kB] Get:60 http://localhost/debian/ unstable/main krb5-multidev amd64 1.10.1+dfsg-1 [153 kB] Get:61 http://localhost/debian/ unstable/main uuid-dev amd64 2.20.1-5.1 [72.2 kB] Get:62 http://localhost/debian/ unstable/main libapr1-dev amd64 1.4.6-3 [1065 kB] Get:63 http://localhost/debian/ unstable/main libldap2-dev amd64 2.4.31-1 [563 kB] Get:64 http://localhost/debian/ unstable/main libexpat1-dev amd64 2.1.0-1 [229 kB] Get:65 http://localhost/debian/ unstable/main libpcre3-dev amd64 1:8.30-5 [349 kB] Get:66 http://localhost/debian/ unstable/main libsqlite3-dev amd64 3.7.13-1 [578 kB] Get:67 http://localhost/debian/ unstable/main libpq5 amd64 9.1.4-2 [527 kB] Get:68 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:69 http://localhost/debian/ unstable/main libssl-dev amd64 1.0.1c-3 [1696 kB] Get:70 http://localhost/debian/ unstable/main libkrb5-dev amd64 1.10.1+dfsg-1 [39.4 kB] Get:71 http://localhost/debian/ unstable/main libpq-dev amd64 9.1.4-2 [613 kB] Get:72 http://localhost/debian/ unstable/main libmysqlclient-dev amd64 5.5.24+dfsg-4 [1503 kB] Get:73 http://localhost/debian/ unstable/main libaprutil1-dev amd64 1.4.1-2 [629 kB] Get:74 http://localhost/debian/ unstable/main libpython2.6 amd64 2.6.8-0.2 [1104 kB] Get:75 http://localhost/debian/ unstable/main libpython2.7 amd64 2.7.3-1 [1212 kB] Get:76 http://localhost/debian/ unstable/main python-all all 2.7.3-1 [880 B] Get:77 http://localhost/debian/ unstable/main python2.7-dev amd64 2.7.3-1 [22.3 MB] Get:78 http://localhost/debian/ unstable/main python-dev all 2.7.3-1 [912 B] Get:79 http://localhost/debian/ unstable/main python2.6-dev amd64 2.6.8-0.2 [4894 kB] Get:80 http://localhost/debian/ unstable/main python-all-dev all 2.7.3-1 [894 B] Get:81 http://localhost/debian/ unstable/main python-roman all 0.8.1-8 [51.9 kB] Get:82 http://localhost/debian/ unstable/main python-docutils all 0.8.1-8 [392 kB] Get:83 http://localhost/debian/ unstable/main python-epydoc all 3.0.1-12 [268 kB] Get:84 http://localhost/debian/ unstable/main python-twisted-bin amd64 12.0.0-1 [45.9 kB] Get:85 http://localhost/debian/ unstable/main python-pkg-resources all 0.6.24-1 [63.6 kB] Get:86 http://localhost/debian/ unstable/main python-zope.interface amd64 3.6.1-1 [127 kB] Get:87 http://localhost/debian/ unstable/main python-twisted-core all 12.0.0-1 [1226 kB] Get:88 http://localhost/debian/ unstable/main python-twisted-web all 12.0.0-1 [459 kB] Get:89 http://localhost/debian/ unstable/main python-nevow all 0.10.0-4 [565 kB] Get:90 http://localhost/debian/ unstable/main python-pydoctor all 0.3+bzr567-1 [55.2 kB] Get:91 http://localhost/debian/ unstable/main python-testtools all 0.9.14-2 [293 kB] Get:92 http://localhost/debian/ unstable/main libsvn-dev amd64 1.7.5-1 [1677 kB] Get:93 http://localhost/debian/ unstable/main python2.7-dbg amd64 2.7.3-1 [9614 kB] Get:94 http://localhost/debian/ unstable/main python-dbg all 2.7.3-1 [1012 B] Get:95 http://localhost/debian/ unstable/main python2.6-dbg amd64 2.6.8-0.2 [13.7 MB] Get:96 http://localhost/debian/ unstable/main python-all-dbg all 2.7.3-1 [900 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 92.5 MB in 6s (14.1 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 libgssrpc4:amd64. Unpacking libgssrpc4:amd64 (from .../libgssrpc4_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkadm5clnt-mit8:amd64. Unpacking libkadm5clnt-mit8:amd64 (from .../libkadm5clnt-mit8_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkdb5-6:amd64. Unpacking libkdb5-6:amd64 (from .../libkdb5-6_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkadm5srv-mit8:amd64. Unpacking libkadm5srv-mit8:amd64 (from .../libkadm5srv-mit8_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libsasl2-2:amd64. Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-4+b1_amd64.deb) ... Selecting previously unselected package libldap-2.4-2:amd64. Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-1_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 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 libexpat1:amd64. Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1_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 mysql-common. Unpacking mysql-common (from .../mysql-common_5.5.24+dfsg-4_all.deb) ... Selecting previously unselected package libmysqlclient18:amd64. Unpacking libmysqlclient18:amd64 (from .../libmysqlclient18_5.5.24+dfsg-4_amd64.deb) ... Selecting previously unselected package libpcrecpp0:amd64. Unpacking libpcrecpp0:amd64 (from .../libpcrecpp0_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libapr1. Unpacking libapr1 (from .../libapr1_1.4.6-3_amd64.deb) ... Selecting previously unselected package libaprutil1. Unpacking libaprutil1 (from .../libaprutil1_1.4.1-2_amd64.deb) ... Selecting previously unselected package libserf1:amd64. Unpacking libserf1:amd64 (from .../libserf1_1.1.0-2_amd64.deb) ... Selecting previously unselected package libneon27-gnutls. Unpacking libneon27-gnutls (from .../libneon27-gnutls_0.29.6-3_amd64.deb) ... Selecting previously unselected package libsvn1:amd64. Unpacking libsvn1:amd64 (from .../libsvn1_1.7.5-1_amd64.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 python-support. Unpacking python-support (from .../python-support_1.0.15_all.deb) ... Selecting previously unselected package python2.6-minimal. Unpacking python2.6-minimal (from .../python2.6-minimal_2.6.8-0.2_amd64.deb) ... Selecting previously unselected package python2.6. Unpacking python2.6 (from .../python2.6_2.6.8-0.2_amd64.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 sgml-base. Unpacking sgml-base (from .../sgml-base_1.26+nmu3_all.deb) ... Selecting previously unselected package xml-core. Unpacking xml-core (from .../xml-core_0.13+nmu1_all.deb) ... Selecting previously unselected package docutils-common. Unpacking docutils-common (from .../docutils-common_0.8.1-8_all.deb) ... Selecting previously unselected package comerr-dev. Unpacking comerr-dev (from .../comerr-dev_2.1-1.42.4-3_amd64.deb) ... Selecting previously unselected package krb5-multidev. Unpacking krb5-multidev (from .../krb5-multidev_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package uuid-dev. Unpacking uuid-dev (from .../uuid-dev_2.20.1-5.1_amd64.deb) ... Selecting previously unselected package libapr1-dev. Unpacking libapr1-dev (from .../libapr1-dev_1.4.6-3_amd64.deb) ... Selecting previously unselected package libldap2-dev:amd64. Unpacking libldap2-dev:amd64 (from .../libldap2-dev_2.4.31-1_amd64.deb) ... Selecting previously unselected package libexpat1-dev. Unpacking libexpat1-dev (from .../libexpat1-dev_2.1.0-1_amd64.deb) ... Selecting previously unselected package libpcre3-dev. Unpacking libpcre3-dev (from .../libpcre3-dev_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libsqlite3-dev. Unpacking libsqlite3-dev (from .../libsqlite3-dev_3.7.13-1_amd64.deb) ... Selecting previously unselected package libpq5. Unpacking libpq5 (from .../libpq5_9.1.4-2_amd64.deb) ... Selecting previously unselected package zlib1g-dev:amd64. Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ... Selecting previously unselected package libssl-dev. Unpacking libssl-dev (from .../libssl-dev_1.0.1c-3_amd64.deb) ... Selecting previously unselected package libkrb5-dev. Unpacking libkrb5-dev (from .../libkrb5-dev_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libpq-dev. Unpacking libpq-dev (from .../libpq-dev_9.1.4-2_amd64.deb) ... Selecting previously unselected package libmysqlclient-dev. Unpacking libmysqlclient-dev (from .../libmysqlclient-dev_5.5.24+dfsg-4_amd64.deb) ... Selecting previously unselected package libaprutil1-dev. Unpacking libaprutil1-dev (from .../libaprutil1-dev_1.4.1-2_amd64.deb) ... Selecting previously unselected package libpython2.6. Unpacking libpython2.6 (from .../libpython2.6_2.6.8-0.2_amd64.deb) ... Selecting previously unselected package libpython2.7. Unpacking libpython2.7 (from .../libpython2.7_2.7.3-1_amd64.deb) ... Selecting previously unselected package python-all. Unpacking python-all (from .../python-all_2.7.3-1_all.deb) ... Selecting previously unselected package python2.7-dev. Unpacking python2.7-dev (from .../python2.7-dev_2.7.3-1_amd64.deb) ... Selecting previously unselected package python-dev. Unpacking python-dev (from .../python-dev_2.7.3-1_all.deb) ... Selecting previously unselected package python2.6-dev. Unpacking python2.6-dev (from .../python2.6-dev_2.6.8-0.2_amd64.deb) ... Selecting previously unselected package python-all-dev. Unpacking python-all-dev (from .../python-all-dev_2.7.3-1_all.deb) ... Selecting previously unselected package python-roman. Unpacking python-roman (from .../python-roman_0.8.1-8_all.deb) ... Selecting previously unselected package python-docutils. Unpacking python-docutils (from .../python-docutils_0.8.1-8_all.deb) ... Selecting previously unselected package python-epydoc. Unpacking python-epydoc (from .../python-epydoc_3.0.1-12_all.deb) ... Selecting previously unselected package python-twisted-bin. Unpacking python-twisted-bin (from .../python-twisted-bin_12.0.0-1_amd64.deb) ... Selecting previously unselected package python-pkg-resources. Unpacking python-pkg-resources (from .../python-pkg-resources_0.6.24-1_all.deb) ... Selecting previously unselected package python-zope.interface. Unpacking python-zope.interface (from .../python-zope.interface_3.6.1-1_amd64.deb) ... Selecting previously unselected package python-twisted-core. Unpacking python-twisted-core (from .../python-twisted-core_12.0.0-1_all.deb) ... Selecting previously unselected package python-twisted-web. Unpacking python-twisted-web (from .../python-twisted-web_12.0.0-1_all.deb) ... Selecting previously unselected package python-nevow. Unpacking python-nevow (from .../python-nevow_0.10.0-4_all.deb) ... Selecting previously unselected package python-pydoctor. Unpacking python-pydoctor (from .../python-pydoctor_0.3+bzr567-1_all.deb) ... Selecting previously unselected package python-testtools. Unpacking python-testtools (from .../python-testtools_0.9.14-2_all.deb) ... Selecting previously unselected package libsvn-dev. Unpacking libsvn-dev (from .../libsvn-dev_1.7.5-1_amd64.deb) ... Selecting previously unselected package python2.7-dbg. Unpacking python2.7-dbg (from .../python2.7-dbg_2.7.3-1_amd64.deb) ... Selecting previously unselected package python-dbg. Unpacking python-dbg (from .../python-dbg_2.7.3-1_all.deb) ... Selecting previously unselected package python2.6-dbg. Unpacking python2.6-dbg (from .../python2.6-dbg_2.6.8-0.2_amd64.deb) ... Selecting previously unselected package python-all-dbg. Unpacking python-all-dbg (from .../python-all-dbg_2.7.3-1_all.deb) ... Selecting previously unselected package sbuild-build-depends-subvertpy-dummy. Unpacking sbuild-build-depends-subvertpy-dummy (from .../sbuild-build-depends-subvertpy-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 libgssrpc4:amd64 (1.10.1+dfsg-1) ... Setting up libkadm5clnt-mit8:amd64 (1.10.1+dfsg-1) ... Setting up libkdb5-6:amd64 (1.10.1+dfsg-1) ... Setting up libkadm5srv-mit8:amd64 (1.10.1+dfsg-1) ... Setting up libsasl2-2:amd64 (2.1.25.dfsg1-4+b1) ... Setting up libldap-2.4-2:amd64 (2.4.31-1) ... 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 libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libexpat1:amd64 (2.1.0-1) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up mysql-common (5.5.24+dfsg-4) ... Setting up libmysqlclient18:amd64 (5.5.24+dfsg-4) ... Setting up libpcrecpp0:amd64 (1:8.30-5) ... Setting up libapr1 (1.4.6-3) ... Setting up libaprutil1 (1.4.1-2) ... Setting up libserf1:amd64 (1.1.0-2) ... Setting up libneon27-gnutls (0.29.6-3) ... Setting up libsvn1:amd64 (1.7.5-1) ... 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 python-support (1.0.15) ... Setting up python2.6-minimal (2.6.8-0.2) ... Setting up python2.6 (2.6.8-0.2) ... 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 sgml-base (1.26+nmu3) ... Updating the super catalog... Setting up xml-core (0.13+nmu1) ... Setting up comerr-dev (2.1-1.42.4-3) ... Setting up krb5-multidev (1.10.1+dfsg-1) ... Setting up uuid-dev (2.20.1-5.1) ... Setting up libapr1-dev (1.4.6-3) ... Setting up libldap2-dev:amd64 (2.4.31-1) ... Setting up libexpat1-dev (2.1.0-1) ... Setting up libpcre3-dev (1:8.30-5) ... Setting up libsqlite3-dev (3.7.13-1) ... Setting up libpq5 (9.1.4-2) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... Setting up libssl-dev (1.0.1c-3) ... Setting up libkrb5-dev (1.10.1+dfsg-1) ... Setting up libpq-dev (9.1.4-2) ... Setting up libmysqlclient-dev (5.5.24+dfsg-4) ... Setting up libaprutil1-dev (1.4.1-2) ... Setting up libpython2.6 (2.6.8-0.2) ... Setting up libpython2.7 (2.7.3-1) ... Setting up python-all (2.7.3-1) ... Setting up python2.7-dev (2.7.3-1) ... Setting up python-dev (2.7.3-1) ... Setting up python2.6-dev (2.6.8-0.2) ... Setting up python-all-dev (2.7.3-1) ... Setting up python-roman (0.8.1-8) ... Setting up python-epydoc (3.0.1-12) ... Setting up python-twisted-bin (12.0.0-1) ... Setting up python-pkg-resources (0.6.24-1) ... Setting up python-zope.interface (3.6.1-1) ... Setting up python-twisted-core (12.0.0-1) ... Setting up python-twisted-web (12.0.0-1) ... Setting up python-nevow (0.10.0-4) ... Setting up python-testtools (0.9.14-2) ... Setting up libsvn-dev (1.7.5-1) ... Setting up python2.7-dbg (2.7.3-1) ... Setting up python-dbg (2.7.3-1) ... Setting up python2.6-dbg (2.6.8-0.2) ... Setting up python-all-dbg (2.7.3-1) ... Processing triggers for python-twisted-core ... Setting up python-pydoctor (0.3+bzr567-1) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up docutils-common (0.8.1-8) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up python-docutils (0.8.1-8) ... update-alternatives: using /usr/share/docutils/scripts/python2/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python2/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode update-alternatives: using /usr/share/docutils/scripts/python2/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode update-alternatives: using /usr/share/docutils/scripts/python2/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode update-alternatives: using /usr/share/docutils/scripts/python2/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python2/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode update-alternatives: using /usr/share/docutils/scripts/python2/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode update-alternatives: using /usr/share/docutils/scripts/python2/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python2/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode Setting up sbuild-build-depends-subvertpy-dummy (0.invalid.0) ... Processing triggers for python-support ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ 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 comerr-dev_2.1-1.42.4-3 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 docutils-common_0.8.1-8 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 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 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 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 krb5-multidev_1.10.1+dfsg-1 libacl1_2.2.51-8 libapr1_1.4.6-3 libapr1-dev_1.4.6-3 libaprutil1_1.4.1-2 libaprutil1-dev_1.4.1-2 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 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 libdb5.1_5.1.29-5 libdpkg-perl_1.16.7 libexpat1_2.1.0-1 libexpat1-dev_2.1.0-1 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 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 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 libgssapi-krb5-2_1.10.1+dfsg-1 libgssrpc4_1.10.1+dfsg-1 libitm1_4.7.1-3 libk5crypto3_1.10.1+dfsg-1 libkadm5clnt-mit8_1.10.1+dfsg-1 libkadm5srv-mit8_1.10.1+dfsg-1 libkdb5-6_1.10.1+dfsg-1 libkeyutils1_1.5.5-3 libkrb5-3_1.10.1+dfsg-1 libkrb5-dev_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 libldap-2.4-2_2.4.31-1 libldap2-dev_2.4.31-1 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 libmysqlclient-dev_5.5.24+dfsg-4 libmysqlclient18_5.5.24+dfsg-4 libncurses5_5.9-10 libncursesw5_5.9-10 libneon27-gnutls_0.29.6-3 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 libpcre3_1:8.30-5 libpcre3-dev_1:8.30-5 libpcrecpp0_1:8.30-5 libpipeline1_1.2.1-1 libpq-dev_9.1.4-2 libpq5_9.1.4-2 libpython2.6_2.6.8-0.2 libpython2.7_2.7.3-1 libquadmath0_4.7.1-3 libreadline6_6.2-8 libsasl2-2_2.1.25.dfsg1-4+b1 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libserf1_1.1.0-2 libslang2_2.2.4-15 libsqlite3-0_3.7.13-1 libsqlite3-dev_3.7.13-1 libss2_1.42.4-3 libssl-dev_1.0.1c-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 libsvn-dev_1.7.5-1 libsvn1_1.7.5-1 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 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 libxml2_2.8.0+dfsg1-4 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 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 mysql-common_5.5.24+dfsg-4 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 python_2.7.3-1 python-all_2.7.3-1 python-all-dbg_2.7.3-1 python-all-dev_2.7.3-1 python-dbg_2.7.3-1 python-dev_2.7.3-1 python-docutils_0.8.1-8 python-epydoc_3.0.1-12 python-minimal_2.7.3-1 python-nevow_0.10.0-4 python-pkg-resources_0.6.24-1 python-pydoctor_0.3+bzr567-1 python-roman_0.8.1-8 python-support_1.0.15 python-testtools_0.9.14-2 python-twisted-bin_12.0.0-1 python-twisted-core_12.0.0-1 python-twisted-web_12.0.0-1 python-zope.interface_3.6.1-1 python2.6_2.6.8-0.2 python2.6-dbg_2.6.8-0.2 python2.6-dev_2.6.8-0.2 python2.6-minimal_2.6.8-0.2 python2.7_2.7.3-1 python2.7-dbg_2.7.3-1 python2.7-dev_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-subvertpy-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sgml-base_1.26+nmu3 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 tzdata_2012c-1 ucf_3.0025+nmu3 util-linux_2.20.1-5.1 uuid-dev_2.20.1-5.1 xml-core_0.13+nmu1 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 zlib1g-dev_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Tue Feb 28 14:40:07 2012 UTC using DSA key ID 1EEF5276 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./subvertpy_0.8.10-2.dsc dpkg-source: info: extracting subvertpy in subvertpy-0.8.10 dpkg-source: info: unpacking subvertpy_0.8.10.orig.tar.gz dpkg-source: info: unpacking subvertpy_0.8.10-2.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-8592e1e5-04bd-48fb-980d-96d85557a3bb 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 subvertpy dpkg-buildpackage: source version 0.8.10-2 dpkg-buildpackage: source changed by Jelmer Vernooij dpkg-source --before-build subvertpy-0.8.10 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh --with python2 --buildsystem=python_distutils clean dh_testdir -O--buildsystem=python_distutils dh_auto_clean -O--buildsystem=python_distutils running clean 'build/lib.linux-x86_64-2.6-pydebug' does not exist -- can't clean it 'build/bdist.linux-x86_64' does not exist -- can't clean it 'build/scripts-2.6' does not exist -- can't clean it [24116 refs] running clean 'build/lib.linux-x86_64-2.7-pydebug' does not exist -- can't clean it 'build/bdist.linux-x86_64' does not exist -- can't clean it 'build/scripts-2.7' does not exist -- can't clean it [29510 refs] running clean 'build/lib.linux-x86_64-2.6' does not exist -- can't clean it 'build/bdist.linux-x86_64' does not exist -- can't clean it 'build/scripts-2.6' does not exist -- can't clean it running clean 'build/lib.linux-x86_64-2.7' does not exist -- can't clean it 'build/bdist.linux-x86_64' does not exist -- can't clean it 'build/scripts-2.7' does not exist -- can't clean it dh_clean -O--buildsystem=python_distutils dpkg-source -b subvertpy-0.8.10 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building subvertpy using existing ./subvertpy_0.8.10.orig.tar.gz dpkg-source: info: building subvertpy in subvertpy_0.8.10-2.debian.tar.gz dpkg-source: info: building subvertpy in subvertpy_0.8.10-2.dsc debian/rules build dh --with python2 --buildsystem=python_distutils build dh_testdir -O--buildsystem=python_distutils dh_auto_configure -O--buildsystem=python_distutils debian/rules override_dh_auto_build make[1]: Entering directory `/«PKGBUILDDIR»' dh_auto_build running build running build_py creating build creating build/lib.linux-x86_64-2.6-pydebug creating build/lib.linux-x86_64-2.6-pydebug/subvertpy copying subvertpy/server.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy copying subvertpy/ra_svn.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy copying subvertpy/ra.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy copying subvertpy/properties.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy copying subvertpy/marshall.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy copying subvertpy/delta.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy copying subvertpy/__init__.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy creating build/lib.linux-x86_64-2.6-pydebug/subvertpy/tests copying subvertpy/tests/test_wc.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy/tests copying subvertpy/tests/test_server.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy/tests copying subvertpy/tests/test_repos.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy/tests copying subvertpy/tests/test_ra.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy/tests copying subvertpy/tests/test_properties.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy/tests copying subvertpy/tests/test_marshall.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy/tests copying subvertpy/tests/test_delta.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy/tests copying subvertpy/tests/test_core.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy/tests copying subvertpy/tests/test_client.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy/tests copying subvertpy/tests/__init__.py -> build/lib.linux-x86_64-2.6-pydebug/subvertpy/tests running build_ext building 'subvertpy.client' extension creating build/temp.linux-x86_64-2.6-pydebug creating build/temp.linux-x86_64-2.6-pydebug/subvertpy gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/client.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/client.o subvertpy/client.c:461:9: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:524:34: warning: 'svn_client_commit4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:569:34: warning: 'svn_client_export4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_export4(&result_rev, from, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:570:9: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(to, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:608:34: warning: 'svn_client_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:669:34: warning: 'svn_client_mkdir3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:783:34: warning: 'svn_client_copy5' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_copy5(&commit_info, src_paths, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:840:34: warning: 'svn_client_propset3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_propset3(&commit_info, propname, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:890:23: warning: 'svn_client_propget3' is deprecated [-Wdeprecated-declarations] svn_client_propget3(&hash_props, propname, target, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:1059:31: warning: 'svn_client_update3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_update3(&result_revs, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:1227:23: warning: 'svn_client_diff4' is deprecated [-Wdeprecated-declarations] svn_client_diff4(c_diffopts, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/editor.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/util.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/_ra.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/_ra.o subvertpy/_ra.c:505:10: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] path = svn_path_join (path, "subvertpy", pool); ^ subvertpy/_ra.c:595:13: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ret->url = svn_path_canonicalize(url, ret->pool); ^ subvertpy/_ra.c:642:8: warning: 'svn_ra_open3' is deprecated [-Wdeprecated-declarations] err = svn_ra_open3(&ret->ra, ret->url, uuid, ^ subvertpy/_ra.c:707:12: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ra->url = svn_path_canonicalize(url, ra->pool); ^ subvertpy/_ra.c:1350:8: warning: 'svn_ra_change_rev_prop' is deprecated [-Wdeprecated-declarations] svn_ra_change_rev_prop(ra->ra, rev, name, val_string, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1392:7: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), revision, dirent_fields, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1468:58: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1525:34: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_check_path(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &kind, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1552:28: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_stat(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &dirent, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1684:34: warning: 'svn_ra_get_locks' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1742:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), peg_revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/wc.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/wc.o subvertpy/wc.c:457:16: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] ret->entry = *svn_wc_entry_dup(entry, ret->pool); ^ subvertpy/wc.c:572:15: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] dup_status = svn_wc_dup_status2(status, ret->pool); ^ subvertpy/wc.c:624:8: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] err = svn_wc_adm_open3(&ret->adm, parent_wc, ^ subvertpy/wc.c:625:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, ret->pool), ^ subvertpy/wc.c:644:29: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:651:25: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); ^ subvertpy/wc.c:670:31: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:706:31: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:738:31: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:780:31: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:781:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:31: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:52: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:852:31: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:853:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:906:31: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:907:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, depth, copyfrom_url, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:945:31: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:975:31: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1020:19: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] traversal_info = svn_wc_init_traversal_info(temp_pool); ^ subvertpy/wc.c:1022:31: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1022:55: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1086:8: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, ^ subvertpy/wc.c:1173:31: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1220:31: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1221:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, recurse, new_revnum, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1247:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] svn_wc_adm_close2(admobj->adm, temp_pool); ^ subvertpy/wc.c:1274:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:1293:31: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1317:31: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1339:31: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1378:31: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1412:31: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1436:3: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] svn_wc_remove_from_revision_control(admobj->adm, name, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1504:31: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1532:31: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1566:3: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] svn_wc_translated_stream(&stream, path, versioned_file, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1603:5: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_text_modified_p(&ret, path, force_comparison, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1628:5: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_props_modified_p(&ret, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1654:31: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:5: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1715:5: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] svn_wc_is_wc_root(&wc_root, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1745:3: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_text_deltas2(&tempfile, digest, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1746:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, fulltext, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:3: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:31: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1810:26: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1811:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1839:26: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1840:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1870:26: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1871:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), writelock, levels_to_lock, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1916:5: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] svn_wc_resolved_conflict4(path, admobj->adm, resolve_text, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1986:31: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2025:4: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] svn_wc_status2( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:27: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:41: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2257:3: warning: 'svn_wc_queue_committed' is deprecated [-Wdeprecated-declarations] svn_wc_queue_committed(&self->queue, path, admobj->adm, recurse, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2365:4: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] svn_wc_revision_status( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2367:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(wc_path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:5: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:33: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:71: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:8: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:27: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:26: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:42: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2604:5: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] svn_wc_cleanup2(path, diff3_cmd, py_cancel_check, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 71 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/subvertpy/client.o build/temp.linux-x86_64-2.6-pydebug/subvertpy/editor.o build/temp.linux-x86_64-2.6-pydebug/subvertpy/util.o build/temp.linux-x86_64-2.6-pydebug/subvertpy/_ra.o build/temp.linux-x86_64-2.6-pydebug/subvertpy/wc.o -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 -lsvn_wc-1 -o build/lib.linux-x86_64-2.6-pydebug/subvertpy/client_d.so -L/usr/lib -lapr-1 building 'subvertpy._ra' extension gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/_ra.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/_ra.o subvertpy/_ra.c:505:10: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] path = svn_path_join (path, "subvertpy", pool); ^ subvertpy/_ra.c:595:13: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ret->url = svn_path_canonicalize(url, ret->pool); ^ subvertpy/_ra.c:642:8: warning: 'svn_ra_open3' is deprecated [-Wdeprecated-declarations] err = svn_ra_open3(&ret->ra, ret->url, uuid, ^ subvertpy/_ra.c:707:12: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ra->url = svn_path_canonicalize(url, ra->pool); ^ subvertpy/_ra.c:1350:8: warning: 'svn_ra_change_rev_prop' is deprecated [-Wdeprecated-declarations] svn_ra_change_rev_prop(ra->ra, rev, name, val_string, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1392:7: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), revision, dirent_fields, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1468:58: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1525:34: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_check_path(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &kind, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1552:28: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_stat(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &dirent, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1684:34: warning: 'svn_ra_get_locks' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1742:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), peg_revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/util.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/editor.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/subvertpy/_ra.o build/temp.linux-x86_64-2.6-pydebug/subvertpy/util.o build/temp.linux-x86_64-2.6-pydebug/subvertpy/editor.o -lsvn_ra-1 -lsvn_delta-1 -lsvn_subr-1 -o build/lib.linux-x86_64-2.6-pydebug/subvertpy/_ra_d.so -L/usr/lib -lapr-1 building 'subvertpy.repos' extension gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/repos.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/repos.o subvertpy/repos.c:66:17: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), NULL, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:107:8: warning: 'svn_repos_open' is deprecated [-Wdeprecated-declarations] err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), ^ subvertpy/repos.c:107:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), ^ subvertpy/repos.c:343:31: warning: 'svn_repos_load_fs2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_repos_load_fs2(reposobj->repos, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:472:3: warning: 'svn_repos_verify_fs' is deprecated [-Wdeprecated-declarations] svn_repos_verify_fs(self->repos, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:502:3: warning: 'svn_repos_fs_pack' is deprecated [-Wdeprecated-declarations] svn_repos_fs_pack(self->repos, py_pack_notify, notify_func, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 6 warnings generated. gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/util.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/subvertpy/repos.o build/temp.linux-x86_64-2.6-pydebug/subvertpy/util.o -lsvn_repos-1 -lsvn_subr-1 -lsvn_fs-1 -o build/lib.linux-x86_64-2.6-pydebug/subvertpy/repos_d.so -L/usr/lib -lapr-1 building 'subvertpy.wc' extension gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/wc.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/wc.o subvertpy/wc.c:457:16: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] ret->entry = *svn_wc_entry_dup(entry, ret->pool); ^ subvertpy/wc.c:572:15: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] dup_status = svn_wc_dup_status2(status, ret->pool); ^ subvertpy/wc.c:624:8: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] err = svn_wc_adm_open3(&ret->adm, parent_wc, ^ subvertpy/wc.c:625:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, ret->pool), ^ subvertpy/wc.c:644:29: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:651:25: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); ^ subvertpy/wc.c:670:31: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:706:31: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:738:31: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:780:31: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:781:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:31: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:52: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:852:31: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:853:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:906:31: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:907:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, depth, copyfrom_url, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:945:31: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:975:31: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1020:19: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] traversal_info = svn_wc_init_traversal_info(temp_pool); ^ subvertpy/wc.c:1022:31: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1022:55: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1086:8: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, ^ subvertpy/wc.c:1173:31: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1220:31: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1221:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, recurse, new_revnum, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1247:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] svn_wc_adm_close2(admobj->adm, temp_pool); ^ subvertpy/wc.c:1274:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:1293:31: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1317:31: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1339:31: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1378:31: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1412:31: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1436:3: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] svn_wc_remove_from_revision_control(admobj->adm, name, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1504:31: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1532:31: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1566:3: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] svn_wc_translated_stream(&stream, path, versioned_file, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1603:5: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_text_modified_p(&ret, path, force_comparison, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1628:5: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_props_modified_p(&ret, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1654:31: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:5: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1715:5: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] svn_wc_is_wc_root(&wc_root, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1745:3: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_text_deltas2(&tempfile, digest, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1746:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, fulltext, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:3: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:31: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1810:26: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1811:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1839:26: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1840:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1870:26: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1871:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), writelock, levels_to_lock, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1916:5: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] svn_wc_resolved_conflict4(path, admobj->adm, resolve_text, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1986:31: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2025:4: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] svn_wc_status2( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:27: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:41: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2257:3: warning: 'svn_wc_queue_committed' is deprecated [-Wdeprecated-declarations] svn_wc_queue_committed(&self->queue, path, admobj->adm, recurse, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2365:4: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] svn_wc_revision_status( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2367:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(wc_path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:5: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:33: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:71: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:8: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:27: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:26: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:42: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2604:5: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] svn_wc_cleanup2(path, diff3_cmd, py_cancel_check, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 71 warnings generated. gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/util.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6_d -c subvertpy/editor.c -o build/temp.linux-x86_64-2.6-pydebug/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/subvertpy/wc.o build/temp.linux-x86_64-2.6-pydebug/subvertpy/util.o build/temp.linux-x86_64-2.6-pydebug/subvertpy/editor.o -lsvn_wc-1 -lsvn_subr-1 -o build/lib.linux-x86_64-2.6-pydebug/subvertpy/wc_d.so -L/usr/lib -lapr-1 running build_scripts creating build/scripts-2.6 copying and adjusting bin/subvertpy-fast-export -> build/scripts-2.6 changing mode of build/scripts-2.6/subvertpy-fast-export from 664 to 775 [28584 refs] running build running build_py creating build/lib.linux-x86_64-2.7-pydebug creating build/lib.linux-x86_64-2.7-pydebug/subvertpy copying subvertpy/server.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy copying subvertpy/ra_svn.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy copying subvertpy/ra.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy copying subvertpy/properties.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy copying subvertpy/marshall.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy copying subvertpy/delta.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy copying subvertpy/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy creating build/lib.linux-x86_64-2.7-pydebug/subvertpy/tests copying subvertpy/tests/test_wc.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy/tests copying subvertpy/tests/test_server.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy/tests copying subvertpy/tests/test_repos.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy/tests copying subvertpy/tests/test_ra.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy/tests copying subvertpy/tests/test_properties.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy/tests copying subvertpy/tests/test_marshall.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy/tests copying subvertpy/tests/test_delta.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy/tests copying subvertpy/tests/test_core.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy/tests copying subvertpy/tests/test_client.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy/tests copying subvertpy/tests/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/subvertpy/tests running build_ext building 'subvertpy.client' extension creating build/temp.linux-x86_64-2.7-pydebug creating build/temp.linux-x86_64-2.7-pydebug/subvertpy gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/client.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/client.o subvertpy/client.c:461:9: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:524:34: warning: 'svn_client_commit4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:569:34: warning: 'svn_client_export4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_export4(&result_rev, from, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:570:9: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(to, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:608:34: warning: 'svn_client_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:669:34: warning: 'svn_client_mkdir3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:783:34: warning: 'svn_client_copy5' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_copy5(&commit_info, src_paths, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:840:34: warning: 'svn_client_propset3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_propset3(&commit_info, propname, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:890:23: warning: 'svn_client_propget3' is deprecated [-Wdeprecated-declarations] svn_client_propget3(&hash_props, propname, target, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:1059:31: warning: 'svn_client_update3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_update3(&result_revs, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:1227:23: warning: 'svn_client_diff4' is deprecated [-Wdeprecated-declarations] svn_client_diff4(c_diffopts, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/editor.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/util.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/_ra.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/_ra.o subvertpy/_ra.c:505:10: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] path = svn_path_join (path, "subvertpy", pool); ^ subvertpy/_ra.c:595:13: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ret->url = svn_path_canonicalize(url, ret->pool); ^ subvertpy/_ra.c:642:8: warning: 'svn_ra_open3' is deprecated [-Wdeprecated-declarations] err = svn_ra_open3(&ret->ra, ret->url, uuid, ^ subvertpy/_ra.c:707:12: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ra->url = svn_path_canonicalize(url, ra->pool); ^ subvertpy/_ra.c:1350:8: warning: 'svn_ra_change_rev_prop' is deprecated [-Wdeprecated-declarations] svn_ra_change_rev_prop(ra->ra, rev, name, val_string, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1392:7: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), revision, dirent_fields, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1468:58: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1525:34: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_check_path(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &kind, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1552:28: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_stat(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &dirent, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1684:34: warning: 'svn_ra_get_locks' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1742:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), peg_revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/wc.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/wc.o subvertpy/wc.c:457:16: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] ret->entry = *svn_wc_entry_dup(entry, ret->pool); ^ subvertpy/wc.c:572:15: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] dup_status = svn_wc_dup_status2(status, ret->pool); ^ subvertpy/wc.c:624:8: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] err = svn_wc_adm_open3(&ret->adm, parent_wc, ^ subvertpy/wc.c:625:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, ret->pool), ^ subvertpy/wc.c:644:29: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:651:25: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); ^ subvertpy/wc.c:670:31: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:706:31: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:738:31: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:780:31: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:781:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:31: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:52: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:852:31: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:853:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:906:31: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:907:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, depth, copyfrom_url, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:945:31: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:975:31: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1020:19: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] traversal_info = svn_wc_init_traversal_info(temp_pool); ^ subvertpy/wc.c:1022:31: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1022:55: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1086:8: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, ^ subvertpy/wc.c:1173:31: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1220:31: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1221:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, recurse, new_revnum, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1247:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] svn_wc_adm_close2(admobj->adm, temp_pool); ^ subvertpy/wc.c:1274:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:1293:31: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1317:31: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1339:31: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1378:31: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1412:31: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1436:3: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] svn_wc_remove_from_revision_control(admobj->adm, name, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1504:31: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1532:31: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1566:3: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] svn_wc_translated_stream(&stream, path, versioned_file, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1603:5: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_text_modified_p(&ret, path, force_comparison, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1628:5: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_props_modified_p(&ret, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1654:31: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:5: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1715:5: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] svn_wc_is_wc_root(&wc_root, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1745:3: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_text_deltas2(&tempfile, digest, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1746:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, fulltext, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:3: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:31: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1810:26: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1811:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1839:26: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1840:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1870:26: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1871:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), writelock, levels_to_lock, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1916:5: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] svn_wc_resolved_conflict4(path, admobj->adm, resolve_text, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1986:31: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2025:4: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] svn_wc_status2( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:27: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:41: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2257:3: warning: 'svn_wc_queue_committed' is deprecated [-Wdeprecated-declarations] svn_wc_queue_committed(&self->queue, path, admobj->adm, recurse, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2365:4: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] svn_wc_revision_status( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2367:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(wc_path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:5: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:33: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:71: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:8: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:27: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:26: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:42: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2604:5: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] svn_wc_cleanup2(path, diff3_cmd, py_cancel_check, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 71 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/subvertpy/client.o build/temp.linux-x86_64-2.7-pydebug/subvertpy/editor.o build/temp.linux-x86_64-2.7-pydebug/subvertpy/util.o build/temp.linux-x86_64-2.7-pydebug/subvertpy/_ra.o build/temp.linux-x86_64-2.7-pydebug/subvertpy/wc.o -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 -lsvn_wc-1 -o build/lib.linux-x86_64-2.7-pydebug/subvertpy/client_d.so -L/usr/lib -lapr-1 building 'subvertpy._ra' extension gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/_ra.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/_ra.o subvertpy/_ra.c:505:10: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] path = svn_path_join (path, "subvertpy", pool); ^ subvertpy/_ra.c:595:13: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ret->url = svn_path_canonicalize(url, ret->pool); ^ subvertpy/_ra.c:642:8: warning: 'svn_ra_open3' is deprecated [-Wdeprecated-declarations] err = svn_ra_open3(&ret->ra, ret->url, uuid, ^ subvertpy/_ra.c:707:12: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ra->url = svn_path_canonicalize(url, ra->pool); ^ subvertpy/_ra.c:1350:8: warning: 'svn_ra_change_rev_prop' is deprecated [-Wdeprecated-declarations] svn_ra_change_rev_prop(ra->ra, rev, name, val_string, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1392:7: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), revision, dirent_fields, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1468:58: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1525:34: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_check_path(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &kind, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1552:28: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_stat(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &dirent, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1684:34: warning: 'svn_ra_get_locks' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1742:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), peg_revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/util.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/editor.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/subvertpy/_ra.o build/temp.linux-x86_64-2.7-pydebug/subvertpy/util.o build/temp.linux-x86_64-2.7-pydebug/subvertpy/editor.o -lsvn_ra-1 -lsvn_delta-1 -lsvn_subr-1 -o build/lib.linux-x86_64-2.7-pydebug/subvertpy/_ra_d.so -L/usr/lib -lapr-1 building 'subvertpy.repos' extension gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/repos.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/repos.o subvertpy/repos.c:66:17: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), NULL, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:107:8: warning: 'svn_repos_open' is deprecated [-Wdeprecated-declarations] err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), ^ subvertpy/repos.c:107:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), ^ subvertpy/repos.c:343:31: warning: 'svn_repos_load_fs2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_repos_load_fs2(reposobj->repos, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:472:3: warning: 'svn_repos_verify_fs' is deprecated [-Wdeprecated-declarations] svn_repos_verify_fs(self->repos, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:502:3: warning: 'svn_repos_fs_pack' is deprecated [-Wdeprecated-declarations] svn_repos_fs_pack(self->repos, py_pack_notify, notify_func, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 6 warnings generated. gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/util.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/subvertpy/repos.o build/temp.linux-x86_64-2.7-pydebug/subvertpy/util.o -lsvn_repos-1 -lsvn_subr-1 -lsvn_fs-1 -o build/lib.linux-x86_64-2.7-pydebug/subvertpy/repos_d.so -L/usr/lib -lapr-1 building 'subvertpy.wc' extension gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/wc.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/wc.o subvertpy/wc.c:457:16: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] ret->entry = *svn_wc_entry_dup(entry, ret->pool); ^ subvertpy/wc.c:572:15: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] dup_status = svn_wc_dup_status2(status, ret->pool); ^ subvertpy/wc.c:624:8: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] err = svn_wc_adm_open3(&ret->adm, parent_wc, ^ subvertpy/wc.c:625:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, ret->pool), ^ subvertpy/wc.c:644:29: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:651:25: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); ^ subvertpy/wc.c:670:31: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:706:31: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:738:31: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:780:31: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:781:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:31: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:52: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:852:31: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:853:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:906:31: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:907:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, depth, copyfrom_url, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:945:31: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:975:31: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1020:19: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] traversal_info = svn_wc_init_traversal_info(temp_pool); ^ subvertpy/wc.c:1022:31: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1022:55: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1086:8: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, ^ subvertpy/wc.c:1173:31: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1220:31: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1221:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, recurse, new_revnum, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1247:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] svn_wc_adm_close2(admobj->adm, temp_pool); ^ subvertpy/wc.c:1274:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:1293:31: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1317:31: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1339:31: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1378:31: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1412:31: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1436:3: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] svn_wc_remove_from_revision_control(admobj->adm, name, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1504:31: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1532:31: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1566:3: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] svn_wc_translated_stream(&stream, path, versioned_file, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1603:5: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_text_modified_p(&ret, path, force_comparison, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1628:5: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_props_modified_p(&ret, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1654:31: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:5: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1715:5: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] svn_wc_is_wc_root(&wc_root, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1745:3: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_text_deltas2(&tempfile, digest, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1746:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, fulltext, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:3: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:31: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1810:26: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1811:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1839:26: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1840:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1870:26: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1871:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), writelock, levels_to_lock, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1916:5: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] svn_wc_resolved_conflict4(path, admobj->adm, resolve_text, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1986:31: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2025:4: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] svn_wc_status2( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:27: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:41: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2257:3: warning: 'svn_wc_queue_committed' is deprecated [-Wdeprecated-declarations] svn_wc_queue_committed(&self->queue, path, admobj->adm, recurse, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2365:4: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] svn_wc_revision_status( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2367:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(wc_path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:5: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:33: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:71: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:8: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:27: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:26: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:42: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2604:5: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] svn_wc_cleanup2(path, diff3_cmd, py_cancel_check, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 71 warnings generated. gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/util.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7_d -c subvertpy/editor.c -o build/temp.linux-x86_64-2.7-pydebug/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/subvertpy/wc.o build/temp.linux-x86_64-2.7-pydebug/subvertpy/util.o build/temp.linux-x86_64-2.7-pydebug/subvertpy/editor.o -lsvn_wc-1 -lsvn_subr-1 -o build/lib.linux-x86_64-2.7-pydebug/subvertpy/wc_d.so -L/usr/lib -lapr-1 running build_scripts creating build/scripts-2.7 copying and adjusting bin/subvertpy-fast-export -> build/scripts-2.7 changing mode of build/scripts-2.7/subvertpy-fast-export from 664 to 775 [33794 refs] running build running build_py creating build/lib.linux-x86_64-2.6 creating build/lib.linux-x86_64-2.6/subvertpy copying subvertpy/server.py -> build/lib.linux-x86_64-2.6/subvertpy copying subvertpy/ra_svn.py -> build/lib.linux-x86_64-2.6/subvertpy copying subvertpy/ra.py -> build/lib.linux-x86_64-2.6/subvertpy copying subvertpy/properties.py -> build/lib.linux-x86_64-2.6/subvertpy copying subvertpy/marshall.py -> build/lib.linux-x86_64-2.6/subvertpy copying subvertpy/delta.py -> build/lib.linux-x86_64-2.6/subvertpy copying subvertpy/__init__.py -> build/lib.linux-x86_64-2.6/subvertpy creating build/lib.linux-x86_64-2.6/subvertpy/tests copying subvertpy/tests/test_wc.py -> build/lib.linux-x86_64-2.6/subvertpy/tests copying subvertpy/tests/test_server.py -> build/lib.linux-x86_64-2.6/subvertpy/tests copying subvertpy/tests/test_repos.py -> build/lib.linux-x86_64-2.6/subvertpy/tests copying subvertpy/tests/test_ra.py -> build/lib.linux-x86_64-2.6/subvertpy/tests copying subvertpy/tests/test_properties.py -> build/lib.linux-x86_64-2.6/subvertpy/tests copying subvertpy/tests/test_marshall.py -> build/lib.linux-x86_64-2.6/subvertpy/tests copying subvertpy/tests/test_delta.py -> build/lib.linux-x86_64-2.6/subvertpy/tests copying subvertpy/tests/test_core.py -> build/lib.linux-x86_64-2.6/subvertpy/tests copying subvertpy/tests/test_client.py -> build/lib.linux-x86_64-2.6/subvertpy/tests copying subvertpy/tests/__init__.py -> build/lib.linux-x86_64-2.6/subvertpy/tests running build_ext building 'subvertpy.client' extension creating build/temp.linux-x86_64-2.6 creating build/temp.linux-x86_64-2.6/subvertpy gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/client.c -o build/temp.linux-x86_64-2.6/subvertpy/client.o subvertpy/client.c:461:9: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:524:34: warning: 'svn_client_commit4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:569:34: warning: 'svn_client_export4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_export4(&result_rev, from, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:570:9: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(to, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:608:34: warning: 'svn_client_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:669:34: warning: 'svn_client_mkdir3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:783:34: warning: 'svn_client_copy5' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_copy5(&commit_info, src_paths, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:840:34: warning: 'svn_client_propset3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_propset3(&commit_info, propname, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:890:23: warning: 'svn_client_propget3' is deprecated [-Wdeprecated-declarations] svn_client_propget3(&hash_props, propname, target, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:1059:31: warning: 'svn_client_update3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_update3(&result_revs, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:1227:23: warning: 'svn_client_diff4' is deprecated [-Wdeprecated-declarations] svn_client_diff4(c_diffopts, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/editor.c -o build/temp.linux-x86_64-2.6/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/util.c -o build/temp.linux-x86_64-2.6/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/_ra.c -o build/temp.linux-x86_64-2.6/subvertpy/_ra.o subvertpy/_ra.c:505:10: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] path = svn_path_join (path, "subvertpy", pool); ^ subvertpy/_ra.c:595:13: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ret->url = svn_path_canonicalize(url, ret->pool); ^ subvertpy/_ra.c:642:8: warning: 'svn_ra_open3' is deprecated [-Wdeprecated-declarations] err = svn_ra_open3(&ret->ra, ret->url, uuid, ^ subvertpy/_ra.c:707:12: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ra->url = svn_path_canonicalize(url, ra->pool); ^ subvertpy/_ra.c:1350:8: warning: 'svn_ra_change_rev_prop' is deprecated [-Wdeprecated-declarations] svn_ra_change_rev_prop(ra->ra, rev, name, val_string, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1392:7: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), revision, dirent_fields, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1468:58: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1525:34: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_check_path(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &kind, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1552:28: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_stat(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &dirent, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1684:34: warning: 'svn_ra_get_locks' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1742:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), peg_revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/wc.c -o build/temp.linux-x86_64-2.6/subvertpy/wc.o subvertpy/wc.c:457:16: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] ret->entry = *svn_wc_entry_dup(entry, ret->pool); ^ subvertpy/wc.c:572:15: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] dup_status = svn_wc_dup_status2(status, ret->pool); ^ subvertpy/wc.c:624:8: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] err = svn_wc_adm_open3(&ret->adm, parent_wc, ^ subvertpy/wc.c:625:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, ret->pool), ^ subvertpy/wc.c:644:29: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:651:25: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); ^ subvertpy/wc.c:670:31: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:706:31: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:738:31: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:780:31: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:781:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:31: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:52: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:852:31: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:853:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:906:31: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:907:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, depth, copyfrom_url, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:945:31: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:975:31: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1020:19: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] traversal_info = svn_wc_init_traversal_info(temp_pool); ^ subvertpy/wc.c:1022:31: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1022:55: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1086:8: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, ^ subvertpy/wc.c:1173:31: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1220:31: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1221:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, recurse, new_revnum, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1247:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] svn_wc_adm_close2(admobj->adm, temp_pool); ^ subvertpy/wc.c:1274:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:1293:31: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1317:31: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1339:31: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1378:31: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1412:31: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1436:3: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] svn_wc_remove_from_revision_control(admobj->adm, name, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1504:31: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1532:31: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1566:3: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] svn_wc_translated_stream(&stream, path, versioned_file, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1603:5: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_text_modified_p(&ret, path, force_comparison, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1628:5: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_props_modified_p(&ret, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1654:31: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:5: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1715:5: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] svn_wc_is_wc_root(&wc_root, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1745:3: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_text_deltas2(&tempfile, digest, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1746:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, fulltext, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:3: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:31: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1810:26: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1811:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1839:26: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1840:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1870:26: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1871:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), writelock, levels_to_lock, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1916:5: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] svn_wc_resolved_conflict4(path, admobj->adm, resolve_text, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1986:31: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2025:4: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] svn_wc_status2( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:27: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:41: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2257:3: warning: 'svn_wc_queue_committed' is deprecated [-Wdeprecated-declarations] svn_wc_queue_committed(&self->queue, path, admobj->adm, recurse, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2365:4: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] svn_wc_revision_status( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2367:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(wc_path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:5: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:33: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:71: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:8: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:27: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:26: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:42: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2604:5: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] svn_wc_cleanup2(path, diff3_cmd, py_cancel_check, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 71 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/subvertpy/client.o build/temp.linux-x86_64-2.6/subvertpy/editor.o build/temp.linux-x86_64-2.6/subvertpy/util.o build/temp.linux-x86_64-2.6/subvertpy/_ra.o build/temp.linux-x86_64-2.6/subvertpy/wc.o -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 -lsvn_wc-1 -o build/lib.linux-x86_64-2.6/subvertpy/client.so -L/usr/lib -lapr-1 building 'subvertpy._ra' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/_ra.c -o build/temp.linux-x86_64-2.6/subvertpy/_ra.o subvertpy/_ra.c:505:10: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] path = svn_path_join (path, "subvertpy", pool); ^ subvertpy/_ra.c:595:13: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ret->url = svn_path_canonicalize(url, ret->pool); ^ subvertpy/_ra.c:642:8: warning: 'svn_ra_open3' is deprecated [-Wdeprecated-declarations] err = svn_ra_open3(&ret->ra, ret->url, uuid, ^ subvertpy/_ra.c:707:12: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ra->url = svn_path_canonicalize(url, ra->pool); ^ subvertpy/_ra.c:1350:8: warning: 'svn_ra_change_rev_prop' is deprecated [-Wdeprecated-declarations] svn_ra_change_rev_prop(ra->ra, rev, name, val_string, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1392:7: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), revision, dirent_fields, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1468:58: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1525:34: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_check_path(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &kind, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1552:28: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_stat(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &dirent, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1684:34: warning: 'svn_ra_get_locks' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1742:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), peg_revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/util.c -o build/temp.linux-x86_64-2.6/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/editor.c -o build/temp.linux-x86_64-2.6/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/subvertpy/_ra.o build/temp.linux-x86_64-2.6/subvertpy/util.o build/temp.linux-x86_64-2.6/subvertpy/editor.o -lsvn_ra-1 -lsvn_delta-1 -lsvn_subr-1 -o build/lib.linux-x86_64-2.6/subvertpy/_ra.so -L/usr/lib -lapr-1 building 'subvertpy.repos' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/repos.c -o build/temp.linux-x86_64-2.6/subvertpy/repos.o subvertpy/repos.c:66:17: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), NULL, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:107:8: warning: 'svn_repos_open' is deprecated [-Wdeprecated-declarations] err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), ^ subvertpy/repos.c:107:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), ^ subvertpy/repos.c:343:31: warning: 'svn_repos_load_fs2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_repos_load_fs2(reposobj->repos, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:472:3: warning: 'svn_repos_verify_fs' is deprecated [-Wdeprecated-declarations] svn_repos_verify_fs(self->repos, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:502:3: warning: 'svn_repos_fs_pack' is deprecated [-Wdeprecated-declarations] svn_repos_fs_pack(self->repos, py_pack_notify, notify_func, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 6 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/util.c -o build/temp.linux-x86_64-2.6/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/subvertpy/repos.o build/temp.linux-x86_64-2.6/subvertpy/util.o -lsvn_repos-1 -lsvn_subr-1 -lsvn_fs-1 -o build/lib.linux-x86_64-2.6/subvertpy/repos.so -L/usr/lib -lapr-1 building 'subvertpy.wc' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/wc.c -o build/temp.linux-x86_64-2.6/subvertpy/wc.o subvertpy/wc.c:457:16: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] ret->entry = *svn_wc_entry_dup(entry, ret->pool); ^ subvertpy/wc.c:572:15: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] dup_status = svn_wc_dup_status2(status, ret->pool); ^ subvertpy/wc.c:624:8: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] err = svn_wc_adm_open3(&ret->adm, parent_wc, ^ subvertpy/wc.c:625:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, ret->pool), ^ subvertpy/wc.c:644:29: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:651:25: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); ^ subvertpy/wc.c:670:31: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:706:31: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:738:31: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:780:31: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:781:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:31: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:52: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:852:31: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:853:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:906:31: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:907:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, depth, copyfrom_url, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:945:31: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:975:31: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1020:19: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] traversal_info = svn_wc_init_traversal_info(temp_pool); ^ subvertpy/wc.c:1022:31: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1022:55: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1086:8: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, ^ subvertpy/wc.c:1173:31: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1220:31: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1221:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, recurse, new_revnum, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1247:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] svn_wc_adm_close2(admobj->adm, temp_pool); ^ subvertpy/wc.c:1274:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:1293:31: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1317:31: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1339:31: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1378:31: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1412:31: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1436:3: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] svn_wc_remove_from_revision_control(admobj->adm, name, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1504:31: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1532:31: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1566:3: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] svn_wc_translated_stream(&stream, path, versioned_file, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1603:5: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_text_modified_p(&ret, path, force_comparison, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1628:5: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_props_modified_p(&ret, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1654:31: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:5: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1715:5: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] svn_wc_is_wc_root(&wc_root, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1745:3: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_text_deltas2(&tempfile, digest, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1746:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, fulltext, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:3: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:31: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1810:26: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1811:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1839:26: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1840:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1870:26: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1871:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), writelock, levels_to_lock, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1916:5: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] svn_wc_resolved_conflict4(path, admobj->adm, resolve_text, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1986:31: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2025:4: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] svn_wc_status2( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:27: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:41: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2257:3: warning: 'svn_wc_queue_committed' is deprecated [-Wdeprecated-declarations] svn_wc_queue_committed(&self->queue, path, admobj->adm, recurse, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2365:4: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] svn_wc_revision_status( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2367:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(wc_path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:5: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:33: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:71: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:8: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:27: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:26: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:42: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2604:5: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] svn_wc_cleanup2(path, diff3_cmd, py_cancel_check, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 71 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/util.c -o build/temp.linux-x86_64-2.6/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.6 -c subvertpy/editor.c -o build/temp.linux-x86_64-2.6/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/subvertpy/wc.o build/temp.linux-x86_64-2.6/subvertpy/util.o build/temp.linux-x86_64-2.6/subvertpy/editor.o -lsvn_wc-1 -lsvn_subr-1 -o build/lib.linux-x86_64-2.6/subvertpy/wc.so -L/usr/lib -lapr-1 running build_scripts copying and adjusting bin/subvertpy-fast-export -> build/scripts-2.6 running build running build_py creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/subvertpy copying subvertpy/server.py -> build/lib.linux-x86_64-2.7/subvertpy copying subvertpy/ra_svn.py -> build/lib.linux-x86_64-2.7/subvertpy copying subvertpy/ra.py -> build/lib.linux-x86_64-2.7/subvertpy copying subvertpy/properties.py -> build/lib.linux-x86_64-2.7/subvertpy copying subvertpy/marshall.py -> build/lib.linux-x86_64-2.7/subvertpy copying subvertpy/delta.py -> build/lib.linux-x86_64-2.7/subvertpy copying subvertpy/__init__.py -> build/lib.linux-x86_64-2.7/subvertpy creating build/lib.linux-x86_64-2.7/subvertpy/tests copying subvertpy/tests/test_wc.py -> build/lib.linux-x86_64-2.7/subvertpy/tests copying subvertpy/tests/test_server.py -> build/lib.linux-x86_64-2.7/subvertpy/tests copying subvertpy/tests/test_repos.py -> build/lib.linux-x86_64-2.7/subvertpy/tests copying subvertpy/tests/test_ra.py -> build/lib.linux-x86_64-2.7/subvertpy/tests copying subvertpy/tests/test_properties.py -> build/lib.linux-x86_64-2.7/subvertpy/tests copying subvertpy/tests/test_marshall.py -> build/lib.linux-x86_64-2.7/subvertpy/tests copying subvertpy/tests/test_delta.py -> build/lib.linux-x86_64-2.7/subvertpy/tests copying subvertpy/tests/test_core.py -> build/lib.linux-x86_64-2.7/subvertpy/tests copying subvertpy/tests/test_client.py -> build/lib.linux-x86_64-2.7/subvertpy/tests copying subvertpy/tests/__init__.py -> build/lib.linux-x86_64-2.7/subvertpy/tests running build_ext building 'subvertpy.client' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/subvertpy gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/client.c -o build/temp.linux-x86_64-2.7/subvertpy/client.o subvertpy/client.c:461:9: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:524:34: warning: 'svn_client_commit4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:569:34: warning: 'svn_client_export4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_export4(&result_rev, from, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:570:9: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(to, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:608:34: warning: 'svn_client_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:669:34: warning: 'svn_client_mkdir3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:783:34: warning: 'svn_client_copy5' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_copy5(&commit_info, src_paths, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:840:34: warning: 'svn_client_propset3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_propset3(&commit_info, propname, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:890:23: warning: 'svn_client_propget3' is deprecated [-Wdeprecated-declarations] svn_client_propget3(&hash_props, propname, target, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:1059:31: warning: 'svn_client_update3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_client_update3(&result_revs, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/client.c:1227:23: warning: 'svn_client_diff4' is deprecated [-Wdeprecated-declarations] svn_client_diff4(c_diffopts, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-x86_64-2.7/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-x86_64-2.7/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/_ra.c -o build/temp.linux-x86_64-2.7/subvertpy/_ra.o subvertpy/_ra.c:505:10: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] path = svn_path_join (path, "subvertpy", pool); ^ subvertpy/_ra.c:595:13: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ret->url = svn_path_canonicalize(url, ret->pool); ^ subvertpy/_ra.c:642:8: warning: 'svn_ra_open3' is deprecated [-Wdeprecated-declarations] err = svn_ra_open3(&ret->ra, ret->url, uuid, ^ subvertpy/_ra.c:707:12: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ra->url = svn_path_canonicalize(url, ra->pool); ^ subvertpy/_ra.c:1350:8: warning: 'svn_ra_change_rev_prop' is deprecated [-Wdeprecated-declarations] svn_ra_change_rev_prop(ra->ra, rev, name, val_string, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1392:7: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), revision, dirent_fields, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1468:58: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1525:34: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_check_path(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &kind, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1552:28: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_stat(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &dirent, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1684:34: warning: 'svn_ra_get_locks' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1742:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), peg_revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/wc.c -o build/temp.linux-x86_64-2.7/subvertpy/wc.o subvertpy/wc.c:457:16: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] ret->entry = *svn_wc_entry_dup(entry, ret->pool); ^ subvertpy/wc.c:572:15: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] dup_status = svn_wc_dup_status2(status, ret->pool); ^ subvertpy/wc.c:624:8: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] err = svn_wc_adm_open3(&ret->adm, parent_wc, ^ subvertpy/wc.c:625:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, ret->pool), ^ subvertpy/wc.c:644:29: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:651:25: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); ^ subvertpy/wc.c:670:31: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:706:31: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:738:31: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:780:31: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:781:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:31: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:52: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:852:31: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:853:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:906:31: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:907:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, depth, copyfrom_url, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:945:31: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:975:31: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1020:19: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] traversal_info = svn_wc_init_traversal_info(temp_pool); ^ subvertpy/wc.c:1022:31: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1022:55: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1086:8: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, ^ subvertpy/wc.c:1173:31: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1220:31: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1221:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, recurse, new_revnum, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1247:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] svn_wc_adm_close2(admobj->adm, temp_pool); ^ subvertpy/wc.c:1274:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:1293:31: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1317:31: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1339:31: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1378:31: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1412:31: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1436:3: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] svn_wc_remove_from_revision_control(admobj->adm, name, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1504:31: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1532:31: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1566:3: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] svn_wc_translated_stream(&stream, path, versioned_file, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1603:5: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_text_modified_p(&ret, path, force_comparison, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1628:5: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_props_modified_p(&ret, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1654:31: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:5: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1715:5: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] svn_wc_is_wc_root(&wc_root, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1745:3: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_text_deltas2(&tempfile, digest, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1746:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, fulltext, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:3: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:31: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1810:26: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1811:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1839:26: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1840:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1870:26: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1871:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), writelock, levels_to_lock, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1916:5: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] svn_wc_resolved_conflict4(path, admobj->adm, resolve_text, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1986:31: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2025:4: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] svn_wc_status2( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:27: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:41: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2257:3: warning: 'svn_wc_queue_committed' is deprecated [-Wdeprecated-declarations] svn_wc_queue_committed(&self->queue, path, admobj->adm, recurse, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2365:4: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] svn_wc_revision_status( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2367:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(wc_path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:5: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:33: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:71: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:8: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:27: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:26: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:42: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2604:5: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] svn_wc_cleanup2(path, diff3_cmd, py_cancel_check, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 71 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/subvertpy/client.o build/temp.linux-x86_64-2.7/subvertpy/editor.o build/temp.linux-x86_64-2.7/subvertpy/util.o build/temp.linux-x86_64-2.7/subvertpy/_ra.o build/temp.linux-x86_64-2.7/subvertpy/wc.o -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 -lsvn_wc-1 -o build/lib.linux-x86_64-2.7/subvertpy/client.so -L/usr/lib -lapr-1 building 'subvertpy._ra' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/_ra.c -o build/temp.linux-x86_64-2.7/subvertpy/_ra.o subvertpy/_ra.c:505:10: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] path = svn_path_join (path, "subvertpy", pool); ^ subvertpy/_ra.c:595:13: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ret->url = svn_path_canonicalize(url, ret->pool); ^ subvertpy/_ra.c:642:8: warning: 'svn_ra_open3' is deprecated [-Wdeprecated-declarations] err = svn_ra_open3(&ret->ra, ret->url, uuid, ^ subvertpy/_ra.c:707:12: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] ra->url = svn_path_canonicalize(url, ra->pool); ^ subvertpy/_ra.c:1350:8: warning: 'svn_ra_change_rev_prop' is deprecated [-Wdeprecated-declarations] svn_ra_change_rev_prop(ra->ra, rev, name, val_string, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1392:7: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), revision, dirent_fields, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1468:58: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1525:34: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_check_path(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &kind, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1552:28: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_ra_stat(ra->ra, svn_path_canonicalize(path, temp_pool), revision, &dirent, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1684:34: warning: 'svn_ra_get_locks' is deprecated [-Wdeprecated-declarations] RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ subvertpy/_ra.c:1742:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), peg_revision, ^ subvertpy/_ra.c:444:9: note: expanded from macro 'RUN_RA_WITH_POOL' err = (cmd); \ ^ 11 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-x86_64-2.7/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-x86_64-2.7/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/subvertpy/_ra.o build/temp.linux-x86_64-2.7/subvertpy/util.o build/temp.linux-x86_64-2.7/subvertpy/editor.o -lsvn_ra-1 -lsvn_delta-1 -lsvn_subr-1 -o build/lib.linux-x86_64-2.7/subvertpy/_ra.so -L/usr/lib -lapr-1 building 'subvertpy.repos' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/repos.c -o build/temp.linux-x86_64-2.7/subvertpy/repos.o subvertpy/repos.c:66:17: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), NULL, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:107:8: warning: 'svn_repos_open' is deprecated [-Wdeprecated-declarations] err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), ^ subvertpy/repos.c:107:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), ^ subvertpy/repos.c:343:31: warning: 'svn_repos_load_fs2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_repos_load_fs2(reposobj->repos, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:472:3: warning: 'svn_repos_verify_fs' is deprecated [-Wdeprecated-declarations] svn_repos_verify_fs(self->repos, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/repos.c:502:3: warning: 'svn_repos_fs_pack' is deprecated [-Wdeprecated-declarations] svn_repos_fs_pack(self->repos, py_pack_notify, notify_func, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 6 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-x86_64-2.7/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/subvertpy/repos.o build/temp.linux-x86_64-2.7/subvertpy/util.o -lsvn_repos-1 -lsvn_subr-1 -lsvn_fs-1 -o build/lib.linux-x86_64-2.7/subvertpy/repos.so -L/usr/lib -lapr-1 building 'subvertpy.wc' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/wc.c -o build/temp.linux-x86_64-2.7/subvertpy/wc.o subvertpy/wc.c:457:16: warning: 'svn_wc_entry_dup' is deprecated [-Wdeprecated-declarations] ret->entry = *svn_wc_entry_dup(entry, ret->pool); ^ subvertpy/wc.c:572:15: warning: 'svn_wc_dup_status2' is deprecated [-Wdeprecated-declarations] dup_status = svn_wc_dup_status2(status, ret->pool); ^ subvertpy/wc.c:624:8: warning: 'svn_wc_adm_open3' is deprecated [-Wdeprecated-declarations] err = svn_wc_adm_open3(&ret->adm, parent_wc, ^ subvertpy/wc.c:625:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, ret->pool), ^ subvertpy/wc.c:644:29: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:651:25: warning: 'svn_wc_adm_locked' is deprecated [-Wdeprecated-declarations] return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); ^ subvertpy/wc.c:670:31: warning: 'svn_wc_prop_get' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:706:31: warning: 'svn_wc_prop_set3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:738:31: warning: 'svn_wc_entries_read' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:780:31: warning: 'svn_wc_walk_entries3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:781:6: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:31: warning: 'svn_wc_entry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:820:52: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:852:31: warning: 'svn_wc_get_prop_diffs' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:853:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:906:31: warning: 'svn_wc_add3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:907:10: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, depth, copyfrom_url, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:945:31: warning: 'svn_wc_copy2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:975:31: warning: 'svn_wc_delete3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1020:19: warning: 'svn_wc_init_traversal_info' is deprecated [-Wdeprecated-declarations] traversal_info = svn_wc_init_traversal_info(temp_pool); ^ subvertpy/wc.c:1022:31: warning: 'svn_wc_crawl_revisions4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1022:55: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1086:8: warning: 'svn_wc_get_update_editor3' is deprecated [-Wdeprecated-declarations] err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, ^ subvertpy/wc.c:1173:31: warning: 'svn_wc_has_binary_prop' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1220:31: warning: 'svn_wc_process_committed4' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1221:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, recurse, new_revnum, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1247:3: warning: 'svn_wc_adm_close2' is deprecated [-Wdeprecated-declarations] svn_wc_adm_close2(admobj->adm, temp_pool); ^ subvertpy/wc.c:1274:12: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_wc_adm_access_path(admobj->adm)); ^ subvertpy/wc.c:1293:31: warning: 'svn_wc_remove_lock' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1317:31: warning: 'svn_wc_get_ancestry' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1339:31: warning: 'svn_wc_maybe_set_repos_root' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1378:31: warning: 'svn_wc_add_repos_file3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1412:31: warning: 'svn_wc_mark_missing_deleted' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1436:3: warning: 'svn_wc_remove_from_revision_control' is deprecated [-Wdeprecated-declarations] svn_wc_remove_from_revision_control(admobj->adm, name, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1504:31: warning: 'svn_wc_relocate3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1532:31: warning: 'svn_wc_crop_tree' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1566:3: warning: 'svn_wc_translated_stream' is deprecated [-Wdeprecated-declarations] svn_wc_translated_stream(&stream, path, versioned_file, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1603:5: warning: 'svn_wc_text_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_text_modified_p(&ret, path, force_comparison, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1628:5: warning: 'svn_wc_props_modified_p' is deprecated [-Wdeprecated-declarations] svn_wc_props_modified_p(&ret, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1654:31: warning: 'svn_wc_process_committed_queue' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:5: warning: 'svn_wc_get_actual_target' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1688:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_actual_target(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1715:5: warning: 'svn_wc_is_wc_root' is deprecated [-Wdeprecated-declarations] svn_wc_is_wc_root(&wc_root, path, admobj->adm, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1745:3: warning: 'svn_wc_transmit_text_deltas2' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_text_deltas2(&tempfile, digest, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1746:4: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, temp_pool), admobj->adm, fulltext, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:3: warning: 'svn_wc_transmit_prop_deltas' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1786:31: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_transmit_prop_deltas(svn_path_canonicalize(path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1810:26: warning: 'svn_wc_adm_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1811:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1839:26: warning: 'svn_wc_adm_probe_retrieve' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1840:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1870:26: warning: 'svn_wc_adm_probe_try3' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1871:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, pool), writelock, levels_to_lock, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1916:5: warning: 'svn_wc_resolved_conflict4' is deprecated [-Wdeprecated-declarations] svn_wc_resolved_conflict4(path, admobj->adm, resolve_text, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:1986:31: warning: 'svn_wc_conflicted_p2' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2025:4: warning: 'svn_wc_status2' is deprecated [-Wdeprecated-declarations] svn_wc_status2( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:27: warning: 'svn_path_join' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2027:41: warning: 'svn_wc_adm_access_path' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(svn_path_join(svn_wc_adm_access_path(admobj->adm), path, temp_pool), temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2257:3: warning: 'svn_wc_queue_committed' is deprecated [-Wdeprecated-declarations] svn_wc_queue_committed(&self->queue, path, admobj->adm, recurse, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2365:4: warning: 'svn_wc_revision_status' is deprecated [-Wdeprecated-declarations] svn_wc_revision_status( ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2367:5: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(wc_path, temp_pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:5: warning: 'svn_wc_get_pristine_copy_path' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2475:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_get_pristine_copy_path(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:33: warning: 'svn_wc_get_pristine_contents' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2509:71: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:8: warning: 'svn_wc_ensure_adm3' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2555:27: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_wc_ensure_adm3(svn_path_canonicalize(path, pool), ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:26: warning: 'svn_wc_check_wc' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2584:42: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ subvertpy/wc.c:2604:5: warning: 'svn_wc_cleanup2' is deprecated [-Wdeprecated-declarations] svn_wc_cleanup2(path, diff3_cmd, py_cancel_check, NULL, ^ subvertpy/util.h:78:9: note: expanded from macro 'RUN_SVN_WITH_POOL' err = (cmd); \ ^ 71 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-x86_64-2.7/subvertpy/util.o subvertpy/util.c:262:40: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); ^ subvertpy/util.c:271:41: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); ^ 2 warnings generated. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-x86_64-2.7/subvertpy/editor.o subvertpy/editor.c:383:39: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:412:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:413:30: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copyfrom_path == NULL?NULL:svn_path_canonicalize(copyfrom_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:446:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:532:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:558:35: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:560:26: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] copy_path == NULL?NULL:svn_path_canonicalize(copy_path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:592:36: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ subvertpy/editor.c:623:3: warning: 'svn_path_canonicalize' is deprecated [-Wdeprecated-declarations] svn_path_canonicalize(path, editor->pool), editor->baton, editor->pool)); ^ subvertpy/util.h:65:9: note: expanded from macro 'RUN_SVN' err = (cmd); \ ^ 9 warnings generated. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/subvertpy/wc.o build/temp.linux-x86_64-2.7/subvertpy/util.o build/temp.linux-x86_64-2.7/subvertpy/editor.o -lsvn_wc-1 -lsvn_subr-1 -o build/lib.linux-x86_64-2.7/subvertpy/wc.so -L/usr/lib -lapr-1 running build_scripts copying and adjusting bin/subvertpy-fast-export -> build/scripts-2.7 /usr/bin/make pydoctor make[2]: Entering directory `/«PKGBUILDDIR»' pydoctor --introspect-c-modules -c subvertpy.cfg --make-html adding directory /«PKGBUILDDIR»/subvertpy writing html to apidocs using pydoctor.nevowhtml.writer.NevowWriter starting ModuleIndexPage ... took 0.275367s starting ClassIndexPage ... took 0.059041s starting IndexPage ... took 0.004390s starting NameIndexPage ... took 0.113198s starting UndocumentedSummaryPage ... took 0.063199s make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' debian/rules override_dh_auto_test make[1]: Entering directory `/«PKGBUILDDIR»' set -e -x; \ for py in 2.7 2.6; do \ cd $(ls -d /«PKGBUILDDIR»/build/lib.*-$py); python$py -m testtools.run subvertpy.tests.test_suite ;\ cd $(ls -d /«PKGBUILDDIR»/build/lib_d.*-$py 2>/dev/null || ls -d /«PKGBUILDDIR»/build/lib.*$py-pydebug); python$py-dbg -m testtools.run subvertpy.tests.test_suite ;\ done + ls -d /«PKGBUILDDIR»/build/lib.linux-x86_64-2.7 + cd /«PKGBUILDDIR»/build/lib.linux-x86_64-2.7 + python2.7 -m testtools.run subvertpy.tests.test_suite svn: E235000: In file '/tmp/buildd/subversion-1.7.5/subversion/libsvn_wc/adm_ops.c' line 189: assertion failed (copied_checksum != NULL) Tests running... Aborted make[1]: *** [override_dh_auto_test] Error 134 make[1]: Leaving directory `/«PKGBUILDDIR»' make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2042 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 9932 Build-Time: 29 Distribution: unstable Fail-Stage: build Install-Time: 45 Job: subvertpy_0.8.10-2 Package: subvertpy Package-Time: 96 Source-Version: 0.8.10-2 Space: 9932 Status: attempted Version: 0.8.10-2 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2042 Build needed 00:01:36, 9932k disc space DC-Status: Failed 97.056845s