From owner-freebsd-current Tue Feb 19 7:34:20 2002 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 99C8037B404 for ; Tue, 19 Feb 2002 07:34:12 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id A1D855343; Tue, 19 Feb 2002 16:34:10 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Garrett Rooney Cc: Stijn Hoop , current@freebsd.org Subject: Re: Patch sets to date and timing tests with Giant out of userret. References: <20020219161833.K29038@pcwin002.win.tue.nl> <20020219152130.GC13590@electricjellyfish.net> From: Dag-Erling Smorgrav Date: 19 Feb 2002 16:34:10 +0100 In-Reply-To: <20020219152130.GC13590@electricjellyfish.net> Message-ID: Lines: 84 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Garrett Rooney writes: > On Tue, Feb 19, 2002 at 04:18:33PM +0100, Stijn Hoop wrote: > > As for your port, there already is a /usr/ports/devel/subversion; it points > > you to the port skeleton for version r909. Is yours better/different? > i imagine his is more up to date ;-) Yeah, I ported 1302, which is the latest tarball. BTW, there's a bug in 1302, 'svn import' crashes when trying to import an empty subdirectory: des@des ~% svn --version Subversion Client, version 0.9.0 (rc2) compiled Feb 17 2002, 20:16:28 Copyright (C) 2000-2002 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ The following repository access (RA) modules are available: * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol. - handles 'http' schema - handles 'https' schema * ra_local : Module for accessing a repository on local disk. - handles 'file' schema des@des ~% svnadmin create ~/svn des@des ~% svn import file:///home/des/svn /etc etc Adding ./etc Adding ./etc/uucp zsh: segmentation fault (core dumped) svn import file:///home/des/svn /etc etc des@des ~% gdb =svn svn.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"...Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb.291/gdb/dbxread.c line 2629 in elfstab_build_psymtabs Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb.291/gdb/dbxread.c line 935 in fill_symbuf Core was generated by `svn'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libsvn_client.so.0...done. Reading symbols from /usr/local/lib/libsvn_wc.so.0...done. Reading symbols from /usr/local/lib/libsvn_ra.so.0...done. Reading symbols from /usr/lib/libz.so.2...done. Reading symbols from /usr/local/lib/libsvn_ra_dav.so.0...done. Reading symbols from /usr/local/lib/libneon.so.18...done. Reading symbols from /usr/lib/libssl.so.2...done. Reading symbols from /usr/lib/libcrypto.so.2...done. Reading symbols from /usr/local/lib/libxml.so.5...done. Reading symbols from /usr/local/lib/libsvn_ra_local.so.0...done. Reading symbols from /usr/local/lib/libsvn_repos.so.0...done. Reading symbols from /usr/local/lib/libsvn_fs.so.0...done. Reading symbols from /usr/local/lib/libsvn_delta.so.0...done. Reading symbols from /usr/local/lib/libdb4.so.0...done. Reading symbols from /usr/local/lib/libsvn_subr.so.0...done. Reading symbols from /usr/local/lib/libexpat.so.0...done. Reading symbols from /usr/local/lib/libapr.so.0...done. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/lib/libcrypt.so.2...done. Reading symbols from /usr/lib/libc.so.5...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 _readdir_unlocked (dirp=0x0) at /usr/src/lib/libc/../libc/gen/readdir.c:60 60 if (dirp->dd_loc >= dirp->dd_size) { (gdb) where #0 _readdir_unlocked (dirp=0x0) at /usr/src/lib/libc/../libc/gen/readdir.c:60 #1 0x283cde9d in readdir (dirp=0x0) at /usr/src/lib/libc/../libc/gen/readdir.c:98 #2 0x2830e5b5 in apr_dir_read () from /usr/local/lib/libapr.so.0 #3 0x28074818 in import_dir () from /usr/local/lib/libsvn_client.so.0 #4 0x280747a2 in import_dir () from /usr/local/lib/libsvn_client.so.0 #5 0x28074a3a in import () from /usr/local/lib/libsvn_client.so.0 #6 0x28074df2 in send_to_repos () from /usr/local/lib/libsvn_client.so.0 #7 0x28074f37 in svn_client_import () from /usr/local/lib/libsvn_client.so.0 #8 0x804b162 in svn_cl__import () #9 0x804bff9 in main () #10 0x804a035 in _start (arguments=0xbfbffc20 "svn") at /usr/src/lib/csu/i386-elf/crt1.c:96 DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message