MidnightBSD Magus

textproc/docbook-to-man

DocBook SGML DTD into nroff/troff -man macros converter

Flavor Version Run OSVersion Arch License Restricted Status
1.0_2 322 0.8 amd64 unknown 0 fail

Events

Machine Type Time Message
m5 info 2016-08-01 02:33:03.604037 Test Started
m5 fail 2016-08-01 02:33:13.668059 make build returned non-zero: 1
m5 fail 2016-08-01 02:33:13.815966 Test complete.

Log

===>  Building for docbook-to-man-1.0_2
making all in ./cmd...
making all in ./Instant...
making all in Instant/tptregexp...
rm -f oinstant._man
if test -z "" ; then  cd `dirname oinstant` &&  ln -s `basename oinstant.man` `basename oinstant._man`;  else  tradcpp -undef -traditional  -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org"    < oinstant.man | sed -e '/^#  *[0-9][0-9]*  *.*$/d' 			-e '/^#line  *[0-9][0-9]*  *.*$/d' 			-e '/^[ 	]*XCOMM$/s/XCOMM/#/' 			-e '/^[ 	]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' 			-e '/^[ 	]*XHASH/s/XHASH/#/' 			-e '/\@\@$/s/\@\@$/\\/' >oinstant._man;  fi
cc  -O2 -pipe -fno-strict-aliasing      -Itptregexp  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DDEF_TPT_LIB=\"/usr/local/share/sgml/otranspec\"  -c main.c
cc  -O2 -pipe -fno-strict-aliasing      -Itptregexp  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DDEF_TPT_LIB=\"/usr/local/share/sgml/otranspec\"  -c util.c
cc  -O2 -pipe -fno-strict-aliasing      -Itptregexp  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DDEF_TPT_LIB=\"/usr/local/share/sgml/otranspec\"  -c info.c
cc  -O2 -pipe -fno-strict-aliasing      -Itptregexp  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DDEF_TPT_LIB=\"/usr/local/share/sgml/otranspec\"  -c translate.c
cc  -O2 -pipe -fno-strict-aliasing      -Itptregexp  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DDEF_TPT_LIB=\"/usr/local/share/sgml/otranspec\"  -c traninit.c
cc  -O2 -pipe -fno-strict-aliasing      -Itptregexp  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DDEF_TPT_LIB=\"/usr/local/share/sgml/otranspec\"  -c tranvar.c
cc  -O2 -pipe -fno-strict-aliasing      -Itptregexp  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DDEF_TPT_LIB=\"/usr/local/share/sgml/otranspec\"  -c tables.c
rm -f regexp.o
traninit.c:217:6: warning: implicit declaration of function 'ExpandVariables' is invalid in C99 [-Wimplicit-function-declaration]
main.c:265:15: warning: implicit declaration of function 'getopt' is invalid in C99 [-Wimplicit-function-declaration]
    while ((c=getopt(ac, av, "df:t:vc:s:o:huSxIl:bHVWi:D:Z")) != EOF) {
              ^
util.c:1027:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
translate.c:285:14: warning: expression result unused [-Wunused-value]
                            op++, *s++;
                                  ^~~~
            ExpandVariables(tok[1], buf, 0);
            ^
tranvar.c:443:2: warning: implicit declaration of function 'CALStable' is invalid in C99 [-Wimplicit-function-declaration]
        CALStable(e, fp, tok, ntok);
        ^
tables.c:383:32: warning: more '%' conversions than data arguments [-Wformat]
                fprintf(stderr, "Incomplete %s table instruction\n");
                                            ~^
tables.c:1411:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(entry, "MOREROWS") )
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1411:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(entry, "MOREROWS") )
                ^
             (                                       )
tables.c:1411:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(entry, "MOREROWS") )
                ^
                ==
tables.c:1434:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( tssp = TblEntrySpanSpec(col, ep, source) ) {
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1434:12: note: place parentheses around the assignment to silence this warning
        if ( tssp = TblEntrySpanSpec(col, ep, source) ) {
                  ^
             (                                       )
tables.c:1434:12: note: use '==' to turn this assignment into an equality comparison
        if ( tssp = TblEntrySpanSpec(col, ep, source) ) {
                  ^
                  ==
tables.c:1467:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( tcsp2 = TblFindColNum(num, source) )       {
             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1467:13: note: place parentheses around the assignment to silence this warning
        if ( tcsp2 = TblFindColNum(num, source) )       {
                   ^
             (                                 )
tables.c:1467:13: note: use '==' to turn this assignment into an equality comparison
        if ( tcsp2 = TblFindColNum(num, source) )       {
                   ^
                   ==
tables.c:1786:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "COLNAME") )
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1786:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "COLNAME") )
                ^
             (                                   )
tables.c:1786:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "COLNAME") )
                ^
                ==
