This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]