bug-global
[Top][All Lists]
Advanced

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

Unable to build global-5.9.1 from sources on Ubuntu-10.04 (64bit)


From: Rohit Grover
Subject: Unable to build global-5.9.1 from sources on Ubuntu-10.04 (64bit)
Date: Mon, 19 Jul 2010 14:05:37 +0800

Hello,


I am unable to build global-5.9.1 from sources on Ubuntu-10.04
(64bit). I did the following in the top level directory:

$ sh reconf.sh
$ ./configure
$ make

The following is the tail end of the output from my failed build:

Making all in gtags-cscope
make[2]: Entering directory `/home/rgrover/Downloads/global-5.9.1/gtags-cscope'
gcc -DHAVE_CONFIG_H -I. -I.. -I../libparser  -I../libutil -I../libdb
-I../libglibc -I../libutil    -g -O2 -MT gtags-cscope.o -MD -MP -MF
.deps/gtags-cscope.Tpo -c -o gtags-cscope.o gtags-cscope.c
gtags-cscope.c: In function ‘update’:
gtags-cscope.c:201: warning: ignoring return value of ‘system’,
declared with attribute warn_unused_result
mv -f .deps/gtags-cscope.Tpo .deps/gtags-cscope.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2   -o
gtags-cscope gtags-cscope.o ../libparser/libgloparser.a
../libutil/libgloutil.a ../libdb/libglodb.a ../libglibc/libgloglibc.a
-ldl
libtool: link: gcc -g -O2 -o gtags-cscope gtags-cscope.o
../libparser/libgloparser.a ../libutil/libgloutil.a
../libdb/libglodb.a ../libglibc/libgloglibc.a -ldl
make[2]: Leaving directory `/home/rgrover/Downloads/global-5.9.1/gtags-cscope'
Making all in globash
make[2]: Entering directory `/home/rgrover/Downloads/global-5.9.1/globash'
sed -e 'address@hidden@!'/usr/local/share/gtags'!g' ./globash.in >globash.tmp 
&& \
        chmod +x globash.tmp && mv globash.tmp globash
make[2]: Leaving directory `/home/rgrover/Downloads/global-5.9.1/globash'
Making all in doc
make[2]: Entering directory `/home/rgrover/Downloads/global-5.9.1/doc'
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
        rm -rf $backupdir && mkdir $backupdir && \
        if (/bin/sh /home/rgrover/Downloads/global-5.9.1/missing --run
makeinfo --version) >/dev/null 2>&1; then \
          for f in global.info global.info-[0-9] global.info-[0-9][0-9]
global.i[0-9] global.i[0-9][0-9]; do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        cd "$am__cwd"; \
        if /bin/sh /home/rgrover/Downloads/global-5.9.1/missing --run makeinfo  
 -I . \
         -o global.info global.texi; \
        then \
          rc=0; \
          CDPATH="${ZSH_VERSION+.}:" && cd .; \
        else \
          rc=$?; \
          CDPATH="${ZSH_VERSION+.}:" && cd . && \
          $restore $backupdir/* `echo "./global.info" | sed 's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
/home/rgrover/Downloads/global-5.9.1/doc//global.texi:1807: Cross
reference to nonexistent node `htags' (perhaps incorrect sectioning?).
/home/rgrover/Downloads/global-5.9.1/doc//global.texi:1807: Cross
reference to nonexistent node `gtags' (perhaps incorrect sectioning?).
/home/rgrover/Downloads/global-5.9.1/doc//global.texi:1497: Cross
reference to nonexistent node `global' (perhaps incorrect
sectioning?).
/home/rgrover/Downloads/global-5.9.1/doc//global.texi:689: Cross
reference to nonexistent node `global' (perhaps incorrect
sectioning?).
/home/rgrover/Downloads/global-5.9.1/doc//global.texi:165: Cross
reference to nonexistent node `gtags' (perhaps incorrect sectioning?).
makeinfo: Removing output file `global.info' due to errors; use
--force to preserve.
make[2]: *** [global.info] Error 1
make[2]: Leaving directory `/home/rgrover/Downloads/global-5.9.1/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rgrover/Downloads/global-5.9.1'
make: *** [all] Error 2



regards,



reply via email to

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