bug-texinfo
[Top][All Lists]
Advanced

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

Makeinfo hangs on compiling Emacs 26.1 with texinfo 6.5, perl 5.28


From: jpbion
Subject: Makeinfo hangs on compiling Emacs 26.1 with texinfo 6.5, perl 5.28
Date: Thu, 12 Jul 2018 20:46:49 -0700
User-agent: Roundcube Webmail/1.3.6

As the subject states, 'makeinfo' hangs on making elisp.info with Perl 5.28,Texinfo 6.5. It never completes its task, no matter how long you wait. I apologize for not having more info, but I am unskilled in Perl, and do not know how to debug it.

Texinfo: 6.5
Perl: 5.28
Emacs: 26.1

The hanging command is:

/usr/bin/makeinfo  --force --verbose
--enable-encoding -I ./../emacs -I . --no-split -o ../../info/elisp.info
  elisp.texi

This was invoked by issuing:

tar xf sourcearchive/emacs-26.1.tar.xz
cd emacs-26.1
./autogen.sh
./configure --prefix=/usr --libexecdir=/usr/lib --localstatedir=/var --with-x-t\
oolkit=no --without-x --without-gif
make bootstrap

Texinfo 6.5 was compiled by using:

./configure --prefix=/usr
make
make install

Perl 5.28 was compiled by using:

export BUILD_ZLIB=False
export BUILD_BZIP2=0
sh Configure -des -Dprefix=/usr \
                  -Dvendorprefix=/usr           \
                  -Dman1dir=/usr/share/man/man1 \
                  -Dman3dir=/usr/share/man/man3 \
                  -Dpager="/usr/bin/less -isR" \
                  -Duseshrplib \
                  -Dusethreads
make -j`getconf _NPROCESSORS_ONLN` &&
make install
unset BUILD_ZLIB BUILD_BZIP2





reply via email to

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