From owner-freebsd-questions@FreeBSD.ORG Tue Jun 30 23:21:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EC6610656AA for ; Tue, 30 Jun 2009 23:21:02 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 295AD8FC0A for ; Tue, 30 Jun 2009 23:21:01 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: by fxm18 with SMTP id 18so446234fxm.43 for ; Tue, 30 Jun 2009 16:21:01 -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:to :subject:in-reply-to:references:user-agent:mime-version:content-type; bh=L7N1akfcVq7ac+pw53EvDK45OblulkjMNhvgwXrV51Y=; b=Aujkqn1pkS9q1XBXHZ8r4qkw4I3eG8YY87H4xuPdvblcdGr1BIgVa0YxOth7CpJSv7 qtW2sDxqgBy5UpT9s/V0YB5EtV+FiGJYKF5pg2qlks5XiNMzumlKpqgtt2xdifg3Y5Y7 dJoE6OUwlJ6JXg9mkcsiJ+fR2/o1WVh9kLkmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:references:user-agent :mime-version:content-type; b=QHgAFsl/MoiJ+O9tT1/2Jl9TaZ4FeE34mFn7dXCHwgZYydKl852S1WrVqc3+7tNbBq YwM0P63/hyfDcZzAfKWMckNSiNYfd4vsZ9HOe84VHW9aVdNF2kWrv5yMhjWENPJ5FG7w g/gGCDzeHJgBjGpLOjjys3+thbNge3BxAVJG4= Received: by 10.103.8.17 with SMTP id l17mr5139135mui.125.1246402446655; Tue, 30 Jun 2009 15:54:06 -0700 (PDT) Received: from oslo.ath.cx (d91-128-195-41.cust.tele2.at [91.128.195.41]) by mx.google.com with ESMTPS id 12sm2643173muq.53.2009.06.30.15.54.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 30 Jun 2009 15:54:06 -0700 (PDT) Message-ID: <4a4a978e.0c11660a.54f6.ffffd0f2@mx.google.com> Date: Wed, 01 Jul 2009 00:53:59 +0200 From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org In-Reply-To: <27ade5280906301515u2f81e82k31650c6061ecc2e1@mail.gmail.com> References: <27ade5280906301515u2f81e82k31650c6061ecc2e1@mail.gmail.com> User-Agent: Wanderlust/2.15.7 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.0.94 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: Re: Trouble Upgrading VIM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2009 23:21:03 -0000 At Tue, 30 Jun 2009 18:15:06 -0400, APseudoUtopia wrote: > > Hey, > > I emailed the list about two weeks ago, but received no responses. I'm > having problems upgrading the VIM-Lite port from version 7.2.171 to > 7.2.209. I'm getting the following error: > > => 7.2.041% doesn't seem to exist in /usr/ports/distfiles/vim. > => Attempting to fetch from http://ftp.vim.org/pub/vim/patches/7.2/. > fetch: http://ftp.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request > > This "Bad Request" continues for all the mirrors of the patch file. It > seems that a percent sign is being appended to the URL for some > reason. I was informed on IRC that this was a known problem and it was > corrected some time ago. I have been updating my ports tree both daily > (via the cron option) and immediately before I try updating. I use > Portsnap to update the tree. This did not solve the problem. I then > deleted my entire ports tree, along with all files in > /var/db/portsnap, then ran portsnap fetch extract. After extracting an > entirely new ports tree, the error upgrading VIM-Lite still occurred. > > Any ideas on how to solve this problem? It's been going on for some time now. The vim port uses a modified patch and therefore the file was renamed (7.2.041%). It's not available from the official vim mirrors. Don't hit "^C" during make fetch. The last site will serve you the file. => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/obrien/. 7.2.041% 100% of 21 kB 38 kBps Or run: # cd /usr/ports/distfiles/vim/ # fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/obrien/7.2.041% - Herbert