php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60533 Broken in v1.7 cant compile
Submitted: 2011-12-15 14:21 UTC Modified: 2011-12-22 02:08 UTC
From: xaver dot maierhofer at conceptnet dot de Assigned: alan_k (profile)
Status: Closed Package: svn (PECL)
PHP Version: 5.3.8 OS: Debian
Private report: No CVE-ID: None
 [2011-12-15 14:21 UTC] xaver dot maierhofer at conceptnet dot de
Description:
------------
Get error with pecl upgrade svn and bevore it wont work

...
/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



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-16 05:39 UTC] alan_k@php.net
Can you provide the full compile log - the warnings about deprecated are 
expected, and should not stop the build. there is probably some other error that 
is stopping the compile
 [2011-12-16 05:39 UTC] alan_k@php.net
-Status: Open +Status: Feedback
 [2011-12-20 13:43 UTC] xaver dot maierhofer at conceptnet dot de
Complete Log:

 pecl upgrade --force svn
downloading svn-1.0.1.tgz ...
Starting to download svn-1.0.1.tgz (24,716 bytes)
.........done: 24,716 bytes
4 source files, building
running: phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
Please provide the prefix of Subversion installation [autodetect] : 
Please provide the prefix of the APR installation used with Subversion [autodetect] : 
building in /tmp/pear/temp/pear-build-root83XtgP/svn-1.0.1
running: /tmp/pear/temp/svn/configure --with-svn --with-svn-apr
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20090626
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for svn support... yes, shared
checking for specifying the location of apr for svn... yes, shared
checking for svn includes... Found libsvn 1.7.2
checking for apr and apr-util... Found apr 1.4.2
libsvn includes: "-I/usr/include/subversion-1 -I/usr/include/apr-1.0 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE"
libsvn ldflags: "-lsvn_client-1 -lsvn_fs-1 -lsvn_repos-1 -lsvn_subr-1 -L/usr/lib -lapr-1"
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
running: make
/bin/sh /tmp/pear/temp/pear-build-root83XtgP/svn-1.0.1/libtool --mode=compile cc -I/usr/include/subversion-1  -I/usr/include/apr-1.0  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/pear/temp/svn -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root83XtgP/svn-1.0.1/include -I/tmp/pear/temp/pear-build-root83XtgP/svn-1.0.1/main -I/tmp/pear/temp/svn -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/svn/svn.c -o svn.lo
libtool: compile:  cc -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/pear/temp/svn -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root83XtgP/svn-1.0.1/include -I/tmp/pear/temp/pear-build-root83XtgP/svn-1.0.1/main -I/tmp/pear/temp/svn -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/svn/svn.c  -fPIC -DPIC -o .libs/svn.o
/tmp/pear/temp/svn/svn.c: In function ‘init_svn_client’:
/tmp/pear/temp/svn/svn.c:350: warning: ‘svn_client_get_simple_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:151)
/tmp/pear/temp/svn/svn.c:353: warning: ‘svn_client_get_username_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:198)
/tmp/pear/temp/svn/svn.c:356: warning: ‘svn_client_get_ssl_server_trust_prompt_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:265)
/tmp/pear/temp/svn/svn.c:360: warning: ‘svn_client_get_ssl_server_trust_file_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:214)
/tmp/pear/temp/svn/svn.c:363: warning: ‘svn_client_get_ssl_client_cert_file_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:231)
/tmp/pear/temp/svn/svn.c:366: warning: ‘svn_client_get_ssl_client_cert_pw_file_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:248)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_config_ensure’:
/tmp/pear/temp/svn/svn.c:450: 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_import’:
/tmp/pear/temp/svn/svn.c:491: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:493: warning: ‘svn_client_import’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1885)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_checkout’:
/tmp/pear/temp/svn/svn.c:727: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:728: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:734: warning: ‘svn_client_checkout2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1147)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_cat’:
/tmp/pear/temp/svn/svn.c:805: 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_ls’:
/tmp/pear/temp/svn/svn.c:873: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:880: warning: ‘svn_client_ls2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4936)
/tmp/pear/temp/svn/svn.c:888: warning: ‘svn_client_ls’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4953)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_log’:
/tmp/pear/temp/svn/svn.c:1097: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:1102: warning: ‘svn_client_log2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2522)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_diff’:
/tmp/pear/temp/svn/svn.c:1257: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:1258: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:1260: warning: ‘svn_client_diff3’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2839)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_cleanup’:
/tmp/pear/temp/svn/svn.c:1324: 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_revert’:
/tmp/pear/temp/svn/svn.c:1365: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:1367: warning: ‘svn_client_revert’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3704)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_resolved’:
/tmp/pear/temp/svn/svn.c:1407: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:1409: warning: ‘svn_client_resolved’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3728)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_fs_file_contents’:
/tmp/pear/temp/svn/svn.c:1624: 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_file_length’:
/tmp/pear/temp/svn/svn.c:1666: 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_node_prop’:
/tmp/pear/temp/svn/svn.c:1708: 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_node_created_rev’:
/tmp/pear/temp/svn/svn.c:1753: 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_dir_entries’:
/tmp/pear/temp/svn/svn.c:1798: 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_check_path’:
/tmp/pear/temp/svn/svn.c:1843: 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_repos_open’:
/tmp/pear/temp/svn/svn.c:1906: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:1908: warning: ‘svn_repos_open’ is deprecated (declared at /usr/include/subversion-1/svn_repos.h:383)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_info’:
/tmp/pear/temp/svn/svn.c:2001: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2013: warning: ‘svn_client_info’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:5508)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_export’:
/tmp/pear/temp/svn/svn.c:2065: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2066: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2077: warning: ‘svn_client_export3’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4750)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_switch’:
/tmp/pear/temp/svn/svn.c:2118: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2119: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2127: warning: ‘svn_client_switch’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1440)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_copy’:
/tmp/pear/temp/svn/svn.c:2169: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2170: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2180: warning: ‘svn_client_copy2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3941)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_blame’:
/tmp/pear/temp/svn/svn.c:2279: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2294: warning: ‘svn_client_blame2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2670)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_delete’:
/tmp/pear/temp/svn/svn.c:2342: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2343: warning: ‘svn_client_delete2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1735)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_mkdir’:
/tmp/pear/temp/svn/svn.c:2410: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2412: warning: ‘svn_client_mkdir2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1630)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_move’:
/tmp/pear/temp/svn/svn.c:2479: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2480: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2482: warning: ‘svn_client_move3’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4113)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_proplist’:
/tmp/pear/temp/svn/svn.c:2541: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2546: warning: ‘svn_client_proplist2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4590)
/tmp/pear/temp/svn/svn.c:2574: warning: ‘svn_path_local_style’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:82)
/tmp/pear/temp/svn/svn.c:2574: warning: ‘svn_path_local_style’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:82)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_propget’:
/tmp/pear/temp/svn/svn.c:2616: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2621: warning: ‘svn_client_propget2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4484)
/tmp/pear/temp/svn/svn.c:2643: warning: ‘svn_path_local_style’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:82)
/tmp/pear/temp/svn/svn.c:2643: warning: ‘svn_path_local_style’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:82)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_repos_create’:
/tmp/pear/temp/svn/svn.c:2687: 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_repos_recover’:
/tmp/pear/temp/svn/svn.c:2732: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2734: warning: ‘svn_repos_recover2’ is deprecated (declared at /usr/include/subversion-1/svn_repos.h:614)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_repos_hotcopy’:
/tmp/pear/temp/svn/svn.c:2772: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2773: 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_commit’:
/tmp/pear/temp/svn/svn.c:2853: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:2862: warning: ‘svn_client_commit3’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2018)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_lock’:
/tmp/pear/temp/svn/svn.c:2922: 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_unlock’:
/tmp/pear/temp/svn/svn.c:2973: 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_add’:
/tmp/pear/temp/svn/svn.c:3024: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:3026: warning: ‘svn_client_add2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1535)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_status’:
/tmp/pear/temp/svn/svn.c:3130: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:3135: warning: ‘svn_client_status2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2364)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_update’:
/tmp/pear/temp/svn/svn.c:3194: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:3199: warning: ‘svn_client_update’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1315)
/tmp/pear/temp/svn/svn.c: In function ‘php_svn_get_version’:
/tmp/pear/temp/svn/svn.c:3220: error: dereferencing pointer to incomplete type
/tmp/pear/temp/svn/svn.c:3221: error: dereferencing pointer to incomplete type
/tmp/pear/temp/svn/svn.c:3221: error: dereferencing pointer to incomplete type
/tmp/pear/temp/svn/svn.c:3221: error: dereferencing pointer to incomplete type
/tmp/pear/temp/svn/svn.c:3221: error: dereferencing pointer to incomplete type
/tmp/pear/temp/svn/svn.c:3223: error: dereferencing pointer to incomplete type
/tmp/pear/temp/svn/svn.c:3223: error: dereferencing pointer to incomplete type
/tmp/pear/temp/svn/svn.c:3223: error: dereferencing pointer to incomplete type
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_repos_fs_begin_txn_for_commit’:
/tmp/pear/temp/svn/svn.c:3267: warning: ‘svn_repos_fs_begin_txn_for_commit’ is deprecated (declared at /usr/include/subversion-1/svn_repos.h:1920)
/tmp/pear/temp/svn/svn.c: In function ‘zif_svn_fs_make_file’:
/tmp/pear/temp/svn/svn.c:3374: 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_make_dir’:
/tmp/pear/temp/svn/svn.c:3412: 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_apply_text’:
/tmp/pear/temp/svn/svn.c:3453: 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_copy’:
/tmp/pear/temp/svn/svn.c:3501: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pear/temp/svn/svn.c:3502: 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_delete’:
/tmp/pear/temp/svn/svn.c:3541: 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_is_file’:
/tmp/pear/temp/svn/svn.c:3618: 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_is_dir’:
/tmp/pear/temp/svn/svn.c:3657: 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_change_node_prop’:
/tmp/pear/temp/svn/svn.c:3698: 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_contents_changed’:
/tmp/pear/temp/svn/svn.c:3746: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/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
 [2011-12-20 13:43 UTC] xaver dot maierhofer at conceptnet dot de
