From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115060 invoked by alias); 18 Apr 2016 20:09:51 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 115012 invoked by uid 89); 18 Apr 2016 20:09:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=am, sup, Hx-languages-length:1677, UD:info X-HELO: mail-ig0-f173.google.com Received: from mail-ig0-f173.google.com (HELO mail-ig0-f173.google.com) (209.85.213.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 18 Apr 2016 20:09:40 +0000 Received: by mail-ig0-f173.google.com with SMTP id g8so90330843igr.0 for ; Mon, 18 Apr 2016 13:09:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=HxURDTqiZpklvhhs9NxGNrYH4s3tBZDThaUb7ZXtHaA=; b=OGIuhpRG4U2mB4xJat5a0Bf6Bfy68mmm0ck+6K/I1VfkIaNMD8e/1NoGgRMA/rdeQd ymRo8CTV8vEtHkkaoYDZbYkjzwwxzMxv2UKGZJiZAGoUc+FpBgS29i57ruHbZKAbwX4I AG/kVp9Xin+BFH6jtkpcgedEvsZusMAjIjIKvdqikvnaDhc6g2DFLd0b60rFmV+QF4Ro Hik4CHS+yYVzbyWdHQtdxfqXC9l5iY/alok04hRLBJfFgKZ9qBWfbwMhU5nFVNFMD+J7 cOLZG3TMJQYtFs9BDueh8+i2g4iU1186QL8uBD58uPBkPKVPPEI1v8F5qLCFy9asqt2L zSCA== X-Gm-Message-State: AOPr4FU5qWIr+1v15esbJ9iTJmo+RszkQdjJQP4vsVgoI1hpj4D2wT+ueI5Gs/Zc30bsLH15qkuKISt5aWAgsA== MIME-Version: 1.0 X-Received: by 10.50.108.131 with SMTP id hk3mr21228244igb.15.1461010178656; Mon, 18 Apr 2016 13:09:38 -0700 (PDT) Received: by 10.107.29.196 with HTTP; Mon, 18 Apr 2016 13:09:38 -0700 (PDT) Date: Mon, 18 Apr 2016 20:09:00 -0000 Message-ID: Subject: build from svn - texinfo errors From: Claude Marinier To: kawa@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-q2/txt/msg00010.txt.bz2 Hi, After spending hours getting Kawa from the Subversion repository (it kept timing-out), I was able to build it up to the documentation. It produces many errors; here are the first few. Making all in doc make[1]: Entering directory `/home/claude/build/kawa/doc' restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/bash /home/claude/build/kawa/missing makeinfo --version) >/dev/null 2>&1; then \ for f in kawa.info kawa.info-[0-9] kawa.info-[0-9][0-9] kawa.i[0-9] kawa.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 /home/claude/build/kawa/missing makeinfo -I . \ -o kawa.info kawa.texi; \ then \ rc=0; \ CDPATH="${ZSH_VERSION+.}:" && cd .; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./kawa.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc kawa.texi:3428: unknown command `sup' (possibly involving @arbno) kawa.texi:3428: misplaced { (possibly involving @arbno) kawa.texi:3428: misplaced } (possibly involving @arbno) kawa.texi:3430: unknown command `sup' (possibly involving @atleastone) kawa.texi:3430: misplaced { (possibly involving @atleastone) kawa.texi:3430: misplaced } (possibly involving @atleastone) kawa.texi:3669: unknown command `sup' (possibly involving @arbno) kawa.texi:3669: misplaced { (possibly involving @arbno) kawa.texi:3669: misplaced } (possibly involving @arbno) . . . Is everything else built properly? Can I safely ignore this and proceed? Thank you. -- Claude Marinier