[tldistro] problems with synctex - warning to others
Norbert Preining
preining at logic.at
Sat Apr 21 08:08:22 CEST 2018
Hi Werner, hi all,
here the patch I am using in Debian, and something that will very
probably in synctex after TeX Live subversion is open again.
This bumps the soname to 2, but leaves all other version strings the
same.
I also attach two more patches concerning the missing installation of
synctex_version.h, and, unrelated, a fix for the m-tx memory leak.
All the best
Norbert
--
PREINING Norbert http://www.preining.info
Accelia Inc. + JAIST + TeX Live + Debian Developer
GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
-------------- next part --------------
---
texk/web2c/synctexdir/ac/synctex.ac | 2 +-
texk/web2c/synctexdir/synctex_parser_api_level | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--- /dev/null
+++ texlive-bin/texk/web2c/synctexdir/synctex_parser_api_level
@@ -0,0 +1 @@
+2.0
--- texlive-bin.orig/texk/web2c/synctexdir/ac/synctex.ac
+++ texlive-bin/texk/web2c/synctexdir/ac/synctex.ac
@@ -5,7 +5,7 @@
dnl
dnl Additional code for synctex
dnl
-m4_define([synctex_version], m4_chomp(m4_include([synctexdir/synctex_parser_version.txt]))[.0])
+m4_define([synctex_version], m4_chomp(m4_include([synctexdir/synctex_parser_api_level]))[.0])
AC_SUBST([SYNCTEXVERSION], [synctex_version])
KPSE_LT_VERSION([synctex])
-------------- next part --------------
---
texk/web2c/synctexdir/am/synctex.am | 1 +
1 file changed, 1 insertion(+)
--- texlive-bin.orig/texk/web2c/synctexdir/am/synctex.am
+++ texlive-bin/texk/web2c/synctexdir/am/synctex.am
@@ -55,6 +55,7 @@
if SYNCTEX
syncinclude_HEADERS = \
synctexdir/synctex_parser.h \
+ synctexdir/synctex_version.h \
synctexdir/synctex_parser_utils.h
pkgconfig_DATA = synctexdir/synctex.pc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: m-tx-0.63a-buffer-overflow.patch
Type: text/x-diff
Size: 1121 bytes
Desc: not available
URL: <http://tug.org/pipermail/tldistro/attachments/20180421/ca6c44d4/attachment.bin>
More information about the tldistro
mailing list