Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Compiling -current



On Thu, Nov 10, 2011 at 08:40:33AM -0800, Allen Wong wrote:
> 
> Ignatios,
> 
> -> This smells faintly like a compiler problem. If your native compiler
> -> is gcc-4.1.3 (e.g. from NetBSD-5.1), try to rebuild *that* first using
> -> the patch from [pullup-5 #1689]. 
> -> 
> 
> Thanks for the advice. How do I do get that particular patch?  Thanks again.

This might be a general question of general interest, so:

Visit http://releng.netbsd.org/ in your Web browser.
Select "Ticket tracking for NetBSD-5" (in this case)
Select "Show all open tickets" or, if you hav a number, enter it in the
search field.
In the former case, select the ticket from the Subject or the ticket number
column.

In our case, you end up at 
http://releng.netbsd.org/cgi-bin/req-5.cgi?show=1689

It says, somewhere:
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/gnu/dist/gcc4/gcc/version.c
cvs rdiff -u -r1.1.1.2 -r1.2 src/gnu/dist/gcc4/gcc/config/arm/arm.md

(Sometimes, you need to use cvs rdiff -kk -u ... to avoid expansion of 
rcsid keywords, which would not apply cleanly to a different branch of
the source tree.)

Feed those patches to your tree with the program "patch".

Regards,
        Ignatios Souvatzis


Home | Main Index | Thread Index | Old Index