Update to 6.4 - Strip shared library Changes: https://savannah.gnu.org/forum/forum.php?forum_id=8893 https://svn.savannah.gnu.org/viewvc/texinfo/trunk/util/texi2dvi https://svn.savannah.gnu.org/viewvc/texinfo/trunk/doc/texinfo.tex
Request exp-run.
Exp-run looks fine.
A commit references this bug: Author: sunpoet Date: Sat Jul 1 20:57:21 UTC 2017 New revision: 444841 URL: https://svnweb.freebsd.org/changeset/ports/444841 Log: Update to 6.4 - Strip shared library Changes: https://savannah.gnu.org/forum/forum.php?forum_id=8893 https://svn.savannah.gnu.org/viewvc/texinfo/trunk/util/texi2dvi https://svn.savannah.gnu.org/viewvc/texinfo/trunk/doc/texinfo.tex PR: 220304 Exp-run by: antoine Changes: head/print/texinfo/Makefile head/print/texinfo/distinfo head/print/texinfo/pkg-plist
Fail to build with perl5.26 on 11.1 beta3 ... gmake[6]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4/doc/tp_api' gmake[5]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4/doc/tp_api' gmake[5]: Entering directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4/doc' restore=: && backupdir=".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (TEXINFO_DEV_SOURCE=1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=".." ; export top_srcdir ; top_builddir=".." ; export top_builddir ; /usr/local/bin/perl ../tp/texi2any --version) >/dev/null 2>&1; then \ for f in texinfo.info texinfo.info-[0-9] texinfo.info-[0-9][0-9] texinfo.i[0-9] texinfo.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ if TEXINFO_DEV_SOURCE=1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=".." ; export top_srcdir ; top_builddir=".." ; export top_builddir ; /usr/local/bin/perl ../tp/texi2any -I . \ -o texinfo.info `test -f 'texinfo.texi' || echo './'`texinfo.texi; \ then \ rc=0; \ else \ rc=$?; \ $restore $backupdir/* `echo "./texinfo.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc restore=: && backupdir=".am$$" && \ rm -rf $backupdir && mkdir $backupdir && \ if (TEXINFO_DEV_SOURCE=1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=".." ; export top_srcdir ; top_builddir=".." ; export top_builddir ; /usr/local/bin/perl ../tp/texi2any --version) >/dev/null 2>&1; then \ for f in info-stnd.info info-stnd.info-[0-9] info-stnd.info-[0-9][0-9] info-stnd.i[0-9] info-stnd.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ if TEXINFO_DEV_SOURCE=1 ; export TEXINFO_DEV_SOURCE ; top_srcdir=".." ; export top_srcdir ; top_builddir=".." ; export top_builddir ; /usr/local/bin/perl ../tp/texi2any -I . \ -o info-stnd.info `test -f 'info-stnd.texi' || echo './'`info-stnd.texi; \ then \ rc=0; \ else \ rc=$?; \ $restore $backupdir/* `echo "./info-stnd.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc Segmentation fault (core dumped) gmake[5]: *** [Makefile:1297: info-stnd.info] Error 139 gmake[5]: *** Waiting for unfinished jobs.... Segmentation fault (core dumped) gmake[5]: *** [Makefile:1237: texinfo.info] Error 139 gmake[5]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4/doc' gmake[4]: *** [Makefile:1440: all-recursive] Error 1 gmake[4]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4/doc' gmake[3]: *** [Makefile:1196: all-recursive] Error 1 gmake[3]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4' gmake[2]: *** [Makefile:1135: all] Error 2 gmake[2]: Leaving directory '/tmp/ports/usr/ports/print/texinfo/work/texinfo-6.4' ===> Compilation failed unexpectedly. ... ... Loaded symbols for /usr/local/lib/perl5/5.26/mach/auto/Unicode/Normalize/Normalize.so Error while reading shared library symbols: ../tp/Texinfo/MiscXS/.libs/MiscXS.so: No such file or directory. Reading symbols from /usr/local/lib/perl5/5.26/mach/auto/re/re.so...done. Loaded symbols for /usr/local/lib/perl5/5.26/mach/auto/re/re.so Error while reading shared library symbols: ../tp/Texinfo/Convert/XSParagraph/.libs/XSParagraph.so: No such file or directory. Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000801acd044 in realloc () from /lib/libc.so.7 [New Thread 802016000 (LWP 101857/<unknown>)] (gdb) bt #0 0x0000000801acd044 in realloc () from /lib/libc.so.7 #1 0x0000000801acd5e1 in free () from /lib/libc.so.7 #2 0x0000000803ae3f76 in ?? () #3 0x0000000000f70650 in ?? () #4 0x0000000000f70638 in ?? () #5 0x00007fffffffce40 in ?? () #6 0x000000080119a78d in pthread_mutex_destroy () from /lib/libthr.so.3 #7 0x0000000803ae6942 in ?? () #8 0x0000000000000000 in ?? ()
After unset PERL_MALLOC and reinstall perl - no errors.
Committed. Thanks!