-Status: Feedback +Status: Open
 [2011-12-21 04:52 UTC] alan_k@php.net
Can you try the version in HEAD:

svn co http://svn.php.net/repository/pecl/svn/trunk pecl_svn
cd pecl_svn
phpize
./configure 
make

and post the output for that. (It is failing in php_svn_get_version, but since 
the release version and head are different, it's difficult to see why)
 [2011-12-21 04:52 UTC] alan_k@php.net
-Status: Open +Status: Feedback
 [2011-12-21 07:57 UTC] xaver dot maierhofer at conceptnet dot de
-Status: Feedback +Status: Open
 [2011-12-21 07:57 UTC] xaver dot maierhofer at conceptnet dot de
Same problem again:

# cd /tmp/
/tmp# svn co http://svn.php.net/repository/pecl/svn/trunk pecl_svn
A    pecl_svn/config.w32
A    pecl_svn/tests
A    pecl_svn/tests/log4.phpt
A    pecl_svn/tests/log5.phpt
A    pecl_svn/tests/cat.phpt
A    pecl_svn/tests/log6.phpt
A    pecl_svn/tests/log7.phpt
A    pecl_svn/tests/log8.phpt
A    pecl_svn/tests/log9.phpt
A    pecl_svn/tests/log10.phpt
A    pecl_svn/tests/status.phpt
A    pecl_svn/tests/checkout1.phpt
A    pecl_svn/tests/checkout2.phpt
A    pecl_svn/tests/r
A    pecl_svn/tests/r/conf
A    pecl_svn/tests/r/conf/svnserve.conf
A    pecl_svn/tests/r/conf/passwd
A    pecl_svn/tests/r/conf/authz
A    pecl_svn/tests/r/db
A    pecl_svn/tests/r/db/revs
A    pecl_svn/tests/r/db/revs/0
A    pecl_svn/tests/r/db/revs/1
A    pecl_svn/tests/r/db/revs/2
A    pecl_svn/tests/r/db/revs/3
A    pecl_svn/tests/r/db/revs/4
A    pecl_svn/tests/r/db/revs/5
A    pecl_svn/tests/r/db/revprops
A    pecl_svn/tests/r/db/revprops/0
A    pecl_svn/tests/r/db/revprops/1
A    pecl_svn/tests/r/db/revprops/2
A    pecl_svn/tests/r/db/revprops/3
A    pecl_svn/tests/r/db/revprops/4
A    pecl_svn/tests/r/db/revprops/5
A    pecl_svn/tests/r/db/write-lock
A    pecl_svn/tests/r/db/current
A    pecl_svn/tests/r/db/uuid
A    pecl_svn/tests/r/db/fs-type
A    pecl_svn/tests/r/db/format
A    pecl_svn/tests/r/format
A    pecl_svn/tests/r/README.txt
A    pecl_svn/tests/r/locks
A    pecl_svn/tests/r/locks/db.lock
A    pecl_svn/tests/r/locks/db-logs.lock
A    pecl_svn/tests/utils.inc
A    pecl_svn/tests/log1.phpt
A    pecl_svn/tests/log2.phpt
A    pecl_svn/tests/log3.phpt
A    pecl_svn/php_svn.h
A    pecl_svn/config.m4
A    pecl_svn/TODO
A    pecl_svn/svn.c
A    pecl_svn/package.xml
A    pecl_svn/CREDITS
A    pecl_svn/EXPERIMENTAL
A    pecl_svn/examples
A    pecl_svn/examples/hook_emailcommit.php
A    pecl_svn/examples/hook_copycommit.php
 U   pecl_svn
Ausgecheckt, Revision 321289.
/tmp# cd pecl_svn
/tmp/pecl_svn# phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
/tmp/pecl_svn# ./configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20090626
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for svn support... yes, shared
checking for specifying the location of apr for svn... yes, shared
checking for svn includes... Found libsvn 1.7.2
checking for apr and apr-util... Found apr 1.4.2
libsvn includes: "-I/usr/include/subversion-1 -I/usr/include/apr-1.0 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE"
libsvn ldflags: "-lsvn_client-1 -lsvn_fs-1 -lsvn_repos-1 -lsvn_subr-1 -L/usr/lib -lapr-1"
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
/tmp/pecl_svn# make
/bin/sh /tmp/pecl_svn/libtool --mode=compile cc -I/usr/include/subversion-1  -I/usr/include/apr-1.0  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/pecl_svn -DPHP_ATOM_INC -I/tmp/pecl_svn/include -I/tmp/pecl_svn/main -I/tmp/pecl_svn -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pecl_svn/svn.c -o svn.lo
libtool: compile:  cc -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/tmp/pecl_svn -DPHP_ATOM_INC -I/tmp/pecl_svn/include -I/tmp/pecl_svn/main -I/tmp/pecl_svn -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -c /tmp/pecl_svn/svn.c  -fPIC -DPIC -o .libs/svn.o
/tmp/pecl_svn/svn.c: In function ‘init_svn_client’:
/tmp/pecl_svn/svn.c:353: warning: ‘svn_client_get_simple_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:151)
/tmp/pecl_svn/svn.c:356: warning: ‘svn_client_get_username_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:198)
/tmp/pecl_svn/svn.c:359: warning: ‘svn_client_get_ssl_server_trust_prompt_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:265)
/tmp/pecl_svn/svn.c:363: warning: ‘svn_client_get_ssl_server_trust_file_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:214)
/tmp/pecl_svn/svn.c:366: warning: ‘svn_client_get_ssl_client_cert_file_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:231)
/tmp/pecl_svn/svn.c:369: warning: ‘svn_client_get_ssl_client_cert_pw_file_provider’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:248)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_config_ensure’:
/tmp/pecl_svn/svn.c:453: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_import’:
/tmp/pecl_svn/svn.c:494: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:496: warning: ‘svn_client_import’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1885)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_checkout’:
/tmp/pecl_svn/svn.c:740: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:741: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:752: warning: ‘svn_client_checkout2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1147)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_cat’:
/tmp/pecl_svn/svn.c:824: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_ls’:
/tmp/pecl_svn/svn.c:894: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:905: warning: ‘svn_client_ls2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4936)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_log’:
/tmp/pecl_svn/svn.c:1111: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:1127: warning: ‘svn_client_log3’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2500)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_diff’:
/tmp/pecl_svn/svn.c:1282: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:1283: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:1285: warning: ‘svn_client_diff3’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2839)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_cleanup’:
/tmp/pecl_svn/svn.c:1349: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_revert’:
/tmp/pecl_svn/svn.c:1390: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:1392: warning: ‘svn_client_revert’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3704)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_resolved’:
/tmp/pecl_svn/svn.c:1432: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:1434: warning: ‘svn_client_resolved’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3728)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_file_contents’:
/tmp/pecl_svn/svn.c:1649: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_file_length’:
/tmp/pecl_svn/svn.c:1691: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_node_prop’:
/tmp/pecl_svn/svn.c:1733: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_node_created_rev’:
/tmp/pecl_svn/svn.c:1778: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_dir_entries’:
/tmp/pecl_svn/svn.c:1823: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_check_path’:
/tmp/pecl_svn/svn.c:1868: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_repos_open’:
/tmp/pecl_svn/svn.c:1931: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:1933: warning: ‘svn_repos_open’ is deprecated (declared at /usr/include/subversion-1/svn_repos.h:383)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_info’:
/tmp/pecl_svn/svn.c:2025: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2046: warning: ‘svn_client_info’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:5508)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_export’:
/tmp/pecl_svn/svn.c:2098: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2099: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2110: warning: ‘svn_client_export3’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4750)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_switch’:
/tmp/pecl_svn/svn.c:2151: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2152: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2160: warning: ‘svn_client_switch’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1440)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_copy’:
/tmp/pecl_svn/svn.c:2204: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2205: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2217: warning: ‘svn_client_copy2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:3941)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_blame’:
/tmp/pecl_svn/svn.c:2317: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2338: warning: ‘svn_client_blame2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2670)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_delete’:
/tmp/pecl_svn/svn.c:2385: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2387: warning: assignment discards qualifiers from pointer target type
/tmp/pecl_svn/svn.c:2389: warning: ‘svn_client_delete2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1735)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_mkdir’:
/tmp/pecl_svn/svn.c:2458: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2460: warning: ‘svn_client_mkdir2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1630)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_move’:
/tmp/pecl_svn/svn.c:2527: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2528: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2530: warning: ‘svn_client_move3’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4113)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_proplist’:
/tmp/pecl_svn/svn.c:2590: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2601: warning: ‘svn_client_proplist2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4590)
/tmp/pecl_svn/svn.c:2629: warning: ‘svn_path_local_style’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:82)
/tmp/pecl_svn/svn.c:2629: warning: ‘svn_path_local_style’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:82)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_propget’:
/tmp/pecl_svn/svn.c:2672: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2683: warning: ‘svn_client_propget2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:4484)
/tmp/pecl_svn/svn.c:2705: warning: ‘svn_path_local_style’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:82)
/tmp/pecl_svn/svn.c:2705: warning: ‘svn_path_local_style’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:82)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_repos_create’:
/tmp/pecl_svn/svn.c:2749: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_repos_recover’:
/tmp/pecl_svn/svn.c:2794: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2796: warning: ‘svn_repos_recover2’ is deprecated (declared at /usr/include/subversion-1/svn_repos.h:614)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_repos_hotcopy’:
/tmp/pecl_svn/svn.c:2834: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2835: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_commit’:
/tmp/pecl_svn/svn.c:2915: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:2924: warning: ‘svn_client_commit3’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2018)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_lock’:
/tmp/pecl_svn/svn.c:2984: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_unlock’:
/tmp/pecl_svn/svn.c:3035: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_add’:
/tmp/pecl_svn/svn.c:3086: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:3088: warning: ‘svn_client_add2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1535)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_status’:
/tmp/pecl_svn/svn.c:3192: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:3197: warning: ‘svn_client_status2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:2364)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_update’:
/tmp/pecl_svn/svn.c:3256: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:3261: warning: ‘svn_client_update’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1315)
/tmp/pecl_svn/svn.c: In function ‘php_svn_get_version’:
/tmp/pecl_svn/svn.c:3282: error: dereferencing pointer to incomplete type
/tmp/pecl_svn/svn.c:3283: error: dereferencing pointer to incomplete type
/tmp/pecl_svn/svn.c:3283: error: dereferencing pointer to incomplete type
/tmp/pecl_svn/svn.c:3283: error: dereferencing pointer to incomplete type
/tmp/pecl_svn/svn.c:3283: error: dereferencing pointer to incomplete type
/tmp/pecl_svn/svn.c:3285: error: dereferencing pointer to incomplete type
/tmp/pecl_svn/svn.c:3285: error: dereferencing pointer to incomplete type
/tmp/pecl_svn/svn.c:3285: error: dereferencing pointer to incomplete type
/tmp/pecl_svn/svn.c: In function ‘zif_svn_repos_fs_begin_txn_for_commit’:
/tmp/pecl_svn/svn.c:3329: warning: ‘svn_repos_fs_begin_txn_for_commit’ is deprecated (declared at /usr/include/subversion-1/svn_repos.h:1920)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_make_file’:
/tmp/pecl_svn/svn.c:3436: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_make_dir’:
/tmp/pecl_svn/svn.c:3474: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_apply_text’:
/tmp/pecl_svn/svn.c:3515: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_copy’:
/tmp/pecl_svn/svn.c:3563: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:3564: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_delete’:
/tmp/pecl_svn/svn.c:3603: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_is_file’:
/tmp/pecl_svn/svn.c:3680: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_is_dir’:
/tmp/pecl_svn/svn.c:3719: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_change_node_prop’:
/tmp/pecl_svn/svn.c:3759: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_contents_changed’:
/tmp/pecl_svn/svn.c:3810: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:3811: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c: In function ‘zif_svn_fs_props_changed’:
/tmp/pecl_svn/svn.c:3858: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
/tmp/pecl_svn/svn.c:3859: warning: ‘svn_path_canonicalize’ is deprecated (declared at /usr/include/subversion-1/svn_path.h:282)
make: *** [svn.lo] Error 1
 [2011-12-21 08:21 UTC] xaver dot maierhofer at conceptnet dot de
If i change to a static version number it works.
line 3282 - 3285
// if (strlen(vers->tag))
		snprintf(buf, buflen, "%d.%d.%d#%s", "1", "7", "2");
// 	else
// 		snprintf(buf, buflen, "%d.%d.%d", vers->major, vers->minor, vers->patch);
 [2011-12-21 08:29 UTC] xaver dot maierhofer at conceptnet dot de
But the old error (in php), why i tried to rebuild is still where.
I open a new report.
 [2011-12-21 15:06 UTC] alan_k@php.net
can you try adding 

#include "svn_version.h"

at the end of all the includes in svn.c  - see if that helps. 

It builds ok on ubuntu 11.10 using that change.

Regards
Alan
 [2011-12-21 15:28 UTC] xaver dot maierhofer at conceptnet dot de
fixed it, its the solution
 [2011-12-22 02:08 UTC] alan_k@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 [2011-12-22 02:08 UTC] alan_k@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: alan_k
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC