On Mon, Sep 25, 2006 at 06:30:02PM +0200, Sigfred H?versen wrote: > Attached an update of devel/subversion to 1.4.0 that is tested on Alpha and > Sparc64. > > Note: There are changes in working copy format as well as in the repository > format. See http://subversion.tigris.org/svn_1.4_releasenotes.html for > details. > > Please test and review. > > /Sigfred
on GENERIC#1104 i386 (yes i should update...) with subversion installed neodym:tobiasu$ pkg_info | grep subversion subversion-1.3.2 subversion revision control system (subversion in COMMENT is a bit redundant) $ FLAVOR=no_bindings make [...] /usr/bin/ld: warning: libsvn_subr-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may conflict with libsvn_subr-1.so.1.0 /usr/bin/ld: warning: libsvn_delta-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may conflict with libsvn_delta-1.so.1.0 /usr/bin/ld: warning: libsvn_fs_fs-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may conflict with libsvn_fs_fs-1.so.1.0 /usr/bin/ld: warning: libsvn_fs_base-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may conflict with libsvn_fs_base-1.so.1.0 /usr/bin/ld: warning: libsvn_fs-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may conflict with libsvn_fs-1.so.1.0 /usr/bin/ld: warning: libsvn_repos-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may conflict with libsvn_repos-1.so.1.0 /usr/bin/ld: warning: libsvn_ra_local-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may conflict with libsvn_ra_local-1.so.1.0 /usr/bin/ld: warning: libsvn_ra_svn-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may conflict with libsvn_ra_svn-1.so.1.0 /usr/bin/ld: warning: libsvn_ra_dav-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may confli ct with libsvn_ra_dav-1.so.1.0 /usr/bin/ld: warning: libsvn_ra-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may conflict with libsvn_ra-1.so.1.0 /usr/bin/ld: warning: libsvn_diff-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may conflict with libsvn_diff-1.so.1.0 /usr/bin/ld: warning: libsvn_wc-1.so.0.0, needed by /usr/local/lib/libsvn_client-1.so.0.0, may conflict with libsvn_wc-1.so.1.0 blame-cmd.o(.text+0x458): In function `svn_cl__blame': : undefined reference to `svn_client_blame3' copy-cmd.o(.text+0x137): In function `svn_cl__copy': : undefined reference to `svn_client_copy3' copy-cmd.o(.text+0x1e4): In function `svn_cl__copy': : undefined reference to `svn_client_copy3' diff-cmd.o(.text+0x34e): In function `svn_cl(double, int, float, float)': : undefined reference to `svn_client_diff_summarize' diff-cmd.o(.text+0x437): In function `svn_cl(double, int, float, float)': : undefined reference to `svn_client_diff_summarize_peg' list-cmd.o(.text+0x64d): In function `svn_cl__list': : undefined reference to `svn_client_list' log-cmd.o(.text+0x649): In function `svn_cl__log': : undefined reference to `svn_client_log3' log-cmd.o(.text+0x6cd): In function `svn_cl__log': : undefined reference to `svn_client_log3' merge-cmd.o(.text+0x157): In function `svn_cl__merge': : undefined reference to `svn_client_merge_peg2' merge-cmd.o(.text+0x1a3): In function `svn_cl__merge': : undefined reference to `svn_client_merge2' move-cmd.o(.text+0xda): In function `svn_cl__move': : undefined reference to `svn_client_move4' move-cmd.o(.text+0x18f): In function `svn_cl__move': : undefined reference to `svn_client_move4' collect2: ld returned 1 exit status *** Error code 1 Stop in /usr/ports/devel/subversion/w-subversion-1.4.0-no_bindings/build-i386-no_bindings (line 504 of /usr/ports/devel/subversion/w-subversion-1.4.0-no_bindings/subversion-1.4.0/build-outputs.mk). *** Error code 1 Stop in /usr/ports/devel/subversion (line 1962 of /usr/ports/infrastructure/mk/bsd.port.mk). a simple make results in the same errormessage. Tobias