bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] [bug?] make fails building documentation


From: asau
Subject: [Bug-gsl] [bug?] make fails building documentation
Date: Thu, 26 Aug 2004 18:50:25 +0400 (MSD)

I tried newer "autotools" packages.
It looks like one file is missing. See below.
All other checks are OK.

Maybe, update "HACKING" file?


Make log:
------------------------------8<--------------------------------
Making all in doc
restore=: && backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm\
-rf $backupdir && mkdir $backupdir &&  for f in ./gsl-ref.info\
./gsl-ref.info-[0-9] ./gsl-ref.info-[0-9][0-9] ./gsl-ref.i[0-9]\
./gsl-ref.i[0-9][0-9]; do  if test -f $f; then mv $f $backupdir;\
restore=mv; else :; fi;  done;  cd "$am__cwd";  if\
/usr/local/bin/bash /home/asau/cvs/gsl/missing --run makeinfo\
-I .  -o ./gsl-ref.info ./gsl-ref.texi;  then  rc=0;  cd .;\
else  rc=$?;  cd . &&  $restore $backupdir/* `echo \
"././gsl-ref.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir;\
exit $rc 
./gsl-ref.texi:107: @include `version-ref.texi': No such file or directory.
./gsl-ref.texi:196: warning: undefined flag: VERSION.
makeinfo: Removing output file `./gsl-ref.info' due to errors;\
use --force to preserve. 
*** Error code 1
------------------------------8<--------------------------------

(I've broken long line into pieces and added backslashes.)


Building environment:
------------------------------8<--------------------------------
bash-2.05b# autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 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.
bash-2.05b# automake --version
automake (GNU automake) 1.9
Written by Tom Tromey <address@hidden>.

Copyright 2004 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.
bash-2.05b# libtool --version
ltmain.sh (GNU libtool) 1.5.8 (1.1220.2.117 2004/08/04 14:12:05)

Copyright (C) 2003  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.
bash-2.05b# gcc --version
gcc (GCC) 3.3.3 [FreeBSD] 20031106
Copyright (C) 2003 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.

bash-2.05b# uname -spr
FreeBSD 5.2.1-RELEASE i386
------------------------------8<--------------------------------




reply via email to

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