Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#36223 - [cln] fails to build

Attached to Project: Arch Linux
Opened by Mike Brown (xenoxaos) - Sunday, 21 July 2013, 14:56 GMT
Last edited by Eric Belanger (Snowman) - Monday, 22 July 2013, 00:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
attempt to build

rm -rf cln.htp
if /bin/sh /build/tmp/abs/extra/cln/src/cln-1.3.2/autoconf/missing --run makeinfo --html --no-split -I . \
-o cln.htp cln.texi; \
then \
rm -rf cln.html; \
if test ! -d cln.htp && test -d cln; then \
mv cln cln.html; else mv cln.htp cln.html; fi; \
else \
if test ! -d cln.htp && test -d cln; then \
rm -rf cln; else rm -Rf cln.htp cln.html; fi; \
exit 1; \
fi
cln.texi:3285: @itemx must follow @item
cln.texi:392: warning: node `Cleaning up' is prev for `C++ compiler' in menu but not in sectioning
cln.texi:417: warning: node `Using the GNU MP Library' is next for `Sed utility' in menu but not in sectioning
cln.texi:539: warning: node `Exact numbers' is next for `Using the GNU MP Library' in menu but not in sectioning
cln.texi:539: warning: node `Sed utility' is prev for `Using the GNU MP Library' in menu but not in sectioning
cln.texi:591: warning: node `C++ compiler' is next for `Cleaning up' in menu but not in sectioning
cln.texi:679: warning: node `Using the GNU MP Library' is prev for `Exact numbers' in menu but not in sectioning
cln.texi:808: warning: node `Constructing numbers' is next for `Conversions' in menu but not in sectioning
cln.texi:945: warning: node `Conversions' is prev for `Constructing numbers' in menu but not in sectioning
cln.texi:958: warning: node `Modifying operators' is prev for `Constructing integers' in menu but not in sectioning
cln.texi:1000: warning: node `Exponential and logarithmic functions' is next for `Constructing complex numbers' in menu but not in sectioning
cln.texi:1548: warning: node `Constructing complex numbers' is prev for `Exponential and logarithmic functions' in menu but not in sectioning
cln.texi:1902: warning: node `Logical functions' is next for `Riemann zeta' in menu but not in sectioning
cln.texi:1932: warning: node `Riemann zeta' is prev for `Logical functions' in menu but not in sectioning
cln.texi:2211: warning: node `Conversion to floating-point numbers' is next for `Combinatorial functions' in menu but not in sectioning
cln.texi:2356: warning: node `Combinatorial functions' is prev for `Conversion to floating-point numbers' in menu but not in sectioning
cln.texi:2426: warning: node `Internal and printed representation' is next for `Conversion to rational numbers' in menu but not in sectioning
cln.texi:2512: warning: node `Constructing integers' is next for `Modifying operators' in menu but not in sectioning
cln.texi:2586: warning: node `Conversion to rational numbers' is prev for `Internal and printed representation' in menu but not in sectioning
cln.texi:2735: warning: node `Modular integer rings' is next for `Output functions' in menu but not in sectioning
cln.texi:2913: warning: node `Output functions' is prev for `Modular integer rings' in menu but not in sectioning
cln.texi:2973: warning: node `Strings' is next for `Functions on modular integers' in menu but not in sectioning
cln.texi:3099: warning: node `Functions on modular integers' is prev for `Strings' in menu but not in sectioning
cln.texi:3148: warning: node `Univariate polynomial rings' is next for `Symbols' in menu but not in sectioning
cln.texi:3191: warning: node `Symbols' is prev for `Univariate polynomial rings' in menu but not in sectioning
cln.texi:3432: warning: node `Why C++ ?' is next for `Special polynomials' in menu but not in sectioning
cln.texi:3474: warning: node `Special polynomials' is prev for `Why C++ ?' in menu but not in sectioning
cln.texi:3582: warning: node `Compiler options' is next for `Garbage collection' in menu but not in sectioning
cln.texi:3618: warning: node `Garbage collection' is prev for `Compiler options' in menu but not in sectioning
cln.texi:3944: warning: node `Error handling' is next for `Reporting Problems' in menu but not in sectioning
cln.texi:3970: warning: node `Reporting Problems' is prev for `Error handling' in menu but not in sectioning
make[1]: *** [cln.html] Error 1
make[1]: Leaving directory `/build/tmp/abs/extra/cln/src/cln-1.3.2/doc'
make: *** [html-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
This task depends upon

Closed by  Eric Belanger (Snowman)
Monday, 22 July 2013, 00:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  cln-1.3.3-1

Loading...