From owner-freebsd-current@FreeBSD.ORG Sat Feb 21 22:48:48 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAA11106566C for ; Sat, 21 Feb 2009 22:48:48 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 9205F8FC12 for ; Sat, 21 Feb 2009 22:48:48 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so540916yxl.13 for ; Sat, 21 Feb 2009 14:48:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5V12DS6W5BrLO7Elrxu6ni0S3BwY+gTVojHniqO0Pgc=; b=tIlQlTtFI9chp1nUucdTAsHHp7cG73r3f8ufiuTfZANhla2LtSCsKAl6N1Zj9fqTt6 na0ZABw4WtVFXFgNt9hckAoN21/coPw9M5tYzZEmSMqPNtAyJDR/QIQVxD20/9gFurYJ fpYPhqRkI1PaDX5NwweKBxLMzsFjVabyAWKJA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=BS1TyvThpySgNO/AgKd86rIZDi3hWOojpKB5T4YNNA0pthhdUVlFDDoQw6KX73bg5c CEDFQGmilehsG6vB/y4cjIECLKYYDu16UwPW5p50NtR0UQ1mMoN0Tvct2qrE0Duc0Dri cL04vkTVW9go1BC0ifUlDtamLsRkdcsFnr2sw= MIME-Version: 1.0 Received: by 10.90.83.2 with SMTP id g2mr636244agb.69.1235256528036; Sat, 21 Feb 2009 14:48:48 -0800 (PST) In-Reply-To: <7d6fde3d0902211440i7f8d901i1470a421becbb739@mail.gmail.com> References: <7d6fde3d0902211412i15eb88c5x7ae8d54caa286cec@mail.gmail.com> <49A08113.4080100@andric.com> <7d6fde3d0902211438t212bbe7cwc3726ea1c1fe9120@mail.gmail.com> <7d6fde3d0902211440i7f8d901i1470a421becbb739@mail.gmail.com> Date: Sat, 21 Feb 2009 14:48:47 -0800 Message-ID: <7d6fde3d0902211448i3c15208bu2ee553a02b4b8d49@mail.gmail.com> From: Garrett Cooper To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: CVS suckage X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2009 22:48:49 -0000 On Sat, Feb 21, 2009 at 2:40 PM, Garrett Cooper wrote: > On Sat, Feb 21, 2009 at 2:38 PM, Garrett Cooper wrote: >> On Sat, Feb 21, 2009 at 2:32 PM, Dimitry Andric wrote: >>> On 2009-02-21 23:12, Garrett Cooper wrote: >>>> /usr/bin/cvs: >>>> libintl.so.8 => /usr/local/lib/libintl.so.8 (0x28130000) >>>> libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28139000) >>>> libcrypt.so.4 => /lib/libcrypt.so.4 (0x2822e000) >>>> libc.so.7 => /lib/libc.so.7 (0x28247000) >>> >>> There must be something wrong with your CVS binary, on my -CURRENT >>> system it gives: >>> >>> $ ldd /usr/bin/cvs >>> /usr/bin/cvs: >>> libgnuregex.so.4 => /usr/lib/libgnuregex.so.4 (0x28109000) >>> libmd.so.4 => /lib/libmd.so.4 (0x2811a000) >>> libcrypt.so.4 => /lib/libcrypt.so.4 (0x2812a000) >>> libz.so.4 => /lib/libz.so.4 (0x28143000) >>> libgssapi.so.10 => /usr/lib/libgssapi.so.10 (0x28155000) >>> libkrb5.so.10 => /usr/lib/libkrb5.so.10 (0x2815e000) >>> libhx509.so.10 => /usr/lib/libhx509.so.10 (0x281bc000) >>> libasn1.so.10 => /usr/lib/libasn1.so.10 (0x281f2000) >>> libcrypto.so.5 => /lib/libcrypto.so.5 (0x28267000) >>> libroken.so.10 => /usr/lib/libroken.so.10 (0x283c2000) >>> libcom_err.so.4 => /usr/lib/libcom_err.so.4 (0x283d2000) >>> libc.so.7 => /lib/libc.so.7 (0x283d4000) >>> >>> E.g. nothing from /usr/local. Have you overwritten your base version >>> with a version from ports, or something like that? >> >> Not that I recall... >> -Garrett > > I might have in the past trying to troubleshoot and issue and I > forgot to remove it... removing the old binary and running make > install again seems to have worked.. > Let's see how this goes. > Thanks! > -Garrett I also commented out the line WITHOUT_CVS=yes in src.conf before doing the install, and it works now. Thanks! -Garrett