From owner-freebsd-current@FreeBSD.ORG Sat Feb 21 22:16:24 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 EB5BE106564A for ; Sat, 21 Feb 2009 22:16:24 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-gx0-f176.google.com (mail-gx0-f176.google.com [209.85.217.176]) by mx1.freebsd.org (Postfix) with ESMTP id A83468FC08 for ; Sat, 21 Feb 2009 22:16:24 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by gxk24 with SMTP id 24so5026882gxk.19 for ; Sat, 21 Feb 2009 14:16:24 -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:content-type :content-transfer-encoding; bh=YrcxYW5NwjBSkkYfrhJWnsNPQnI2xJchBYs+hVKFBiw=; b=i0TW0tXsrYuQbaxhUE76UZJmj49FaVdw6g6tr2izSkBsBxQZrnnHpvzVKHjuino2Cj VMlHBdt3FEi9BEtH1wyGyFIzGbyeznu+ws/YYehGg2QDMHFmbCic1K8wbeP6+gkOnnwx 6eREXD8iU9dqc0P9LE5GNXBeM5jc6uFs3T4kw= 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 :content-type:content-transfer-encoding; b=sOtyxVNfcSKxflI/GP1aUlO/Ovje23aCXyVGQOCBZWdXeYjWK2ZTkvgFfGyV8a6G8n g12k+VR8OthG2Usppv1h6dA5+6a1SdnxqHCW7Nla4w7Beo7BKyQm4JIxHujbcTNsfD49 FQ5RMwri7l3quaQnhMnKj5zCd5dbH5zAYWlf4= MIME-Version: 1.0 Received: by 10.90.93.13 with SMTP id q13mr618510agb.51.1235254584170; Sat, 21 Feb 2009 14:16:24 -0800 (PST) In-Reply-To: <7d6fde3d0902211412i15eb88c5x7ae8d54caa286cec@mail.gmail.com> References: <7d6fde3d0902211412i15eb88c5x7ae8d54caa286cec@mail.gmail.com> Date: Sat, 21 Feb 2009 14:16:24 -0800 Message-ID: <7d6fde3d0902211416y17593931n8b1d43426d6fc5e0@mail.gmail.com> From: Garrett Cooper To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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:16:25 -0000 On Sat, Feb 21, 2009 at 2:12 PM, Garrett Cooper wrote: > Hi guys, > Now I realize that cvs is an old RCS method and all, and is > incredibly buggy, but I cannot for the life of me get the version in > the source tree nor the version in ports to work for me when syncing > (fails to connect), checking out (fails to connect), or check in > (segfaults) either for the FreeBSD repository or outside repositories. > What I'm trying to do is trace down the dependent libraries and > rebuild them, just in case they're corrupt / nonfunctional, but I > can't determine where gcrypt lives within the source tree: > [root@orangebox /usr/src]# ldd `which cvs` > /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) > Could someone provide me a pointer on this? > Thanks, > -Garrett I just stared at the ldd output and it appears that 2/4 of the libraries are being picked up from ports. Isn't there a policy for LDFLAGS / CFLAGS in base? Thanks, -Garrett