diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-27 23:28:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-27 23:28:46 +0000 |
commit | 5eda767c115f8a83969d0e6198a271558659520a (patch) | |
tree | 706e952edad09f2558d1633ae9d5192f3fa5a1f1 | |
parent | d5c9f4d188cca15473dd688cafd911866a19d409 (diff) |
version updates in doc, etc.
git-svn-id: svn://tug.org/texlive/trunk@32016 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/README | 41 | ||||
-rw-r--r-- | Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex | 1 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 14 |
3 files changed, 16 insertions, 40 deletions
diff --git a/Build/source/README b/Build/source/README index 51dbc42b533..6d8b8d46583 100644 --- a/Build/source/README +++ b/Build/source/README @@ -61,51 +61,22 @@ the other README.* files here. Build information for some of the platforms. -i386-linux: gcc 4.6.3, Linux 2.6.18-* (CentOS 5, tug.org) +i386-linux: gcc 4.8.2, Linux 2.6.18-* (CentOS 5, tug.org) ~karl/bin/mybuild x86_64-linux: gcc 4.6.3, libc 2.3.6, Linux 2.6.28.6 - Using gcc-4.5.4 breaks mpost + Using gcc-4.5.4 breaks mpost. -universal-darwin, x86_64-darwin: a menagerie of versions. - See Master/source/mactexdoc.tar.xz. - -i386-solaris, x86_64-solaris: Solaris 11. +i386-solaris, x86_64-solaris: Solaris 10. i386-cygwin: gcc-4.5.3. powerpc-linux (Debian Squeeze) Linux homer 2.6.32-5-powerpc64 #1 SMP Tue Mar 8 02:01:42 UTC 2011 ppc64 Debian GNU/Linux 6.0 - (only the kernel is 64bit, the entire userland is 32bit.) + (only the kernel is 64bit, the entire userland is 32bit) sparc-solaris: gcc-4.5.0, Solaris 5.10 (Utah). -powerpc-aix - OS: AIX 4.3 - compiler: IBM C for AIX Compiler, Version 5 (xlc) - bison (GNU Bison) 1.34 - flex version 2.5.4 - GNU m4 1.4 - GNU Make 3.79.1 - You can download fontconfig for AIX from - http://www-03.ibm.com/servers/aix/products/aixos/linux/download.html - ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/fontconfig/ - -alpha-linux - OS: Debian GNU/Linux 4.0 (Etch), kernel 2.6.18 - gcc (GCCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) - bison (GNU Bison) 2.3 - flex 2.5.33 - GNU M4 1.4.8 - GNU Make 3.81 - - you have to set the ulimit high enough before compiling clisp and texlive - ulimit -s 16384 - did suffice for me - - compiling of texk/web2c/pdftexdir/writezip.c is broken and triggers a - compiler error with the above gcc. This is a known optimization error - of gcc on alphas. The solution is to set - LDFLAGS=-Wl,--no-relax - before running Build. - - compilation of clisp needs --disable-mmap - - asy compilation with --disable-gsl && make +universal-darwin, x86_64-darwin: a menagerie of versions. + See Master/source/mactexdoc.tar.xz. diff --git a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex index 4499dcdac0d..6f7f4f48712 100644 --- a/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex +++ b/Master/texmf-dist/doc/texlive/texlive-en/texlive-en.tex @@ -1206,7 +1206,6 @@ place: \begin{alltt} > \Ucom{tex -{}-version} TeX 3.1415926 (TeX Live ...) -kpathsea version 6.0.1 Copyright ... D.E. Knuth. ... \end{alltt} diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index fd8191fd991..63741347905 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -80,10 +80,16 @@ After tlnet freeze: When binary set and docs are stable enough: peb + laurens + khaled: no commits. - Compare Build/source/inst/texmf to texmf. - tl-update-txi - tl-update-man # and run make in texmf/doc/man - # and check /tmp/so.rules against man1/Makefile + Check for Build-maintained updates to config files, etc. + (and might have to merge back if Master was mistakenly updated): + diff -r Build/source/inst/texmf-dist Master/texmf-dist + Remake updmap man page with help2man (and reread and update Master): + make -C Build/source/texk/texlive/tl_scripts xupdmap.1 + Texinfo manuals from Build to Master: + tl-update-txi + Man pages from Build to Master: + tl-update-man # and run make in texmf/doc/man + # and check /tmp/so.rules against man1/Makefile Just before final build: option adjustrepo in tl-update-tlnet, else install-tl-unx won't go to ctan? |