-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2/25/10 2:30 PM, Ivan Vasin wrote:
> while building svn-1.6.9-1 i get the following error:
> ./subversion/include/svn_io.h:35:67: error: apr_thread_proc.h: No such
> file or directory
> 
> is there a missing dependency on one of the apr packages? i have neither
> apr nor apache2 installed, but i do have libabr.0-dev, libapr.0-shlibs,
> libaprutil.0-dev, and libapr.0-shlibs.
> 
> more build output:
> /bin/sh /sw/src/fink.build/svn-1.6.9-1/subversion-1.6.9/libtool --tag=CC
> --silent --mode=compile gcc -I./subversion/include -I./subversion
> -I/sw/include/neon -I/sw/include/apache2
> -I/sw/lib/system-openssl/include -I/sw/include/db4 -I/sw/include 
> -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -g -O2  -g -O2    -o
> subversion/libsvn_delta/cancel.lo -c subversion/libsvn_delta/cancel.c
> In file included from ./subversion/include/svn_delta.h:37,
>                  from subversion/libsvn_delta/cancel.c:19:
> ./subversion/include/svn_io.h:35:67: error: apr_thread_proc.h: No such
> file or directory
> In file included from ./subversion/include/svn_delta.h:37,
>                  from subversion/libsvn_delta/cancel.c:19:
> ./subversion/include/svn_io.h:1211: error: syntax error before '*' token
> ./subversion/include/svn_io.h:1238: error: syntax error before '*' token
> ./subversion/include/svn_io.h:1253: error: syntax error before
> 'apr_exit_why_e'
> make: *** [subversion/libsvn_delta/cancel.lo] Error 1
> ### execution of /var/tmp/tmp.1.AHw1Aa failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-svn-1.6.9-1
> (Reading database ... 223736 files and directories currently installed.)
> Removing fink-buildlock-svn-1.6.9-1 ...
> Failed: phase compiling: svn-1.6.9-1 failed
> 
> 
> 

$ dpkg -S apr_thread_proc.h
apr-dev: /sw/include/apr-0/apr_thread_proc.h
libapr.0-dev: /sw/include/apache2/apr_thread_proc.h

$ fink show-deps svn | grep apr
    libapr.0-dev
    libapr.0-shlibs
    libaprutil.0-dev (>= 1.3.4-8)
    libaprutil.0-shlibs (>= 1.3.4-8)

Check if your libapr.0-dev actually provides apr_thread_proc.h, e.g. via
"dpkg -L libapr.0-dev" .  If it doesn't, then it got misbuilt somehow,
and maybe a "fink rebuild libapr.0-dev" will solve the problem.
- -- 
Alexander Hansen
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkuG30sACgkQB8UpO3rKjQ9AYgCeL9IIOcQzwv86u9Hg5v5v9ovJ
aHQAnilp1Ew6Xz7NKZe/jIVEUhifHO5w
=q6ov
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to