bug-bison
[Top][All Lists]
Advanced

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

Re: Cannot configure current cvs checkout


From: Martin MOKREJŠ
Subject: Re: Cannot configure current cvs checkout
Date: Fri, 11 Apr 2003 13:04:27 +0200 (CEST)

On Fri, 11 Apr 2003, Martin MOKREJŠ wrote:

> On Fri, 11 Apr 2003, Martin MOKREJŠ wrote:
>
> Hi,
>   actually, I cannot even bootstrap current sources:
>
> $ ./bootstrap
> Bootstrapping CVS Bison...
> running: autoreconf --verbose --install --force
> autoreconf: Entering directory `.'
> autoreconf: running: autopoint --force
> cvs checkout: cannot find module `archive' - ignored
> find: archive: No such file or directory
> find: archive: No such file or directory
> autopoint: *** infrastructure files for version 0.11.5 not found; this is 
> autopoint from GNU gettext-tools 0.12-pre3
> autopoint: *** Stop.
> autoreconf: autopoint failed with exit status: 1

OK, downgrade to 0.11.5 helped.

Then, I could successfully bootstrap. During the compilation I see:

On Fri, 11 Apr 2003, Martin MOKREJŠ wrote:

> On Fri, 11 Apr 2003, Martin MOKREJŠ wrote:
>
> Hi,
>   actually, I cannot even bootstrap current sources:
>
> $ ./bootstrap
> Bootstrapping CVS Bison...
> running: autoreconf --verbose --install --force
> autoreconf: Entering directory `.'
> autoreconf: running: autopoint --force
> cvs checkout: cannot find module `archive' - ignored
> find: archive: No such file or directory
> find: archive: No such file or directory
> autopoint: *** infrastructure files for version 0.11.5 not found; this is 
> autopoint from GNU gettext-tools 0.12-pre3
> autopoint: *** Stop.
> autoreconf: autopoint failed with exit status: 1

OK, downgrade to 0.11.5 helped.

Then, I could successfully bootstrap. During the compilation I see:


make[3]: Entering directory `/afs/gsf.de/sources/ev56/bison/po'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
/usr/local/bin/xgettext --default-domain=bison --directory=.. \
  --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
  --copyright-holder='Free Software Foundation, Inc.'
/usr/local/bin/xgettext: warning: file `src/parse-gram.y' extension `y' is 
unknown; will try C
/usr/local/bin/xgettext: warning: file `src/scan-gram.l' extension `l' is 
unknown; will try C
test ! -f bison.po || { \
  if test -f ./bison.pot; then \
    sed -f remove-potcdate.sed < ./bison.pot > bison.1po && \
    sed -f remove-potcdate.sed < bison.po > bison.2po && \
    if cmp bison.1po bison.2po >/dev/null 2>&1; then \
      rm -f bison.1po bison.2po bison.po; \
    else \
      rm -f bison.1po bison.2po ./bison.pot && \
      mv bison.po ./bison.pot; \
    fi; \
  else \
    mv bison.po ./bison.pot; \
  fi; \
}
make[3]: Leaving directory `/afs/gsf.de/sources/ev56/bison/po'



source='abitset.c' object='abitset.o' libtool=no \
depfile='.deps/abitset.Po' tmpdepfile='.deps/abitset.TPo' \
depmode=tru64 /bin/bash ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  
-I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  
-O2 -arch ev56 -c `test -f 'abitset.c' || echo './'`abitset.c
source='bitset.c' object='bitset.o' libtool=no \
depfile='.deps/bitset.Po' tmpdepfile='.deps/bitset.TPo' \
depmode=tru64 /bin/bash ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  
-I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  
-O2 -arch ev56 -c `test -f 'bitset.c' || echo './'`bitset.c
cc: Warning: bitset.c, line 149: In this statement, the referenced type of the 
pointer value 
"((((bobstack))->temp=((bytes)),((((bobstack))->chunk_limit-((bobstack))->next_free<((bobstack))->temp)?(_obstack_newchunk(...),0):0),(((bobstack))->next_free+=((bobstack))->temp)),((((bobstack))->next_free==((bobstack))->object_base?((((bobstack))->maybe_empty_object=1),0):0),((bobstack))->temp=((((bobstack))->object_base)-(char
 ...)0),((bobstack))->next_free=(((((((bobstack))->next_free)-(char 
...)0)+((bobstack))->alignment_mask)&~(((bobstack))->alignment_mask))+(char 
...)0),((((bobstack))->next_free-(char 
...)((bobstack))->chunk>((bobstack))->chunk_limit-(char 
...)((bobstack))->chunk)?(((bobstack))->next_free=((bobstack))->chunk_limit):0),((bobstack))->object_base=((bobstack))->next_free,((((bobstack))->temp)+(char
 ...)0)))" is "char", which is not compatible with "union bitset_union". 
(ptrmismatch)
  bset = obstack_alloc (bobstack, bytes);
--^


cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I../lib  
-I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include  
-O2 -arch ev56 -c `test -f 'realloc.c' || echo './'`realloc.c
rm -f libbison.a
ar cru libbison.a argmatch.o basename.o dirname.o get-errno.o getopt.o 
getopt1.o hash.o mbswidth.o quote.o quotearg.o subpipe.o xmalloc.o xstrdup.o 
xstrndup.o abitset.o bitset.o ebitset.o bitsetv.o bitset_stats.o lbitset.o 
bitsetv-print.o timevar.o error.o error.o memrchr.o stpcpy.o strnlen.o 
obstack.o malloc.o realloc.o
ar: Warning: ignoring second definition of error defined in archive
ar: Warning: ignoring second definition of error_at_line defined in archive
ranlib libbison.a
ar: Warning: ignoring second definition of error defined in archive
ar: Warning: ignoring second definition of error_at_line defined in archive
make[2]: Leaving directory `/afs/gsf.de/sources/ev56/bison/lib'


Should I worry about that? BTW: All test succeeded! That means, that
there're no longer problem with bison compiled with -O2 cflag on Tru64Unix 5.1A!
And I did not have to change the compiler even ... ;)
-- 
Martin Mokrejs <address@hidden>, <address@hidden>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3683 , fax: +49-89-3187 3585




reply via email to

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