bug-cvs
[Top][All Lists]
Advanced

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

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


From: SANTOS, DANIEL (SBCSI)
Subject: Problems with getdate.y, compiling on HP-UX 11i
Date: Wed, 26 May 2004 16:58:54 -0500

I have been fighting issues with compiling CVS 1.11.16 on HP-UX 11i for
some time now. Bison chokes on make check:

       bison -y   `test -f 'getdate.y' || echo './'`getdate.y
conflicts: 10 shift/reduce

Here is my entire configure and make. Any ideas? I read the getdate.y
comments and it says that it should have 10 shift/reduce conflicts.

from line 8 of getdate.y:
**  This grammar has 10 shift/reduce conflicts.

 HP released something about some problem with getdate not being
consistent with Solaris getdate
(http://devrsrc1.external.hp.com/STKS/impacts/i63.html) that effects
HP-UX 11i. I have scourer the internet and I can't find a solution. Any
help will be very appreciated.

Daniel


checking for a BSD-compatible install... /opt/imake/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for library containing strerror... none required
checking for ranlib... ranlib
checking for bison... bison -y
checking whether ln -s works... yes
checking for perl... /usr/local/bin/perl
checking for csh... /usr/bin/csh
checking for mktemp... /usr/bin/mktemp
checking for sendmail... /usr/sbin/sendmail
checking for pr... /usr/bin/pr
checking for groff... no
checking for roff... no
checking for ps2pdf... /usr/local/bin/ps2pdf
checking for texi2dvi...
/home/dev/ldtools/cvs-install/cvs-1.11.16/missing texi2dvi
checking whether #! works in shell scripts... yes
checking for BSD VPATH bug in make... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking ndbm.h usability... yes
checking ndbm.h presence... yes
checking for ndbm.h... yes
checking for string.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/bsdtypes.h usability... no
checking sys/bsdtypes.h presence... no
checking for sys/bsdtypes.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... no
checking sys/select.h presence... no
checking for sys/select.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for struct stat.st_blksize... yes
checking for struct stat.st_rdev... yes
checking for dup2... yes
checking for ftruncate... yes
checking for gethostname... yes
checking for memmove... yes
checking for mkdir... yes
checking for rename... yes
checking for strerror... yes
checking for strstr... yes
checking for strtoul... yes
checking for valloc... yes
checking for waitpid... yes
checking for fchdir... yes
checking for fchmod... yes
checking for fsync... yes
checking for ftime... yes
checking for geteuid... yes
checking for getgroups... yes
checking for getopt... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for initgroups... yes
checking for login... no
checking for logout... no
checking for mknod... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for putenv... yes
checking for readlink... yes
checking for regcomp... yes
checking for regerror... yes
checking for regexec... yes
checking for regfree... yes
checking for sigaction... yes
checking for sigblock... yes
checking for sigprocmask... yes
checking for sigsetmask... yes
checking for sigvec... no
checking for tempnam... yes
checking for timezone... no
checking for tzset... yes
checking for vprintf... yes
checking for wait3... yes
checking for nanosleep... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether closedir returns void... no
checking for library containing getspnam... -lsec
checking whether utime accepts a null argument... yes
checking for long file names... yes
checking for working POSIX fnmatch... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for main in -lnsl... yes
checking for library containing connect... none required
checking for library containing gethostbyname... none required
checking for KRB4 in /usr/kerberos...
checking for krb.h...
checking for krb_get_err_text... no
checking for GSSAPI...
checking gssapi.h usability... yes
checking gssapi.h presence... yes
checking for gssapi.h... yes
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking krb5.h usability... yes
checking krb5.h presence... yes
checking for krb5.h... yes
checking for GSSAPI... yes
checking for gssapi.h... (cached) yes
checking for gssapi/gssapi.h... (cached) yes
checking gssapi/gssapi_generic.h usability... no
checking gssapi/gssapi_generic.h presence... no
checking for gssapi/gssapi_generic.h... no
checking for krb5.h... (cached) yes
checking for GSS_C_NT_HOSTBASED_SERVICE... yes
checking for library containing des_set_odd_parity... no
checking for library containing com_err... -lcom_err
checking for library containing initialize_asn1_error_table_r... no
checking for library containing __dn_expand... no
checking for library containing crypt... none required
checking for library containing roken_gethostbyaddr... no
checking for library containing valid_enctype... -lk5crypto
checking for library containing compile... no
checking for library containing krb5_free_context... -lkrb5
checking for library containing gss_import_name... -lgssapi_krb5
checking for vim... vi
checking for temporary directory... /tmp
checking for library containing crypt... (cached) none required
checking for a case sensitive file system... yes
checking for cygwin32... no
configure: creating ./config.status
config.status: creating contrib/check_cvs
config.status: creating contrib/clmerge
config.status: creating contrib/cln_hist
config.status: creating contrib/commit_prep
config.status: creating contrib/cvs_acls
config.status: creating contrib/log
config.status: creating contrib/log_accum
config.status: creating contrib/mfpipe
config.status: creating contrib/pvcs2rcs
config.status: creating contrib/rcs2log
config.status: creating contrib/rcslock
config.status: creating contrib/sccs2rcs
config.status: creating doc/mkman
config.status: creating src/cvsbug
config.status: creating windows-NT/fix-msvc-mak
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating cvs.spec
config.status: creating diff/Makefile
config.status: creating doc/Makefile
config.status: creating emx/Makefile
config.status: creating lib/Makefile
config.status: creating man/Makefile
config.status: creating os2/Makefile
config.status: creating src/Makefile
config.status: creating tools/Makefile
config.status: creating vms/Makefile
config.status: creating windows-NT/Makefile
config.status: creating windows-NT/SCC/Makefile
config.status: creating zlib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
/home/dev/ldtools/cvs-install/cvs-1.11.16 (lurch:ldtools)$ make check
No suffix list.
Making check in lib
        if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src      -g -O2 -MT
argmatch.o -MD -MP -MF ".deps/argmatch.Tpo" \
          -c -o argmatch.o `test -f 'argmatch.c' || echo
'./'`argmatch.c; \
        then mv -f ".deps/argmatch.Tpo" ".deps/argmatch.Po"; \
        else rm -f ".deps/argmatch.Tpo"; exit 1; \
        fi
        bison -y   `test -f 'getdate.y' || echo './'`getdate.y
conflicts: 10 shift/reduce
*** Error exit code 141

Stop.
*** Error exit code 1

Stop.





reply via email to

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