From owner-freebsd-bugs@FreeBSD.ORG Mon May 19 04:22:40 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A5BA106566C for ; Mon, 19 May 2008 04:22:40 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id DF3D18FC18 for ; Mon, 19 May 2008 04:22:39 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2194910fgb.35 for ; Sun, 18 May 2008 21:22:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=mIcrieGiPJT8JR1Xd8+4aUzAJh+a+6ixQUCb1NgFoxk=; b=VsBHR1xCxCnrGy0wwtsJu8ENdHShHj8a/a3boW2rat/BmMOATTk/rO6D0ff2QyYttCf/r+M49sH56fzKNJO1ArnHJTPx/CetSGiOgdKGE+hTEt/U95DLZy06C852kyzdDHu0o3NUMvxjfVw56b7DU6YONOrUSBzKV8NGvWoK1Ps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=UsgFcRJxzjQzvZ7Oi5XsjSMOIlVP8P6pc5UIwi8cdTuWSE2rfjcxIXSrSKq0A7G1ztSk5OTFDkq3vIHHzg0qcJDtE2rkfARat3oDsH0pcM7neeZElI/hO39fUsVBAAzQI6Wm3/CPUUuCpLiKyDj7SLZ+qYfMILDaTeNumhzWI0w= Received: by 10.82.136.4 with SMTP id j4mr763386bud.46.1211170958932; Sun, 18 May 2008 21:22:38 -0700 (PDT) Received: by 10.82.179.13 with HTTP; Sun, 18 May 2008 21:22:38 -0700 (PDT) Message-ID: <364299f40805182122g2b3195a7hfda03250c9961c81@mail.gmail.com> Date: Sun, 18 May 2008 21:22:38 -0700 From: "Garrett Cooper" Sender: yanegomi@gmail.com To: "Garrett Cooper" , freebsd-bugs@freebsd.org In-Reply-To: <9CBE4AB6-D32C-4D58-ACDB-E83242828280@gmail.com> MIME-Version: 1.0 References: <200805180940.m4I9e5qP046203@freefall.freebsd.org> <9CBE4AB6-D32C-4D58-ACDB-E83242828280@gmail.com> X-Google-Sender-Auth: 8fc8a3b90466594b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: bin/123152: pkg_install/add/main.c : wrong version picked out by csup? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 04:22:40 -0000 On Sun, May 18, 2008 at 8:06 PM, Garrett Cooper wrote: > On May 18, 2008, at 2:40 AM, Garrett Cooper wrote: > > The following reply was made to PR bin/123152; it has been noted by GNATS. >> >> From: "Garrett Cooper" >> To: "Florent Thoumie" >> Cc: bug-followup@freebsd.org >> Subject: Re: bin/123152: pkg_install/add/main.c : wrong version picked out >> by csup? >> Date: Sun, 18 May 2008 02:13:40 -0700 >> >> ------=_Part_11596_201343.1211102020893 >> Content-Type: text/plain; charset=ISO-8859-1 >> Content-Transfer-Encoding: 7bit >> Content-Disposition: inline >> >> Same exact thing with cvsup1. >> >> ------=_Part_11596_201343.1211102020893 >> Content-Type: text/html; charset=ISO-8859-1 >> Content-Transfer-Encoding: 7bit >> Content-Disposition: inline >> >> Same exact thing with cvsup1.
>> >> ------=_Part_11596_201343.1211102020893-- >> > > Ok, I just blew away the entire lib/libc and usr.sbin/pkg_install dirs (the > parts that don't seem to sync), resynced using cvsup3, and the bloody things > haven't returned with csup... Redoing the sync operation with cvsup fails > too. > > Going to debug a few things first to see what if I can root cause this > sucker. > > -Garrett > According to /var/db/sup/src-usrsbin/checkouts and /var/db/sup/src-all/checkouts it's assumed that locally modified files override the server provided files (seems like a CVS feature being carried over to cvsup / csup incorrectly..). Will attach the output to the PR. -Garrett