From owner-freebsd-bugs@FreeBSD.ORG Mon May 19 07:10:06 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 938F1106567E for ; Mon, 19 May 2008 07:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D14B8FC21 for ; Mon, 19 May 2008 07:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4J7A6hb068599 for ; Mon, 19 May 2008 07:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4J7A6Pq068598; Mon, 19 May 2008 07:10:06 GMT (envelope-from gnats) Date: Mon, 19 May 2008 07:10:06 GMT Message-Id: <200805190710.m4J7A6Pq068598@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Garrett Cooper 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 Reply-To: Garrett Cooper List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 07:10:06 -0000 The following reply was made to PR bin/123152; it has been noted by GNATS. From: Garrett Cooper To: Garrett Cooper Cc: bug-followup@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/123152: pkg_install/add/main.c : wrong version picked out by csup? Date: Mon, 19 May 2008 00:04:46 -0700 Issue solved by purging the source tree and starting over from scratch. It was probably related to the fact that I had modified some of the files and cvs-like behavior assumed that I wanted to keep my sources instead of getting a new set fetched from the server. This shouldn't be the way that things are, but it would require a change in the way that cvs handles modified files and then that would need to be migrated to cvsup / csup :(... Now only to solve the issue with lib/libc/gen/glob.c... Thanks, -Garrett