tables.c:1792:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "ALIGN") )       {
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1792:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "ALIGN") )       {
                ^
             (                                 )
tables.c:1792:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "ALIGN") )       {
                ^
                ==
tables.c:1801:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "CHAR") )
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1801:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "CHAR") )
                ^
             (                                )
tables.c:1801:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "CHAR") )
                ^
                ==
tables.c:1806:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "CHAROFF") )
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1806:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "CHAROFF") )
                ^
             (                                   )
tables.c:1806:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "CHAROFF") )
                ^
                ==
tables.c:1811:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "COLWIDTH") )
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1811:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "COLWIDTH") )
                ^
             (                                    )
tables.c:1811:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "COLWIDTH") )
                ^
                ==
tables.c:1816:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "COLSEP") )
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1816:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "COLSEP") )
                ^
             (                                  )
tables.c:1816:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "COLSEP") )
                ^
                ==
tables.c:1821:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "ROWSEP") )
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1821:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "ROWSEP") )
                ^
             (                                  )
tables.c:1821:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "ROWSEP") )
                ^
                ==
tables.c:1850:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "SPANNAME") ) strcpy(tssp->name, cp);
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1850:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "SPANNAME") ) strcpy(tssp->name, cp);
                ^
             (                                    )
tables.c:1850:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "SPANNAME") ) strcpy(tssp->name, cp);
                ^
                ==
tables.c:1853:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "NAMEST") )      {
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1853:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "NAMEST") )      {
                ^
             (                                  )
tables.c:1853:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "NAMEST") )      {
                ^
                ==
tables.c:1867:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "NAMEEND") )     {
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1867:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "NAMEEND") )     {
                ^
             (                                   )
tables.c:1867:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "NAMEEND") )     {
                ^
                ==
tables.c:1881:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "ALIGN") )       {
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1881:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "ALIGN") )       {
                ^
             (                                 )
tables.c:1881:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "ALIGN") )       {
                ^
                ==
tables.c:1892:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "CHAR") )
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1892:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "CHAR") )
                ^
             (                                )
tables.c:1892:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "CHAR") )
                ^
                ==
tables.c:1898:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "CHAROFF") )
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1898:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "CHAROFF") )
                ^
             (                                   )
tables.c:1898:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "CHAROFF") )
                ^
                ==
tables.c:1905:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "COLSEP") )
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1905:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "COLSEP") )
                ^
             (                                  )
tables.c:1905:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "COLSEP") )
                ^
                ==
tables.c:1911:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if ( cp = FindAttValByName(ep, "ROWSEP") )
             ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tables.c:1911:10: note: place parentheses around the assignment to silence this warning
        if ( cp = FindAttValByName(ep, "ROWSEP") )
                ^
             (                                  )
tables.c:1911:10: note: use '==' to turn this assignment into an equality comparison
        if ( cp = FindAttValByName(ep, "ROWSEP") )
                ^
                ==
rm -f regsub.o
cc -c -O2 -pipe -fno-strict-aliasing      -I.  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO         -I.  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO      regexp.c
regexp.c:199:15: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration]
1 warning generated.
cc  -O2 -pipe -fno-strict-aliasing      -Itptregexp  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DDEF_TPT_LIB=\"/usr/local/share/sgml/otranspec\"  -c browse.c
1 warning generated.
browse.c:171:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                    printf(ce->dcont[n]);
                           ^~~~~~~~~~~~
cc  -O2 -pipe -fno-strict-aliasing      -Itptregexp  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DDEF_TPT_LIB=\"/usr/local/share/sgml/otranspec\"  -c masterVersion.c
        extern char *malloc();
                     ^
regexp.c:199:15: note: 'malloc' is a builtin with type 'void *(unsigned long)'
rm -f regerror.o
cc -c -O2 -pipe -fno-strict-aliasing      -I.  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO         -I.  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO      regerror.c
regerror.c:11:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
        exit(1);
        ^
regerror.c:11:2: note: please include the header  or explicitly provide a declaration for 'exit'
1 warning generated.
1 warning generated.
1 warning generated.
cc -c -O2 -pipe -fno-strict-aliasing      -I.  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO         -I.  -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO      regsub.c
1 warning generated.
19 warnings generated.
1 warning generated.
rm -f oinstant
cc -o oinstant       -L/usr/local/lib   main.o util.o info.o translate.o traninit.o tranvar.o tables.o 	browse.o masterVersion.o -Ltptregexp -ltptregexp      -Wl,-rpath,/usr/local/lib
/usr/bin/ld: cannot find -ltptregexp
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [oinstant] Error code 1
1 warning generated.
rm -f libtptregexp.a
ar clq libtptregexp.a regexp.o regsub.o regerror.o 
ranlib libtptregexp.a
1 error
*** [all] Error code 2
1 error
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/mports/textproc/docbook-to-man.

Links

Depends On

Depend Of

Nothing

Categories