tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gtexinfo perhaps broke?



Can't seem to get a fresh devel/scmcvs built on "current" because of :
Making all in doc
--- ./cvs.info ---
restore=: && backupdir=".am$$" &&  am__cwd=`pwd` && cd . &&  rm -rf $backupdir && mkdir $backupdir &&  if 
(/var/tmp/pkgsrc/devel/scmcvs/work/.tools/bin/makeinfo --version) >/dev/null 2>&1; then  for f in ./cvs.info ./cvs.info-[0-9] ./cvs.info-[0-9][0-9] ./cvs.i[0-9] 
./cvs.i[0-9][0-9]; do  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi;  done;  else :; fi &&  cd "$am__cwd";  if 
/var/tmp/pkgsrc/devel/scmcvs/work/.tools/bin/makeinfo   -I .  -o ./cvs.info ./cvs.texinfo;  then  rc=0;  cd .;  else  rc=$?;  cd . &&  $restore $backupdir/* `echo 
"././cvs.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir; exit $rc
./cvs.texinfo:114: @sp missing argument
./cvs.texinfo:116: @sp missing argument
./cvs.texinfo:12770: warning: node next `commit files' in menu `taginfo' and in 
sectioning `rcsinfo' differ
./cvs.texinfo:13335: warning: node next `rcsinfo' in menu `cvsignore' and in 
sectioning `taginfo' differ
./cvs.texinfo:13335: warning: node prev `rcsinfo' in menu `taginfo' and in 
sectioning `commit files' differ
./cvs.texinfo:13393: warning: node next `taginfo' in menu `rcsinfo' and in 
sectioning `cvsignore' differ
./cvs.texinfo:13393: warning: node prev `taginfo' in menu `commit files' and in 
sectioning `rcsinfo' differ
./cvs.texinfo:13430: warning: node prev `cvsignore' in menu `rcsinfo' and in 
sectioning `taginfo' differ
*** [./cvs.info] Error code 1


not very well versed (*at all*) with this texinfo stuff, took a look at gtexinfo, which had no apparently problems during build... but during test I did discover the following:

============================================================================
Testsuite summary for GNU Texinfo 5.1
============================================================================
# TOTAL: 186
# PASS:  39
# SKIP:  147
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in many_input_files
/opt/local/bin/bmake  check-TESTS
PASS: indices.sh
SKIP: tex_l2h.sh
SKIP: tex_t4ht.sh
============================================================================
Testsuite summary for GNU Texinfo 5.1
============================================================================
# TOTAL: 3
# PASS:  1
# SKIP:  2
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in Pod-Simple-Texinfo
/opt/local/bin/bmake  check-TESTS
FAIL: prove.sh
============================================================================
Testsuite summary for GNU Texinfo 5.1
============================================================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See Pod-Simple-Texinfo/test-suite.log
Please report to bug-texinfo%gnu.org@localhost
============================================================================
*** Error code 1


which gives:
========================================================
   GNU Texinfo 5.1: Pod-Simple-Texinfo/test-suite.log
========================================================

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

.. contents:: :depth: 2

FAIL: prove.sh
==============

+ test z. = z
+ tpdir=./../tp
+ prove -I ./../tp -I ./../tp/maintain/lib/Unicode-EastAsianWidth/lib/ -I 
./../tp/maintain/lib/libintl-perl/lib -I 
./../tp/maintain/lib/Text-Unidecode/lib/ -I ./lib ./t/Pod-Simple-Texinfo.t

#   Failed test 'index in head node'
#   at ./t/Pod-Simple-Texinfo.t line 36.
#          got: '@node  NAME
# @section NAME
# @cindex aaa
#
# '
#     expected: '@node NAME aaa NAME
# @section NAME
# @cindex aaa
#
# '

#   Failed test 'ref in item'
#   at ./t/Pod-Simple-Texinfo.t line 36.
#          got: '@table @asis
# @item @ref{somewhere}
# @anchor{somewhere}
#
# @end table
#
# @chapter POD ERRORS
# @anchor{POD ERRORS}
#
# Hey! @strong{The above document had some coding errors, which are explained 
below:}
#
# @table @asis
# @item Around line 1:
# @anchor{Around line 1:}
#
# =over without closing =back
#
# @end table
#
# '
#     expected: '@table @asis
# @item @ref{somewhere}
# @anchor{somewhere}
#
# @end table
#
# '

#   Failed test 'duplicate anchors ref'
#   at ./t/Pod-Simple-Texinfo.t line 36.
#          got: '@table @asis
# @item a @ref{, pod2text,, pod2text}
# @anchor{a pod2text}
#
# @item a @ref{, pod2latex,, pod2latex}
# @anchor{a pod2latex}
#
# @end table
#
# @chapter POD ERRORS
# @anchor{POD ERRORS}
#
# Hey! @strong{The above document had some coding errors, which are explained 
below:}
#
# @table @asis
# @item Around line 1:
# @anchor{Around line 1:}
#
# =over without closing =back
#
# @end table
#
# '
#     expected: '@table @asis
# @item a @ref{, pod2text,, pod2text}
# @anchor{a pod2text}
#
# @item a @ref{, pod2latex,, pod2latex}
# @anchor{a pod2latex}
#
# @end table
#
# '
# Looks like you failed 3 tests of 17.
./t/Pod-Simple-Texinfo.t ..
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/17 subtests

Test Summary Report
-------------------
./t/Pod-Simple-Texinfo.t (Wstat: 768 Tests: 17 Failed: 3)
  Failed tests:  3, 7, 11
  Non-zero exit status: 3
Files=1, Tests=17,  2 wallclock secs ( 0.05 usr  0.01 sys +  1.88 cusr  0.06 
csys =  2.00 CPU)
Result: FAIL


Anybody else seen this? I'm running "current" bits updated this morning on SunOS (OmniOS) with ABI=32 and, if it makes any difference, I have "nls" and "ncursesw" in my PKG_DEFAULT_OPTIONS.




Home | Main Index | Thread Index | Old Index