I need contrib/reghunt/reg_serach script help...

Christian Joensson christian@j-son.org
Sat Oct 25 15:45:00 GMT 2003


I'm just trying to ger Janis' reg_search script available in
contrib/reghunt/reg_search with a simple file (test-reg) located in my
home dir. test-reg looks like this:

HIGH_DATE="2003-10-25 04:35:09"
LOW_DATE="2003-10-24 05:27:18"
REG_UPDATE="/usr/local/src/trunk/gcc/contrib/gcc_update"
REG_BUILD="/usr/local/src/trunk/gcc/contrib/gcc_build bootstrap"
REG_TEST="/bin/false"

For now, I run the reg_seaqrch script in the gcc cvs src tree... but
it fails like this...

[chj@pentium3 gcc]$ /usr/local/src/trunk/gcc/contrib/reghunt/reg_search ~/test-reg
Updating CVS tree
cvs server: nothing known about 2003-10-24 03:27 UTC
Adjusting file timestamps
gcc_build        [-c configure_options]
                 [-d destination_directory]
                 [-m make_boot_options]
                 [-o objdir]
                 [-u username]
                 [-p protocol]
                 [-t tarfile]
                 [-x make_check_options]
                 [bootstrap]
                 [build]
                 [checkout]
                 [configure]
                 [export]
                 [install]
                 [test]
                 [update]
error: build failed for 2003-10-24 03:27 UTC
LOW_DATE="2003-10-24 03:27 UTC"
HIGH_DATE="2003-10-25 02:35 UTC"
[chj@pentium3 gcc]$

So, I guess, the date format somehow picks up the date zone... and I
guess it's not usable like that...

Anyone here to help me out with this?

Cheers,

/ChJ



More information about the Gcc mailing list