texlive[51181] Build/source: reinstate bibtexu-yannis test to see

commits+karl at tug.org commits+karl at tug.org
Tue May 21 23:34:13 CEST 2019


Revision: 51181
          http://tug.org/svn/texlive?view=revision&revision=51181
Author:   karl
Date:     2019-05-21 23:34:13 +0200 (Tue, 21 May 2019)
Log Message:
-----------
reinstate bibtexu-yannis test to see failure again

Modified Paths:
--------------
    trunk/Build/source/README
    trunk/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test

Modified: trunk/Build/source/README
===================================================================
--- trunk/Build/source/README	2019-05-21 21:11:52 UTC (rev 51180)
+++ trunk/Build/source/README	2019-05-21 21:34:13 UTC (rev 51181)
@@ -25,6 +25,7 @@
 
 

 Build information for some of the platforms.
+See also Master/tlpkg/bin/tl-update-bindir
 
 aarch64-linux:
   aarch64 Debian GNU/Linux 9 (stretch)
@@ -39,7 +40,8 @@
   ./Build --enable-xindy CLISP=/usr/local/bin/clisp
 
 i386-freebsd, amd64-freebsd:
-  http://anthesphoria.net/FreeBSD/TeXLive-2018/ has all details.
+  http://anthesphoria.net/FreeBSD/TeXLive-2018/ has details for 2018.
+  2019 built on contextgarden, see below.
 
 i386-linux: see travis below.
 
@@ -48,6 +50,7 @@
   http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/
 
 i386-solaris, x86_64-solaris:
+  Built on contextgarden, see below.
   Solaris 10, gcc 5.5.  See doc/README.solaris.
 
 i386-cygwin, x86_64-cygwin: gcc-4.8.2, cygwin-1.7.29.
@@ -68,32 +71,3 @@
   Binaries are taken from the CI testing on travis-ci
   see the source/.travis.yaml file for details on how to build,
   and tlpkg/bin/tl-update-bindir for updating binaries (in general).
-
-x86_64-linux-glibc2.12, on CentOS6:
-#!/bin/sh -x
-# Public domain.
-# in ~/.subversion/config: use-commit-times=yes
-# mkdir /usr/local/src/tl
-# cd !$
-# svn -q co svn://tug.org/texlive/branches/branch2018/Build/source
-# rm -rf source/libs/icu source/libs/poppler # to avoid configuring them
-#
-cd /usr/local/src/tl || exit 1
-#
-debug=-g # for debugging, no optimization
-#
-./Build \
-  $debug \
-  -C \
-  --disable-xetex \
-  --disable-luatex \
-  --disable-luajittex \
-  --disable-luatex53 \
-  --disable-dvisvgm \
-  --disable-bibtexu \
-  --disable-upmendex \
-  --disable-poppler \
-  --without-system-icu \
-  --without-system-poppler \
-  --enable-native-texlive-build \
-exit $?

Modified: trunk/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test
===================================================================
--- trunk/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test	2019-05-21 21:11:52 UTC (rev 51180)
+++ trunk/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test	2019-05-21 21:34:13 UTC (rev 51181)
@@ -5,16 +5,20 @@
 
 # Test file prepared by Yannis Haralambous in 2009.
 
-exit 0 # temp until fixed
+#exit 0 # temp until fixed
 
 test -d tests || mkdir -p tests
 
 cp $srcdir/tests/yannis.aux tests/xyannis.aux
 
-TEXMFCNF=$srcdir/../kpathsea \
-  BSTINPUTS=$srcdir/../web2c/tests \
-  BIBINPUTS=$srcdir/tests \
-  ./bibtexu -l fr -o fr tests/xyannis || exit 1
+TEXMFCNF=$srcdir/../kpathsea; export TEXMFCNF
+BSTINPUTS=$srcdir/../web2c/tests; export BSTINPUTS
+BIBINPUTS=$srcdir/tests; export BIBINPUTS
+if ./bibtexu -l fr -o fr -t -d all tests/xyannis; then :; else
+  echo "bibtexu failed, tests/xyannis.blg is:" >&2
+  cat tests/xyannis.blg >&2
+  exit 1
+fi
 
 diff $srcdir/tests/yannis.bbl tests/xyannis.bbl || exit 1
 



More information about the tex-live-commits mailing list