Search code examples
phpsvnpecl

svn pecl (php) with subversion 1.7 - compiler error


Old installsion is broken. I tried to reinstall / upgrade with pecl upgrade svn and get this error

/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_fs_contents_changed’: /tmp/pear/temp/svn/svn.c:3746: warning: ‘svn_path_canonicalize’ is deprecated (declared >/tmp/pear/temp/svn/svn.c:3747: warning: ‘svn_path_canonicalize’ is deprecated (declared at> /usr/include/subversion-1/svn_path.h:282) /tmp/pear/temp/svn/svn.c: In function ‘zif_svn_fs_props_changed’: /tmp/pear/temp/svn/svn.c:3794: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282) /tmp/pear/temp/svn/svn.c:3795: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282) make: * [svn.lo] Fehler 1 ERROR: `make' failed I cant find the developer area for beta or svm/git build http://pecl.php.net/package/svn


Solution

  • A bug report has been filed for this issue:

    https://bugs.php.net/bug.php?id=60767