Package: guile-1.8-non-dfsg Version: 1.8.8+1-1.1 Severity: serious Tags: patch
Hi there,
Your package guile-1.8-non-dfsg fails to build in current unstable on amd64.
(Hopefully) Relevant part of the log:
--------------------------------------
make[1]: Entering directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1'
Making all in doc
make[2]: Entering directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/doc'
Making all in ref
make[3]: Entering directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/doc/ref'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/bash /«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/missing makeinfo
--version) >/dev/null 2>&1; then \
for f in guile-1.8.info guile-1.8.info-[0-9]
guile-1.8.info-[0-9][0-9] guile-1.8.i[0-9] guile-1.8.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 /bin/bash /«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/missing makeinfo
-I . \
-o guile-1.8.info guile-1.8.texi; \
then \
rc=0; \
CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd . && \
$restore $backupdir/* `echo "./guile-1.8.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
./gh.texi:1000: must be after `@deftypefun' to use `@deftypefunx'
./fdl.texi:411: raising the section level of @appendixsubsec which is too low
./api-utility.texi:566: warning: node `C Hooks' is next for `Hook Reference' in
menu but not in sectioning
./api-utility.texi:674: warning: node `Hook Reference' is prev for `C Hooks' in
menu but not in sectioning
./api-options.texi:510: warning: node next `Printing options' in menu `Debugger
options' and in sectioning `Evaluator options' differ
./api-options.texi:533: warning: node prev `Evaluator options' in menu
`Debugger options' and in sectioning `Printing options' differ
./api-options.texi:544: warning: node next `Evaluator trap options' in menu
`Examples of option use' and in sectioning `Debugger options' differ
./api-options.texi:625: warning: node next `Debugger options' in menu
`Evaluator options' and in sectioning `Examples of option use' differ
./api-options.texi:625: warning: node prev `Debugger options' in menu `Printing
options' and in sectioning `Evaluator trap options' differ
./api-options.texi:681: warning: node prev `Examples of option use' in menu
`Evaluator trap options' and in sectioning `Debugger options' differ
make[3]: *** [guile-1.8.info] Error 1
make[3]: Leaving directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/doc/ref'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
────────────────────────────────────────────────────────────────────────────────
Build finished at 20140209-0047
Finished
────────
E: Build failure (dpkg-buildpackage died)
A full buildlog is available at
http://www.warperbbs.de/stuff/buildlogs/guile-1.8-non-dfsg_1.8.8+1-1.1_amd64.build
I'm attaching a slightly modified patch from gentoo,
https://bugs.gentoo.org/show_bug.cgi?id=464044#c8
Thanks for your time!
Regards,
Andreas
--
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
--- guile-1.8-non-dfsg-1.8.8+1.orig/doc/goops/goops.texi
+++ guile-1.8-non-dfsg-1.8.8+1/doc/goops/goops.texi
@@ -131,7 +131,7 @@ info (goops.info) and texinfo format.
@end menu
@node Running GOOPS, Methods, Getting Started, Getting Started
-@subsection Running GOOPS
+@section Running GOOPS
@enumerate
@item
--- guile-1.8-non-dfsg-1.8.8+1.orig/doc/ref/api-options.texi
+++ guile-1.8-non-dfsg-1.8.8+1/doc/ref/api-options.texi
@@ -377,9 +377,9 @@ configure @emph{reading}, @emph{printing
* User level options interfaces::
* Reader options::
* Printing options::
-* Debugger options::
* Evaluator options::
* Evaluator trap options::
+* Debugger options::
* Examples of option use::
@end menu
--- guile-1.8-non-dfsg-1.8.8+1.orig/doc/ref/api-utility.texi
+++ guile-1.8-non-dfsg-1.8.8+1/doc/ref/api-utility.texi
@@ -657,7 +657,7 @@ Return 1 if @var{x} is a Scheme-level ho
@end deftypefn
-@subsubsection Handling Scheme-level hooks from C code
+@subsubheading Handling Scheme-level hooks from C code
Here is an example of how to handle Scheme-level hooks from C code using
the above functions.
--- guile-1.8-non-dfsg-1.8.8+1.orig/doc/ref/fdl.texi
+++ guile-1.8-non-dfsg-1.8.8+1/doc/ref/fdl.texi
@@ -408,7 +408,7 @@ as a draft) by the Free Software Foundat
@end enumerate
@page
-@appendixsubsec ADDENDUM: How to use this License for your documents
+@appendixsec ADDENDUM: How to use this License for your documents
To use this License in a document you have written, include a copy of
the License in the document and put the following copyright and
--- guile-1.8-non-dfsg-1.8.8+1.orig/doc/ref/gh.texi
+++ guile-1.8-non-dfsg-1.8.8+1/doc/ref/gh.texi
@@ -995,8 +995,8 @@ These correspond to the Scheme @code{(co
@deftypefun SCM gh_car (SCM @var{obj})
@deftypefunx SCM gh_cdr (SCM @var{obj})
-@dots{}
-
+@deftypefunx SCM gh_c[ad][ad]r (SCM @var{obj})
+@deftypefunx SCM gh_c[ad][ad][ad]r (SCM @var{obj})
@deftypefunx SCM gh_c[ad][ad][ad][ad]r (SCM @var{obj})
These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{}
@end deftypefun
signature.asc
Description: Digital signature

