Re: SubMaster OnDisk Format 3
Daniel Jahre <[email protected]>
| Newsgroups | gmane.linux.distributions.rock.devel |
|---|---|
| Organization | ROCK Linux |
| Message-ID | <[email protected]> |
Am Donnerstag, 11. August 2005 15:16 schrieb Clifford Wolf: > Hi, > > as of rev. 104 of submaster there is a new on-disk format for the local > working copies (version 3). the new on-disk format is using SVM for > mirroring the master repository. If you have an installed crystal on your hardisk without additional packages, please install the following cpan packages. They are needed to get svm working. cpan-svn-mirror cpan-uri-escape cpan-svn-simple While emerging subversion-1.2.1 I got the following error: /usr/bin/swig -noproxy -nopm -perl -I../../../../../subversion/bindings/swig -I../../../../../subversion/bindi ngs/swig/perl/libsvn_swig_perl -I../../../../../subversion/include -I/opt/apache/include -o core.c ../../../. ./../subversion/bindings/swig/core.i ../../../../../subversion/bindings/swig/core.i:499: Warning(453): Can't apply (apr_hash_t *PROPHASH). No typem aps are defined. ../../../../../subversion/bindings/swig/core.i:499: Warning(453): Can't apply (apr_hash_t *PROPHASH). No typem aps are defined. ../../../../../subversion/bindings/swig/core.i:510: Warning(453): Can't apply (apr_array_header_t **OUTPUT_OF_ PROP). No typemaps are defined. ../../../../../subversion/bindings/swig/core.i:510: Warning(453): Can't apply (apr_array_header_t **OUTPUT_OF_ PROP). No typemaps are defined. ../../../../../subversion/bindings/swig/core.i:510: Warning(453): Can't apply (apr_array_header_t **OUTPUT_OF_ PROP). No typemaps are defined. gcc -c -I/opt/apache/include -I/opt/apache/include -I/usr/include/db42 -I../../../../../subversion/binding s/swig/perl/libsvn_swig_perl -I../../../../../subversion/include -I../../../../../subversion/bindings/swig - g -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\ "\" -DXS_VERSION=\"\" -fpic "-I/usr/lib/perl5/5.8.5/i586-unknown-linux-gnu/CORE" core.c core.c:1134: error: syntax error before "apr_pool_t" core.c:1140: error: syntax error before "void" make: *** [core.o] Error 1 This is a known problem, which will be solved in 1.2.2 according to the subversion mailinglist. Cheers, Daniel