On Mon, 7 Aug 2006, Alexander K. Hansen wrote: > On 8/7/06, Ken Mankoff <[EMAIL PROTECTED]> wrote: >> >> While building svn-ssl-swig-py24 the following occurs: >> >> configure: Apache Portable Runtime (APR) library configuration >> checking for APR... yes >> checking APR version... 0.9.12 >> wanted regex is 0\.9\.[5-9] or 1\. >> configure: error: invalid apr version found >> ### execution of /var/tmp/tmp.1.C7mGwY failed, exit code 1 >> Removing build lock... >> /sw/bin/dpkg-lockwait -r >> fink-buildlock-svn-ssl-swig-py24-1.2.3-1013 >> >> (Reading database ... 59411 files and directories currently installed.) >> Removing fink-buildlock-svn-ssl-swig-py24-1.2.3-1013 ... >> Failed: phase compiling: svn-ssl-swig-py24-1.2.3-1013 failed >> >> -k. >> > > Ah. We saw this with the mainline svn packages earlier, and maybe > this one still needs updating (maintainer cced) >
FYI, If anyone is in a similar situation I have hacked a work-around as follows: % fink install svn-ssl-swig-py24 and then shortly after it has decompressed the file press CTRL+z to stop the build process. cd to /sw/src/fink.build/svn-ssl-swig-py24-<versions>/subversion-1.2.3 and edit configure. Find the line from the error message that looks like this: "0\.9\.[5-9]" and I just changed it to "0\.9\.12" because that is the apr version I have installed. Change for APU also (apr-utils), then fg and the build process works, and trac is up and running. I'm sure this is not a very good thing to do but I needed that package installed and it worked in a test environment so I deployed it. Hopefully the package will be updated soon so I am not reliant on this hack. -k. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
