bug-cvs
[Top][All Lists]
Advanced

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

OpenBSD 3.4 build failure on getdate.y


From: Alexander Taler
Subject: OpenBSD 3.4 build failure on getdate.y
Date: Sun, 02 May 2004 15:23:28 -0400

Hi All,

I'm unable to build cvs from the tip of the trunk.  This appears
to be the result of the latest changes to getdate.y.  Here are
the details of the problem:


Relevant output of make:

    [snip]

    source='getdate.c' object='getdate.o' libtool=no  
depfile='.deps/getdate.Po' tmpdepfile='.deps/getdate.TPo'  depmode=gcc /bin/sh 
../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I..    -Ino/include  -g -O2 -c `test 
-f 'getdate.c' || echo './'`getdate.c
    In file included from getdate.y:40:
    getdate.h:8: syntax error before `textint'
    getdate.h:9: field `timespec' has incomplete type
    getdate.y:143: field `seconds' has incomplete type
    getdate.y:155: syntax error before `bool'
    getdate.y: In function `yyparse':
    getdate.y:211: structure has no member named `timespec_seen'

    [snip]

Relevant snippet from getdate.h:

      5 typedef union
      6 {
      7   long int intval;
      8   textint textintval;
      9   struct timespec timespec;
     10 } yystype;

And finally, my system information:

    $ uname -a
    OpenBSD fire.0--0.org 3.4 GENERIC#85 sparc64

    $ gcc --version
    2.95.3

    $ bison --version
    bison (GNU Bison) 1.35

    Copyright 1984, 1986, 1989, 1992, 2000, 2001, 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.


Any help would be greatly appreciated.

Thanks in advance,
Alex

-- 
http://libcvs.cvshome.org/    Access CVS through a library. 
PGP:  ID: 0x23DC453B  FPR: 42D0 66C2 9FF8 553A 373A  B819 4C34 93BA 23DC 453B
sh: line 1: /usr/games/fortune: No such file or directory




reply via email to

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