bug-cvs
[Top][All Lists]
Advanced

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

RE: Problems with getdate.y, compiling on HP-UX 11i


From: SANTOS, DANIEL (SBCSI)
Subject: RE: Problems with getdate.y, compiling on HP-UX 11i
Date: Fri, 28 May 2004 11:41:21 -0500

Thanks for the feedback Mark. I'm suspecting that maybe our utilities
may be had compilation problems on this machine. I forwarded this to our
sysadmin and we're going to look into it. I'll report the results when I
get them.

Daniel

-----Original Message-----
From: info-cvs-bounces+daniel.santos=pobox.com@gnu.org
[mailto:info-cvs-bounces+daniel.santos=pobox.com@gnu.org] On Behalf Of
Mark D. Baushke
Sent: Thursday, May 27, 2004 1:57 PM
To: SANTOS, DANIEL (SBCSI)
Cc: bug-cvs@gnu.org; info-cvs@gnu.org
Subject: Re: Problems with getdate.y, compiling on HP-UX 11i 


As I said previously, on a FreeBSD 4.2-RELEASE system I have no
problems...

        -- Mark

daedalus$ uname -a
FreeBSD daedalus 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Tue Jul 22 11:58:17
PDT 2003     root@daedalus:/usr/src/sys/compile/daedalus  i386
daedalus$ bison -V
bison (GNU Bison) 1.875
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
daedalus$ bison -y ./getdate.y ; echo $?
conflicts: 10 shift/reduce
0
daedalus$

        -- Mark

SANTOS, DANIEL (SBCSI) <ds7867@sbc.com> writes:

> buggy indeed. And just to be clear, here is the version info on the
> bison I'm using and the same test that you showed:
> 
> $ bison -V
> bison (GNU Bison) 1.875
> Written by Robert Corbett and Richard Stallman.
> 
> Copyright (C) 2002 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There
is
> NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
> $ bison -y ./getdate.y ; echo $?
> conflicts: 10 shift/reduce
> 141
> 
> Meanwhile, this is what yacc outputs:
> $ yacc ./getdate.y ; echo $?
> 
> conflicts: 10 shift/reduce
> 0
> 
> I can't get yacc to spit out a version but the man page claims it's
> "HP-UX Release 10.30:  May 1997" even though we have 11i( or B11.11).
> 
> My make also does not support any -V, --version, -version etc, but the
> make man page claims "HP-UX Release 11i: November 2000". And I did
> confirm that the dates are indeed identical and it's attempting to
build
> them anyway. The touch getdate.c also got me past this but the
compiling
> had this output:
> 
>         source='getdate.c' object='getdate.o' libtool=no \
>         depfile='.deps/getdate.Po' tmpdepfile='.deps/getdate.TPo' \
>         depmode=hp /bin/sh ../depcomp \
>         /usr/bin/cc -DHAVE_CONFIG_H -I. -I. -I.. -I../src      -g -c
> `test -f 'getdate.c' || echo './'`getdate.c
> cc: "getdate.c", line 1094: warning 562: Redeclaration of
> "getdate_yyparse" with a different storage class specifier:
> "getdate_yyparse" will have internal linkage.
> 
> I already set an email to the bison bug list. I'm also submitting a
bug
> to HP via our sysadmins.
> 
> Daniel


_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://mail.gnu.org/mailman/listinfo/info-cvs





reply via email to

[Prev in Thread] Current Thread [Next in Thread]