Displaying 20 results from an estimated 161 matches for "makeinfo".
2006 Nov 23
2
configure issue (PR#9379)
Full_Name: Gordon Lack
Version: 2.4.0
OS: Redhat Linux AS2.1
Submission from: (NULL) (198.28.92.5)
Not sure whether this is a configure issue or an R one.
It's only a minor issue, so this is really just FYI.
The code in configure checks for the version of makeinfo by splitting the
version string into a major and minor component. The tests on these assume they
are numeric.
RHAS2.1 shipped with a makeinfo version of "4.0b"
The result is this:
=====
checking whether makeinfo version is at least 4.7...
./configure: test: 0b: integer expression expe...
2003 Jan 06
1
R-devel cross-building
I was cross-building R-devel (1.7.0). The tail of the error message
from running make on a machine with makeinfo (GNU texinfo 3.12) 1.68
is at the end of this email. The same procedure went fine on a machine
with makeinfo (GNU texinfo) 4.1.
My first guess is that the version of makeinfo is causing this. However,
this didn't happen with R-1.6.2beta. Please advise.
Jun
## tail of error message
make -f...
2004 Nov 16
1
[LLVMdev] Makeinfo fails
Hi,
Is it really true that nobody isn't able to give me a clue why makeinfo
fails with this error:
doc/cpp.texi:50: Unknown index `vr' and/or `op' in @synindex.
-------------------------
make[2]: Entering directory `/C/Projects/src/llvm-gcc/gcc'
for d in libgcc; do \
if [ -d $d ]; then true; else /bin/sh ./mkinstalldirs $d; fi; \
done
if [ -f stmp-dirs ];...
2015 Sep 09
2
Build R form source - manuals
I built R form source succesfully on my Fedora 22 box. No errors.
I can read there is an issue with some manuals at build time when
running makeinfo, especially these two:
doc/manual/R-exts.texi
cp doc/manual/R-intro.texi
Some distro have hacks about makeinfo 5 in their build script.
I wonder if some manuals are broken but couldn't see it when running make.
May someone tells me more about this issue and what can I do to make
sure these m...
2017 Nov 04
2
Potential GSOC student interested in contributing to The Xapian project
Hi!
I'm currently a final year student of Informatics Institute of Technology
Sri Lanka affiliated with the University of Westminster, a successful GSOC
2017 participant
<https://summerofcode.withgoogle.com/projects/#6522320890888192>.
Witnessing the usage of machine learning and information retrieval I'm keen
to contribute to The Xapian project thus, enhancing my skills in machine
2005 Feb 21
0
[LLVMdev] Error building llvm-gcc under CygWin - makeinfo cpp.info not building
Hi,
I have been trying to make llvm-gcc under CygWin and am getting a makeinfo error.
I have tried it on the command line :-
makeinfo --split-size=5000000 --force -I /usr/src/llvm-gcc/gcc/doc -I /usr/src/llvm-gcc/gcc/doc/include -o /usr/src/llvmgcc/gcc/doc/cpp.info /usr/src/llvm-gcc/gcc/doc/cpp.texi
And get the resulting output :-
$ makeinfo --split-size=5000000 --force -...
2005 Mar 22
1
make install fails with makeinfo < 4.7
When I build R-devel (or the alpha snapshots) on a system without
makeinfo >= 4.7, I get a warning about not being able to build
HTML/Info help pages after running 'configure' (but 'make' runs
smoothly and there are no errors). However, when I run 'make install'
I get an error, something like
make[2]: Entering directory `/home/rpeng/R-local...
2005 May 17
2
[LLVMdev] Cygwin llvm-gcc build error
>Hi Aaron,
>have you got any help on this?
Henrik,
No. This is where I was stuck some months ago.
I do not know makeinfo so was not able to proceed any thurther than
verifying the makeinfo statement did the same thing when done on the command
line.
Basically I am stuck. I do not know whether it was my Cygwin configuration
or something I have done or not done or whether it is a valid build error.
I did try MinGW...
2004 Nov 14
0
[LLVMdev] Makeinfo fails
...------------------------
make[2]: Entering directory `/C/Projects/src/llvm-gcc/gcc'
for d in libgcc; do \
if [ -d $d ]; then true; else /bin/sh ./mkinstalldirs $d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
make[2]: Leaving directory `/C/Projects/src/llvm-gcc/gcc'
makeinfo --split-size=5000000 -I ./doc -I ./doc/include \
-o doc/cpp.info doc/cpp.texi
doc/cpp.texi:50: Unknown index `vr' and/or `op
' in @synindex.
./doc/cpp.texi:3204: Cross reference to nonexistent node `Standard
Predefined Macros'.
./doc/cpp.texi:1406: Cross reference to nonexistent node...
2001 Aug 28
3
OT: compiling e2fsprogs
hi all,
sorry when i am off topic, but: i am trieing to compile the new e2fsprogs
like the ext3-manual
recommend. but it don't want to work, and it's look like i need a programm
which is named "makeinfo".
does anybody had the same problems, or know where i can find it?
thanks for all.. i added my error-log
Andreas
log:
make[1]: Wechsel in das Verzeichnis Verzeichnis »/tmp/e2fsprogs-1.22«
cd doc && make libext2fs.info
make[2]: Wechsel in das Verzeichnis Verzeichnis »/tmp/e2fspro...
2019 Mar 03
2
A Greeting for Xapian community
...oad, build and install (into a subdirectory of the build tree) any
> > of the autotools for which suitable versions aren't already installed.
> > They have documentation in texinfo format, so if they don't ship the
> > generated .info files they would probably fail without makeinfo.
> >
> > It probably works for James because he has suitable versions already
> > installed so bootstrap doesn't try to build its own.
>
> If this is what's going on, it's probably autoconf. My source/INST/bin
> contains automake and aclocal (1.16) and libto...
2001 Oct 24
1
incompletely built html documentation (PR#1142)
...0 Oct 17 22:16 R-data.html
-rw-r--r-- 1 root sys 0 Oct 17 22:16 R-exts.html
-rw-r--r-- 1 root sys 0 Oct 17 22:16 R-intro.html
-rw-r--r-- 1 root sys 0 Oct 17 22:16 R-lang.html
I can trace this to the lines
.texi.html:
$(MAKEINFO) --no-split --html -I$(srcdir) $< -o $@ || touch $@
in the file
doc/manual/Makefile
where MAKEINFO is defined (in the same file)
MAKEINFO = false
(correctly, because I don't have the info system installed).
The html files for the packages are all built correctly. The final front
(index...
2005 May 19
0
[LLVMdev] Cygwin llvm-gcc build error
Hi Aaron,
which version of makeinfo are you running?
Henrik.
>No. This is where I was stuck some months ago.
>
>I do not know makeinfo so was not able to proceed any thurther than
>verifying the makeinfo statement did the same thing when done on the
>command line.
>
>Basically I am stuck. I do not know wheth...
2019 Mar 03
2
A Greeting for Xapian community
On Sun, Mar 03, 2019 at 04:20:21PM +0000, James Aylett wrote:
> On the documentation build, I'm not sure what's going on. I'm on
> Debian stable here, and I don't have texinfo installed. ./bootstrap
> completes successfully for me. My understanding of makeinfo is that
> it's not actually needed for Xapian, and the build system shouldn't
> complain about its absence.
I suspect what's going on here is that bootstrap will by default
download, build and install (into a subdirectory of the build tree) any
of the autotools for which suitable...
2016 Jan 18
3
WARNING you cannot build info or html versions of the R manuals
......)
The warning message string "you cannot build info or HTML versions of
the R manuals" comes from m4/R.m4:
if test "${r_cv_prog_texi2any_v5}" != yes; then
warn_info="you cannot build info or HTML versions of the R manuals"
AC_MSG_WARN([${warn_info}])
MAKEINFO=""
else
MAKEINFO="${MAKEINFO}"
fi
In that same file, if you look at the beginning of the m4 function, you
see this comment:
## Building the R Texinfo manuals requires texinfo v5.1 or later.
## Set shell variable r_cv_prog_texi2any_v5 to 'yes' if a recent...
2005 May 14
2
[LLVMdev] Cygwin llvm-gcc build error
Now I believe that I am getting the same error as I was getting last time I
tried to build llvm-gcc.
It may possibly be my Cygwin instillation but am not sure.
makeinfo --split-size=5000000 -I ../../../src/llvm-gcc/gcc/doc -I
../../../src/
llvm-gcc/gcc/doc/include \
-o ../../../src/llvm-gcc/gcc/doc/cpp.info
../../../src/llvm-gcc/gcc/doc/cpp.texi
' in @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op
../../../src/llvm-gcc/gcc/doc/cpp....
2005 May 17
0
[LLVMdev] Cygwin llvm-gcc build error
...e you got any help on this?
Henrik
>From: "Aaron Gray" Date: Sat, 14 May 2005 18:26:01 +0100
>
>Now I believe that I am getting the same error as I was getting last time I
>tried to build llvm-gcc.
>It may possibly be my Cygwin instillation but am not sure.
>
>
>makeinfo --split-size=5000000 -I ../../../src/llvm-gcc/gcc/doc -I
>../../../src/
>llvm-gcc/gcc/doc/include \
> -o ../../../src/llvm-gcc/gcc/doc/cpp.info
>../../../src/llvm-gcc/gcc/doc/cpp.texi
>' in @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op
>../../../s...
2003 Jun 23
1
Cross-compiling R packages
...o use the 'make' file discussed in the last R-news.
The step 'make R' dies with:
make[2]: Entering directory `/home/laurent/these/R/RCrossBuild/WinR/R-1.7.1/src/gnuwin32'
sed -e s/@RVER@/`cut -d' ' -f1 ../../VERSION | sed -n 1p`/g -e s/@RWVER@/rw1071/g rw-FAQ.texi | \
makeinfo --no-headers --number-sections -o rw-FAQ
makeinfo --no-split --html --no-headers --number-sections -o tmp.html tmp.texi
tidy tmp.html > tmp2.html 2> /dev/null
make[2]: [fixed/html/rw-FAQ.html] Error 127 (ignored)
*** tidy appears to be non-functional ***
make[2]: *** [fixed/html/rw-FAQ.html]...
2019 Mar 02
2
A Greeting for Xapian community
...eps given in the guide file "HACKING".
Before executing the bootstrap script, I install the asked tools with
the command:
> apt-get install build-essential m4 perl python zlib1g-dev uuid-dev wget bison tcl
But while I execute bootstrap, an error stopped the process with
message "makeinfo is missing". I checked detailed error info and
installed texinfo. Then bootstrap works successfully.
I suppose it may be caused by one of the two reasons: As Ubuntu and
Debian are best supported by Xapian, maybe texinfo is installed by
default in these systems, but not available in my environ...
2000 Mar 20
1
ESS Compilation error
...Linux 2.2.14 and Xemacs 21.1.
When I try to compile ESS the processes stops with an error message:
Making info file `ess.info' from `ess.texi'.
./newfeat.texi:3: itemize requires an argument: the formatter for @item.
./newfeat.texi:9: itemize requires an argument: the formatter for @item.
makeinfo: Removing output file `/usr/src/R/ess/ess-5.1.9/doc/ess.info' due to errors; use --force to preserve.
make[1]: *** [ess.info] Error 2
make[1]: Leaving directory `/usr/src/R/ess/ess-5.1.9/doc'
bash-2.03#
Does anybody know, what that means? Is there something missing on my system,
something...