ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] gdb build problem


From: Stuart Hughes
Subject: Re: [Ltib] gdb build problem
Date: Tue, 06 Jul 2010 21:46:25 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Chris,

I just tried a build, and although I didn't get the same error, it
failed saying:

"
    `if test -f ../.././bfd/../texinfo/util/texi2dvi; then echo
../.././bfd/../texinfo/util/texi2dvi; else echo texi2dvi; fi` --pdf
--batch -o bfd.pdf `test -f 'bfd.texinfo' || echo
'../.././bfd/doc/'`bfd.texinfo
You don't have a working TeX binary (tex) installed anywhere in
your PATH, and texi2dvi cannot proceed without one.  If you want to use
this script, you'll need to install TeX (if you don't have it) or change
your PATH or TEX environment variable (if you do).  See the --help
output for more details.
"
running texi2dvi at the command line told me I needed to install
texlive.  However when I started to run apt-get install texlive, it said
it wanted to install another 320 MB of junk, so I declined.

Unfortunately my current work situation mean I have very little time to
spend on LTIB at the moment (now just a labour of love).  However, as
soon as I get time, I'll look into fixing the .spec file properly so
that it is possible to not build the documentation, which to be honest
is better read online.

Regards, Stuart

Chris Westervelt wrote:
> Stuart,
> 
> Here is the output excerpt you requested.  Let me know if it is enough.  I 
> have tried to satisfy LTIB by installing the apparent missing utilities but I 
> finally ran into a wall with the last one.
> 
> Thanks
> 
> Chris
> 
> 
> 
> make[3]: Entering directory `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6/bfd'
> Making pdf in doc
> make[4]: Entering directory 
> `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6/bfd/doc'
> make chew
> make[5]: Entering directory 
> `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6/bfd/doc'
> make[5]: `chew' is up to date.
> make[5]: Leaving directory 
> `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6/bfd/doc'
> ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../elfcode.h >elfcode.tmp
> /bin/sh ../.././bfd/doc/../../move-if-change elfcode.tmp elfcode.texi
> TEXINPUTS="../.././bfd/../texinfo:$TEXINPUTS" \
>       MAKEINFO='makeinfo --split-size=5000000 --split-size=5000000 
> --split-size=5000000   -I ../.././bfd/doc' \
>       `if test -f ../.././bfd/../texinfo/util/texi2dvi; then echo 
> ../.././bfd/../texinfo/util/texi2dvi; else echo texi2dvi; fi` --pdf --batch 
> -o bfd.pdf `test -f 'bfd.texinfo' || echo '../.././bfd/doc/'`bfd.texinfo
> This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
>  restricted \write18 enabled.
> entering extended mode
> (./txiversion.tex
> (/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6/texinfo/texinfo.tex
> Loading texinfo [version 2004-02-19.09]: Basics, pdf,
> (/usr/share/texmf-texlive/tex/plain/misc/pdfcolor.tex) fonts, page headings,
> tables, conditionals, indexing, sectioning, toc, environments,
> ! Font \circle=lcircle10 not loadable: Metric (TFM) file not found.
> <to be read again> 
>                    \allocationnumber 
> \alloc@ ...ifnum \count 1#1 < #4\allocationnumber 
>                                                   =\count 1#1 \global 
> \advan...
> l.4676 \newdimen\circthick
>                           
> ? 
> ! Emergency stop.
> <to be read again> 
>                    \allocationnumber 
> \alloc@ ...ifnum \count 1#1 < #4\allocationnumber 
>                                                   =\count 1#1 \global 
> \advan...
> l.4676 \newdimen\circthick
>                           
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on txiversion.log.
> 
> kpathsea: Running mktextfm lcircle10
> /usr/share/texmf/web2c/mktexnam: Could not map source abbreviation  for 
> lcircle10.
> /usr/share/texmf/web2c/mktexnam: Need to update ?
> mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
> input lcircle10
> This is METAFONT, Version 2.718281 (TeX Live 2009/Debian)
> 
> kpathsea: Running mktexmf lcircle10
> 
> ! I can't find file `lcircle10'.
> <*> ...jfour; mag:=1; nonstopmode; input lcircle10
>                                                   
> Please type another input file name
> ! Emergency stop.
> <*> ...jfour; mag:=1; nonstopmode; input lcircle10
>                                                   
> Transcript written on mfput.log.
> grep: lcircle10.log: No such file or directory
> mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input 
> lcircle10' failed to make lcircle10.tfm.
> kpathsea: Appending font creation commands to missfont.log.
> /opt/ltib/usr/bin/texi2dvi: texinfo.tex appears to be broken, quitting.
> make[4]: *** [bfd.pdf] Error 1
> make[4]: Leaving directory 
> `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6/bfd/doc'
> Making pdf in po
> make[4]: Entering directory 
> `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6/bfd/po'
> make[4]: Nothing to be done for `pdf'.
> make[4]: Leaving directory `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6/bfd/po'
> make[4]: Entering directory `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6/bfd'
> make[4]: Nothing to be done for `pdf-am'.
> make[4]: Leaving directory `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6/bfd'
> make[3]: *** [pdf-recursive] Error 1
> make[3]: Leaving directory `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6/bfd'
> make[2]: *** [pdf-bfd] Error 1
> make[2]: Leaving directory `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6'
> make[1]: *** [do-install-pdf] Error 2
> make[1]: Leaving directory `/home/chris/Desktop/ltib/rpm/BUILD/gdb-6.6'
> make: *** [install] Error 2
> error: Bad exit status from /home/chris/Desktop/ltib/tmp/rpm-tmp.50087 
> (%install)
> 
> 
> RPM build errors:
>     Bad exit status from /home/chris/Desktop/ltib/tmp/rpm-tmp.50087 (%install)
> Build time for gdb: 10 seconds
> 
> Failed building gdb
> 
> 
> f_buildrpms() returned an error, exiting
> traceback:
>  main:567
> 
> 
> Started: Tue Jul  6 09:00:13 2010
> Ended:   Tue Jul  6 09:02:06 2010
> Elapsed: 113 seconds
> 
> VERSION          : 10.1.1
> CVS_VERSION      : $Revision: 1.68 $ (Savannah)
> PLATFORM         : phy3250
> GNUTARCH         : arm
> TOOLCHAIN        : tc-fsl-x86lnx-armeabi-nptl-4.1.2-3.i386.rpm
> TOOLCHAIN_CFLAGS : -O2 -fsigned-char -mfloat-abi=softfp -mfpu=vfp
> 
> These packages failed to build:
> gdb 
> 
> Build Failed
> 
> 
> _______________________________________________
> LTIB home page: http://ltib.org
> 
> Ltib mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/ltib
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]