Hello Ben! On Thursday 01 May 2008 Benjamin M. wrote: > After completely reinstalling apr/apr-util no more configure error. Oh > well... Ok. But looking at that below I don't think that all apr problems are resolved yet.
> Attached some run-tests errors under CentOS 5 with r1658 (trunk). In > some cases I (can) have to delete /tmp/fsvs-test-0 to reproduce the > errors.. > > Otherwise I will try to find out what going wrong under CentOS 4.4. fsvs > compiles with some warnings but I get weird errors on make run-tests . > It perhaps related to recent subversion updates ... Short question - have you thought about going the "easy" way and just using the chroot helper and a chroot environment? I know that it's not the best solution - but I'm using that on some machines that I can't update (because they're still running linux 2.4), and it works ... http://fsvs.tigris.org/source/browse/*checkout*/fsvs/trunk/www/doxygen/html/group__howto__chroot.html If you like I could send you a debian-based chroot (or I could put it for download even), so most of the work would be done ... You'd only have to compile the chrooter itself. I'm using i686 and amd64 - is that enough for you? If not I could take a look which packages the files are from - then you could simply extract the needed packages from debian, and be done ... > In file included from /usr/local/apr-1.2.12/include/apr-1/apr_file_io.h:29, > from global.h:20, > from ac_list.c:9: > /usr/local/apr-1.2.12/include/apr-1/apr_file_info.h:200: error: expected > specifier-qualifier-list before ‘apr_ino_t’ ... This sounds like an apr install problem again - apr_file_info.h gives an error. It seems that apr_ino_t is not defined. I have it in /usr/include/apr-1.0/apr.h:275; maybe one of the #ifdef goes wrong for you? > ~~~~~~~~~~~~~~~~~~~~~~~~ > Trunk under CentOS 4.4 > ~~~~~~~~~~~~~~~~~~~~~~~~ > CC ac_list.c > In file included from ac_list.c:27: > resolve.h:20: warning: `sentinel' attribute directive ignored These can be ignored. > options.c: In function `opt__load_settings': > options.c:428: warning: 'status' might be used uninitialized in this > function Thank you! r1659. > $ make run-tests > make -C ../tests BINARY=/usr/src/fsvs-trunk-2/src/fsvs > Preparing default repository. > make[5]: *** [prepare_wc] Error 1 > make[5]: *** [prepare_wc] Error 1 > make[4]: *** [prepare_wcs] Error 2 > make[3]: *** [prepare_clean] Error 2 > make[2]: *** [/tmp/fsvs-test-0/default-repos.dump] Error 2 > make[1]: *** [run-tests] Error 2 > make: *** [run-tests] Error 2 I'd assume that means that prepare_wc gives an error - but why? Please try this: touch /tmp/fsvs-test-0/default-repos.dump make run-tests TEST_LIST=001* VERBOSE=1 -- Versioning your /etc, /home or even your whole installation? Try fsvs (fsvs.tigris.org)! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
