reassign 394894 medusa merge 394432 394894 thanks On Mon, Oct 23, 2006 at 11:20:53AM -0600, LaMont Jones wrote: > In the build attempt of medsua found at > http://buildd.debian.org/fetch.cgi?&pkg=medusa&ver=1.2-1%2Bb1&arch=i386&stamp=1161300496&file=log
> the following errors show up: > > i486-linux-gnu-gcc -Wall -g -O2 -g -DDEBUG -fPIC -I/usr/local/include > > -I/usr/local/ssl/include -I/usr/include/subversion-1 -I/usr/include/apr-0 > > -I/usr/include/postgresql -L/usr/local/lib -rdynamic -ldl -o postgres.mod > > -module -fPIC -shared postgres.o medusa-trace.o -lsvn_client-1 -lpq -lncp > > -lssl -lpthread > > if i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -Wall > > -g -O2 -g -DDEBUG -fPIC -I/usr/local/include -I/usr/local/ssl/include > > -I/usr/include/subversion-1 -I/usr/include/apr-0 -I/usr/include/postgresql > > -MT svn.o -MD -MP -MF ".deps/svn.Tpo" -c -o svn.o svn.c; \ > > then mv -f ".deps/svn.Tpo" ".deps/svn.Po"; else rm -f ".deps/svn.Tpo"; > > exit 1; fi > > In file included from svn.c:48: > > /usr/include/subversion-1/svn_client.h:35:24: error: apr_tables.h: No such > > file or directory > > In file included from /usr/include/subversion-1/svn_client.h:37, > > from svn.c:48: > > /usr/include/subversion-1/svn_types.h:28:45: error: apr.h: No such file or > > directory > > /usr/include/subversion-1/svn_types.h:29:23: error: apr_pools.h: No such > > file or directory > > /usr/include/subversion-1/svn_types.h:30:22: error: apr_hash.h: No such > > file or directory > > /usr/include/subversion-1/svn_types.h:32:22: error: apr_time.h: No such > > file or directory > Which would tend to indicate that libsvn-dev is unusable... The problem is that medusa hard-codes the path of /usr/include/apr-0. libsvn-dev doesn't currently support pkg-config or other means of exposing include path info to build systems; this would be a good idea, but the RC bug here is medusa's. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

