• Bug#265893: gccchecker: FTBFS: Unknown commands

    From Florian Ernst@1:229/2 to All on Sat Aug 21 00:40:10 2004
    From: [email protected]

    --QxSStYAgvEtE+iQJ
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: inline

    package gccchecker
    tags 265893 patch
    thanks

    As the macro semantics have changed the attached patch needs to be
    applied for the package to build.
    The resulting files were tested with pbuilder and are lintain clean
    except for ancient-standards-version and source-contains-CVS-dir.

    Cheers,
    Flo

    --QxSStYAgvEtE+iQJ
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: attachment; filename="texi_macros.diff" Content-Transfer-Encoding: quoted-printable

    --- gccchecker-0.9.9.1.20011205.orig/doc/checker.texi
    +++ gccchecker-0.9.9.1.20011205/doc/checker.texi
    @@ -14,18 +14,18 @@
    * Checker: (checker). A detector of bad memory accesses.
    @end direntry

    -@macro version
    -0.9.9.1 @c @version@
    +@macro version{}
    +0.9.9.1
    @end macro

    -@macro edition
    -0.6 @c @edition@
    +@macro edition{}
    +0.6
    @end macro

    @ifinfo
    This file documents Checker, a memory access detector.

    -This is edition @edition of the Checker documentation for Checker V@version +This is edition @edition{} of the Checker documentation for Checker V@version{}

    Copyright (C) 1994, 1995, 1996, 1997, 1998 Tristan Gingold.

    @@ -55,7 +55,7 @@
    @titlepage
    @title Checker
    @subtitle A memory access detector
    -@subtitle Version @version
    +@subtitle Version @version{}
    @subtitle Copyright @copyright{} 1994, 1995, 1996, 1997, 1998 Tristan Gingold.
    @author by Tristan Gingold
    @end titlepage
    @@ -68,7 +68,7 @@
    @comment node-name, next, previous, up
    @top Checker

    -
  • From Adeodato =?iso-8859-1?Q?Sim=F3?=@1:229/2 to All on Sat Aug 21 01:00:13 2004
    From: [email protected]

    tag 265893 patch
    quit

    * Roland Stigge [Sun, 15 Aug 2004 17:20:12 +0200]:
    doc/checker.texi:28: Unknown command `edition@'.
    doc/checker.texi:28: Unknown command `version@'.
    doc/checker.texi:71: Unknown command `version@'.

    seems the last upload was built using texinfo 4.6-1 or similar. newer
    texinfo versions seem to be pickier about what can one put in
    comments.

    the attached patch fixes the bug.


    --
    Adeodato Sim�
    EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621

    If you want the holes in your knowledge showing up try teaching someone.
    -- Alan Cox

    --- doc/checker.texi 2001-12-06 04:45:46.000000000 +0100
    +++ doc/checker.texi.new 2004-08-21 00:42:45.000000000 +0200
    @@ -15,11 +15,11 @@
    @end direntry

    @macro version
    -0.9.9.1 @c @version@
    +0.9.9.1
    @end macro

    @macro edition
    -0.6 @c @edition@
    +0.6
    @end macro

    @ifinfo

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Roland Stigge@1:229/2 to All on Sun Aug 15 17:40:13 2004
    From: [email protected]

    Package: gccchecker
    Version: 0.9.9.1.20011205-15
    Severity: serious

    Hi,

    trying to build the package in a clean environment (pbuilder chroot), I got:

    ============================================================================= [...]
    a - c-ctype-toupper.o
    a - c-ctype-tolower.o
    a - c-ctype-isblank.o
    a - c-ctype-isxdigit.o
    a - c-ctype-isupper.o
    a - c-ctype-isspace.o
    a - c-ctype-ispunct.o
    a - c-ctype-isprint.o
    a - c-ctype-isgraph.o
    a - c-ctype-islower.o
    a - c-ctype-isdigit.o
    a - c-ctype-iscntrl.o
    a - c-ctype-isalpha.o
    a - c-ctype-isalnum.o
    a - c-assert-__assert_fail.o
    a - c-assert-__assert_perror_fail.o
    a - c-assert-__eprintf.o
    a - c-arpa_inet-inet_ntoa.o
    a - c-arpa_inet-inet_network.o
    a - c-arpa_inet-inet_netof.o
    a - c-arpa_inet-inet_makeaddr.o
    a - c-arpa_inet-inet_lnaof.o
    a - c-arpa_inet-inet_aton.o
    a - c-arpa_inet-inet_addr.o
    a - c-main-main.o
    make[2]: Leaving directory `/tmp/buildd/gccchecker-0.9.9.1.20011205/stubs' make[1]: Leaving directory `/tmp/buildd/gccchecker-0.9.9.1.20011205'
    makeinfo doc/checker.texi
    doc/checker.texi:28: Unknown command `edition@'.
    doc/checker.texi:28: Unknown command `version@'.
    doc/checker.texi:71: Unknown command `version@'.
    makeinfo: Removing output file `/tmp/buildd/gccchecker-0.9.9.1.20011205/checker.
    info' due to errors; use --force to preserve.
    make: *** [build-stamp] Error 1 =============================================================================

    Thanks for considering.

    bye,
    Roland


    -- System Information:
    Debian Release: 3.1
    APT prefers unstable
    APT policy: (500, 'unstable')
    Architecture: i386 (i686)
    Kernel: Linux 2.6.7
    Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (ignored: LC_ALL set to en_GB.UTF-8)


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)