Re: Trouble Upgrading VIM

2009-06-30 Thread Herbert J. Skuhra
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Trouble Upgrading VIM

2009-06-30 Thread Glen Barber
On Tue, Jun 30, 2009 at 7:16 PM, APseudoUtopia wrote:
>
> Thanks. I changed some stuff in my Makefile around from the PR and it
> solved the problem.
>
> I appreciate it. I'm not sure why portsnap isn't receiving the updated
> file. It seems very odd.
>

It isn't receiving the file update because it hasn't been committed
yet.  Glad it worked though.

-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Trouble Upgrading VIM

2009-06-30 Thread APseudoUtopia
On Tue, Jun 30, 2009 at 6:58 PM, Glen Barber wrote:
> On Tue, Jun 30, 2009 at 6:48 PM, APseudoUtopia wrote:
>>
>> Yes, it is current (I mentioned this in the original email).
>
> Sorry, I missed it initially.
>
>>
>> I run portsnap fetch update on a daily basis. This didn't solve the
>> problem after a week or so, so I decided to `rm -rf /usr/ports/*` and
>> run portsnap fetch extract to see if it helped. It did not.
>>
>> Do you mean editing the Makefile and adding quotes? I'll try doing
>> that now and see if it works.
>>
>
> Here's the PR that was filed as a result of the original thread:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=136027
>
> --
> Glen Barber
>

Thanks. I changed some stuff in my Makefile around from the PR and it
solved the problem.

I appreciate it. I'm not sure why portsnap isn't receiving the updated
file. It seems very odd.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Trouble Upgrading VIM

2009-06-30 Thread Glen Barber
On Tue, Jun 30, 2009 at 6:48 PM, APseudoUtopia wrote:
>
> Yes, it is current (I mentioned this in the original email).

Sorry, I missed it initially.

>
> I run portsnap fetch update on a daily basis. This didn't solve the
> problem after a week or so, so I decided to `rm -rf /usr/ports/*` and
> run portsnap fetch extract to see if it helped. It did not.
>
> Do you mean editing the Makefile and adding quotes? I'll try doing
> that now and see if it works.
>

Here's the PR that was filed as a result of the original thread:
http://www.freebsd.org/cgi/query-pr.cgi?pr=136027

-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Trouble Upgrading VIM

2009-06-30 Thread APseudoUtopia
On Tue, Jun 30, 2009 at 6:38 PM, Glen Barber wrote:
> On Tue, Jun 30, 2009 at 6:15 PM, 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
>>
>
> I saw this in a thread a few days (weeks) ago.
>
> Try putting "quotes" around the patch with the "%" sign.  That is
> (most likely) what is causing problems.
>
> I thought this was patched -- is your ports tree current?
>
> --
> Glen Barber
>

Yes, it is current (I mentioned this in the original email).

I run portsnap fetch update on a daily basis. This didn't solve the
problem after a week or so, so I decided to `rm -rf /usr/ports/*` and
run portsnap fetch extract to see if it helped. It did not.

Do you mean editing the Makefile and adding quotes? I'll try doing
that now and see if it works.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Trouble Upgrading VIM

2009-06-30 Thread Glen Barber
On Tue, Jun 30, 2009 at 6:15 PM, 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
>

I saw this in a thread a few days (weeks) ago.

Try putting "quotes" around the patch with the "%" sign.  That is
(most likely) what is causing problems.

I thought this was patched -- is your ports tree current?

-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Trouble Upgrading VIM

2009-06-30 Thread APseudoUtopia
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.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"