[tex-k] Building svn57874.tar.gz (from github)

texlive at schoepfer.info texlive at schoepfer.info
Thu Mar 4 06:12:28 CET 2021


Hi,

it builds on slackware, but one test fails(which i think is the case for 
years):

FAIL: tests/cnfline.test
PASS: tests/cnfnewline.test
PASS: tests/cnfnull.test
PASS: tests/cnfprog.test
PASS: tests/kpseaccess.test
PASS: tests/kpsereadlink.test
PASS: tests/kpsestat.test
PASS: tests/kpsewhich.test
============================================================================
Testsuite summary for Kpathsea 6.3.3
============================================================================
# TOTAL: 8
# PASS:  7
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to tex-k at tug.org
============================================================================

i found the log in 
texlive-source-svn57874/build/texk/kpathsea/test-suite.log
It says:

======================================
   Kpathsea 6.3.3: ./test-suite.log
======================================

# TOTAL: 8
# PASS:  7
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2


FAIL: tests/cnfline
===================

#!/bin/sh -vx
# $Id$
# Copyright 2019 Karl Berry <tex-live at tug.org>
# You may freely use, modify and/or distribute this file.

cnf_dir=$srcdir/tests/cnfline
+ cnf_dir=../../../texk/kpathsea/tests/cnfline

# Just for fun, let's first try the --cnf-line feature to set TEXMFCNF.
val=`./kpsewhich "--cnf-line=TEXMFCNF=$cnf_dir" --var-value=othervar`
++ ./kpsewhich --cnf-line=TEXMFCNF=../../../texk/kpathsea/tests/cnfline 
--var-value=othervar
+ val=300
test x"$val" = x300 || exit 1
+ test x300 = x300

# But for the rest, just use the environment, to keep things simpler.
TEXMFCNF=$cnf_dir; export TEXMFCNF
+ TEXMFCNF=../../../texk/kpathsea/tests/cnfline
+ export TEXMFCNF

# Make sure we get expected values from the test texmf.cnf.
val=`./kpsewhich --var-value=maxpr`
++ ./kpsewhich --var-value=maxpr
+ val=100
test x"$val" = x200 || exit 1
+ test x100 = x200
+ exit 1
FAIL tests/cnfline.test (exit status: 1)









More information about the tex-k mailing list.