From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Kaoru Fukui Cc: Subject: Re: makeinfo problem Date: Tue, 04 Sep 2001 07:25:00 -0000 Message-id: References: <20010903234623.Postino-025780@smtp01.highway.ne.jp> X-SW-Source: 2001-q3/msg00226.html On Mon, 3 Sep 2001, Kaoru Fukui wrote: > Hi! > > I got insight source from cvs today. > Problem is that. > My texinfo is texinfo-4.0b-3.src.rpm from rawhide. > My system is linuxppc. This problem is in gdb (the "backend" for Insight). Please send it to gdb@sources.redhat.com, and I'm positive someone will respond fairly quickly. Keith > ---------------------------------------------------------------- > make[1]: Leaving directory `/usr/src/redhat/BUILD/src/sim' > make[1]: Entering directory `/usr/src/redhat/BUILD/src/gdb' > make[2]: Entering directory `/usr/src/redhat/BUILD/src/gdb' > make[3]: Entering directory `/usr/src/redhat/BUILD/src/gdb/doc' > echo "@set GDBVN `head -1 ./../version.in`" > ./GDBvn.new > mv GDBvn.new GDBvn.texi > (test "$LN_S" = "ln -s" && \ > ln -s ./all-cfg.texi gdb-cfg.texi) || \ > ln ./all-cfg.texi gdb-cfg.texi || \ > cp ./all-cfg.texi gdb-cfg.texi > makeinfo -I ./../../readline/doc -I ./../mi -I . -o ./gdb.info gdb.texinfo > gdb.texinfo:6326: No matching `@end itemize'. > ./../../readline/doc/rluser.texinfo:1331: warning: @sc argument all uppercase, > thus no effect. > makeinfo: Removing output file `./gdb.info' due to errors; use --force to preserve. > make[3]: *** [gdb.info] Error 2 > make[3]: Leaving directory `/usr/src/redhat/BUILD/src/gdb/doc' > make[2]: *** [subdir_do] Error 1 > make[2]: Leaving directory `/usr/src/redhat/BUILD/src/gdb' > make[1]: *** [info] Error 2 > make[1]: Leaving directory `/usr/src/redhat/BUILD/src/gdb' > make: *** [do-info] Error 1 > error: Bad exit status from /var/tmp/rpm-tmp.1235 (%build) > > > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.1235 (%build) > [root@g4mpKFUKUI SPECS]# > > >